{"id":5800871,"name":"TheDragonCode/codestyler","ecosystem":"actions","description":"A tool to automatically fix PHP Coding Standards issues by The Dragon Code.","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/TheDragonCode/codestyler","keywords_array":["lint","linter","php","phplint","syntax","syntax-checker"],"namespace":"TheDragonCode","versions_count":180,"first_release_published_at":"2022-02-09T09:38:57.000Z","latest_release_published_at":"2025-08-30T16:53:03.000Z","latest_release_number":"6.3.0","last_synced_at":"2026-01-08T21:20:40.920Z","created_at":"2023-01-04T12:32:34.299Z","updated_at":"2026-01-08T21:20:40.920Z","registry_url":"https://github.com/TheDragonCode/codestyler","install_command":null,"documentation_url":null,"metadata":{"name":"The Dragon Code Styler","description":"A tool to automatically fix PHP Coding Standards issues by The Dragon Code.","author":"Andrey Helldar","inputs":{"github_token":{"description":"GitHub token or PAT token.","required":false,"default":"${{ github.token }}"},"fix":{"description":"Only shows which files would have been modified.","required":false,"default":"false"},"editorconfig":{"description":"Update .editorconfig file.","required":false,"default":"true"},"dependabot":{"description":"Update Dependabot rules.","required":false,"default":"true"},"normalize":{"description":"Normalize the composer.json file.","required":false,"default":"true"},"verbose":{"description":"Increase the verbosity of messages for debug","required":false,"default":"false"}},"runs":{"using":"docker","image":"Dockerfile","args":["${{ inputs.github_token }}","${{ inputs.fix }}","${{ inputs.editorconfig }}","${{ inputs.dependabot }}","${{ inputs.normalize }}","${{ inputs.verbose }}"]},"branding":{"icon":"check","color":"purple"},"default_branch":"main","path":null},"repo_metadata":{"id":37793129,"uuid":"457295142","full_name":"TheDragonCode/codestyler","owner":"TheDragonCode","description":"A tool to automatically fix PHP Coding Standards issues by Dragon Code.","archived":false,"fork":false,"pushed_at":"2025-09-02T21:44:54.000Z","size":81419,"stargazers_count":30,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-15T18:40:24.093Z","etag":null,"topics":["lint","linter","php","phplint","syntax","syntax-checker"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/TheDragonCode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"custom":["https://boosty.to/dragon-code","https://yoomoney.ru/to/410012608840929"]}},"created_at":"2022-02-09T09:40:35.000Z","updated_at":"2025-09-02T21:44:57.000Z","dependencies_parsed_at":"2023-01-05T05:03:02.515Z","dependency_job_id":"490885d4-c32c-458f-95f2-744b28f9d9c2","html_url":"https://github.com/TheDragonCode/codestyler","commit_stats":{"total_commits":661,"total_committers":5,"mean_commits":132.2,"dds":"0.43570347957639943","last_synced_commit":"d185e9fabe6a18192bda5e671063aadf6c4ad131"},"previous_names":[],"tags_count":180,"template":false,"template_full_name":null,"purl":"pkg:github/TheDragonCode/codestyler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheDragonCode","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/sbom","scorecard":{"id":140006,"data":{"date":"2025-08-11","repo":{"name":"github.com/TheDragonCode/codestyler","commit":"8bdcfb9a18adb3133d31cb3e28e69c9d2374e96f"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5,"checks":[{"name":"Maintained","score":10,"reason":"27 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"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":-1,"reason":"no workflows found","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":"Token-Permissions","score":-1,"reason":"No tokens found","details":null,"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":"Code-Review","score":0,"reason":"Found 0/19 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":"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":"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":"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":"Pinned-Dependencies","score":-1,"reason":"no dependencies found","details":null,"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":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"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":"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 22 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-16T07:45:46.997Z","repository_id":37793129,"created_at":"2025-08-16T07:45:46.997Z","updated_at":"2025-08-16T07:45:46.997Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275692163,"owners_count":25510703,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-17T02:00:09.119Z","response_time":84,"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":"TheDragonCode","name":"The Dragon Code","uuid":"92792550","kind":"organization","description":"The Dragon Code is a set of projects filled with delightful tools that increase developer happiness and productivity.","email":"helldar@dragon-code.pro","website":"https://dragon-code.pro","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/92792550?v=4","repositories_count":44,"last_synced_at":"2024-11-24T20:51:00.518Z","metadata":{"has_sponsors_listing":false,"funding":{"custom":["https://boosty.to/dragon-code","https://yoomoney.ru/to/410012608840929"]}},"html_url":"https://github.com/TheDragonCode","funding_links":["https://boosty.to/dragon-code","https://yoomoney.ru/to/410012608840929"],"total_stars":1064,"followers":28,"following":0,"created_at":"2022-11-14T17:11:05.326Z","updated_at":"2024-11-24T20:51:00.519Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheDragonCode","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheDragonCode/repositories"},"tags":[{"name":"6.3.0","sha":"7450722f1ca9b7f8a8483c9e849b59957d482448","kind":"commit","published_at":"2025-08-30T16:53:03.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/6.3.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/6.3.0","dependencies_parsed_at":"2025-09-02T06:16:56.825Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@6.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/6.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/6.3.0/manifests"},{"name":"6.2.6","sha":"5837a9bf9a4cbce37b3551216cb2a33243c89e7a","kind":"commit","published_at":"2025-08-30T14:54:29.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/6.2.6","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/6.2.6","dependencies_parsed_at":"2025-09-02T06:16:57.165Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@6.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/6.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/6.2.6/manifests"},{"name":"6.2.5","sha":"7ac96d4eb5522cb22396189dce7d951698c3f384","kind":"commit","published_at":"2025-08-28T07:55:40.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/6.2.5","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/6.2.5","dependencies_parsed_at":"2025-09-01T06:08:26.087Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@6.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/6.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/6.2.5/manifests"},{"name":"6.2.4","sha":"4f27d7f51606ed6cf7012dc7813a62851f4a5e85","kind":"commit","published_at":"2025-08-27T23:10:06.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/6.2.4","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/6.2.4","dependencies_parsed_at":"2025-08-30T04:57:03.844Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@6.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/6.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/6.2.4/manifests"},{"name":"6.2.3","sha":"086b37e1eb44436f5ed4964055f00ac8d6a2cc4b","kind":"commit","published_at":"2025-08-27T20:08:35.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/6.2.3","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/6.2.3","dependencies_parsed_at":"2025-08-30T04:57:03.796Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@6.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/6.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/6.2.3/manifests"},{"name":"6.2.2","sha":"59553772f998c246d3aa079dc6c6c61d95f50840","kind":"commit","published_at":"2025-08-27T19:53:18.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/6.2.2","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/6.2.2","dependencies_parsed_at":"2025-08-30T04:57:03.844Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@6.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/6.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/6.2.2/manifests"},{"name":"6.2.1","sha":"0b49a5e99401e0448d9a8c718a7e1c79e7486b57","kind":"commit","published_at":"2025-08-27T19:10:23.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/6.2.1","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/6.2.1","dependencies_parsed_at":"2025-08-30T04:57:03.819Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@6.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/6.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/6.2.1/manifests"},{"name":"6.2.0","sha":"a8d65dffcaa04b63ba4257d47f182a097439224a","kind":"commit","published_at":"2025-08-27T15:23:40.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/6.2.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/6.2.0","dependencies_parsed_at":"2025-08-30T04:57:03.864Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@6.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/6.2.0/manifests"},{"name":"6.1.0","sha":"f13acbe2cba7a1c9085fafd986e044215848596d","kind":"commit","published_at":"2025-08-13T15:39:25.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/6.1.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/6.1.0","dependencies_parsed_at":"2025-08-26T05:24:52.472Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/6.1.0/manifests"},{"name":"6.0.0","sha":"66886d8d540bc9680e6e20166ea62ee767f0b6bb","kind":"commit","published_at":"2025-07-11T18:08:13.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/6.0.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/6.0.0","dependencies_parsed_at":"2025-07-16T16:03:27.857Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/6.0.0/manifests"},{"name":"5.5.2","sha":"eaeaaf95b881f0f3632f3a1386a33108fb5b2ff8","kind":"commit","published_at":"2025-07-11T15:25:35.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/5.5.2","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/5.5.2","dependencies_parsed_at":"2025-07-16T16:03:35.557Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@5.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/5.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/5.5.2/manifests"},{"name":"5.5.1","sha":"896a60c3bf01d84015b755d540de153be614c709","kind":"commit","published_at":"2025-07-11T15:23:08.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/5.5.1","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/5.5.1","dependencies_parsed_at":"2025-07-16T16:03:35.563Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@5.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/5.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/5.5.1/manifests"},{"name":"5.5.0","sha":"7e304cc9ab3e661006d4b035fdfd60ec889f5287","kind":"commit","published_at":"2025-07-11T11:46:17.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/5.5.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/5.5.0","dependencies_parsed_at":"2025-07-13T14:17:52.991Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@5.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/5.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/5.5.0/manifests"},{"name":"5.4.0","sha":"c513d858f9f41342836463f30ae09cf7ffebace3","kind":"commit","published_at":"2025-03-14T11:06:55.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/5.4.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/5.4.0","dependencies_parsed_at":null,"dependency_job_id":"92ff5a95-59a0-4817-bbdf-f6f6ad07dfd3","purl":"pkg:github/TheDragonCode/codestyler@5.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/5.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/5.4.0/manifests"},{"name":"5.3.0","sha":"63c28028eeb4a139dc95ab80661272f84af31e0b","kind":"commit","published_at":"2025-03-07T10:34:35.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/5.3.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/5.3.0","dependencies_parsed_at":null,"dependency_job_id":"5b8d4199-4ece-41c6-88dc-4282349e9ae4","purl":"pkg:github/TheDragonCode/codestyler@5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/5.3.0/manifests"},{"name":"5.2.0","sha":"6623549b554eb762045c4746d0c49503017f5c18","kind":"commit","published_at":"2025-02-28T19:38:35.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/5.2.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/5.2.0","dependencies_parsed_at":null,"dependency_job_id":"23cf80a3-036d-4488-aff1-f934df74877f","purl":"pkg:github/TheDragonCode/codestyler@5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/5.2.0/manifests"},{"name":"5.1.0","sha":"310394eb382ce823182783700d0e439013509217","kind":"commit","published_at":"2025-02-04T22:03:36.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/5.1.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/5.1.0","dependencies_parsed_at":null,"dependency_job_id":"e0d1ff47-677e-435f-95de-3432a7093148","purl":"pkg:github/TheDragonCode/codestyler@5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/5.1.0/manifests"},{"name":"v5","sha":"e9795eb57e27b477ced28dddc9179285adc15454","kind":"commit","published_at":"2024-11-26T10:52:17.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v5","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v5","dependencies_parsed_at":"2024-12-06T11:29:58.138Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v5/manifests"},{"name":"5.0.0","sha":"e9795eb57e27b477ced28dddc9179285adc15454","kind":"commit","published_at":"2024-11-26T10:52:17.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/5.0.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/5.0.0","dependencies_parsed_at":"2024-12-06T11:29:58.067Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/5.0.0/manifests"},{"name":"4.3.1","sha":"47960bdae3dd49ca71ac400a747702ff64954dec","kind":"commit","published_at":"2024-11-26T10:47:25.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/4.3.1","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/4.3.1","dependencies_parsed_at":"2024-12-06T11:29:58.052Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@4.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/4.3.1/manifests"},{"name":"4.3.0","sha":"8990c822e2fa956d64e8bde736a205e25bfa80ad","kind":"commit","published_at":"2024-11-26T10:01:39.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/4.3.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/4.3.0","dependencies_parsed_at":"2024-12-06T11:29:58.061Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@4.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/4.3.0/manifests"},{"name":"4.2.0","sha":"6174ad5e5ef31cc3ce1ee5bb6a06f3304436e876","kind":"commit","published_at":"2024-03-27T19:21:45.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/4.2.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/4.2.0","dependencies_parsed_at":"2024-03-30T10:37:12.221Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@4.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/4.2.0/manifests"},{"name":"4.1.0","sha":"a429fb3739d284140d80c28b22be13131d14ed58","kind":"commit","published_at":"2024-02-20T08:49:45.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/4.1.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/4.1.0","dependencies_parsed_at":"2024-02-22T08:36:04.540Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/4.1.0/manifests"},{"name":"4.0.5","sha":"c430115e8ac89d01f3ffd4ef58a8ab07e4a9fbb4","kind":"commit","published_at":"2024-02-16T06:41:57.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/4.0.5","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/4.0.5","dependencies_parsed_at":"2024-02-21T08:53:27.945Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@4.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/4.0.5/manifests"},{"name":"v4","sha":"c430115e8ac89d01f3ffd4ef58a8ab07e4a9fbb4","kind":"commit","published_at":"2024-02-16T06:41:57.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v4","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v4","dependencies_parsed_at":"2024-02-21T08:53:27.946Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v4/manifests"},{"name":"4.0.4","sha":"6a6f2acec71bec4de822e0ffb12451e539f449e8","kind":"commit","published_at":"2024-02-15T23:37:31.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/4.0.4","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/4.0.4","dependencies_parsed_at":"2024-02-21T08:53:27.948Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/4.0.4/manifests"},{"name":"4.0.3","sha":"24bec2c1a490b3c685518fd994f99f05f9a7bd11","kind":"commit","published_at":"2024-02-15T23:33:34.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/4.0.3","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/4.0.3","dependencies_parsed_at":"2024-02-21T08:53:27.936Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/4.0.3/manifests"},{"name":"4.0.2","sha":"0d9eb2b28a43e2753803930a1433b404134c5cd7","kind":"commit","published_at":"2024-02-15T23:19:10.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/4.0.2","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/4.0.2","dependencies_parsed_at":"2024-02-21T08:53:28.067Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/4.0.2/manifests"},{"name":"4.0.1","sha":"5d02c16f45e79b0ac347f73c15df394738fcc02b","kind":"commit","published_at":"2024-02-10T23:06:07.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/4.0.1","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/4.0.1","dependencies_parsed_at":"2024-02-12T05:44:06.982Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/4.0.1/manifests"},{"name":"4.0.0","sha":"da99c43a62d9832d0d087c42ae959426b31dce22","kind":"commit","published_at":"2024-02-10T22:58:02.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/4.0.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/4.0.0","dependencies_parsed_at":"2024-02-12T05:44:06.982Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/4.0.0/manifests"},{"name":"v3.15.1","sha":"654c833d601e3f20dfd40065716d1b7fd805587a","kind":"commit","published_at":"2024-01-09T20:10:51.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.15.1","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.15.1","dependencies_parsed_at":"2024-01-19T17:23:06.068Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.15.1/manifests"},{"name":"3.15.0","sha":"fa8ea54b2f37c876ba0384bd9a2dfd4e208796db","kind":"commit","published_at":"2024-01-09T20:08:45.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/3.15.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/3.15.0","dependencies_parsed_at":"2024-01-19T17:23:06.067Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@3.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/3.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/3.15.0/manifests"},{"name":"v3.14.1","sha":"efa26767b502e4bb4aada143fa0e9b49838d927c","kind":"commit","published_at":"2024-01-03T21:22:56.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.14.1","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.14.1","dependencies_parsed_at":"2024-01-07T07:19:41.906Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.14.1/manifests"},{"name":"3.14.0","sha":"e91f337b26f7b323488daa6e9325f9c604ed1ef1","kind":"commit","published_at":"2024-01-03T21:19:06.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/3.14.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/3.14.0","dependencies_parsed_at":"2024-01-07T07:19:41.778Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@3.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/3.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/3.14.0/manifests"},{"name":"3.13.0","sha":"c7e57493e0ee6fb51d768048a7549c8c569e0c1f","kind":"commit","published_at":"2023-12-16T14:27:40.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/3.13.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/3.13.0","dependencies_parsed_at":"2023-12-21T04:45:16.495Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@3.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/3.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/3.13.0/manifests"},{"name":"v3.12.2","sha":"c43f5a5e342c7c4da764dde4ec25ce81221549fb","kind":"commit","published_at":"2023-11-02T11:20:39.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.12.2","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.12.2","dependencies_parsed_at":"2023-11-09T05:20:38.557Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.12.2/manifests"},{"name":"3.12.0","sha":"998d94d8aa948d7a95bd2168d38f92bd12052060","kind":"commit","published_at":"2023-11-02T10:37:15.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/3.12.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/3.12.0","dependencies_parsed_at":"2023-11-09T05:20:39.068Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@3.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/3.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/3.12.0/manifests"},{"name":"v3.12.1","sha":"998d94d8aa948d7a95bd2168d38f92bd12052060","kind":"commit","published_at":"2023-11-02T10:37:15.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.12.1","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.12.1","dependencies_parsed_at":"2023-11-09T05:20:40.006Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.12.1/manifests"},{"name":"3.11.0","sha":"9ff95291e2c8d713455d731e50cd7effb2860c4a","kind":"commit","published_at":"2023-10-12T09:32:48.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/3.11.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/3.11.0","dependencies_parsed_at":"2023-11-09T05:20:39.241Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@3.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/3.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/3.11.0/manifests"},{"name":"v3.10.1","sha":"ff2201117eed91b87f36a91f3d9dc5667a3622fb","kind":"commit","published_at":"2023-09-04T22:47:47.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.10.1","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.10.1","dependencies_parsed_at":"2023-11-09T05:20:39.951Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.10.1/manifests"},{"name":"v3.10.0","sha":"7f4eda62cc30fe7eb63f7a964e7995cc679243a8","kind":"commit","published_at":"2023-09-04T20:57:39.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.10.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.10.0","dependencies_parsed_at":"2023-11-09T05:20:38.522Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.10.0/manifests"},{"name":"v3.9.0","sha":"815542ebb983765ab3b7cf8651e4bd0d441b135f","kind":"commit","published_at":"2023-08-03T00:05:39.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.9.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.9.0","dependencies_parsed_at":"2023-11-09T05:20:39.083Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.9.0/manifests"},{"name":"v3.8.1","sha":"17d4cd4c190a9d77386ed28213b4a204d0f1e389","kind":"commit","published_at":"2023-07-14T14:38:05.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.8.1","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.8.1","dependencies_parsed_at":"2023-11-09T05:20:39.151Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.8.1/manifests"},{"name":"v3.8.0","sha":"0f67b000353da831910e6ff8bde43e8f74769376","kind":"commit","published_at":"2023-07-13T21:32:19.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.8.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.8.0","dependencies_parsed_at":"2023-11-09T05:20:39.034Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.8.0/manifests"},{"name":"v3.7.2","sha":"7931a87a887885c81ce9d844299d3d0dbe8522d4","kind":"commit","published_at":"2023-07-11T20:13:50.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.7.2","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.7.2","dependencies_parsed_at":"2023-11-09T05:20:38.863Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.7.2/manifests"},{"name":"v3.7.1","sha":"edcc7d4c4ea7f32f264d3bcf95ea5193a09431c2","kind":"commit","published_at":"2023-07-10T11:19:02.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.7.1","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.7.1","dependencies_parsed_at":"2023-11-09T05:20:38.949Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.7.1/manifests"},{"name":"v3.7.0","sha":"e67652b2a763bafee3390b2ec3343050791af6a4","kind":"commit","published_at":"2023-07-10T11:06:06.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.7.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.7.0","dependencies_parsed_at":"2023-11-09T05:20:39.072Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.7.0/manifests"},{"name":"v3.6.18","sha":"2dffce01082a4df02da314812687bbb30dc2873e","kind":"commit","published_at":"2023-07-01T15:25:32.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.6.18","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.6.18","dependencies_parsed_at":"2023-11-09T05:20:38.391Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.6.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.6.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.6.18/manifests"},{"name":"v3.6.17","sha":"ebc5ce2b6afe555067561bd6fb5af7f525296b90","kind":"commit","published_at":"2023-06-29T23:51:11.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.6.17","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.6.17","dependencies_parsed_at":"2023-11-09T05:20:38.464Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.6.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.6.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.6.17/manifests"},{"name":"v3.6.16","sha":"15288cba0236b2027079c36c72ff4a0234394c04","kind":"commit","published_at":"2023-06-25T19:34:11.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.6.16","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.6.16","dependencies_parsed_at":"2023-11-09T05:20:38.501Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.6.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.6.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.6.16/manifests"},{"name":"v3.6.15","sha":"dc5821685f55c1d717dd410c6ce231ad4e398558","kind":"commit","published_at":"2023-06-22T20:38:46.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.6.15","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.6.15","dependencies_parsed_at":"2023-11-09T05:20:38.561Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.6.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.6.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.6.15/manifests"},{"name":"v3.6.14","sha":"338b27025572f9c755977c3cd1e06f0af0376a28","kind":"commit","published_at":"2023-06-22T19:11:43.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.6.14","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.6.14","dependencies_parsed_at":"2023-11-09T05:20:38.535Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.6.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.6.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.6.14/manifests"},{"name":"v3.6.13","sha":"418afb39fe672ea4c99cd784f0e2ef3cef95217f","kind":"commit","published_at":"2023-06-22T18:44:11.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.6.13","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.6.13","dependencies_parsed_at":"2023-11-09T05:20:40.084Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.6.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.6.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.6.13/manifests"},{"name":"v3.6.12","sha":"b74e3d6db6ca2ab205c20f0d67aefb2bc49ce690","kind":"commit","published_at":"2023-06-22T00:26:31.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.6.12","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.6.12","dependencies_parsed_at":"2023-11-09T05:20:39.627Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.6.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.6.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.6.12/manifests"},{"name":"v3.6.11","sha":"1dd2927090ac5575c0c2a6cb0ab11bbe6a229399","kind":"commit","published_at":"2023-06-21T23:47:50.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.6.11","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.6.11","dependencies_parsed_at":"2023-11-09T05:20:40.016Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.6.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.6.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.6.11/manifests"},{"name":"v3.6.8","sha":"a1fea9e3ca32d40198fbf1ab55c88dff918c26f7","kind":"commit","published_at":"2023-06-15T11:42:26.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.6.8","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.6.8","dependencies_parsed_at":"2023-11-09T05:20:42.622Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.6.8/manifests"},{"name":"v3.6.7","sha":"20459fbf0ec7085354b6f8af46e38959d34ad235","kind":"commit","published_at":"2023-06-13T12:01:30.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.6.7","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.6.7","dependencies_parsed_at":"2023-11-09T05:20:39.480Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.6.7/manifests"},{"name":"v3.6.6","sha":"ab5a118a5cb37f5fd68f9dbeb5a2bd867be94954","kind":"commit","published_at":"2023-06-13T10:59:23.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.6.6","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.6.6","dependencies_parsed_at":"2023-11-09T05:20:39.981Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.6.6/manifests"},{"name":"v3.6.5","sha":"59fb7538c4183be353e162cf2579c27083fd9b1a","kind":"commit","published_at":"2023-06-13T10:54:41.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.6.5","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.6.5","dependencies_parsed_at":"2023-11-09T05:20:38.313Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.6.5/manifests"},{"name":"v3.6.4","sha":"555f88d2b06d095d7e9c531edc55f483e5ef1e97","kind":"commit","published_at":"2023-06-12T18:10:35.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.6.4","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.6.4","dependencies_parsed_at":"2023-11-09T05:20:37.635Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.6.4/manifests"},{"name":"v3.6.3","sha":"815f68d9a8f12d30adde3b5ce1d3f62145234d69","kind":"commit","published_at":"2023-06-11T13:09:48.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.6.3","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.6.3","dependencies_parsed_at":"2023-11-09T05:20:39.078Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.6.3/manifests"},{"name":"v3.6.2","sha":"9f3476607070a4844c24b2b45bd50b3bb5935d54","kind":"commit","published_at":"2023-06-11T13:03:19.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.6.2","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.6.2","dependencies_parsed_at":"2023-11-09T05:20:37.624Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.6.2/manifests"},{"name":"v3.6.1","sha":"3eba284b8ae78f731c32812ae640caa2930e878b","kind":"commit","published_at":"2023-06-11T12:57:33.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.6.1","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.6.1","dependencies_parsed_at":"2023-11-09T05:20:38.783Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.6.1/manifests"},{"name":"v3.6.0","sha":"a9fc2acf9e3ecc2f1265ede779fdbb0468914f5c","kind":"commit","published_at":"2023-06-11T12:40:31.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.6.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.6.0","dependencies_parsed_at":"2023-11-09T05:20:38.933Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.6.0/manifests"},{"name":"v3.5.1","sha":"7e8eeb4b11fa43209c906c18f0bccb67fdd79580","kind":"commit","published_at":"2023-06-11T11:31:52.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.5.1","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.5.1","dependencies_parsed_at":"2023-11-09T05:20:40.057Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.5.1/manifests"},{"name":"v3.5.0","sha":"52d717d55aa496b2bd2577ce0851574bb64107ff","kind":"commit","published_at":"2023-06-11T11:18:34.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.5.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.5.0","dependencies_parsed_at":"2023-11-09T05:20:39.589Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.5.0/manifests"},{"name":"v3.4.3","sha":"8a6bc54b9233f4982d575e8dea163b72475b0fb8","kind":"commit","published_at":"2023-06-10T22:15:24.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.4.3","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.4.3","dependencies_parsed_at":"2023-11-09T05:20:38.270Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.4.3/manifests"},{"name":"v3.4.2","sha":"95624bc1f78dbc6b443572f403b193bcd4d8443a","kind":"commit","published_at":"2023-06-10T21:41:58.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.4.2","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.4.2","dependencies_parsed_at":"2023-11-09T05:20:39.109Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.4.2/manifests"},{"name":"v3.4.1","sha":"0c3070be27bcf24f1b1dce34c375c7733bff520e","kind":"commit","published_at":"2023-06-10T21:34:06.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.4.1","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.4.1","dependencies_parsed_at":"2023-11-09T05:20:38.427Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.4.1/manifests"},{"name":"v3.4.0","sha":"39d718c61b3bc3265859fef46c0a0048dd954c59","kind":"commit","published_at":"2023-06-10T21:02:28.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.4.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.4.0","dependencies_parsed_at":"2023-11-09T05:20:39.168Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.4.0/manifests"},{"name":"v3.3.4","sha":"05ea6317155da68ec7964d3a4846509f90b0f467","kind":"commit","published_at":"2023-06-10T17:06:21.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.3.4","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.3.4","dependencies_parsed_at":"2023-11-09T05:20:38.325Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"4d22a5e6f6c1938970c3679d7bfc9e6c88a6b593","kind":"commit","published_at":"2023-06-10T15:49:25.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.3.3","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.3.3","dependencies_parsed_at":"2023-11-09T05:20:38.506Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"de659213299a9bc4f5b5e1128a2db62e363a797f","kind":"commit","published_at":"2023-06-09T21:55:22.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.3.2","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.3.2","dependencies_parsed_at":"2023-11-09T05:20:38.866Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"6ae5904caa8080706ac606c4ba4c5afc59976e42","kind":"commit","published_at":"2023-06-09T21:40:55.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.3.1","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.3.1","dependencies_parsed_at":"2023-11-09T05:20:38.431Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"0acec7b266562d24fa1add168ab8af527ea06fec","kind":"commit","published_at":"2023-06-09T20:57:31.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.3.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.3.0","dependencies_parsed_at":"2023-11-09T05:20:37.622Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"6e9f69a78278b4a1f0feab9144b7c23f3488dd28","kind":"commit","published_at":"2023-06-08T23:11:19.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.2.1","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.2.1","dependencies_parsed_at":"2023-11-09T05:20:40.048Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"b7f8dae96b2d92f09defe831d59dbd86c112ecdd","kind":"commit","published_at":"2023-06-08T21:15:23.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.2.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.2.0","dependencies_parsed_at":"2023-11-09T05:20:39.939Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.2.0/manifests"},{"name":"v3.1.5","sha":"430bf33d5182c484c783d314425be786c95feba3","kind":"commit","published_at":"2023-06-08T19:29:34.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.1.5","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.1.5","dependencies_parsed_at":"2023-11-09T05:20:38.373Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"132f086332768c123a69dcc4f16bcc165bc9d8a3","kind":"commit","published_at":"2023-06-08T12:45:08.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.1.4","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.1.4","dependencies_parsed_at":"2023-11-09T05:20:37.625Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"f04abb4be381c71dec0abff2d239a93ba5730577","kind":"commit","published_at":"2023-06-08T12:39:08.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.1.3","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.1.3","dependencies_parsed_at":"2023-06-11T00:02:48.348Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"b28906a3af7bbc134fc614b8b89ef33fd62f0c51","kind":"commit","published_at":"2023-06-08T12:35:19.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.1.2","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.1.2","dependencies_parsed_at":"2023-06-10T01:04:55.465Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"01248412ee62f37da871741eff1389bf91827a40","kind":"commit","published_at":"2023-06-08T12:25:48.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.1.1","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.1.1","dependencies_parsed_at":"2023-06-10T01:04:55.668Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"1e2b183b3480acc6560641de84ff6328dbb7bb05","kind":"commit","published_at":"2023-06-08T12:08:43.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.1.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.1.0","dependencies_parsed_at":"2023-06-10T01:04:56.881Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.1.0/manifests"},{"name":"v3","sha":"828e1705183b51cdcb0f2ca955a6b0cc1ccbf216","kind":"commit","published_at":"2023-06-02T15:58:19.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3","dependencies_parsed_at":"2023-06-04T00:04:54.767Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3/manifests"},{"name":"v3.0.4","sha":"828e1705183b51cdcb0f2ca955a6b0cc1ccbf216","kind":"commit","published_at":"2023-06-02T15:58:19.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.0.4","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.0.4","dependencies_parsed_at":"2023-06-04T00:04:54.737Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.0.4/manifests"},{"name":"v3.0.3","sha":"99f94e0c8df59470677e4e1a3a8f1afe7ea8d89d","kind":"commit","published_at":"2023-06-02T15:53:23.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.0.3","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.0.3","dependencies_parsed_at":"2023-06-04T00:04:54.760Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.0.3/manifests"},{"name":"v3.0.2","sha":"e72613265505a07f6f5c12cd6608d86f9d4a1dd0","kind":"commit","published_at":"2023-06-02T15:41:31.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.0.2","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.0.2","dependencies_parsed_at":"2023-06-04T00:04:54.767Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"b23c59e9d50f31b1a4e059d13abe8feaf32c4c9d","kind":"commit","published_at":"2023-06-02T15:38:09.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.0.1","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.0.1","dependencies_parsed_at":"2023-06-04T00:04:54.742Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"2167dbe5a5516797c329e20da065b5c3f74360d0","kind":"commit","published_at":"2023-06-02T15:30:53.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v3.0.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v3.0.0","dependencies_parsed_at":"2023-06-04T00:04:54.733Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v3.0.0/manifests"},{"name":"v2","sha":"430cef23ce3f4ba137822a28bf459743b2acd876","kind":"commit","published_at":"2023-05-16T20:13:40.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v2","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v2","dependencies_parsed_at":"2023-06-02T11:32:47.422Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2/manifests"},{"name":"v2.6.24","sha":"430cef23ce3f4ba137822a28bf459743b2acd876","kind":"commit","published_at":"2023-05-16T20:13:40.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v2.6.24","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v2.6.24","dependencies_parsed_at":"2023-06-02T11:32:26.845Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v2.6.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.24/manifests"},{"name":"v2.6.23","sha":"458bad5e87304f6e3e2ee8e2d00b75a4565df6ba","kind":"commit","published_at":"2023-05-16T20:11:48.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v2.6.23","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v2.6.23","dependencies_parsed_at":"2023-06-02T11:32:27.172Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v2.6.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.23/manifests"},{"name":"v2.6.22","sha":"bd94a9620632e97da2cecdf59fdc8b6748410bf9","kind":"commit","published_at":"2023-05-16T20:08:16.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v2.6.22","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v2.6.22","dependencies_parsed_at":"2023-06-02T11:32:27.513Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v2.6.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.22/manifests"},{"name":"v2.6.21","sha":"8f4c99b45a08daccc76602204edfd41e0ecb000f","kind":"commit","published_at":"2023-05-16T20:07:36.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v2.6.21","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v2.6.21","dependencies_parsed_at":"2023-06-02T11:32:27.821Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v2.6.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.21/manifests"},{"name":"v2.6.20","sha":"fdc5f64eb172230e1644a69c464e7d1a82174b88","kind":"commit","published_at":"2023-05-16T20:06:14.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v2.6.20","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v2.6.20","dependencies_parsed_at":"2023-06-02T11:32:28.238Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v2.6.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.20/manifests"},{"name":"v2.6.18","sha":"760cdc98ce838efbdbb35ee0aa82fd997cd7a0f2","kind":"commit","published_at":"2023-05-16T20:01:47.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v2.6.18","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v2.6.18","dependencies_parsed_at":"2023-06-02T11:32:28.968Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v2.6.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.18/manifests"},{"name":"v2.6.17","sha":"d1dc53fc6c9f8ffcc97d975cfb99d4008b75e060","kind":"commit","published_at":"2023-05-16T19:59:07.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v2.6.17","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v2.6.17","dependencies_parsed_at":"2023-06-02T11:32:29.322Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v2.6.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.17/manifests"},{"name":"v2.6.15","sha":"b1cddb2473d9b41ba8f09ba0b4b14d43d3fcb917","kind":"commit","published_at":"2023-05-16T19:52:22.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v2.6.15","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v2.6.15","dependencies_parsed_at":"2023-05-31T00:18:47.070Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v2.6.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.15/manifests"},{"name":"v2.6.16","sha":"9bebe4e47f7b7e904bbfdd78979e141f4bebc995","kind":"commit","published_at":"2023-05-16T18:54:43.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v2.6.16","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v2.6.16","dependencies_parsed_at":"2023-06-02T11:32:29.667Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v2.6.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.16/manifests"},{"name":"v2.6.19","sha":"9bebe4e47f7b7e904bbfdd78979e141f4bebc995","kind":"commit","published_at":"2023-05-16T18:54:43.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v2.6.19","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v2.6.19","dependencies_parsed_at":"2023-06-02T11:32:28.606Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v2.6.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.19/manifests"},{"name":"v2.6.14","sha":"9bebe4e47f7b7e904bbfdd78979e141f4bebc995","kind":"commit","published_at":"2023-05-16T18:54:43.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v2.6.14","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v2.6.14","dependencies_parsed_at":"2023-06-02T11:32:29.960Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v2.6.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.14/manifests"},{"name":"v2.6.13","sha":"0c8d0ed3fc1d9c570f77f9873bcfe3a8ab637412","kind":"commit","published_at":"2023-05-16T17:17:53.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v2.6.13","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v2.6.13","dependencies_parsed_at":"2023-06-02T11:32:30.269Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v2.6.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.13/manifests"},{"name":"v2.6.11","sha":"297b7bdb0442f922e46b031845559a67949ddd34","kind":"commit","published_at":"2023-05-16T12:41:05.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v2.6.11","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v2.6.11","dependencies_parsed_at":"2023-06-02T11:32:30.854Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v2.6.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.11/manifests"},{"name":"v2.6.10","sha":"740de1ee4510a0295e50a6dd33769812357a2e98","kind":"commit","published_at":"2023-05-16T12:38:07.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v2.6.10","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v2.6.10","dependencies_parsed_at":"2023-06-02T11:32:31.170Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.10/manifests"},{"name":"v2.6.8","sha":"f474ebf57c4ae4f7908a6acfee4c77c769ad40b2","kind":"commit","published_at":"2023-05-16T12:33:55.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v2.6.8","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v2.6.8","dependencies_parsed_at":"2023-06-02T11:32:31.970Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"0dcd6f000fea999da0484ded33197767661f2a88","kind":"commit","published_at":"2023-05-16T12:23:42.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v2.6.7","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v2.6.7","dependencies_parsed_at":"2023-06-02T11:32:41.411Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.7/manifests"},{"name":"v2.6.6","sha":"4d16f93c45fd251c55839f4ba1770f0e0b0c9f78","kind":"commit","published_at":"2023-05-16T12:22:52.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v2.6.6","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v2.6.6","dependencies_parsed_at":"2023-06-02T11:32:45.661Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"fc3d018aeaeffa9570506cf3fcd99b7e77b2f9ae","kind":"commit","published_at":"2023-05-16T12:20:50.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v2.6.5","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v2.6.5","dependencies_parsed_at":"2023-06-02T11:32:46.085Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.5/manifests"},{"name":"v2.6.12","sha":"c0101ff93854a22b59613b606f872af713ce13b8","kind":"commit","published_at":"2023-05-16T11:42:10.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v2.6.12","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v2.6.12","dependencies_parsed_at":"2023-06-02T11:32:30.557Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v2.6.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.12/manifests"},{"name":"v2.6.9","sha":"c0101ff93854a22b59613b606f872af713ce13b8","kind":"commit","published_at":"2023-05-16T11:42:10.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v2.6.9","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v2.6.9","dependencies_parsed_at":"2023-06-02T11:32:31.581Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.9/manifests"},{"name":"v2.6.4","sha":"c0101ff93854a22b59613b606f872af713ce13b8","kind":"commit","published_at":"2023-05-16T11:42:10.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v2.6.4","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v2.6.4","dependencies_parsed_at":"2023-06-02T11:32:46.526Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"0655a17e3585504f5dc54a882e65fd742e71be06","kind":"commit","published_at":"2023-05-16T11:38:08.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v2.6.3","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v2.6.3","dependencies_parsed_at":"2023-06-02T11:32:46.929Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"dbbdac5d13898be305b24c176a3c6e2bfe4cdbb5","kind":"commit","published_at":"2022-08-28T17:33:35.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v2.6.2","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v2.6.2","dependencies_parsed_at":"2023-05-31T11:19:01.272Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1c4d20e5b8c924578629ff4c587355eda48252ad","kind":"commit","published_at":"2022-08-28T17:07:40.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v2.6.1","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v2.6.1","dependencies_parsed_at":"2023-05-31T11:19:01.633Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"a1cb00c06b97478e0a14635211c335b7bd4d268a","kind":"commit","published_at":"2022-08-26T21:31:52.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v2.6.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v2.6.0","dependencies_parsed_at":"2023-05-31T11:19:02.030Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"72da9819cdd413f5729c6f07168dbdf2222617c7","kind":"commit","published_at":"2022-08-26T21:18:44.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v2.5.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v2.5.0","dependencies_parsed_at":"2023-05-31T11:19:02.376Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"f8b3ad69364eaf071bf9bdfb233e0dc1269f00ce","kind":"commit","published_at":"2022-08-26T20:18:31.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v2.4.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v2.4.0","dependencies_parsed_at":"2023-05-31T11:19:02.758Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.4.0/manifests"},{"name":"v2.3.2","sha":"a7637ae6710c464ff3bf91db92f5fd67a46ff9c7","kind":"commit","published_at":"2022-08-17T09:34:20.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v2.3.2","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v2.3.2","dependencies_parsed_at":"2023-05-31T11:19:03.165Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.3.2/manifests"},{"name":"v2.3.1","sha":"df6e5cfc0a6e59c9905882111465f02b07c3de86","kind":"commit","published_at":"2022-07-07T22:14:14.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v2.3.1","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v2.3.1","dependencies_parsed_at":"2023-05-31T11:19:03.504Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"c9d730ca58c5b90f8390c86a1806d8975bcf3174","kind":"commit","published_at":"2022-06-24T10:27:53.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v2.3.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v2.3.0","dependencies_parsed_at":"2023-05-31T11:19:03.898Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"915fb64f3b5c190c6bce5c524a47df36aaa39e4d","kind":"commit","published_at":"2022-06-16T19:00:12.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v2.2.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v2.2.0","dependencies_parsed_at":"2023-05-31T11:19:04.386Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"f6c80eedb31148ed39e45c6d6b51834929eb82c1","kind":"commit","published_at":"2022-05-05T04:10:22.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v2.1.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v2.1.0","dependencies_parsed_at":"2023-05-31T11:19:04.805Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.1.0/manifests"},{"name":"v2.0.3","sha":"a5511889abc7b01f46b9df0674872c86f3528fc5","kind":"commit","published_at":"2022-05-04T23:46:46.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v2.0.3","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v2.0.3","dependencies_parsed_at":"2023-05-31T11:19:05.244Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"63ec3c73c278836808d856557716205798512b46","kind":"commit","published_at":"2022-05-04T23:36:51.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v2.0.2","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v2.0.2","dependencies_parsed_at":"2023-05-31T11:19:05.637Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"4359f51475a5b11975e320a0ddbb3ed32ded5406","kind":"commit","published_at":"2022-04-20T23:59:51.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v2.0.1","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v2.0.1","dependencies_parsed_at":"2023-05-31T11:19:05.986Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"f5c8602b7f5778bfa8ea84a553cf694dcc04d6bd","kind":"commit","published_at":"2022-04-20T22:57:57.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v2.0.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v2.0.0","dependencies_parsed_at":"2023-05-31T11:19:06.348Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v2.0.0/manifests"},{"name":"v1.13.1","sha":"104f680270854b9335fdef9745c88ed3687b8678","kind":"commit","published_at":"2022-03-01T23:00:40.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.13.1","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.13.1","dependencies_parsed_at":"2023-05-31T11:19:06.728Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"f5cd299a1269c73a19233e1172233b13d941f1f0","kind":"commit","published_at":"2022-03-01T21:33:10.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.13.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.13.0","dependencies_parsed_at":"2023-05-31T11:19:07.219Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.13.0/manifests"},{"name":"v1.12.4","sha":"e2b9b7f37485990acb39a901553dddcdac12de4b","kind":"commit","published_at":"2022-02-15T19:08:46.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.12.4","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.12.4","dependencies_parsed_at":"2023-05-31T11:19:07.966Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.12.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.12.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.12.4/manifests"},{"name":"v1.12.3","sha":"b61c1c8f6316bc3a8a9827bf4a75132cb67331c0","kind":"commit","published_at":"2022-02-15T18:37:03.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.12.3","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.12.3","dependencies_parsed_at":"2023-05-31T11:19:08.303Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.12.3/manifests"},{"name":"1.12-rc.1","sha":"556cdc1c03ec28392c9556c614ee41853bdee031","kind":"commit","published_at":"2022-02-15T18:22:40.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/1.12-rc.1","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/1.12-rc.1","dependencies_parsed_at":"2023-05-31T11:19:07.618Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@1.12-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/1.12-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/1.12-rc.1/manifests"},{"name":"v1.12.2","sha":"864f0af7721b02ceebb355b9400a512dc3748758","kind":"commit","published_at":"2022-02-15T13:15:49.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.12.2","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.12.2","dependencies_parsed_at":"2023-05-31T11:19:08.774Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"17f5431c56b57126253becb95e9d25026db86a2e","kind":"commit","published_at":"2022-02-15T12:56:34.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.12.1","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.12.1","dependencies_parsed_at":"2023-05-31T11:19:09.214Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"c3b94d417b08154729fb210ebb0e4d9c8770e1a8","kind":"commit","published_at":"2022-02-15T12:24:41.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.12.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.12.0","dependencies_parsed_at":"2023-05-31T11:19:09.592Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"3b6035c21799907c97091c751510522ffcb4381a","kind":"commit","published_at":"2022-02-15T10:22:41.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.11.1","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.11.1","dependencies_parsed_at":"2023-05-31T11:19:09.996Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"f4be70fb5c54d5275b451494bf7c61c26cc85da8","kind":"commit","published_at":"2022-02-15T09:55:25.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.11.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.11.0","dependencies_parsed_at":"2023-05-31T11:19:10.466Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.11.0/manifests"},{"name":"v1.10.8","sha":"e86c809e499649f4583f0f86334397b54eb3b469","kind":"commit","published_at":"2022-02-13T22:39:51.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.10.8","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.10.8","dependencies_parsed_at":"2023-05-31T11:19:10.863Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.10.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.10.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.10.8/manifests"},{"name":"v1.10.7","sha":"9036be03ea5e2bd0f532164a612810e66d87a8a4","kind":"commit","published_at":"2022-02-13T22:35:59.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.10.7","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.10.7","dependencies_parsed_at":"2023-05-31T11:19:11.207Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.10.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.10.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.10.7/manifests"},{"name":"v1.10.6","sha":"8ddc1afb4d3c323d7d46d9ae88401c9df4aa4c1d","kind":"commit","published_at":"2022-02-13T22:32:44.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.10.6","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.10.6","dependencies_parsed_at":"2023-05-31T11:19:11.589Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.10.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.10.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.10.6/manifests"},{"name":"v1.10.5","sha":"a592add5717fc8ff1d6fcdaf18f873f524fb175b","kind":"commit","published_at":"2022-02-13T22:27:16.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.10.5","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.10.5","dependencies_parsed_at":"2023-05-31T11:19:11.936Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.10.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.10.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.10.5/manifests"},{"name":"v1.10.4","sha":"cecb7241f7647f2e7a5a393bba7e5641459c2d2a","kind":"commit","published_at":"2022-02-13T10:51:21.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.10.4","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.10.4","dependencies_parsed_at":"2023-05-31T11:19:12.346Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.10.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.10.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.10.4/manifests"},{"name":"v1.10.3","sha":"48fc1f5eb7509aca75994b0ebf450b2469a74e92","kind":"commit","published_at":"2022-02-13T10:41:42.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.10.3","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.10.3","dependencies_parsed_at":"2023-05-31T11:19:12.649Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"5826c1f9e1618e70b4ebd1877a024291ae47fc78","kind":"commit","published_at":"2022-02-13T10:30:10.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.10.2","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.10.2","dependencies_parsed_at":"2023-05-31T11:19:13.050Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"0849107521ffd898adde69f771ac8e71ea9333c2","kind":"commit","published_at":"2022-02-13T09:23:03.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.10.1","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.10.1","dependencies_parsed_at":"2023-05-31T11:19:13.440Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"7c6900f95a757eab313e9738574b55331d86a686","kind":"commit","published_at":"2022-02-12T16:15:11.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.10.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.10.0","dependencies_parsed_at":"2023-05-31T11:19:13.822Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.10.0/manifests"},{"name":"v1.9.0","sha":"c1a5bf86ae06195959619d6b5fd8074466f0dea2","kind":"commit","published_at":"2022-02-12T14:46:18.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.9.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.9.0","dependencies_parsed_at":"2023-05-31T11:19:14.203Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.9.0/manifests"},{"name":"v1.8.7","sha":"1be3d878942f35ea2afd76a730c7ca46ff01860b","kind":"commit","published_at":"2022-02-12T10:41:05.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.8.7","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.8.7","dependencies_parsed_at":"2023-05-31T11:19:14.628Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.8.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.8.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.8.7/manifests"},{"name":"v1.8.6","sha":"80845adfeaf0a1742eb865507e661b4b738801c2","kind":"commit","published_at":"2022-02-11T13:40:56.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.8.6","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.8.6","dependencies_parsed_at":"2023-05-31T11:19:15.017Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.8.6/manifests"},{"name":"v1.8.5","sha":"d740fab95c8bb6f699dd27d710b40fe43b1dfeca","kind":"commit","published_at":"2022-02-10T21:06:32.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.8.5","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.8.5","dependencies_parsed_at":"2023-05-31T11:19:15.439Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"03256f1a8a9949f1c5d0b6385aa540ae688801ab","kind":"commit","published_at":"2022-02-10T19:51:00.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.8.4","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.8.4","dependencies_parsed_at":"2023-05-31T11:19:15.857Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"2d2a923a8d2b37a2445cd849bc860fc349e3dd73","kind":"commit","published_at":"2022-02-10T19:09:27.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.8.3","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.8.3","dependencies_parsed_at":"2023-05-31T11:19:16.277Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"eb7a313a69b9ff67566b03c0cbfcf3c0d76b3862","kind":"commit","published_at":"2022-02-10T18:46:00.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.8.2","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.8.2","dependencies_parsed_at":"2023-05-31T11:19:16.662Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"0515552fac3c42da86ce07cdfabfc1bbf17c3873","kind":"commit","published_at":"2022-02-10T18:41:30.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.8.1","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.8.1","dependencies_parsed_at":"2023-05-31T11:19:17.085Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"73604b5fd8ffbeddfd7e1cb9c8a3f8db1012e052","kind":"commit","published_at":"2022-02-10T18:35:32.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.8.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.8.0","dependencies_parsed_at":"2023-05-31T11:19:17.453Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.8.0/manifests"},{"name":"v1.7.0","sha":"faba5dc3fc0cdc28e8005f892fcb4553fd8b98ae","kind":"commit","published_at":"2022-02-10T14:13:44.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.7.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.7.0","dependencies_parsed_at":"2023-05-31T11:19:17.969Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.7.0/manifests"},{"name":"v1.6.2","sha":"b728174a247c376abb3d3b41c3c0d76680ba16cc","kind":"commit","published_at":"2022-02-10T13:46:34.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.6.2","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.6.2","dependencies_parsed_at":"2023-05-31T11:19:18.391Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"d506e3d6ad708bf834ad9348295316a4d3937643","kind":"commit","published_at":"2022-02-10T13:44:42.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.6.1","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.6.1","dependencies_parsed_at":"2023-05-31T11:19:18.782Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"eff43a415df08fc456640973250ef40d0327f226","kind":"commit","published_at":"2022-02-10T13:35:12.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.6.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.6.0","dependencies_parsed_at":"2023-05-31T11:19:19.204Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.6.0/manifests"},{"name":"v1.5.6","sha":"8160b9e4b309b2a47362d8816068e4f8a92300f4","kind":"commit","published_at":"2022-02-09T22:45:00.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.5.6","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.5.6","dependencies_parsed_at":"2023-05-31T11:19:19.539Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.5.6/manifests"},{"name":"v1.5.5","sha":"e224fad31f51cdfbfadd4a283b8a479e47956860","kind":"commit","published_at":"2022-02-09T20:57:52.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.5.5","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.5.5","dependencies_parsed_at":"2023-05-31T11:19:19.942Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.5.5/manifests"},{"name":"v1.5.4","sha":"28efd743e1e1af766ce37b21cdce91ec1d85969e","kind":"commit","published_at":"2022-02-09T20:34:18.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.5.4","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.5.4","dependencies_parsed_at":"2023-05-31T11:19:20.268Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"11b8e7878b4a4566a9e4e5d79114f3748bb64f92","kind":"commit","published_at":"2022-02-09T20:26:49.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.5.3","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.5.3","dependencies_parsed_at":"2023-05-31T11:19:20.756Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"210d7b7ff4bc5a3cefda1e7dc98402eb211245d0","kind":"commit","published_at":"2022-02-09T20:14:42.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.5.2","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.5.2","dependencies_parsed_at":"2023-05-31T11:19:21.121Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"9071bab405d30eb3b0f992bcd5176e8e01f0ec09","kind":"commit","published_at":"2022-02-09T19:41:50.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.5.1","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.5.1","dependencies_parsed_at":"2023-05-31T11:19:21.437Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"96fc18b299ff4feade0663cd7a273f48292d06ba","kind":"commit","published_at":"2022-02-09T19:38:31.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.5.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.5.0","dependencies_parsed_at":"2023-05-31T11:19:21.733Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"87ad3eb774a03bcae9fff91cb5fb7c6c4828561d","kind":"commit","published_at":"2022-02-09T18:46:29.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.4.3","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.4.3","dependencies_parsed_at":"2023-05-31T11:19:22.115Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"8ccb15b741ade6bab7c08388352f5d6ac10a5900","kind":"commit","published_at":"2022-02-09T18:42:58.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.4.2","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.4.2","dependencies_parsed_at":"2023-05-31T11:19:22.554Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"154a8fff9c87855e2149ac193e4dea17e945e82c","kind":"commit","published_at":"2022-02-09T18:35:52.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.4.1","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.4.1","dependencies_parsed_at":"2023-05-31T11:19:22.916Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"dac62f32db2e33399b57d49336ae078debb43ec4","kind":"commit","published_at":"2022-02-09T18:03:04.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.4.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.4.0","dependencies_parsed_at":"2023-05-31T11:19:23.245Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.4.0/manifests"},{"name":"v1.3.0","sha":"c91a64bc0f4fd51fc9d684ff071c724775e1be82","kind":"commit","published_at":"2022-02-09T17:49:16.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.3.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.3.0","dependencies_parsed_at":"2023-05-31T11:19:23.650Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"f684a0d8b6d800f3172b13256a37cd4ab1ea6233","kind":"commit","published_at":"2022-02-09T17:45:34.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.2.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.2.0","dependencies_parsed_at":"2023-05-31T11:19:24.030Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"4c72a58978c1369cb6d2ff54f02f57165a603ec6","kind":"commit","published_at":"2022-02-09T12:40:09.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.1.1","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.1.1","dependencies_parsed_at":"2023-05-31T11:19:24.534Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"a1cbbb77e0fbd18aefc40e6f8eae89b66ed2c285","kind":"commit","published_at":"2022-02-09T12:35:36.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.1.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.1.0","dependencies_parsed_at":"2023-05-31T11:19:24.890Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.1.0/manifests"},{"name":"v1.0.6","sha":"95be97ce653b6e13cf2fdeffe46e91ccd4c6ecde","kind":"commit","published_at":"2022-02-09T11:55:55.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.0.6","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.0.6","dependencies_parsed_at":"2023-05-31T11:19:25.235Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.0.6/manifests"},{"name":"v1.0.5","sha":"9ae569cd608a8c102922207305c75c5a7b2ccdaa","kind":"commit","published_at":"2022-02-09T11:53:06.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.0.5","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.0.5","dependencies_parsed_at":"2023-05-31T11:19:25.685Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.0.5/manifests"},{"name":"v1.0.4","sha":"30cde2195bd07b7fafd69f5b762587fff930954d","kind":"commit","published_at":"2022-02-09T11:43:46.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.0.4","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.0.4","dependencies_parsed_at":"2023-05-31T11:19:26.072Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.0.4/manifests"},{"name":"v1.0.3","sha":"e8a17b25a4836a5d78a48169f503af108e90d4c7","kind":"commit","published_at":"2022-02-09T11:40:05.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.0.3","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.0.3","dependencies_parsed_at":"2023-05-31T11:19:26.561Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"54e70d382ae1d6686087f096c80124e46d0e75d1","kind":"commit","published_at":"2022-02-09T09:55:37.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.0.2","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.0.2","dependencies_parsed_at":"2023-05-31T11:19:26.902Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"e64fd3f6bc3f5e62593cf74ea00a11471012ca64","kind":"commit","published_at":"2022-02-09T09:51:40.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.0.1","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.0.1","dependencies_parsed_at":"2023-05-31T11:19:27.256Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"257c86a2e515d7f1539af07eb062b3c2bfb291e4","kind":"commit","published_at":"2022-02-09T09:38:57.000Z","download_url":"https://codeload.github.com/TheDragonCode/codestyler/tar.gz/v1.0.0","html_url":"https://github.com/TheDragonCode/codestyler/releases/tag/v1.0.0","dependencies_parsed_at":"2023-05-31T11:19:27.648Z","dependency_job_id":null,"purl":"pkg:github/TheDragonCode/codestyler@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-09-18T01:11:51.937Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":16,"rankings":{"downloads":null,"dependent_repos_count":10.144192679448581,"dependent_packages_count":0.0,"stargazers_count":6.296941847567739,"forks_count":35.132308667406114,"docker_downloads_count":null,"average":12.89336079860561},"purl":"pkg:githubactions/TheDragonCode/codestyler","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/TheDragonCode/codestyler","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/TheDragonCode/codestyler","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/TheDragonCode/codestyler/dependencies","status":"removed","funding_links":["https://boosty.to/dragon-code","https://yoomoney.ru/to/410012608840929"],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T15:34:19.384Z","issues_count":1,"pull_requests_count":276,"avg_time_to_close_issue":8693242.0,"avg_time_to_close_pull_request":103582.01492537314,"issues_closed_count":1,"pull_requests_closed_count":268,"pull_request_authors_count":3,"issue_authors_count":1,"avg_comments_per_issue":3.0,"avg_comments_per_pull_request":0.11231884057971014,"merged_pull_requests_count":264,"bot_issues_count":0,"bot_pull_requests_count":32,"past_year_issues_count":0,"past_year_pull_requests_count":48,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":85.175,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":40,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0625,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":10,"past_year_merged_pull_requests_count":40,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDragonCode%2Fcodestyler/issues","maintainers":[{"login":"andrey-helldar","count":263,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/andrey-helldar"}],"active_maintainers":[{"login":"andrey-helldar","count":41,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/andrey-helldar"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/TheDragonCode%2Fcodestyler/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/TheDragonCode%2Fcodestyler/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/TheDragonCode%2Fcodestyler/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/TheDragonCode%2Fcodestyler/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/TheDragonCode%2Fcodestyler/codemeta","maintainers":[]}