{"id":148465,"name":"xml","ecosystem":"pub","description":"A lightweight library for parsing, traversing, querying, transforming and building XML documents.","homepage":"https://github.com/renggli/dart-xml","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/renggli/dart-xml","keywords_array":[],"namespace":null,"versions_count":88,"first_release_published_at":"2012-09-25T01:24:58.330Z","latest_release_published_at":"2025-08-16T12:56:36.310Z","latest_release_number":"6.6.1","last_synced_at":"2026-04-17T17:00:53.015Z","created_at":"2022-04-05T16:18:57.331Z","updated_at":"2026-04-17T17:01:54.129Z","registry_url":"https://pub.dev/packages/xml","install_command":"dart pub add xml","documentation_url":"https://pub.dev/documentation/xml/","metadata":{},"repo_metadata":{"id":16237912,"uuid":"18985556","full_name":"renggli/dart-xml","owner":"renggli","description":"Lightweight library for parsing, traversing, and transforming XML in Dart.","archived":false,"fork":false,"pushed_at":"2026-03-30T11:57:16.000Z","size":1983,"stargazers_count":227,"open_issues_count":1,"forks_count":52,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-04-07T23:07:47.729Z","etag":null,"topics":["dart","flutter","sax","xml","xml-builder","xml-document","xml-parser","xml-parsing","xml-queries","xml-transformation","xpath"],"latest_commit_sha":null,"homepage":"http://pub.dartlang.org/packages/xml","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/renggli.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-04-21T07:28:30.000Z","updated_at":"2026-03-30T11:57:13.000Z","dependencies_parsed_at":"2026-02-05T23:04:53.361Z","dependency_job_id":null,"html_url":"https://github.com/renggli/dart-xml","commit_stats":{"total_commits":756,"total_committers":20,"mean_commits":37.8,"dds":"0.060846560846560815","last_synced_commit":"ac5cd8c235f3dfd54b44b4af4513b2dbdb6c6a87"},"previous_names":[],"tags_count":143,"template":false,"template_full_name":null,"purl":"pkg:github/renggli/dart-xml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/renggli","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/sbom","scorecard":{"id":770985,"data":{"date":"2025-08-11","repo":{"name":"github.com/renggli/dart-xml","commit":"3ee14d358696f8f0815191f7e6d14d428368cf77"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.2,"checks":[{"name":"Maintained","score":8,"reason":"9 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/dart.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dart.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/renggli/dart-xml/dart.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/dart.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/renggli/dart-xml/dart.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dart.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/renggli/dart-xml/dart.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dart.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/renggli/dart-xml/dart.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/dart.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/renggli/dart-xml/dart.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/dart.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/renggli/dart-xml/dart.yml/main?enable=pin","Info:   0 out of   3 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}}]},"last_synced_at":"2025-08-23T02:17:09.167Z","repository_id":16237912,"created_at":"2025-08-23T02:17:09.168Z","updated_at":"2025-08-23T02:17:09.168Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31585032,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"online","status_checked_at":"2026-04-09T02:00:06.848Z","response_time":112,"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":"renggli","name":"Lukas Renggli","uuid":"131610","kind":"user","description":"Dart, Kotlin, Java, TypeScript, JavaScript, Python, Smalltalk","email":"","website":"https://www.lukas-renggli.ch/","location":"Zurich, Switzerland","twitter":"renggli","company":null,"icon_url":"https://avatars.githubusercontent.com/u/131610?v=4","repositories_count":15,"last_synced_at":"2025-08-18T15:43:19.012Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/renggli","funding_links":[],"total_stars":499,"followers":137,"following":22,"created_at":"2022-11-05T08:11:59.204Z","updated_at":"2025-08-18T15:43:19.012Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/renggli","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/renggli/repositories"},"tags":[{"name":"v6.6.1","sha":"3ee14d358696f8f0815191f7e6d14d428368cf77","kind":"commit","published_at":"2025-08-16T12:55:11.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v6.6.1","html_url":"https://github.com/renggli/dart-xml/releases/tag/v6.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v6.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v6.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v6.6.1/manifests"},{"name":"v6.6.0","sha":"0078598937322cfb7f9ebe28bf899d34b9b7d2da","kind":"commit","published_at":"2025-06-15T15:16:03.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v6.6.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/v6.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v6.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v6.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v6.6.0/manifests"},{"name":"v6.5.0","sha":"83796f3dd0923590561d9d169d6ee2db46580099","kind":"commit","published_at":"2023-12-02T17:34:22.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v6.5.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/v6.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v6.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v6.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v6.5.0/manifests"},{"name":"6.4.2","sha":"7f31c4e6b3477dba0ec44e1cf4b61058d838d5b7","kind":"commit","published_at":"2023-08-20T10:02:31.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/6.4.2","html_url":"https://github.com/renggli/dart-xml/releases/tag/6.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@6.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/6.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/6.4.2/manifests"},{"name":"v6.4.2","sha":"7f31c4e6b3477dba0ec44e1cf4b61058d838d5b7","kind":"commit","published_at":"2023-08-20T10:02:31.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v6.4.2","html_url":"https://github.com/renggli/dart-xml/releases/tag/v6.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v6.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v6.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v6.4.2/manifests"},{"name":"6.4.1","sha":"c139aafa6e0c47bb1e5dd689f907dd0eab6d017f","kind":"commit","published_at":"2023-08-20T09:44:33.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/6.4.1","html_url":"https://github.com/renggli/dart-xml/releases/tag/6.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@6.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/6.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/6.4.1/manifests"},{"name":"v6.4.1","sha":"c139aafa6e0c47bb1e5dd689f907dd0eab6d017f","kind":"commit","published_at":"2023-08-20T09:44:33.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v6.4.1","html_url":"https://github.com/renggli/dart-xml/releases/tag/v6.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v6.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v6.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v6.4.1/manifests"},{"name":"6.4.0","sha":"d9257275f45032f9c9343d68d3e714a55268d845","kind":"commit","published_at":"2023-08-17T19:30:48.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/6.4.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/6.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@6.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/6.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/6.4.0/manifests"},{"name":"v6.4.0","sha":"d9257275f45032f9c9343d68d3e714a55268d845","kind":"commit","published_at":"2023-08-17T19:30:48.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v6.4.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/v6.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v6.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v6.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v6.4.0/manifests"},{"name":"6.3.0","sha":"ba770b09f91b4ed9d3cf5a7eb8e28cad8e434485","kind":"commit","published_at":"2023-04-24T11:44:17.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/6.3.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/6.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@6.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/6.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/6.3.0/manifests"},{"name":"v6.3.0","sha":"ba770b09f91b4ed9d3cf5a7eb8e28cad8e434485","kind":"commit","published_at":"2023-04-24T11:44:17.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v6.3.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/v6.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v6.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v6.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v6.3.0/manifests"},{"name":"6.2.2","sha":"5d957091d557302e706189fea3b54069bf089b25","kind":"commit","published_at":"2022-11-10T07:59:36.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/6.2.2","html_url":"https://github.com/renggli/dart-xml/releases/tag/6.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@6.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/6.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/6.2.2/manifests"},{"name":"v6.2.2","sha":"5d957091d557302e706189fea3b54069bf089b25","kind":"commit","published_at":"2022-11-10T07:59:36.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v6.2.2","html_url":"https://github.com/renggli/dart-xml/releases/tag/v6.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v6.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v6.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v6.2.2/manifests"},{"name":"6.2.1","sha":"918d51cdde88d154b7b2ddce3432471e64a61dcc","kind":"commit","published_at":"2022-11-08T21:24:04.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/6.2.1","html_url":"https://github.com/renggli/dart-xml/releases/tag/6.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@6.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/6.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/6.2.1/manifests"},{"name":"v6.2.1","sha":"918d51cdde88d154b7b2ddce3432471e64a61dcc","kind":"commit","published_at":"2022-11-08T21:24:04.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v6.2.1","html_url":"https://github.com/renggli/dart-xml/releases/tag/v6.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v6.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v6.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v6.2.1/manifests"},{"name":"6.2.0","sha":"bef812dcbdb3debff65cdefb5ca95aad3a50888d","kind":"commit","published_at":"2022-10-23T15:27:08.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/6.2.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@6.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/6.2.0/manifests"},{"name":"v6.2.0","sha":"bef812dcbdb3debff65cdefb5ca95aad3a50888d","kind":"commit","published_at":"2022-10-23T15:27:08.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v6.2.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/v6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v6.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v6.2.0/manifests"},{"name":"6.1.0","sha":"e8e4341b3c74a3a17385f4a5314924e1b3ba9bd6","kind":"commit","published_at":"2022-05-25T08:23:50.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/6.1.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/6.1.0/manifests"},{"name":"v6.1.0","sha":"e8e4341b3c74a3a17385f4a5314924e1b3ba9bd6","kind":"commit","published_at":"2022-05-25T08:23:50.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v6.1.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v6.1.0/manifests"},{"name":"6.0.1","sha":"8ef934905b4b63c29941fd46a2e2a0223ac4f380","kind":"commit","published_at":"2022-03-28T08:54:04.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/6.0.1","html_url":"https://github.com/renggli/dart-xml/releases/tag/6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@6.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/6.0.1/manifests"},{"name":"v6.0.1","sha":"8ef934905b4b63c29941fd46a2e2a0223ac4f380","kind":"commit","published_at":"2022-03-28T08:54:04.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v6.0.1","html_url":"https://github.com/renggli/dart-xml/releases/tag/v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v6.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v6.0.1/manifests"},{"name":"6.0.0","sha":"8af988fb0fda8aef6b0e512992fa88f83b372ef2","kind":"commit","published_at":"2022-03-28T08:48:04.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/6.0.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/6.0.0/manifests"},{"name":"v6.0.0","sha":"8af988fb0fda8aef6b0e512992fa88f83b372ef2","kind":"commit","published_at":"2022-03-28T08:48:04.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v6.0.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v6.0.0/manifests"},{"name":"5.4.1","sha":"355fa159e475045a054bd8f3521e03970171b1b9","kind":"commit","published_at":"2022-03-19T10:35:30.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/5.4.1","html_url":"https://github.com/renggli/dart-xml/releases/tag/5.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@5.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/5.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/5.4.1/manifests"},{"name":"v5.4.1","sha":"355fa159e475045a054bd8f3521e03970171b1b9","kind":"commit","published_at":"2022-03-19T10:35:30.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v5.4.1","html_url":"https://github.com/renggli/dart-xml/releases/tag/v5.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v5.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v5.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v5.4.1/manifests"},{"name":"5.4.0","sha":"91b848142ccb8e7f623d2ae975b03c2923ded9ca","kind":"commit","published_at":"2022-03-18T18:40:38.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/5.4.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/5.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@5.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/5.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/5.4.0/manifests"},{"name":"v5.4.0","sha":"91b848142ccb8e7f623d2ae975b03c2923ded9ca","kind":"commit","published_at":"2022-03-18T18:40:38.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v5.4.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/v5.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v5.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v5.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v5.4.0/manifests"},{"name":"5.3.1","sha":"4fe9fb4d76dbfe54325281f6effb831cec9c29ad","kind":"commit","published_at":"2021-10-16T08:29:09.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/5.3.1","html_url":"https://github.com/renggli/dart-xml/releases/tag/5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/5.3.1/manifests"},{"name":"v5.3.1","sha":"4fe9fb4d76dbfe54325281f6effb831cec9c29ad","kind":"commit","published_at":"2021-10-16T08:29:09.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v5.3.1","html_url":"https://github.com/renggli/dart-xml/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v5.3.1/manifests"},{"name":"5.3.0","sha":"f050674e3c011d54df9d406e9adda76be96d9473","kind":"commit","published_at":"2021-09-10T18:45:46.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/5.3.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/5.3.0/manifests"},{"name":"v5.3.0","sha":"f050674e3c011d54df9d406e9adda76be96d9473","kind":"commit","published_at":"2021-09-10T18:45:46.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v5.3.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v5.3.0/manifests"},{"name":"5.2.0","sha":"3d1649ce79992d13bba99055d7147cfac4be6cf3","kind":"commit","published_at":"2021-08-14T08:23:50.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/5.2.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/5.2.0/manifests"},{"name":"v5.2.0","sha":"3d1649ce79992d13bba99055d7147cfac4be6cf3","kind":"commit","published_at":"2021-08-14T08:23:50.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v5.2.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v5.2.0/manifests"},{"name":"5.1.2","sha":"342dee1c8c8a5013e468aa9f62931943683ec122","kind":"commit","published_at":"2021-06-05T12:32:14.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/5.1.2","html_url":"https://github.com/renggli/dart-xml/releases/tag/5.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@5.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/5.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/5.1.2/manifests"},{"name":"v5.1.2","sha":"342dee1c8c8a5013e468aa9f62931943683ec122","kind":"commit","published_at":"2021-06-05T12:32:14.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v5.1.2","html_url":"https://github.com/renggli/dart-xml/releases/tag/v5.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v5.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v5.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v5.1.2/manifests"},{"name":"5.1.1","sha":"7803e762f849d5c07ca11bcc2fc776b047bd8c25","kind":"commit","published_at":"2021-05-20T16:46:11.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/5.1.1","html_url":"https://github.com/renggli/dart-xml/releases/tag/5.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@5.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/5.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/5.1.1/manifests"},{"name":"v5.1.1","sha":"7803e762f849d5c07ca11bcc2fc776b047bd8c25","kind":"commit","published_at":"2021-05-20T16:46:11.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v5.1.1","html_url":"https://github.com/renggli/dart-xml/releases/tag/v5.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v5.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v5.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v5.1.1/manifests"},{"name":"5.1.0","sha":"349b0ed6abe6bfe40d19d34ab21001eabe7594f5","kind":"tag","published_at":"2021-05-20T16:38:50.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/5.1.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/5.1.0/manifests"},{"name":"v5.1.0","sha":"349b0ed6abe6bfe40d19d34ab21001eabe7594f5","kind":"tag","published_at":"2021-05-20T16:38:50.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v5.1.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v5.1.0/manifests"},{"name":"5.0.2","sha":"a57883b91c340d7042cc1417eb3b2cc0f91b4cfc","kind":"commit","published_at":"2021-02-19T13:28:40.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/5.0.2","html_url":"https://github.com/renggli/dart-xml/releases/tag/5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/5.0.2/manifests"},{"name":"v5.0.2","sha":"a57883b91c340d7042cc1417eb3b2cc0f91b4cfc","kind":"commit","published_at":"2021-02-19T13:28:40.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v5.0.2","html_url":"https://github.com/renggli/dart-xml/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v5.0.2/manifests"},{"name":"5.0.1","sha":"a5f2cba1a2252e32b6529212bff274e7f1dd645b","kind":"commit","published_at":"2021-02-19T10:59:00.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/5.0.1","html_url":"https://github.com/renggli/dart-xml/releases/tag/5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/5.0.1/manifests"},{"name":"v5.0.1","sha":"a5f2cba1a2252e32b6529212bff274e7f1dd645b","kind":"commit","published_at":"2021-02-19T10:59:00.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v5.0.1","html_url":"https://github.com/renggli/dart-xml/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v5.0.1/manifests"},{"name":"5.0.0","sha":"50f4ee4aec6eac8225b5d3e710f98a9f1c16560e","kind":"commit","published_at":"2021-02-17T22:21:45.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/5.0.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/5.0.0/manifests"},{"name":"v5.0.0","sha":"50f4ee4aec6eac8225b5d3e710f98a9f1c16560e","kind":"commit","published_at":"2021-02-17T22:21:45.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v5.0.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v5.0.0/manifests"},{"name":"5.0.0-nullsafety.1","sha":"1cd2e34787f446af53c906de3080f8efc03a79b1","kind":"commit","published_at":"2020-11-21T08:04:31.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/5.0.0-nullsafety.1","html_url":"https://github.com/renggli/dart-xml/releases/tag/5.0.0-nullsafety.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@5.0.0-nullsafety.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/5.0.0-nullsafety.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/5.0.0-nullsafety.1/manifests"},{"name":"v5.0.0-nullsafety.1","sha":"1cd2e34787f446af53c906de3080f8efc03a79b1","kind":"commit","published_at":"2020-11-21T08:04:31.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v5.0.0-nullsafety.1","html_url":"https://github.com/renggli/dart-xml/releases/tag/v5.0.0-nullsafety.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v5.0.0-nullsafety.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v5.0.0-nullsafety.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v5.0.0-nullsafety.1/manifests"},{"name":"5.0.0-nullsafety","sha":"7395ce4e8577b686fb915c24c1de891c5ed83e18","kind":"commit","published_at":"2020-10-06T09:26:23.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/5.0.0-nullsafety","html_url":"https://github.com/renggli/dart-xml/releases/tag/5.0.0-nullsafety","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@5.0.0-nullsafety","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/5.0.0-nullsafety","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/5.0.0-nullsafety/manifests"},{"name":"v5.0.0-nullsafety","sha":"7395ce4e8577b686fb915c24c1de891c5ed83e18","kind":"commit","published_at":"2020-10-06T09:26:23.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v5.0.0-nullsafety","html_url":"https://github.com/renggli/dart-xml/releases/tag/v5.0.0-nullsafety","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v5.0.0-nullsafety","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v5.0.0-nullsafety","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v5.0.0-nullsafety/manifests"},{"name":"4.5.1","sha":"d6ceca1195df80bb4037254cd1a0230a49e7f63a","kind":"commit","published_at":"2020-09-17T21:38:37.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/4.5.1","html_url":"https://github.com/renggli/dart-xml/releases/tag/4.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@4.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/4.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/4.5.1/manifests"},{"name":"v4.5.1","sha":"d6ceca1195df80bb4037254cd1a0230a49e7f63a","kind":"commit","published_at":"2020-09-17T21:38:37.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v4.5.1","html_url":"https://github.com/renggli/dart-xml/releases/tag/v4.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v4.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v4.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v4.5.1/manifests"},{"name":"4.5.0","sha":"7ee95929eb474ae46f485466060ce77f5bc4e6ec","kind":"commit","published_at":"2020-09-04T09:57:12.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/4.5.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@4.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/4.5.0/manifests"},{"name":"v4.5.0","sha":"7ee95929eb474ae46f485466060ce77f5bc4e6ec","kind":"commit","published_at":"2020-09-04T09:57:12.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v4.5.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/v4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v4.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v4.5.0/manifests"},{"name":"4.4.1","sha":"c3b9fe4f6f13f8d54327b4c22658dd5207ddcd2f","kind":"commit","published_at":"2020-08-18T20:25:09.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/4.4.1","html_url":"https://github.com/renggli/dart-xml/releases/tag/4.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@4.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/4.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/4.4.1/manifests"},{"name":"v4.4.1","sha":"c3b9fe4f6f13f8d54327b4c22658dd5207ddcd2f","kind":"commit","published_at":"2020-08-18T20:25:09.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v4.4.1","html_url":"https://github.com/renggli/dart-xml/releases/tag/v4.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v4.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v4.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v4.4.1/manifests"},{"name":"4.4.0","sha":"7c82ce573594784c9bcfd7bf96acc0837fbfa0be","kind":"commit","published_at":"2020-08-16T19:12:29.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/4.4.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@4.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/4.4.0/manifests"},{"name":"v4.4.0","sha":"7c82ce573594784c9bcfd7bf96acc0837fbfa0be","kind":"commit","published_at":"2020-08-16T19:12:29.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v4.4.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/v4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v4.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v4.4.0/manifests"},{"name":"4.3.0","sha":"d60bdf6aa25d0803b23cfee376d7eadafc48e3f0","kind":"commit","published_at":"2020-07-18T10:16:05.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/4.3.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@4.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/4.3.0/manifests"},{"name":"v4.3.0","sha":"d60bdf6aa25d0803b23cfee376d7eadafc48e3f0","kind":"commit","published_at":"2020-07-18T10:16:05.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v4.3.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/v4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v4.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v4.3.0/manifests"},{"name":"4.2.0","sha":"b3633b88b6b4bee9e636a21ff08ccf9820e86900","kind":"commit","published_at":"2020-05-29T17:29:11.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/4.2.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@4.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/4.2.0/manifests"},{"name":"v4.2.0","sha":"b3633b88b6b4bee9e636a21ff08ccf9820e86900","kind":"commit","published_at":"2020-05-29T17:29:11.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v4.2.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/v4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v4.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v4.2.0/manifests"},{"name":"4.1.0","sha":"63c42f7b713cb396583b662a174a5ff0281ccb4b","kind":"commit","published_at":"2020-03-29T15:09:30.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/4.1.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/4.1.0/manifests"},{"name":"v4.1.0","sha":"63c42f7b713cb396583b662a174a5ff0281ccb4b","kind":"commit","published_at":"2020-03-29T15:09:30.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v4.1.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v4.1.0/manifests"},{"name":"3.7.0","sha":"c84c4bec5a6f5cb5b8ef153628953cade2049667","kind":"commit","published_at":"2020-01-01T10:05:24.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/3.7.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/3.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@3.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/3.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/3.7.0/manifests"},{"name":"v3.7.0","sha":"c84c4bec5a6f5cb5b8ef153628953cade2049667","kind":"commit","published_at":"2020-01-01T10:05:24.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v3.7.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/v3.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v3.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v3.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v3.7.0/manifests"},{"name":"3.6.1","sha":"c9ee4afa07ebc2cbd04e5bda0ee4618c141a8742","kind":"commit","published_at":"2019-12-10T06:51:48.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/3.6.1","html_url":"https://github.com/renggli/dart-xml/releases/tag/3.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@3.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/3.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/3.6.1/manifests"},{"name":"v3.6.1","sha":"c9ee4afa07ebc2cbd04e5bda0ee4618c141a8742","kind":"commit","published_at":"2019-12-10T06:51:48.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v3.6.1","html_url":"https://github.com/renggli/dart-xml/releases/tag/v3.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v3.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v3.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v3.6.1/manifests"},{"name":"3.6.0","sha":"406e34b6a555907c182aed7e70c9c82df38e5eb3","kind":"commit","published_at":"2019-11-30T22:36:00.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/3.6.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/3.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@3.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/3.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/3.6.0/manifests"},{"name":"v3.6.0","sha":"406e34b6a555907c182aed7e70c9c82df38e5eb3","kind":"commit","published_at":"2019-11-30T22:36:00.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v3.6.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/v3.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v3.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v3.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v3.6.0/manifests"},{"name":"3.5.0","sha":"04554f7f919e7697b4c52ccf2daa3bc7cb209bd7","kind":"commit","published_at":"2019-05-10T13:36:29.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/3.5.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/3.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@3.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/3.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/3.5.0/manifests"},{"name":"v3.5.0","sha":"04554f7f919e7697b4c52ccf2daa3bc7cb209bd7","kind":"commit","published_at":"2019-05-10T13:36:29.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v3.5.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/v3.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v3.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v3.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v3.5.0/manifests"},{"name":"3.4.1","sha":"7fa716364a8b84ee7195b7b1905cd05b5d4ea0ab","kind":"commit","published_at":"2019-03-07T06:21:10.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/3.4.1","html_url":"https://github.com/renggli/dart-xml/releases/tag/3.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@3.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/3.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/3.4.1/manifests"},{"name":"v3.4.1","sha":"7fa716364a8b84ee7195b7b1905cd05b5d4ea0ab","kind":"commit","published_at":"2019-03-07T06:21:10.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v3.4.1","html_url":"https://github.com/renggli/dart-xml/releases/tag/v3.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v3.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v3.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v3.4.1/manifests"},{"name":"3.4.0","sha":"045b3ada4cbcf1c8e96f634465ed761606013bdb","kind":"commit","published_at":"2019-02-27T22:17:47.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/3.4.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/3.4.0/manifests"},{"name":"v3.4.0","sha":"045b3ada4cbcf1c8e96f634465ed761606013bdb","kind":"commit","published_at":"2019-02-27T22:17:47.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v3.4.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/v3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v3.4.0/manifests"},{"name":"3.3.1","sha":"6e6547a813eea0aa42774dd87849b32b03f03da0","kind":"commit","published_at":"2019-01-28T16:52:16.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/3.3.1","html_url":"https://github.com/renggli/dart-xml/releases/tag/3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/3.3.1/manifests"},{"name":"v3.3.1","sha":"6e6547a813eea0aa42774dd87849b32b03f03da0","kind":"commit","published_at":"2019-01-28T16:52:16.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v3.3.1","html_url":"https://github.com/renggli/dart-xml/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v3.3.1/manifests"},{"name":"3.3.0","sha":"0a809a1304fcc7071323130b7e4769e2232047fd","kind":"commit","published_at":"2019-01-24T14:52:24.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/3.3.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/3.3.0/manifests"},{"name":"v3.3.0","sha":"0a809a1304fcc7071323130b7e4769e2232047fd","kind":"commit","published_at":"2019-01-24T14:52:24.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v3.3.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v3.3.0/manifests"},{"name":"3.2.5","sha":"76fc15713ffe7edcb60e55e95e42e083b93e0951","kind":"commit","published_at":"2019-01-08T17:18:49.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/3.2.5","html_url":"https://github.com/renggli/dart-xml/releases/tag/3.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@3.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/3.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/3.2.5/manifests"},{"name":"v3.2.5","sha":"76fc15713ffe7edcb60e55e95e42e083b93e0951","kind":"commit","published_at":"2019-01-08T17:18:49.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v3.2.5","html_url":"https://github.com/renggli/dart-xml/releases/tag/v3.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v3.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v3.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v3.2.5/manifests"},{"name":"3.2.4","sha":"5db4e3efcdf1e2095a582ee38cc48db2f1ee45ab","kind":"commit","published_at":"2019-01-07T21:40:47.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/3.2.4","html_url":"https://github.com/renggli/dart-xml/releases/tag/3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@3.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/3.2.4/manifests"},{"name":"v3.2.4","sha":"5db4e3efcdf1e2095a582ee38cc48db2f1ee45ab","kind":"commit","published_at":"2019-01-07T21:40:47.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v3.2.4","html_url":"https://github.com/renggli/dart-xml/releases/tag/v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v3.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v3.2.4/manifests"},{"name":"3.2.3","sha":"18a6eb537a2270ae8d870479c64b80062f6ca0d0","kind":"commit","published_at":"2018-09-27T11:15:35.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/3.2.3","html_url":"https://github.com/renggli/dart-xml/releases/tag/3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@3.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/3.2.3/manifests"},{"name":"v3.2.3","sha":"18a6eb537a2270ae8d870479c64b80062f6ca0d0","kind":"commit","published_at":"2018-09-27T11:15:35.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v3.2.3","html_url":"https://github.com/renggli/dart-xml/releases/tag/v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v3.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v3.2.3/manifests"},{"name":"3.2.2","sha":"7ded71e0b4543d843848b26a4c24f13db8e04c26","kind":"commit","published_at":"2018-09-27T10:41:54.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/3.2.2","html_url":"https://github.com/renggli/dart-xml/releases/tag/3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@3.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/3.2.2/manifests"},{"name":"v3.2.2","sha":"7ded71e0b4543d843848b26a4c24f13db8e04c26","kind":"commit","published_at":"2018-09-27T10:41:54.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v3.2.2","html_url":"https://github.com/renggli/dart-xml/releases/tag/v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v3.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v3.2.2/manifests"},{"name":"3.2.1","sha":"92f0293e3bddab66464aa3297283d483bb11c119","kind":"commit","published_at":"2018-09-15T16:31:19.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/3.2.1","html_url":"https://github.com/renggli/dart-xml/releases/tag/3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/3.2.1/manifests"},{"name":"v3.2.1","sha":"92f0293e3bddab66464aa3297283d483bb11c119","kind":"commit","published_at":"2018-09-15T16:31:19.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v3.2.1","html_url":"https://github.com/renggli/dart-xml/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v3.2.1/manifests"},{"name":"3.2.0","sha":"f5345951294bca90c5298013b64e98807a955544","kind":"commit","published_at":"2018-08-01T18:51:53.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/3.2.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/3.2.0/manifests"},{"name":"v3.2.0","sha":"f5345951294bca90c5298013b64e98807a955544","kind":"commit","published_at":"2018-08-01T18:51:53.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v3.2.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v3.2.0/manifests"},{"name":"3.0.1","sha":"5147fab9293c51efb7af4c89a021382e0c2a772d","kind":"commit","published_at":"2018-07-21T14:15:51.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/3.0.1","html_url":"https://github.com/renggli/dart-xml/releases/tag/3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/3.0.1/manifests"},{"name":"v3.0.1","sha":"5147fab9293c51efb7af4c89a021382e0c2a772d","kind":"commit","published_at":"2018-07-21T14:15:51.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v3.0.1","html_url":"https://github.com/renggli/dart-xml/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v3.0.1/manifests"},{"name":"3.0.0","sha":"71efb8266a12cb49e43e1df7e842b0e7a14172d8","kind":"commit","published_at":"2018-03-10T11:07:13.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/3.0.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/3.0.0/manifests"},{"name":"v3.0.0","sha":"71efb8266a12cb49e43e1df7e842b0e7a14172d8","kind":"commit","published_at":"2018-03-10T11:07:13.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v3.0.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v3.0.0/manifests"},{"name":"3.0.0-alpha","sha":"cb72fa959293d94c65a756537303020ee468ed62","kind":"commit","published_at":"2017-12-19T19:29:23.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/3.0.0-alpha","html_url":"https://github.com/renggli/dart-xml/releases/tag/3.0.0-alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@3.0.0-alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/3.0.0-alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/3.0.0-alpha/manifests"},{"name":"v3.0.0-alpha","sha":"cb72fa959293d94c65a756537303020ee468ed62","kind":"commit","published_at":"2017-12-19T19:29:23.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v3.0.0-alpha","html_url":"https://github.com/renggli/dart-xml/releases/tag/v3.0.0-alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v3.0.0-alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v3.0.0-alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v3.0.0-alpha/manifests"},{"name":"2.6.0","sha":"9142617fc7aed12961d2a89aedab01d484d3e57b","kind":"commit","published_at":"2017-08-04T18:35:37.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/2.6.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.6.0/manifests"},{"name":"v2.6.0","sha":"9142617fc7aed12961d2a89aedab01d484d3e57b","kind":"commit","published_at":"2017-08-04T18:35:37.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v2.6.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.6.0/manifests"},{"name":"2.5.0","sha":"57e54fd49a90e22e0a0dba787639b3779f9af35f","kind":"commit","published_at":"2016-12-19T17:08:45.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/2.5.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.5.0/manifests"},{"name":"v2.5.0","sha":"57e54fd49a90e22e0a0dba787639b3779f9af35f","kind":"commit","published_at":"2016-12-19T17:08:45.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v2.5.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.5.0/manifests"},{"name":"2.4.4","sha":"74e89fdcd0d24ee3e7c7325f1b2613fe67cb9ea0","kind":"commit","published_at":"2016-11-24T10:31:44.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/2.4.4","html_url":"https://github.com/renggli/dart-xml/releases/tag/2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.4.4/manifests"},{"name":"v2.4.4","sha":"74e89fdcd0d24ee3e7c7325f1b2613fe67cb9ea0","kind":"commit","published_at":"2016-11-24T10:31:44.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v2.4.4","html_url":"https://github.com/renggli/dart-xml/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.4.4/manifests"},{"name":"2.4.3","sha":"e09ba9a32bb7ca7710a730319db90b90194464a2","kind":"commit","published_at":"2016-04-05T09:23:17.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/2.4.3","html_url":"https://github.com/renggli/dart-xml/releases/tag/2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.4.3/manifests"},{"name":"v2.4.3","sha":"e09ba9a32bb7ca7710a730319db90b90194464a2","kind":"commit","published_at":"2016-04-05T09:23:17.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v2.4.3","html_url":"https://github.com/renggli/dart-xml/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.4.3/manifests"},{"name":"2.4.2","sha":"541472c4ee23eee3ebce70fedb87d5c97d6dfbaf","kind":"commit","published_at":"2016-03-07T15:44:24.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/2.4.2","html_url":"https://github.com/renggli/dart-xml/releases/tag/2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.4.2/manifests"},{"name":"v2.4.2","sha":"541472c4ee23eee3ebce70fedb87d5c97d6dfbaf","kind":"commit","published_at":"2016-03-07T15:44:24.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v2.4.2","html_url":"https://github.com/renggli/dart-xml/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.4.2/manifests"},{"name":"2.4.1","sha":"0896df7545603f8379b884611d8a544b83b75ad6","kind":"commit","published_at":"2016-01-17T10:09:40.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/2.4.1","html_url":"https://github.com/renggli/dart-xml/releases/tag/2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.4.1/manifests"},{"name":"v2.4.1","sha":"0896df7545603f8379b884611d8a544b83b75ad6","kind":"commit","published_at":"2016-01-17T10:09:40.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v2.4.1","html_url":"https://github.com/renggli/dart-xml/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.4.1/manifests"},{"name":"2.4.0","sha":"9c7a815c568dc5e49a69530c576e427d504c2af7","kind":"commit","published_at":"2015-10-06T18:17:43.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/2.4.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.4.0/manifests"},{"name":"v2.4.0","sha":"9c7a815c568dc5e49a69530c576e427d504c2af7","kind":"commit","published_at":"2015-10-06T18:17:43.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v2.4.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.4.0/manifests"},{"name":"2.3.2","sha":"2ca538fe173c2d199d8950b3422aa128fb2f2ac6","kind":"commit","published_at":"2015-05-15T17:38:18.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/2.3.2","html_url":"https://github.com/renggli/dart-xml/releases/tag/2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.3.2/manifests"},{"name":"v2.3.2","sha":"2ca538fe173c2d199d8950b3422aa128fb2f2ac6","kind":"commit","published_at":"2015-05-15T17:38:18.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v2.3.2","html_url":"https://github.com/renggli/dart-xml/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.3.2/manifests"},{"name":"2.3.1","sha":"5b5003a5894daad38306c032660fe09578efe9a6","kind":"commit","published_at":"2015-05-15T16:04:05.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/2.3.1","html_url":"https://github.com/renggli/dart-xml/releases/tag/2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.3.1/manifests"},{"name":"v2.3.1","sha":"5b5003a5894daad38306c032660fe09578efe9a6","kind":"commit","published_at":"2015-05-15T16:04:05.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v2.3.1","html_url":"https://github.com/renggli/dart-xml/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.3.1/manifests"},{"name":"2.3.0","sha":"0f51a79f764d5355a637dc5a9f1023012771adec","kind":"commit","published_at":"2015-05-15T15:43:36.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/2.3.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.3.0/manifests"},{"name":"v2.3.0","sha":"0f51a79f764d5355a637dc5a9f1023012771adec","kind":"commit","published_at":"2015-05-15T15:43:36.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v2.3.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.3.0/manifests"},{"name":"2.2.3","sha":"b785197d5cf1ad8073802595ed5f67f44a88be8c","kind":"commit","published_at":"2015-02-02T23:10:08.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/2.2.3","html_url":"https://github.com/renggli/dart-xml/releases/tag/2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.2.3/manifests"},{"name":"v2.2.3","sha":"b785197d5cf1ad8073802595ed5f67f44a88be8c","kind":"commit","published_at":"2015-02-02T23:10:08.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v2.2.3","html_url":"https://github.com/renggli/dart-xml/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.2.3/manifests"},{"name":"2.2.2","sha":"ee6798f299395bc483400126ef92a3e5166b5a34","kind":"commit","published_at":"2015-01-23T20:51:49.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/2.2.2","html_url":"https://github.com/renggli/dart-xml/releases/tag/2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.2.2/manifests"},{"name":"v2.2.2","sha":"ee6798f299395bc483400126ef92a3e5166b5a34","kind":"commit","published_at":"2015-01-23T20:51:49.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v2.2.2","html_url":"https://github.com/renggli/dart-xml/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.2.2/manifests"},{"name":"2.2.1","sha":"cd63511de5159e4f2dbaf9c35e3473ac3e0679ea","kind":"commit","published_at":"2014-12-14T10:54:24.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/2.2.1","html_url":"https://github.com/renggli/dart-xml/releases/tag/2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.2.1/manifests"},{"name":"v2.2.1","sha":"cd63511de5159e4f2dbaf9c35e3473ac3e0679ea","kind":"commit","published_at":"2014-12-14T10:54:24.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v2.2.1","html_url":"https://github.com/renggli/dart-xml/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.2.1/manifests"},{"name":"2.2.0","sha":"ac7c881277fc5f385c7af35d4136d681d791ed2c","kind":"commit","published_at":"2014-11-29T08:27:02.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/2.2.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.2.0/manifests"},{"name":"v2.2.0","sha":"ac7c881277fc5f385c7af35d4136d681d791ed2c","kind":"commit","published_at":"2014-11-29T08:27:02.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v2.2.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.2.0/manifests"},{"name":"2.1.7","sha":"2ab66e7157b25c71b971c23bbfdff256f0273962","kind":"commit","published_at":"2014-11-15T14:05:39.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/2.1.7","html_url":"https://github.com/renggli/dart-xml/releases/tag/2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.1.7/manifests"},{"name":"v2.1.7","sha":"2ab66e7157b25c71b971c23bbfdff256f0273962","kind":"commit","published_at":"2014-11-15T14:05:39.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v2.1.7","html_url":"https://github.com/renggli/dart-xml/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.1.7/manifests"},{"name":"2.1.6","sha":"bb8fde875af20223c70419b8a83a4430c7cb2472","kind":"commit","published_at":"2014-11-14T19:26:41.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/2.1.6","html_url":"https://github.com/renggli/dart-xml/releases/tag/2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.1.6/manifests"},{"name":"v2.1.6","sha":"bb8fde875af20223c70419b8a83a4430c7cb2472","kind":"commit","published_at":"2014-11-14T19:26:41.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v2.1.6","html_url":"https://github.com/renggli/dart-xml/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.1.6/manifests"},{"name":"2.1.5","sha":"a9ea5c37dfa37c853daea07e0e80abfb9144024c","kind":"commit","published_at":"2014-09-06T20:55:25.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/2.1.5","html_url":"https://github.com/renggli/dart-xml/releases/tag/2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.1.5/manifests"},{"name":"v2.1.5","sha":"a9ea5c37dfa37c853daea07e0e80abfb9144024c","kind":"commit","published_at":"2014-09-06T20:55:25.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v2.1.5","html_url":"https://github.com/renggli/dart-xml/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.1.5/manifests"},{"name":"2.1.4","sha":"a09c27fc9645c3e931c608b5bf78f2225278ce3f","kind":"commit","published_at":"2014-08-16T10:38:16.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/2.1.4","html_url":"https://github.com/renggli/dart-xml/releases/tag/2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.1.4/manifests"},{"name":"v2.1.4","sha":"a09c27fc9645c3e931c608b5bf78f2225278ce3f","kind":"commit","published_at":"2014-08-16T10:38:16.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v2.1.4","html_url":"https://github.com/renggli/dart-xml/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.1.4/manifests"},{"name":"2.1.3","sha":"5945454ee08abaf6fbb7a36345c9fabc4dfe6d89","kind":"commit","published_at":"2014-07-06T08:28:38.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/2.1.3","html_url":"https://github.com/renggli/dart-xml/releases/tag/2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.1.3/manifests"},{"name":"v2.1.3","sha":"5945454ee08abaf6fbb7a36345c9fabc4dfe6d89","kind":"commit","published_at":"2014-07-06T08:28:38.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v2.1.3","html_url":"https://github.com/renggli/dart-xml/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.1.3/manifests"},{"name":"2.1.2","sha":"5dfbf224c0928868a1a23ea7c2f95c1390a5675b","kind":"commit","published_at":"2014-07-05T15:04:33.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/2.1.2","html_url":"https://github.com/renggli/dart-xml/releases/tag/2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.1.2/manifests"},{"name":"v2.1.2","sha":"5dfbf224c0928868a1a23ea7c2f95c1390a5675b","kind":"commit","published_at":"2014-07-05T15:04:33.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v2.1.2","html_url":"https://github.com/renggli/dart-xml/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.1.2/manifests"},{"name":"2.1.1","sha":"0e5299ae559bdc873f44efc215668401fc71408c","kind":"commit","published_at":"2014-05-22T16:53:01.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/2.1.1","html_url":"https://github.com/renggli/dart-xml/releases/tag/2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.1.1/manifests"},{"name":"v2.1.1","sha":"0e5299ae559bdc873f44efc215668401fc71408c","kind":"commit","published_at":"2014-05-22T16:53:01.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v2.1.1","html_url":"https://github.com/renggli/dart-xml/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.1.1/manifests"},{"name":"2.1.0","sha":"b781d8006af18bfce39ea23652e119c1921a5942","kind":"commit","published_at":"2014-05-18T13:56:14.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/2.1.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.1.0/manifests"},{"name":"v2.1.0","sha":"b781d8006af18bfce39ea23652e119c1921a5942","kind":"commit","published_at":"2014-05-18T13:56:14.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v2.1.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.1.0/manifests"},{"name":"2.0.0","sha":"c5256539b5f71cc99fd5e48e45240e1fff70ff92","kind":"commit","published_at":"2014-04-21T07:31:03.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/2.0.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/2.0.0/manifests"},{"name":"v2.0.0","sha":"c5256539b5f71cc99fd5e48e45240e1fff70ff92","kind":"commit","published_at":"2014-04-21T07:31:03.000Z","download_url":"https://codeload.github.com/renggli/dart-xml/tar.gz/v2.0.0","html_url":"https://github.com/renggli/dart-xml/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/renggli/dart-xml@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/tags/v2.0.0/manifests"}]},"repo_metadata_updated_at":"2026-04-17T17:01:54.129Z","dependent_packages_count":484,"downloads":null,"downloads_period":null,"dependent_repos_count":67839,"rankings":{"downloads":null,"dependent_repos_count":0.07505159797360686,"dependent_packages_count":0.10632309712927637,"stargazers_count":3.931598947676118,"forks_count":4.734504972168366,"docker_downloads_count":0.11257739696041028,"average":1.7920112023815555},"purl":"pkg:pub/xml","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pub/xml","docker_dependents_count":76,"docker_downloads_count":19036780,"usage_url":"https://repos.ecosyste.ms/usage/pub/xml","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pub/xml/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":{"last_synced_at":"2026-03-31T19:02:00.371Z","issues_count":105,"pull_requests_count":15,"avg_time_to_close_issue":12365182.861386139,"avg_time_to_close_pull_request":1207042.5714285714,"issues_closed_count":101,"pull_requests_closed_count":14,"pull_request_authors_count":10,"issue_authors_count":84,"avg_comments_per_issue":3.4285714285714284,"avg_comments_per_pull_request":2.533333333333333,"merged_pull_requests_count":10,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":8,"past_year_pull_requests_count":4,"past_year_avg_time_to_close_issue":1044518.8571428572,"past_year_avg_time_to_close_pull_request":289866.6666666667,"past_year_issues_closed_count":7,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":4,"past_year_avg_comments_per_issue":3.625,"past_year_avg_comments_per_pull_request":2.5,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":2,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/renggli%2Fdart-xml/issues","maintainers":[{"login":"renggli","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/renggli"}],"active_maintainers":[{"login":"renggli","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/renggli"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pub.dev/packages/xml/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pub.dev/packages/xml/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pub.dev/packages/xml/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pub.dev/packages/xml/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pub.dev/packages/xml/codemeta","maintainers":[]}