{"id":96561,"name":"fvm","ecosystem":"pub","description":"A simple cli to manage Flutter SDK versions per project. Support channels, releases, and local cache for fast switching between versions.","homepage":"https://github.com/leoafarias/fvm","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/leoafarias/fvm","keywords_array":[],"namespace":null,"versions_count":136,"first_release_published_at":"2019-10-07T13:35:25.776Z","latest_release_published_at":"2025-12-19T21:09:24.272Z","latest_release_number":"4.0.5","last_synced_at":"2026-04-07T16:31:16.196Z","created_at":"2022-04-05T12:27:49.319Z","updated_at":"2026-04-07T16:32:11.849Z","registry_url":"https://pub.dev/packages/fvm","install_command":"dart pub add fvm","documentation_url":"https://pub.dev/documentation/fvm/","metadata":{},"repo_metadata":{"id":37042939,"uuid":"172011048","full_name":"leoafarias/fvm","owner":"leoafarias","description":"Flutter Version Management: A simple CLI to manage Flutter SDK versions.","archived":false,"fork":false,"pushed_at":"2025-10-06T20:07:45.000Z","size":12954,"stargazers_count":5188,"open_issues_count":93,"forks_count":265,"subscribers_count":26,"default_branch":"main","last_synced_at":"2025-10-06T21:16:41.363Z","etag":null,"topics":["cli","dart","flutter","flutter-releases","flutter-sdk-versions","fvm","sdk"],"latest_commit_sha":null,"homepage":"https://fvm.app","language":"Dart","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/leoafarias.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-02-22T06:57:07.000Z","updated_at":"2025-10-06T19:25:04.000Z","dependencies_parsed_at":"2023-09-27T22:52:41.361Z","dependency_job_id":"c8bee2c1-1d49-469f-972b-c0b45583b614","html_url":"https://github.com/leoafarias/fvm","commit_stats":{"total_commits":1415,"total_committers":67,"mean_commits":"21.119402985074625","dds":0.6918727915194347,"last_synced_commit":"2e91d437a057a189f827933e510c599272206781"},"previous_names":["leoafarias/fvm","fluttertools/fvm"],"tags_count":194,"template":false,"template_full_name":null,"purl":"pkg:github/leoafarias/fvm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leoafarias","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/sbom","scorecard":{"id":36067,"data":{"date":"2025-08-04","repo":{"name":"github.com/leoafarias/fvm","commit":"fe1015f7f3240e13ed99f075baed4aa9fef5559f"},"scorecard":{"version":"v5.2.1-28-gc1d103a9","commit":"c1d103a9bb9f635ec7260bf9aa0699466fa4be0e"},"score":3.8,"checks":[{"name":"Code-Review","score":0,"reason":"Found 0/30 approved changesets -- score normalized to 0","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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#code-review"}},{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#maintained"}},{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#cii-best-practices"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/data.yaml:1","Warn: no topLevel permission defined: .github/workflows/deploy_docker.yml:1","Warn: no topLevel permission defined: .github/workflows/deploy_homebrew.yml:1","Warn: no topLevel permission defined: .github/workflows/deploy_macos.yml:1","Warn: no topLevel permission defined: .github/workflows/deploy_windows.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/test-install.yml:1","Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#token-permissions"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#security-policy"}},{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#license"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/deploy_docker.yml:7"],"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#packaging"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#branch-protection"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/data.yaml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/leoafarias/fvm/data.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/data.yaml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/leoafarias/fvm/data.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/data.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/leoafarias/fvm/data.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/data.yaml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/leoafarias/fvm/data.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/data.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/leoafarias/fvm/data.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy_docker.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/leoafarias/fvm/deploy_docker.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy_docker.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/leoafarias/fvm/deploy_docker.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy_docker.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/leoafarias/fvm/deploy_docker.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy_docker.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/leoafarias/fvm/deploy_docker.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy_docker.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/leoafarias/fvm/deploy_docker.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy_homebrew.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/leoafarias/fvm/deploy_homebrew.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy_macos.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/leoafarias/fvm/deploy_macos.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy_windows.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/leoafarias/fvm/deploy_windows.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/leoafarias/fvm/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/leoafarias/fvm/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/leoafarias/fvm/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:92: update your workflow using https://app.stepsecurity.io/secureworkflow/leoafarias/fvm/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:98: update your workflow using https://app.stepsecurity.io/secureworkflow/leoafarias/fvm/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/leoafarias/fvm/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:116: update your workflow using https://app.stepsecurity.io/secureworkflow/leoafarias/fvm/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:123: update your workflow using https://app.stepsecurity.io/secureworkflow/leoafarias/fvm/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-install.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/leoafarias/fvm/test-install.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-install.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/leoafarias/fvm/test-install.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-install.yml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/leoafarias/fvm/test-install.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-install.yml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/leoafarias/fvm/test-install.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/leoafarias/fvm/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/leoafarias/fvm/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:64: update your workflow using https://app.stepsecurity.io/secureworkflow/leoafarias/fvm/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:80: update your workflow using https://app.stepsecurity.io/secureworkflow/leoafarias/fvm/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:97: update your workflow using https://app.stepsecurity.io/secureworkflow/leoafarias/fvm/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:120: update your workflow using https://app.stepsecurity.io/secureworkflow/leoafarias/fvm/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:123: update your workflow using https://app.stepsecurity.io/secureworkflow/leoafarias/fvm/test.yml/main?enable=pin","Warn: containerImage not pinned by hash: .docker/Dockerfile:1: pin your Docker image by updating dart:latest to dart:latest@sha256:b00c450123e145d5c27431bcb6cd7492072adf92d4d536a86800c11748648d27","Warn: containerImage not pinned by hash: .docker/alpine/Dockerfile:1: pin your Docker image by updating alpine:3.13 to alpine:3.13@sha256:469b6e04ee185740477efa44ed5bdd64a07bbdd6c7e5f5d169e540889597b911","Warn: downloadThenRun not pinned by hash: .docker/Dockerfile:16","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  16 third-party GitHubAction dependencies pinned","Info:   0 out of   1 downloadThenRun dependencies pinned","Info:   0 out of   2 containerImage 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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#pinned-dependencies"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact 4.0.0-beta.1 not signed: https://api.github.com/repos/leoafarias/fvm/releases/224786596","Warn: release artifact 3.2.1 not signed: https://api.github.com/repos/leoafarias/fvm/releases/171943721","Warn: release artifact 3.2.0 not signed: https://api.github.com/repos/leoafarias/fvm/releases/171848355","Warn: release artifact 3.1.7 not signed: https://api.github.com/repos/leoafarias/fvm/releases/158833741","Warn: release artifact 3.1.6 not signed: https://api.github.com/repos/leoafarias/fvm/releases/158360826","Warn: release artifact 4.0.0-beta.1 does not have provenance: https://api.github.com/repos/leoafarias/fvm/releases/224786596","Warn: release artifact 3.2.1 does not have provenance: https://api.github.com/repos/leoafarias/fvm/releases/171943721","Warn: release artifact 3.2.0 does not have provenance: https://api.github.com/repos/leoafarias/fvm/releases/171848355","Warn: release artifact 3.1.7 does not have provenance: https://api.github.com/repos/leoafarias/fvm/releases/158833741","Warn: release artifact 3.1.6 does not have provenance: https://api.github.com/repos/leoafarias/fvm/releases/158360826"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#signed-releases"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":0,"reason":"25 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-gx9m-whjm-85jf","Warn: Project is vulnerable to: GHSA-mmhx-hmjr-r674","Warn: Project is vulnerable to: GHSA-vhxf-7vqr-mrjg","Warn: Project is vulnerable to: GHSA-f7f6-9jq7-3rqj","Warn: Project is vulnerable to: GHSA-3wc5-fcw2-2329","Warn: Project is vulnerable to: GHSA-64fm-8hw2-v72w","Warn: Project is vulnerable to: GHSA-cvr6-37gx-v8wc","Warn: Project is vulnerable to: GHSA-f98w-7cxr-ff2h","Warn: Project is vulnerable to: GHSA-cg87-wmx4-v546","Warn: Project is vulnerable to: GHSA-m4gq-x24j-jpmf","Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv","Warn: Project is vulnerable to: GHSA-mwcw-c2x4-8c55","Warn: Project is vulnerable to: GHSA-gp8f-8m3g-qvj9","Warn: Project is vulnerable to: GHSA-7m27-7ghc-44w9","Warn: Project is vulnerable to: GHSA-f82v-jwr5-mffw","Warn: Project is vulnerable to: GHSA-fr5h-rqp8-mj6g","Warn: Project is vulnerable to: GHSA-g77x-44xx-532m","Warn: Project is vulnerable to: GHSA-7gfc-8cq8-jh5f","Warn: Project is vulnerable to: GHSA-qpjv-v59x-3qc4","Warn: Project is vulnerable to: GHSA-3h52-269p-cp9r","Warn: Project is vulnerable to: GHSA-7fh5-64p2-3v2j"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-14T20:20:03.274Z","repository_id":37042939,"created_at":"2025-08-14T20:20:03.274Z","updated_at":"2025-08-14T20:20:03.274Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278689450,"owners_count":26028866,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"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":"leoafarias","name":"Leo Farias","uuid":"435833","kind":"user","description":"Hack to the Future! Flutter \u0026 Dart GDE / Founder, CEO @ Concepta","email":"","website":null,"location":"Orlando, FL","twitter":"leoafarias","company":"@conceptadev ","icon_url":"https://avatars.githubusercontent.com/u/435833?u=454dfc6fa73b386159da8250e599046d39498979\u0026v=4","repositories_count":82,"last_synced_at":"2023-08-01T01:06:29.942Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/leoafarias","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2023-02-21T12:06:50.881Z","updated_at":"2023-08-01T01:06:30.424Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leoafarias","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leoafarias/repositories"},"tags":[{"name":"v4.0.0-beta.3","sha":"a90c4ea3911e8e1173b16e35d8da94da16020c2d","kind":"commit","published_at":"2025-10-06T19:25:00.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v4.0.0-beta.3","html_url":"https://github.com/leoafarias/fvm/releases/tag/v4.0.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v4.0.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v4.0.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v4.0.0-beta.3/manifests"},{"name":"4.0.0-beta.3","sha":"e75d285610afcb106315262cac7273dc3253d3f0","kind":"commit","published_at":"2025-10-06T15:53:40.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/4.0.0-beta.3","html_url":"https://github.com/leoafarias/fvm/releases/tag/4.0.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@4.0.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/4.0.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/4.0.0-beta.3/manifests"},{"name":"v4.0.0-beta.2","sha":"806cd973c960e9e5e5aed35b314b9e8dedc6ce44","kind":"commit","published_at":"2025-09-25T19:30:32.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v4.0.0-beta.2","html_url":"https://github.com/leoafarias/fvm/releases/tag/v4.0.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v4.0.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v4.0.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v4.0.0-beta.2/manifests"},{"name":"v4.0.0-beta.1","sha":"948c0f4a75bf6085dfed8942402ef66861e5b964","kind":"commit","published_at":"2025-06-12T06:04:27.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v4.0.0-beta.1","html_url":"https://github.com/leoafarias/fvm/releases/tag/v4.0.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v4.0.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v4.0.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v4.0.0-beta.1/manifests"},{"name":"4.0.0-beta.1","sha":"948c0f4a75bf6085dfed8942402ef66861e5b964","kind":"commit","published_at":"2025-06-12T06:04:27.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/4.0.0-beta.1","html_url":"https://github.com/leoafarias/fvm/releases/tag/4.0.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@4.0.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/4.0.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/4.0.0-beta.1/manifests"},{"name":"v3.2.1","sha":"7bb641e4d7e9107a56b71102b47957d4aafc3650","kind":"tag","published_at":"2024-08-26T13:02:30.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v3.2.1","html_url":"https://github.com/leoafarias/fvm/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.2.1/manifests"},{"name":"3.2.1","sha":"7bb641e4d7e9107a56b71102b47957d4aafc3650","kind":"commit","published_at":"2024-08-26T12:55:55.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/3.2.1","html_url":"https://github.com/leoafarias/fvm/releases/tag/3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.2.1/manifests"},{"name":"v3.2.0","sha":"e17876f6107d7c6f71af75f98a75e5ab6798275b","kind":"tag","published_at":"2024-08-25T21:23:47.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v3.2.0","html_url":"https://github.com/leoafarias/fvm/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.2.0/manifests"},{"name":"3.2.0","sha":"e17876f6107d7c6f71af75f98a75e5ab6798275b","kind":"commit","published_at":"2024-08-25T21:23:27.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/3.2.0","html_url":"https://github.com/leoafarias/fvm/releases/tag/3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.2.0/manifests"},{"name":"v3.1.7","sha":"0365c520a8c951de8a06779ed1963eff20d78976","kind":"tag","published_at":"2024-06-04T15:32:03.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v3.1.7","html_url":"https://github.com/leoafarias/fvm/releases/tag/v3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v3.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.1.7/manifests"},{"name":"3.1.7","sha":"0365c520a8c951de8a06779ed1963eff20d78976","kind":"commit","published_at":"2024-06-04T15:31:52.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/3.1.7","html_url":"https://github.com/leoafarias/fvm/releases/tag/3.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@3.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.1.7/manifests"},{"name":"v3.1.6","sha":"67672d93a1989155c6e469a6b5353b3e88ce8438","kind":"tag","published_at":"2024-05-31T14:28:09.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v3.1.6","html_url":"https://github.com/leoafarias/fvm/releases/tag/v3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v3.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.1.6/manifests"},{"name":"3.1.6","sha":"67672d93a1989155c6e469a6b5353b3e88ce8438","kind":"commit","published_at":"2024-05-31T14:27:59.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/3.1.6","html_url":"https://github.com/leoafarias/fvm/releases/tag/3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@3.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.1.6/manifests"},{"name":"v3.1.5","sha":"96733c33e6a0b840f7b5aa4be743a92e402e854b","kind":"tag","published_at":"2024-05-28T15:56:09.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v3.1.5","html_url":"https://github.com/leoafarias/fvm/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.1.5/manifests"},{"name":"3.1.5","sha":"96733c33e6a0b840f7b5aa4be743a92e402e854b","kind":"commit","published_at":"2024-05-28T15:56:01.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/3.1.5","html_url":"https://github.com/leoafarias/fvm/releases/tag/3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.1.5/manifests"},{"name":"v3.1.4","sha":"894c192199ed11b620d17814d2b8ced836e3641c","kind":"tag","published_at":"2024-04-23T18:13:04.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v3.1.4","html_url":"https://github.com/leoafarias/fvm/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.1.4/manifests"},{"name":"3.1.4","sha":"894c192199ed11b620d17814d2b8ced836e3641c","kind":"commit","published_at":"2024-04-23T18:12:57.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/3.1.4","html_url":"https://github.com/leoafarias/fvm/releases/tag/3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.1.4/manifests"},{"name":"v3.1.3","sha":"04c88e83cffc6a37e568d154febd1b4ddd8d157d","kind":"tag","published_at":"2024-03-27T16:35:21.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v3.1.3","html_url":"https://github.com/leoafarias/fvm/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.1.3/manifests"},{"name":"3.1.3","sha":"04c88e83cffc6a37e568d154febd1b4ddd8d157d","kind":"commit","published_at":"2024-03-27T16:35:08.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/3.1.3","html_url":"https://github.com/leoafarias/fvm/releases/tag/3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.1.3/manifests"},{"name":"v3.1.2","sha":"44876806f2d94a633d5b6e6306de690b6c53a02f","kind":"tag","published_at":"2024-03-26T14:54:11.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v3.1.2","html_url":"https://github.com/leoafarias/fvm/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.1.2/manifests"},{"name":"3.1.2","sha":"44876806f2d94a633d5b6e6306de690b6c53a02f","kind":"commit","published_at":"2024-03-26T14:53:55.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/3.1.2","html_url":"https://github.com/leoafarias/fvm/releases/tag/3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.1.2/manifests"},{"name":"v3.1.1","sha":"3ec5e6ff1159b572c40e6b8d4663c75b2fae6749","kind":"tag","published_at":"2024-03-20T18:09:56.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v3.1.1","html_url":"https://github.com/leoafarias/fvm/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.1.1/manifests"},{"name":"3.1.1","sha":"3ec5e6ff1159b572c40e6b8d4663c75b2fae6749","kind":"commit","published_at":"2024-03-20T18:09:31.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/3.1.1","html_url":"https://github.com/leoafarias/fvm/releases/tag/3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.1.1/manifests"},{"name":"v3.1.0","sha":"3c65cf42868f210d0a6d3fd4c808537e0640fb9e","kind":"tag","published_at":"2024-03-19T19:15:35.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v3.1.0","html_url":"https://github.com/leoafarias/fvm/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.1.0/manifests"},{"name":"3.1.0","sha":"3c65cf42868f210d0a6d3fd4c808537e0640fb9e","kind":"commit","published_at":"2024-03-19T19:15:25.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/3.1.0","html_url":"https://github.com/leoafarias/fvm/releases/tag/3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.1.0/manifests"},{"name":"v3.0.14","sha":"653d6eb90473b65b4fdac51e85d3e7c361307e64","kind":"tag","published_at":"2024-03-13T14:38:24.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v3.0.14","html_url":"https://github.com/leoafarias/fvm/releases/tag/v3.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v3.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.0.14/manifests"},{"name":"3.0.14","sha":"653d6eb90473b65b4fdac51e85d3e7c361307e64","kind":"commit","published_at":"2024-03-13T14:38:05.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/3.0.14","html_url":"https://github.com/leoafarias/fvm/releases/tag/3.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@3.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.14/manifests"},{"name":"v3.0.13","sha":"2a5f954ad6bdbcd242fc0acc4bd39e8bd0d46031","kind":"tag","published_at":"2024-03-06T18:00:11.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v3.0.13","html_url":"https://github.com/leoafarias/fvm/releases/tag/v3.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v3.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.0.13/manifests"},{"name":"3.0.13","sha":"2a5f954ad6bdbcd242fc0acc4bd39e8bd0d46031","kind":"commit","published_at":"2024-03-06T18:00:02.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/3.0.13","html_url":"https://github.com/leoafarias/fvm/releases/tag/3.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@3.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.13/manifests"},{"name":"v3.0.12","sha":"0e2fa64cada57fd176e086af295254abfd0e696c","kind":"tag","published_at":"2024-02-27T17:20:23.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v3.0.12","html_url":"https://github.com/leoafarias/fvm/releases/tag/v3.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v3.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.0.12/manifests"},{"name":"3.0.12","sha":"0e2fa64cada57fd176e086af295254abfd0e696c","kind":"commit","published_at":"2024-02-27T17:20:13.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/3.0.12","html_url":"https://github.com/leoafarias/fvm/releases/tag/3.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@3.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.12/manifests"},{"name":"v3.0.11","sha":"8fcc58ac429b4181ca8a1713040f9230d0f43a25","kind":"tag","published_at":"2024-02-24T04:06:23.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v3.0.11","html_url":"https://github.com/leoafarias/fvm/releases/tag/v3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v3.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.0.11/manifests"},{"name":"3.0.11","sha":"8fcc58ac429b4181ca8a1713040f9230d0f43a25","kind":"commit","published_at":"2024-02-24T04:06:14.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/3.0.11","html_url":"https://github.com/leoafarias/fvm/releases/tag/3.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@3.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.11/manifests"},{"name":"v3.0.10","sha":"4ea90c3ca58385a0bffd053fd1bc32ebdc3d4acf","kind":"tag","published_at":"2024-02-23T16:20:01.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v3.0.10","html_url":"https://github.com/leoafarias/fvm/releases/tag/v3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v3.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.0.10/manifests"},{"name":"3.0.10","sha":"4ea90c3ca58385a0bffd053fd1bc32ebdc3d4acf","kind":"commit","published_at":"2024-02-23T16:19:50.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/3.0.10","html_url":"https://github.com/leoafarias/fvm/releases/tag/3.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@3.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.10/manifests"},{"name":"v3.0.9","sha":"a8de4dd8a45742684b79530d09968be48483c58e","kind":"tag","published_at":"2024-02-23T02:25:36.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v3.0.9","html_url":"https://github.com/leoafarias/fvm/releases/tag/v3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v3.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.0.9/manifests"},{"name":"3.0.9","sha":"a8de4dd8a45742684b79530d09968be48483c58e","kind":"commit","published_at":"2024-02-23T02:25:27.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/3.0.9","html_url":"https://github.com/leoafarias/fvm/releases/tag/3.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@3.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.9/manifests"},{"name":"3.0.8","sha":"f8acab70379a2f2d679704c1374bcc5aff841d20","kind":"commit","published_at":"2024-02-21T19:05:09.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/3.0.8","html_url":"https://github.com/leoafarias/fvm/releases/tag/3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@3.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.8/manifests"},{"name":"v3.0.8","sha":"9172c69a7d2460889edac71d852348c33cc6c7af","kind":"tag","published_at":"2024-02-21T18:10:46.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v3.0.8","html_url":"https://github.com/leoafarias/fvm/releases/tag/v3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v3.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.0.8/manifests"},{"name":"3.0.7","sha":"c2b38ab11f6bf39a8b2aaba04c27ed302e740947","kind":"commit","published_at":"2024-02-19T15:58:33.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/3.0.7","html_url":"https://github.com/leoafarias/fvm/releases/tag/3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@3.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.7/manifests"},{"name":"v3.0.7","sha":"d08f7ed91944d98fbb249dea524abd2c57467e82","kind":"tag","published_at":"2024-02-19T15:41:06.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v3.0.7","html_url":"https://github.com/leoafarias/fvm/releases/tag/v3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v3.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.0.7/manifests"},{"name":"v3.0.6","sha":"899547aa58f313f44e9ba079dc114922d2d47eca","kind":"tag","published_at":"2024-02-16T23:07:07.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v3.0.6","html_url":"https://github.com/leoafarias/fvm/releases/tag/v3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v3.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.0.6/manifests"},{"name":"3.0.6","sha":"899547aa58f313f44e9ba079dc114922d2d47eca","kind":"commit","published_at":"2024-02-16T23:06:50.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/3.0.6","html_url":"https://github.com/leoafarias/fvm/releases/tag/3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@3.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.6/manifests"},{"name":"v3.0.5","sha":"c0029c3da04e8cba00ca5d2e3208b2506044edb0","kind":"tag","published_at":"2024-02-16T22:32:49.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v3.0.5","html_url":"https://github.com/leoafarias/fvm/releases/tag/v3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v3.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.0.5/manifests"},{"name":"3.0.5","sha":"c0029c3da04e8cba00ca5d2e3208b2506044edb0","kind":"commit","published_at":"2024-02-16T22:32:39.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/3.0.5","html_url":"https://github.com/leoafarias/fvm/releases/tag/3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@3.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.5/manifests"},{"name":"v3.0.4","sha":"047d08b93b97ec42f125e1ea716ca1dabc7b1cf4","kind":"tag","published_at":"2024-02-16T17:20:53.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v3.0.4","html_url":"https://github.com/leoafarias/fvm/releases/tag/v3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v3.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.0.4/manifests"},{"name":"3.0.4","sha":"047d08b93b97ec42f125e1ea716ca1dabc7b1cf4","kind":"commit","published_at":"2024-02-16T17:19:59.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/3.0.4","html_url":"https://github.com/leoafarias/fvm/releases/tag/3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@3.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.4/manifests"},{"name":"v3.0.3","sha":"00970595925eabbdaa58ebd48725aa9f9dc44278","kind":"tag","published_at":"2024-02-14T14:31:51.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v3.0.3","html_url":"https://github.com/leoafarias/fvm/releases/tag/v3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v3.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.0.3/manifests"},{"name":"3.0.3","sha":"00970595925eabbdaa58ebd48725aa9f9dc44278","kind":"commit","published_at":"2024-02-14T14:31:40.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/3.0.3","html_url":"https://github.com/leoafarias/fvm/releases/tag/3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@3.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.3/manifests"},{"name":"v3.0.2","sha":"f959cf22b59e64e0aef6dc86c3cb100696ca44e4","kind":"tag","published_at":"2024-02-13T18:12:34.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v3.0.2","html_url":"https://github.com/leoafarias/fvm/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.0.2/manifests"},{"name":"3.0.2","sha":"f959cf22b59e64e0aef6dc86c3cb100696ca44e4","kind":"commit","published_at":"2024-02-13T18:12:05.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/3.0.2","html_url":"https://github.com/leoafarias/fvm/releases/tag/3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.2/manifests"},{"name":"v3.0.1","sha":"396672d26b8936e126cdf2d586450b288a811f9c","kind":"tag","published_at":"2024-02-12T19:45:09.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v3.0.1","html_url":"https://github.com/leoafarias/fvm/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.0.1/manifests"},{"name":"3.0.1","sha":"396672d26b8936e126cdf2d586450b288a811f9c","kind":"commit","published_at":"2024-02-12T19:44:13.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/3.0.1","html_url":"https://github.com/leoafarias/fvm/releases/tag/3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.1/manifests"},{"name":"3.0.0","sha":"a2aeba78d35e3f3a3bb9b84df2367ec17aec1236","kind":"commit","published_at":"2024-02-09T20:18:15.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/3.0.0","html_url":"https://github.com/leoafarias/fvm/releases/tag/3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.0/manifests"},{"name":"v3.0.0","sha":"90c6a450942e671e65da3abfd42664ded1d2dd46","kind":"tag","published_at":"2024-02-09T20:11:57.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v3.0.0","html_url":"https://github.com/leoafarias/fvm/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.0.0/manifests"},{"name":"v3.0.0-beta.5","sha":"1504bba140ea35e95a5c314119873da5140a98df","kind":"tag","published_at":"2023-10-04T16:04:08.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v3.0.0-beta.5","html_url":"https://github.com/leoafarias/fvm/releases/tag/v3.0.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v3.0.0-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.0.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.0.0-beta.5/manifests"},{"name":"3.0.0-beta.5","sha":"1504bba140ea35e95a5c314119873da5140a98df","kind":"commit","published_at":"2023-10-04T16:02:45.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/3.0.0-beta.5","html_url":"https://github.com/leoafarias/fvm/releases/tag/3.0.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@3.0.0-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.0-beta.5/manifests"},{"name":"v3.0.0-beta.4","sha":"da6c784008d75349aa413eb512ce5bc8f5784024","kind":"tag","published_at":"2023-10-03T21:06:42.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v3.0.0-beta.4","html_url":"https://github.com/leoafarias/fvm/releases/tag/v3.0.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v3.0.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.0.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.0.0-beta.4/manifests"},{"name":"3.0.0-beta.4","sha":"da6c784008d75349aa413eb512ce5bc8f5784024","kind":"commit","published_at":"2023-10-03T21:06:25.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/3.0.0-beta.4","html_url":"https://github.com/leoafarias/fvm/releases/tag/3.0.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@3.0.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.0-beta.4/manifests"},{"name":"v3.0.0-beta.3","sha":"d02bd7139b48c82b5c08dfc82826e90664168ffc","kind":"tag","published_at":"2023-10-03T11:59:34.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v3.0.0-beta.3","html_url":"https://github.com/leoafarias/fvm/releases/tag/v3.0.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v3.0.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.0.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.0.0-beta.3/manifests"},{"name":"3.0.0-beta.3","sha":"d02bd7139b48c82b5c08dfc82826e90664168ffc","kind":"commit","published_at":"2023-10-03T11:59:03.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/3.0.0-beta.3","html_url":"https://github.com/leoafarias/fvm/releases/tag/3.0.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@3.0.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.0-beta.3/manifests"},{"name":"v3.0.0-beta.2","sha":"781cc2175cad4da0afb3244eb18592fcca190c63","kind":"tag","published_at":"2023-09-29T17:09:23.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v3.0.0-beta.2","html_url":"https://github.com/leoafarias/fvm/releases/tag/v3.0.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v3.0.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.0.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v3.0.0-beta.2/manifests"},{"name":"3.0.0-beta.2","sha":"781cc2175cad4da0afb3244eb18592fcca190c63","kind":"commit","published_at":"2023-09-29T17:09:10.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/3.0.0-beta.2","html_url":"https://github.com/leoafarias/fvm/releases/tag/3.0.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@3.0.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.0-beta.2/manifests"},{"name":"3.0.0-beta.1","sha":"19984a3e5c2cce8a402bd68d65a3c2408328eea3","kind":"tag","published_at":"2023-09-29T16:04:30.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/3.0.0-beta.1","html_url":"https://github.com/leoafarias/fvm/releases/tag/3.0.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@3.0.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.0-beta.1/manifests"},{"name":"3.0.0-alpha.2","sha":"b28716fdde85f9493e2f128b2b83a20308aadedb","kind":"commit","published_at":"2023-09-26T21:29:18.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/3.0.0-alpha.2","html_url":"https://github.com/leoafarias/fvm/releases/tag/3.0.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@3.0.0-alpha.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.0-alpha.2/manifests"},{"name":"3.0.0-alpha.1","sha":"2dc7a03c4081c9aa5fc788b1a5e33e585a45aa60","kind":"tag","published_at":"2023-09-19T01:02:19.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/3.0.0-alpha.1","html_url":"https://github.com/leoafarias/fvm/releases/tag/3.0.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@3.0.0-alpha.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/3.0.0-alpha.1/manifests"},{"name":"v2.4.1","sha":"148857b8f700284d28b00dce60140d6c01c65198","kind":"tag","published_at":"2022-07-06T14:54:34.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v2.4.1","html_url":"https://github.com/leoafarias/fvm/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.4.1/manifests"},{"name":"2.4.1","sha":"148857b8f700284d28b00dce60140d6c01c65198","kind":"commit","published_at":"2022-07-06T14:53:54.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/2.4.1","html_url":"https://github.com/leoafarias/fvm/releases/tag/2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.4.1/manifests"},{"name":"v2.4.0","sha":"61a3fc5a1749fd0da78a7de6726a364451c15431","kind":"tag","published_at":"2022-07-05T14:21:31.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v2.4.0","html_url":"https://github.com/leoafarias/fvm/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.4.0/manifests"},{"name":"2.4.0","sha":"61a3fc5a1749fd0da78a7de6726a364451c15431","kind":"commit","published_at":"2022-07-05T14:21:20.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/2.4.0","html_url":"https://github.com/leoafarias/fvm/releases/tag/2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.4.0/manifests"},{"name":"v2.3.1","sha":"83d1d5ae85e2866abb64086c4aa47b269e857752","kind":"tag","published_at":"2022-04-07T19:07:38.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v2.3.1","html_url":"https://github.com/leoafarias/fvm/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.3.1/manifests"},{"name":"2.3.1","sha":"83d1d5ae85e2866abb64086c4aa47b269e857752","kind":"commit","published_at":"2022-04-07T19:07:27.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/2.3.1","html_url":"https://github.com/leoafarias/fvm/releases/tag/2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.3.1/manifests"},{"name":"v2.3.0","sha":"22997497d31d1ad95288c75293d23cbdcfa486d6","kind":"tag","published_at":"2022-04-06T13:18:36.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v2.3.0","html_url":"https://github.com/leoafarias/fvm/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.3.0/manifests"},{"name":"2.3.0","sha":"22997497d31d1ad95288c75293d23cbdcfa486d6","kind":"commit","published_at":"2022-04-06T13:18:23.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/2.3.0","html_url":"https://github.com/leoafarias/fvm/releases/tag/2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.3.0/manifests"},{"name":"v2.3.0-dev.0","sha":"bdb50ab450fb876ca912773d609da28ede440607","kind":"tag","published_at":"2022-03-11T12:59:56.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v2.3.0-dev.0","html_url":"https://github.com/leoafarias/fvm/releases/tag/v2.3.0-dev.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v2.3.0-dev.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.3.0-dev.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.3.0-dev.0/manifests"},{"name":"2.3.0-dev.0","sha":"bdb50ab450fb876ca912773d609da28ede440607","kind":"commit","published_at":"2022-03-11T00:09:24.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/2.3.0-dev.0","html_url":"https://github.com/leoafarias/fvm/releases/tag/2.3.0-dev.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@2.3.0-dev.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.3.0-dev.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.3.0-dev.0/manifests"},{"name":"v2.2.6","sha":"d9cce12f875f9f74ca2bb474a1e465e89a829a0b","kind":"tag","published_at":"2021-12-14T13:27:54.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v2.2.6","html_url":"https://github.com/leoafarias/fvm/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.2.6/manifests"},{"name":"2.2.6","sha":"d9cce12f875f9f74ca2bb474a1e465e89a829a0b","kind":"commit","published_at":"2021-12-14T13:27:38.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/2.2.6","html_url":"https://github.com/leoafarias/fvm/releases/tag/2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.2.6/manifests"},{"name":"v2.2.5","sha":"009cfdc69fdf86da977c23871e1a8ffacd139bc7","kind":"tag","published_at":"2021-12-09T05:59:19.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v2.2.5","html_url":"https://github.com/leoafarias/fvm/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.2.5/manifests"},{"name":"2.2.5","sha":"009cfdc69fdf86da977c23871e1a8ffacd139bc7","kind":"commit","published_at":"2021-12-09T05:59:07.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/2.2.5","html_url":"https://github.com/leoafarias/fvm/releases/tag/2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.2.5/manifests"},{"name":"v2.2.5-dev.1","sha":"b2717904a7adf27166df5b36a893e34b2eba66eb","kind":"tag","published_at":"2021-11-30T17:59:17.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v2.2.5-dev.1","html_url":"https://github.com/leoafarias/fvm/releases/tag/v2.2.5-dev.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v2.2.5-dev.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.2.5-dev.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.2.5-dev.1/manifests"},{"name":"2.2.5-dev.1","sha":"b2717904a7adf27166df5b36a893e34b2eba66eb","kind":"commit","published_at":"2021-11-30T17:58:48.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/2.2.5-dev.1","html_url":"https://github.com/leoafarias/fvm/releases/tag/2.2.5-dev.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@2.2.5-dev.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.2.5-dev.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.2.5-dev.1/manifests"},{"name":"v2.2.4","sha":"aff6253eb1bbbfab38634d1b6e8ff177fd44a660","kind":"tag","published_at":"2021-11-09T16:40:49.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v2.2.4","html_url":"https://github.com/leoafarias/fvm/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.2.4/manifests"},{"name":"2.2.4","sha":"aff6253eb1bbbfab38634d1b6e8ff177fd44a660","kind":"commit","published_at":"2021-11-09T16:40:29.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/2.2.4","html_url":"https://github.com/leoafarias/fvm/releases/tag/2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.2.4/manifests"},{"name":"v2.2.3","sha":"847297977dc3b1f22fa92a592309ca0a57057ef9","kind":"tag","published_at":"2021-08-31T13:34:41.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v2.2.3","html_url":"https://github.com/leoafarias/fvm/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.2.3/manifests"},{"name":"2.2.3","sha":"847297977dc3b1f22fa92a592309ca0a57057ef9","kind":"commit","published_at":"2021-08-31T13:34:23.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/2.2.3","html_url":"https://github.com/leoafarias/fvm/releases/tag/2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.2.3/manifests"},{"name":"v2.2.2","sha":"3b29320422672d21bbad25c848c5bd36bd5ffb5d","kind":"tag","published_at":"2021-06-18T23:32:21.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v2.2.2","html_url":"https://github.com/leoafarias/fvm/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.2.2/manifests"},{"name":"2.2.2","sha":"3b29320422672d21bbad25c848c5bd36bd5ffb5d","kind":"commit","published_at":"2021-06-18T23:32:00.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/2.2.2","html_url":"https://github.com/leoafarias/fvm/releases/tag/2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.2.2/manifests"},{"name":"v2.2.1","sha":"1b1c0f2ccb2b8449f9c90bab8e07b77071c5ca1b","kind":"tag","published_at":"2021-06-18T02:38:23.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v2.2.1","html_url":"https://github.com/leoafarias/fvm/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.2.1/manifests"},{"name":"2.2.1","sha":"1b1c0f2ccb2b8449f9c90bab8e07b77071c5ca1b","kind":"commit","published_at":"2021-06-18T02:38:13.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/2.2.1","html_url":"https://github.com/leoafarias/fvm/releases/tag/2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.2.1/manifests"},{"name":"v2.2.0","sha":"e6c58d85f0b4667bd2ab23e20046fe81ac256961","kind":"tag","published_at":"2021-06-17T19:15:40.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v2.2.0","html_url":"https://github.com/leoafarias/fvm/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.2.0/manifests"},{"name":"2.2.0","sha":"e6c58d85f0b4667bd2ab23e20046fe81ac256961","kind":"commit","published_at":"2021-06-17T19:14:56.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/2.2.0","html_url":"https://github.com/leoafarias/fvm/releases/tag/2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.2.0/manifests"},{"name":"v2.1.1","sha":"1c395be5a57ccc14acd1df1ecb240e3da79949e0","kind":"tag","published_at":"2021-06-16T16:14:23.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v2.1.1","html_url":"https://github.com/leoafarias/fvm/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.1.1/manifests"},{"name":"2.1.1","sha":"1c395be5a57ccc14acd1df1ecb240e3da79949e0","kind":"commit","published_at":"2021-06-16T16:14:10.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/2.1.1","html_url":"https://github.com/leoafarias/fvm/releases/tag/2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.1.1/manifests"},{"name":"v2.1.0","sha":"42f358ab04a7b007feb129eeaafc26e5ead49cd3","kind":"tag","published_at":"2021-06-14T19:51:47.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v2.1.0","html_url":"https://github.com/leoafarias/fvm/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.1.0/manifests"},{"name":"2.1.0","sha":"42f358ab04a7b007feb129eeaafc26e5ead49cd3","kind":"commit","published_at":"2021-06-14T19:50:58.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/2.1.0","html_url":"https://github.com/leoafarias/fvm/releases/tag/2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.1.0/manifests"},{"name":"v2.0.7","sha":"a9b0e6aeac397da18a393fa1b70f967a588059ec","kind":"tag","published_at":"2021-06-14T18:33:13.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v2.0.7","html_url":"https://github.com/leoafarias/fvm/releases/tag/v2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v2.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.0.7/manifests"},{"name":"2.0.7","sha":"a9b0e6aeac397da18a393fa1b70f967a588059ec","kind":"commit","published_at":"2021-06-14T18:33:01.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/2.0.7","html_url":"https://github.com/leoafarias/fvm/releases/tag/2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@2.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.0.7/manifests"},{"name":"v2.0.6","sha":"dce0a3b9e1ef0b099b716962d280cff5ff0ffaee","kind":"tag","published_at":"2021-06-02T01:20:38.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v2.0.6","html_url":"https://github.com/leoafarias/fvm/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.0.6/manifests"},{"name":"2.0.6","sha":"dce0a3b9e1ef0b099b716962d280cff5ff0ffaee","kind":"commit","published_at":"2021-06-02T01:20:16.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/2.0.6","html_url":"https://github.com/leoafarias/fvm/releases/tag/2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.0.6/manifests"},{"name":"v2.0.5","sha":"d38ef82cb5d56e3df0ec9b6de5a91da5f7b5d5aa","kind":"tag","published_at":"2021-05-19T14:56:32.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v2.0.5","html_url":"https://github.com/leoafarias/fvm/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.0.5/manifests"},{"name":"2.0.5","sha":"d38ef82cb5d56e3df0ec9b6de5a91da5f7b5d5aa","kind":"commit","published_at":"2021-05-19T14:56:11.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/2.0.5","html_url":"https://github.com/leoafarias/fvm/releases/tag/2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.0.5/manifests"},{"name":"v2.0.4","sha":"6a810b89aaa812c3757b09f99db35a294d32cb7b","kind":"tag","published_at":"2021-05-06T17:27:14.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v2.0.4","html_url":"https://github.com/leoafarias/fvm/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.0.4/manifests"},{"name":"2.0.4","sha":"6a810b89aaa812c3757b09f99db35a294d32cb7b","kind":"commit","published_at":"2021-05-06T17:26:48.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/2.0.4","html_url":"https://github.com/leoafarias/fvm/releases/tag/2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.0.4/manifests"},{"name":"v2.0.3","sha":"7f72a0306b6b8abb8dfc8060210eebc01764e256","kind":"tag","published_at":"2021-05-04T12:24:29.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v2.0.3","html_url":"https://github.com/leoafarias/fvm/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.0.3/manifests"},{"name":"2.0.3","sha":"7f72a0306b6b8abb8dfc8060210eebc01764e256","kind":"commit","published_at":"2021-05-04T12:24:08.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/2.0.3","html_url":"https://github.com/leoafarias/fvm/releases/tag/2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.0.3/manifests"},{"name":"v2.0.2","sha":"c0481b9e8eced35074943a1216a21c54644c46f8","kind":"tag","published_at":"2021-05-04T11:07:20.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v2.0.2","html_url":"https://github.com/leoafarias/fvm/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.0.2/manifests"},{"name":"2.0.2","sha":"c0481b9e8eced35074943a1216a21c54644c46f8","kind":"commit","published_at":"2021-05-04T11:07:08.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/2.0.2","html_url":"https://github.com/leoafarias/fvm/releases/tag/2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.0.2/manifests"},{"name":"v2.0.2-dev.0","sha":"32b0e9c81628b54a1c8b10c04c51ec12508b4b0b","kind":"tag","published_at":"2021-05-04T10:56:24.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v2.0.2-dev.0","html_url":"https://github.com/leoafarias/fvm/releases/tag/v2.0.2-dev.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v2.0.2-dev.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.0.2-dev.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.0.2-dev.0/manifests"},{"name":"2.0.2-dev.0","sha":"32b0e9c81628b54a1c8b10c04c51ec12508b4b0b","kind":"commit","published_at":"2021-05-04T10:56:06.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/2.0.2-dev.0","html_url":"https://github.com/leoafarias/fvm/releases/tag/2.0.2-dev.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@2.0.2-dev.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.0.2-dev.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.0.2-dev.0/manifests"},{"name":"v2.0.1","sha":"b3b802b8d2665f412ce9f0558b3d8a1cebd63942","kind":"tag","published_at":"2021-05-01T23:38:17.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v2.0.1","html_url":"https://github.com/leoafarias/fvm/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.0.1/manifests"},{"name":"2.0.1","sha":"b3b802b8d2665f412ce9f0558b3d8a1cebd63942","kind":"commit","published_at":"2021-05-01T23:37:52.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/2.0.1","html_url":"https://github.com/leoafarias/fvm/releases/tag/2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.0.1/manifests"},{"name":"v2.0.0","sha":"70fecda3927beaecc0ce274c36ec16f4490848b5","kind":"tag","published_at":"2021-05-01T18:04:21.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v2.0.0","html_url":"https://github.com/leoafarias/fvm/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.0.0/manifests"},{"name":"2.0.0","sha":"70fecda3927beaecc0ce274c36ec16f4490848b5","kind":"commit","published_at":"2021-05-01T18:03:22.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/2.0.0","html_url":"https://github.com/leoafarias/fvm/releases/tag/2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.0.0/manifests"},{"name":"v2.0.0-dev.10","sha":"5704aa25eece507c3308b0107fc7532454fa36f9","kind":"tag","published_at":"2021-04-26T19:15:01.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v2.0.0-dev.10","html_url":"https://github.com/leoafarias/fvm/releases/tag/v2.0.0-dev.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v2.0.0-dev.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.0.0-dev.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.0.0-dev.10/manifests"},{"name":"v2.0.0-dev.9","sha":"f5240b606297ca16614d3a3aeae9f050b458984c","kind":"tag","published_at":"2021-04-25T13:49:54.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v2.0.0-dev.9","html_url":"https://github.com/leoafarias/fvm/releases/tag/v2.0.0-dev.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v2.0.0-dev.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.0.0-dev.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.0.0-dev.9/manifests"},{"name":"2.0.0-dev.9","sha":"f5240b606297ca16614d3a3aeae9f050b458984c","kind":"commit","published_at":"2021-04-25T13:49:40.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/2.0.0-dev.9","html_url":"https://github.com/leoafarias/fvm/releases/tag/2.0.0-dev.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@2.0.0-dev.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.0.0-dev.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.0.0-dev.9/manifests"},{"name":"v2.0.0-dev.8","sha":"cbb43b9a2f840d1ff34e171f0a2adc4190bf11c2","kind":"tag","published_at":"2021-04-23T02:01:37.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v2.0.0-dev.8","html_url":"https://github.com/leoafarias/fvm/releases/tag/v2.0.0-dev.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v2.0.0-dev.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.0.0-dev.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.0.0-dev.8/manifests"},{"name":"2.0.0-dev.8","sha":"cbb43b9a2f840d1ff34e171f0a2adc4190bf11c2","kind":"commit","published_at":"2021-04-23T01:59:01.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/2.0.0-dev.8","html_url":"https://github.com/leoafarias/fvm/releases/tag/2.0.0-dev.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@2.0.0-dev.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.0.0-dev.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.0.0-dev.8/manifests"},{"name":"v2.0.0-dev.7","sha":"8d32340109eb4d772180f7575e941991bea09955","kind":"tag","published_at":"2021-04-21T19:38:22.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v2.0.0-dev.7","html_url":"https://github.com/leoafarias/fvm/releases/tag/v2.0.0-dev.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v2.0.0-dev.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.0.0-dev.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.0.0-dev.7/manifests"},{"name":"2.0.0-dev.7","sha":"8d32340109eb4d772180f7575e941991bea09955","kind":"commit","published_at":"2021-04-21T19:38:08.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/2.0.0-dev.7","html_url":"https://github.com/leoafarias/fvm/releases/tag/2.0.0-dev.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@2.0.0-dev.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.0.0-dev.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.0.0-dev.7/manifests"},{"name":"v2.0.0-dev.6","sha":"76ebd6d955f05f1154015dd6d843a9a492927ec8","kind":"tag","published_at":"2021-04-12T10:35:28.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v2.0.0-dev.6","html_url":"https://github.com/leoafarias/fvm/releases/tag/v2.0.0-dev.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v2.0.0-dev.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.0.0-dev.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.0.0-dev.6/manifests"},{"name":"2.0.0-dev.6","sha":"76ebd6d955f05f1154015dd6d843a9a492927ec8","kind":"commit","published_at":"2021-04-12T10:35:08.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/2.0.0-dev.6","html_url":"https://github.com/leoafarias/fvm/releases/tag/2.0.0-dev.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@2.0.0-dev.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.0.0-dev.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.0.0-dev.6/manifests"},{"name":"v2.0.0-dev.5","sha":"0ecab7241a5440d0b63cfbf328d392789d04d681","kind":"tag","published_at":"2021-04-12T10:01:01.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v2.0.0-dev.5","html_url":"https://github.com/leoafarias/fvm/releases/tag/v2.0.0-dev.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v2.0.0-dev.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.0.0-dev.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.0.0-dev.5/manifests"},{"name":"2.0.0-dev.5","sha":"0ecab7241a5440d0b63cfbf328d392789d04d681","kind":"commit","published_at":"2021-04-12T10:00:30.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/2.0.0-dev.5","html_url":"https://github.com/leoafarias/fvm/releases/tag/2.0.0-dev.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@2.0.0-dev.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.0.0-dev.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.0.0-dev.5/manifests"},{"name":"v2.0.0-dev.4","sha":"6fedb75ac25ee74ee006a8d4ec45c81cd694edaf","kind":"tag","published_at":"2021-04-02T09:44:45.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v2.0.0-dev.4","html_url":"https://github.com/leoafarias/fvm/releases/tag/v2.0.0-dev.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v2.0.0-dev.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.0.0-dev.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.0.0-dev.4/manifests"},{"name":"2.0.0-dev.4","sha":"6fedb75ac25ee74ee006a8d4ec45c81cd694edaf","kind":"commit","published_at":"2021-04-02T09:44:19.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/2.0.0-dev.4","html_url":"https://github.com/leoafarias/fvm/releases/tag/2.0.0-dev.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@2.0.0-dev.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.0.0-dev.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.0.0-dev.4/manifests"},{"name":"v2.0.0-dev.3","sha":"10c7c87195eadf322ca2476692e49febad858bbb","kind":"tag","published_at":"2021-03-30T14:28:34.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v2.0.0-dev.3","html_url":"https://github.com/leoafarias/fvm/releases/tag/v2.0.0-dev.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v2.0.0-dev.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.0.0-dev.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v2.0.0-dev.3/manifests"},{"name":"2.0.0-dev.3","sha":"10c7c87195eadf322ca2476692e49febad858bbb","kind":"commit","published_at":"2021-03-30T14:25:04.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/2.0.0-dev.3","html_url":"https://github.com/leoafarias/fvm/releases/tag/2.0.0-dev.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@2.0.0-dev.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.0.0-dev.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/2.0.0-dev.3/manifests"},{"name":"1.3.8","sha":"b023250055213e3b9956fc7994dfa40347ab3bbe","kind":"tag","published_at":"2021-03-25T23:53:28.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/1.3.8","html_url":"https://github.com/leoafarias/fvm/releases/tag/1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@1.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.3.8/manifests"},{"name":"1.3.7","sha":"3effc16134f8c6459d21b38562928f51df684094","kind":"tag","published_at":"2020-12-18T14:28:34.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/1.3.7","html_url":"https://github.com/leoafarias/fvm/releases/tag/1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.3.7/manifests"},{"name":"1.3.6","sha":"edfecb27cb1ddaf1c7ba13caf9abe9f45c09f271","kind":"tag","published_at":"2020-10-29T14:29:15.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/1.3.6","html_url":"https://github.com/leoafarias/fvm/releases/tag/1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.3.6/manifests"},{"name":"1.3.6-dev.3","sha":"654f8588946a2e5295053010ea338799b490c8b2","kind":"tag","published_at":"2020-10-28T14:27:50.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/1.3.6-dev.3","html_url":"https://github.com/leoafarias/fvm/releases/tag/1.3.6-dev.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@1.3.6-dev.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.3.6-dev.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.3.6-dev.3/manifests"},{"name":"1.3.6-dev.2","sha":"9498beab7bfe6fb8754ec82b2a85511c5aa6928a","kind":"tag","published_at":"2020-10-28T13:37:44.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/1.3.6-dev.2","html_url":"https://github.com/leoafarias/fvm/releases/tag/1.3.6-dev.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@1.3.6-dev.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.3.6-dev.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.3.6-dev.2/manifests"},{"name":"1.3.5","sha":"bc0f1d551cc98e570e83638ccbea1d092acbfda3","kind":"tag","published_at":"2020-10-22T14:42:04.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/1.3.5","html_url":"https://github.com/leoafarias/fvm/releases/tag/1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.3.5/manifests"},{"name":"1.3.4","sha":"164b9f9f138150f75eaac2870a2b66da19285fc9","kind":"commit","published_at":"2020-10-15T15:19:57.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/1.3.4","html_url":"https://github.com/leoafarias/fvm/releases/tag/1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.3.4/manifests"},{"name":"1.3.3","sha":"9add74ceafa0a5e5854f9cfdf60add3c1e9213d3","kind":"tag","published_at":"2020-10-14T15:09:27.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/1.3.3","html_url":"https://github.com/leoafarias/fvm/releases/tag/1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.3.3/manifests"},{"name":"1.3.2","sha":"b079f9080f0ecd4034b675097b6ef89ad9110100","kind":"commit","published_at":"2020-10-13T14:27:37.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/1.3.2","html_url":"https://github.com/leoafarias/fvm/releases/tag/1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.3.2/manifests"},{"name":"1.3.0","sha":"8a9335e78ffa6852698de140310966c49032478f","kind":"tag","published_at":"2020-10-13T14:18:54.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/1.3.0","html_url":"https://github.com/leoafarias/fvm/releases/tag/1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.3.0/manifests"},{"name":"1.3.1","sha":"d3253644783ade77a1448d69b0d300a8596fb483","kind":"commit","published_at":"2020-10-11T15:48:52.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/1.3.1","html_url":"https://github.com/leoafarias/fvm/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.3.1/manifests"},{"name":"App-1.0.0-alpha.1","sha":"5ed08e1b71f71f4575b7a74203838819ae0a1394","kind":"tag","published_at":"2020-09-23T05:39:07.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/App-1.0.0-alpha.1","html_url":"https://github.com/leoafarias/fvm/releases/tag/App-1.0.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@App-1.0.0-alpha.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/App-1.0.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/App-1.0.0-alpha.1/manifests"},{"name":"App-1.0.0-alpha","sha":"b001f9506900e9723ad238bfab3ae70078f9331a","kind":"tag","published_at":"2020-09-17T19:09:11.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/App-1.0.0-alpha","html_url":"https://github.com/leoafarias/fvm/releases/tag/App-1.0.0-alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@App-1.0.0-alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/App-1.0.0-alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/App-1.0.0-alpha/manifests"},{"name":"1.2.3","sha":"07440aa6f27f6a6942985b3b120848c756299471","kind":"tag","published_at":"2020-08-22T10:26:30.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/1.2.3","html_url":"https://github.com/leoafarias/fvm/releases/tag/1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.2.3/manifests"},{"name":"1.2.2","sha":"3a0036d613e9ff0a111a1b1b9bfeef011d61413b","kind":"tag","published_at":"2020-08-19T22:20:11.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/1.2.2","html_url":"https://github.com/leoafarias/fvm/releases/tag/1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.2.2/manifests"},{"name":"1.2.0","sha":"f7bff27cebf4fe669e6254f456170219e14dd14b","kind":"tag","published_at":"2020-08-16T10:51:10.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/1.2.0","html_url":"https://github.com/leoafarias/fvm/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.2.0/manifests"},{"name":"1.1.9","sha":"758851108255d10ffa68bc5fe6a3fa15f658a360","kind":"tag","published_at":"2020-08-15T10:11:41.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/1.1.9","html_url":"https://github.com/leoafarias/fvm/releases/tag/1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@1.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.1.9/manifests"},{"name":"1.1.8","sha":"74433967ede34462701c07d36b01e2bb122da1f9","kind":"tag","published_at":"2020-08-14T22:44:05.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/1.1.8","html_url":"https://github.com/leoafarias/fvm/releases/tag/1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@1.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.1.8/manifests"},{"name":"1.1.7","sha":"f38c9fbb182b08a6a6f36443313037cfcedeb6f1","kind":"tag","published_at":"2020-08-12T11:17:38.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/1.1.7","html_url":"https://github.com/leoafarias/fvm/releases/tag/1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@1.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.1.7/manifests"},{"name":"1.1.6","sha":"8204cec044b1bed2c558ea318be504ee00aa1049","kind":"tag","published_at":"2020-08-12T11:04:40.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/1.1.6","html_url":"https://github.com/leoafarias/fvm/releases/tag/1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@1.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.1.6/manifests"},{"name":"1.1.5","sha":"c8ac35b9d992776a73b8f6d0d9b929da5b8dcded","kind":"tag","published_at":"2020-07-27T16:35:43.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/1.1.5","html_url":"https://github.com/leoafarias/fvm/releases/tag/1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@1.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.1.5/manifests"},{"name":"1.1.4","sha":"80da33ca11defe1d7483b7c200c5c183e2998740","kind":"tag","published_at":"2020-07-27T09:40:07.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/1.1.4","html_url":"https://github.com/leoafarias/fvm/releases/tag/1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.1.4/manifests"},{"name":"1.1.3","sha":"285858cd2b4ccf7ede4b06cad3ecebace453ff70","kind":"tag","published_at":"2020-07-17T14:30:25.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/1.1.3","html_url":"https://github.com/leoafarias/fvm/releases/tag/1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.1.3/manifests"},{"name":"1.1.2","sha":"d3c304e41f4163789ef94a2e72d9db4f01ec9382","kind":"tag","published_at":"2020-07-17T11:32:31.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/1.1.2","html_url":"https://github.com/leoafarias/fvm/releases/tag/1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.1.2/manifests"},{"name":"1.1.1","sha":"28622fa78afa07a790131dbc8429b1033bb95199","kind":"tag","published_at":"2020-07-17T10:18:40.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/1.1.1","html_url":"https://github.com/leoafarias/fvm/releases/tag/1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.1.1/manifests"},{"name":"1.1.0","sha":"8974a2f07ac8d49082b890894e1577f4d6184242","kind":"tag","published_at":"2020-07-16T23:15:48.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/1.1.0","html_url":"https://github.com/leoafarias/fvm/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.1.0/manifests"},{"name":"1.0.4","sha":"c2039b3f37e9ebf4e2e906e75de94efef210fba6","kind":"commit","published_at":"2020-07-02T10:18:04.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/1.0.4","html_url":"https://github.com/leoafarias/fvm/releases/tag/1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.0.4/manifests"},{"name":"1.0.3","sha":"938d3f06df5a380739b98fa5bdd7aceff1bca333","kind":"tag","published_at":"2020-07-02T09:45:07.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/1.0.3","html_url":"https://github.com/leoafarias/fvm/releases/tag/1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.0.3/manifests"},{"name":"1.0.2","sha":"d2baaf5df21f64a473688e25bced920c55e270e8","kind":"tag","published_at":"2020-06-23T10:47:40.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/1.0.2","html_url":"https://github.com/leoafarias/fvm/releases/tag/1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.0.2/manifests"},{"name":"1.0.1","sha":"7f07a3475fd556832900d7e5dbb371f8cbd33b79","kind":"tag","published_at":"2020-06-22T17:16:50.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/1.0.1","html_url":"https://github.com/leoafarias/fvm/releases/tag/1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.0.1/manifests"},{"name":"1.0.0","sha":"fa827f6d57b9d47ceb38273ce2197d7297e36df1","kind":"tag","published_at":"2020-06-22T16:23:08.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/1.0.0","html_url":"https://github.com/leoafarias/fvm/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/1.0.0/manifests"},{"name":"0.8.3","sha":"f0fdf98337bea4ea5d2396771fad69f3174325aa","kind":"commit","published_at":"2020-06-20T13:51:28.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/0.8.3","html_url":"https://github.com/leoafarias/fvm/releases/tag/0.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@0.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/0.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/0.8.3/manifests"},{"name":"0.8.2","sha":"1aaea4b8faf48c8d78d247c8fe8ce2ebeefd0e97","kind":"tag","published_at":"2020-06-19T17:50:31.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/0.8.2","html_url":"https://github.com/leoafarias/fvm/releases/tag/0.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@0.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/0.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/0.8.2/manifests"},{"name":"0.8.1","sha":"98027614b92a6ef6400082e37caf0453cb977d1e","kind":"tag","published_at":"2020-06-19T12:01:20.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/0.8.1","html_url":"https://github.com/leoafarias/fvm/releases/tag/0.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@0.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/0.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/0.8.1/manifests"},{"name":"0.8.0","sha":"818cf55d93d42f5e20d28ae3cda1b54eff8aa660","kind":"tag","published_at":"2020-06-18T22:44:44.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/0.8.0","html_url":"https://github.com/leoafarias/fvm/releases/tag/0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/0.8.0/manifests"},{"name":"0.7.1","sha":"8ff5d264607cfb788656213fc3238948026a9c43","kind":"tag","published_at":"2020-04-14T20:18:16.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/0.7.1","html_url":"https://github.com/leoafarias/fvm/releases/tag/0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/0.7.1/manifests"},{"name":"0.7.0","sha":"7eba870461799848d96ae0606b9a240c6b08258c","kind":"tag","published_at":"2020-04-14T12:46:32.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/0.7.0","html_url":"https://github.com/leoafarias/fvm/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/0.7.0/manifests"},{"name":"0.6.7","sha":"e1d780a68237a6157443ccf21023f22e472f59cb","kind":"commit","published_at":"2019-12-26T21:08:39.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/0.6.7","html_url":"https://github.com/leoafarias/fvm/releases/tag/0.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@0.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/0.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/0.6.7/manifests"},{"name":"0.6.6","sha":"8cde3d020fda0d03178840e2f35aad2eeed34998","kind":"tag","published_at":"2019-11-08T00:29:58.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/0.6.6","html_url":"https://github.com/leoafarias/fvm/releases/tag/0.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@0.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/0.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/0.6.6/manifests"},{"name":"0.6.5","sha":"dcf3df3d22651cc88a48f2238787d60ee703dc76","kind":"tag","published_at":"2019-11-07T16:41:47.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/0.6.5","html_url":"https://github.com/leoafarias/fvm/releases/tag/0.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@0.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/0.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/0.6.5/manifests"},{"name":"0.6.4","sha":"c2dce3ae499ec4dec3af83cd4b25f32178b521c6","kind":"tag","published_at":"2019-10-24T18:49:28.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/0.6.4","html_url":"https://github.com/leoafarias/fvm/releases/tag/0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@0.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/0.6.4/manifests"},{"name":"0.6.3","sha":"484e76f2eb81b7a59a7dc9de2308f689abe9b53d","kind":"tag","published_at":"2019-10-19T07:16:28.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/0.6.3","html_url":"https://github.com/leoafarias/fvm/releases/tag/0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@0.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/0.6.3/manifests"},{"name":"0.6.1","sha":"b48188e2ca3104ef7d6439698c6ec254ac9f9947","kind":"tag","published_at":"2019-10-09T13:02:04.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/0.6.1","html_url":"https://github.com/leoafarias/fvm/releases/tag/0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/0.6.1/manifests"},{"name":"0.6.0","sha":"36a4a806ea101624383d39a66b01ce6be584fcf6","kind":"tag","published_at":"2019-10-08T18:33:18.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/0.6.0","html_url":"https://github.com/leoafarias/fvm/releases/tag/0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/0.6.0/manifests"},{"name":"v0.3.0","sha":"5eb6bc94bd65736b86b65b1511c809d1d91b2040","kind":"tag","published_at":"2019-03-08T04:04:10.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v0.3.0","html_url":"https://github.com/leoafarias/fvm/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v0.3.0/manifests"},{"name":"v0.2.9","sha":"281d72eb3b3990254158a93edf8e8a355209bfc1","kind":"tag","published_at":"2019-03-07T19:06:38.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v0.2.9","html_url":"https://github.com/leoafarias/fvm/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"f01ab8d9b8c69b826c9620232ebc35bf0b6af9dd","kind":"tag","published_at":"2019-03-05T20:01:43.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v0.2.8","html_url":"https://github.com/leoafarias/fvm/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb3927edcf252dfd0c2ce3c008f8522402b77485","kind":"tag","published_at":"2019-03-05T19:50:59.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v0.2.7","html_url":"https://github.com/leoafarias/fvm/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"3d3dc3dff3a17797b61e7575686afa595dbdeedd","kind":"tag","published_at":"2019-03-05T19:37:04.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v0.2.6","html_url":"https://github.com/leoafarias/fvm/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"9e2c1b539b041d63ebf396139bbcf18888aa0407","kind":"tag","published_at":"2019-03-05T19:33:39.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v0.2.5","html_url":"https://github.com/leoafarias/fvm/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"9e2c1b539b041d63ebf396139bbcf18888aa0407","kind":"tag","published_at":"2019-03-05T19:28:15.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v0.2.4","html_url":"https://github.com/leoafarias/fvm/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v0.2.4/manifests"},{"name":"v0.1.13","sha":"bb39466df687bc64c3b23d48e4b4890356bf22b2","kind":"tag","published_at":"2019-03-05T01:46:17.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v0.1.13","html_url":"https://github.com/leoafarias/fvm/releases/tag/v0.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v0.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v0.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v0.1.13/manifests"},{"name":"v0.1.12","sha":"28728d8baa2ae82dd1036a626a5181ff7527df7c","kind":"tag","published_at":"2019-03-05T01:37:15.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v0.1.12","html_url":"https://github.com/leoafarias/fvm/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"91c0c064e1939722ec2b3fcc4e36f73668d53ebd","kind":"tag","published_at":"2019-03-04T04:51:47.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v0.1.11","html_url":"https://github.com/leoafarias/fvm/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"1f58a2af555ccedaf9e7440a97b7326df7ee4710","kind":"tag","published_at":"2019-03-03T21:43:03.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v0.1.10","html_url":"https://github.com/leoafarias/fvm/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"b44bff3bb91ea8c8e17fe073438d30e4f1fc02d3","kind":"tag","published_at":"2019-03-01T16:31:58.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v0.1.9","html_url":"https://github.com/leoafarias/fvm/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d9914a5b087a6fc24f24b891313f890d440a965a","kind":"tag","published_at":"2019-02-28T15:26:04.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v0.1.8","html_url":"https://github.com/leoafarias/fvm/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"9b7dce6f4d5dab8e34cd4cc1d6f96ad85db99321","kind":"tag","published_at":"2019-02-28T10:18:04.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v0.1.7","html_url":"https://github.com/leoafarias/fvm/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"a29ed3071b7e9846a5699063a5c8ca731bd8c712","kind":"tag","published_at":"2019-02-27T13:22:30.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v0.1.6","html_url":"https://github.com/leoafarias/fvm/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"527cfe6e37bbe0614fc2d30efc74a7abb5c20c15","kind":"tag","published_at":"2019-02-27T12:34:17.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v0.1.5","html_url":"https://github.com/leoafarias/fvm/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"ec31af18b1d68352b96e47a0012af0300264fda7","kind":"tag","published_at":"2019-02-27T12:30:03.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v0.1.4","html_url":"https://github.com/leoafarias/fvm/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"e59fc47fcea1b569cf7371b660c02955d46ee5ae","kind":"tag","published_at":"2019-02-27T11:57:11.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v0.1.3","html_url":"https://github.com/leoafarias/fvm/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"7f1a1c38742697de21d52dbec4e6bf3a490ca115","kind":"tag","published_at":"2019-02-27T10:54:42.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v0.1.2","html_url":"https://github.com/leoafarias/fvm/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"9dbf4a9ecfb73aa5fbeff8eddbdb0dff3661860b","kind":"tag","published_at":"2019-02-27T10:35:24.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v0.1.1","html_url":"https://github.com/leoafarias/fvm/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"ab8d0a9219a81d115e0d337d47e8eb9bde9eb38a","kind":"tag","published_at":"2019-02-27T10:30:45.000Z","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/v0.1.0","html_url":"https://github.com/leoafarias/fvm/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/leoafarias/fvm@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-04-07T16:32:11.821Z","dependent_packages_count":1,"downloads":null,"downloads_period":null,"dependent_repos_count":8,"rankings":{"downloads":null,"dependent_repos_count":9.28367391782026,"dependent_packages_count":9.157823039571111,"stargazers_count":0.5818421341530354,"forks_count":2.1692831265781094,"docker_downloads_count":0.32934460423756723,"average":4.304393364472016},"purl":"pkg:pub/fvm","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pub/fvm","docker_dependents_count":1,"docker_downloads_count":140,"usage_url":"https://repos.ecosyste.ms/usage/pub/fvm","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pub/fvm/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-06T17:03:52.107Z","issues_count":228,"pull_requests_count":244,"avg_time_to_close_issue":5686786.55479452,"avg_time_to_close_pull_request":1882425.9086021506,"issues_closed_count":146,"pull_requests_closed_count":186,"pull_request_authors_count":55,"issue_authors_count":173,"avg_comments_per_issue":2.587719298245614,"avg_comments_per_pull_request":1.6926229508196722,"merged_pull_requests_count":142,"bot_issues_count":0,"bot_pull_requests_count":12,"past_year_issues_count":56,"past_year_pull_requests_count":105,"past_year_avg_time_to_close_issue":3430543.6428571427,"past_year_avg_time_to_close_pull_request":2041885.09375,"past_year_issues_closed_count":14,"past_year_pull_requests_closed_count":64,"past_year_pull_request_authors_count":23,"past_year_issue_authors_count":49,"past_year_avg_comments_per_issue":0.5892857142857143,"past_year_avg_comments_per_pull_request":1.4285714285714286,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":43,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/issues","maintainers":[{"login":"leoafarias","count":152,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/leoafarias"}],"active_maintainers":[{"login":"leoafarias","count":69,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/leoafarias"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pub.dev/packages/fvm/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pub.dev/packages/fvm/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pub.dev/packages/fvm/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pub.dev/packages/fvm/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pub.dev/packages/fvm/codemeta","maintainers":[]}