{"id":4139774,"name":"jsonc-parser","ecosystem":"cargo","description":"JSONC parser.","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/dprint/jsonc-parser","keywords_array":[],"namespace":null,"versions_count":48,"first_release_published_at":"2020-04-22T18:57:34.732Z","latest_release_published_at":"2026-05-10T16:09:22.121Z","latest_release_number":"0.32.4","last_synced_at":"2026-06-14T17:02:15.300Z","created_at":"2022-04-12T16:33:02.112Z","updated_at":"2026-06-14T17:02:15.300Z","registry_url":"https://crates.io/crates/jsonc-parser/","install_command":"cargo install jsonc-parser","documentation_url":"https://docs.rs/jsonc-parser/","metadata":{"categories":[]},"repo_metadata":{"id":44706224,"uuid":"257716046","full_name":"dprint/jsonc-parser","owner":"dprint","description":"JSONC parsing and manipulation for Rust","archived":false,"fork":false,"pushed_at":"2025-10-19T21:16:42.000Z","size":296,"stargazers_count":47,"open_issues_count":4,"forks_count":9,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-10-20T03:04:36.146Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://docs.rs/jsonc-parser/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dprint.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/contributing.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-04-21T21:07:41.000Z","updated_at":"2025-10-19T21:15:19.000Z","dependencies_parsed_at":"2024-10-25T22:04:19.654Z","dependency_job_id":"c4f56070-6398-4407-b5e7-a90ee8fda12d","html_url":"https://github.com/dprint/jsonc-parser","commit_stats":{"total_commits":62,"total_committers":6,"mean_commits":"10.333333333333334","dds":"0.27419354838709675","last_synced_commit":"a3690d0608a0805227bd393aa154e3975d7e2536"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/dprint/jsonc-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dprint","download_url":"https://codeload.github.com/dprint/jsonc-parser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/sbom","scorecard":{"id":354611,"data":{"date":"2025-08-11","repo":{"name":"github.com/dprint/jsonc-parser","commit":"cf46d1089aac3fe39b477e29f552fc208f0dd46a"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.3,"checks":[{"name":"Code-Review","score":0,"reason":"Found 1/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/dprint/jsonc-parser/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/dprint/jsonc-parser/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/dprint/jsonc-parser/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/dprint/jsonc-parser/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:53: update your workflow using https://app.stepsecurity.io/secureworkflow/dprint/jsonc-parser/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/dprint/jsonc-parser/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:70: update your workflow using https://app.stepsecurity.io/secureworkflow/dprint/jsonc-parser/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/dprint/jsonc-parser/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/dprint/jsonc-parser/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/dprint/jsonc-parser/release.yml/main?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   6 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/ci.yml:6"],"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 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-18T09:13:26.514Z","repository_id":44706224,"created_at":"2025-08-18T09:13:26.514Z","updated_at":"2025-08-18T09:13:26.514Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284064447,"owners_count":26941328,"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-11-12T02:00:06.336Z","response_time":59,"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"},"tags":[{"name":"0.27.0","sha":"52b0ca71186359356de2864dc5987c7509d91401","kind":"commit","published_at":"2025-10-19T21:15:16.000Z","download_url":"https://codeload.github.com/dprint/jsonc-parser/tar.gz/0.27.0","html_url":"https://github.com/dprint/jsonc-parser/releases/tag/0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dprint/jsonc-parser@0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.27.0/manifests"},{"name":"0.26.3","sha":"cf46d1089aac3fe39b477e29f552fc208f0dd46a","kind":"commit","published_at":"2025-07-22T14:32:03.000Z","download_url":"https://codeload.github.com/dprint/jsonc-parser/tar.gz/0.26.3","html_url":"https://github.com/dprint/jsonc-parser/releases/tag/0.26.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dprint/jsonc-parser@0.26.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.26.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.26.3/manifests"},{"name":"0.26.2","sha":"7e148265202b712219d020ed2dbd3574e11022d2","kind":"commit","published_at":"2024-10-25T16:38:43.000Z","download_url":"https://codeload.github.com/dprint/jsonc-parser/tar.gz/0.26.2","html_url":"https://github.com/dprint/jsonc-parser/releases/tag/0.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dprint/jsonc-parser@0.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.26.2/manifests"},{"name":"0.26.1","sha":"937fb2cd87c332c73619883bd8fe445635d09868","kind":"commit","published_at":"2024-10-21T17:07:23.000Z","download_url":"https://codeload.github.com/dprint/jsonc-parser/tar.gz/0.26.1","html_url":"https://github.com/dprint/jsonc-parser/releases/tag/0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dprint/jsonc-parser@0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.26.1/manifests"},{"name":"0.26.0","sha":"b42054f86141958db306f5f4239af1912e0d01c3","kind":"commit","published_at":"2024-10-21T16:01:38.000Z","download_url":"https://codeload.github.com/dprint/jsonc-parser/tar.gz/0.26.0","html_url":"https://github.com/dprint/jsonc-parser/releases/tag/0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dprint/jsonc-parser@0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.26.0/manifests"},{"name":"0.25.2","sha":"800c08763866518c376cffb6516c6e15a27dbe9c","kind":"commit","published_at":"2024-10-21T15:01:17.000Z","download_url":"https://codeload.github.com/dprint/jsonc-parser/tar.gz/0.25.2","html_url":"https://github.com/dprint/jsonc-parser/releases/tag/0.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dprint/jsonc-parser@0.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.25.2/manifests"},{"name":"0.25.1","sha":"c08992d3adc1a72d9354c209fd3cf3ca70061b24","kind":"commit","published_at":"2024-10-20T04:36:19.000Z","download_url":"https://codeload.github.com/dprint/jsonc-parser/tar.gz/0.25.1","html_url":"https://github.com/dprint/jsonc-parser/releases/tag/0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dprint/jsonc-parser@0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.25.1/manifests"},{"name":"0.25.0","sha":"bd193327e2afef28f339148c6d18ef18a80e7089","kind":"commit","published_at":"2024-10-19T22:02:30.000Z","download_url":"https://codeload.github.com/dprint/jsonc-parser/tar.gz/0.25.0","html_url":"https://github.com/dprint/jsonc-parser/releases/tag/0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dprint/jsonc-parser@0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.25.0/manifests"},{"name":"0.24.0","sha":"cd7948863dec71d543c23701582b38446ae1477c","kind":"commit","published_at":"2024-10-19T17:27:04.000Z","download_url":"https://codeload.github.com/dprint/jsonc-parser/tar.gz/0.24.0","html_url":"https://github.com/dprint/jsonc-parser/releases/tag/0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dprint/jsonc-parser@0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.24.0/manifests"},{"name":"0.23.0","sha":"a3690d0608a0805227bd393aa154e3975d7e2536","kind":"commit","published_at":"2023-10-27T05:21:52.000Z","download_url":"https://codeload.github.com/dprint/jsonc-parser/tar.gz/0.23.0","html_url":"https://github.com/dprint/jsonc-parser/releases/tag/0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dprint/jsonc-parser@0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.23.0/manifests"},{"name":"0.22.1","sha":"abd65a888339815d3a8c80359ddc918c2b4c25c2","kind":"commit","published_at":"2023-07-27T23:08:37.000Z","download_url":"https://codeload.github.com/dprint/jsonc-parser/tar.gz/0.22.1","html_url":"https://github.com/dprint/jsonc-parser/releases/tag/0.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dprint/jsonc-parser@0.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.22.1/manifests"},{"name":"0.22.0","sha":"47e81eccefd32ad829db05487947adbab881e189","kind":"commit","published_at":"2023-07-27T22:53:07.000Z","download_url":"https://codeload.github.com/dprint/jsonc-parser/tar.gz/0.22.0","html_url":"https://github.com/dprint/jsonc-parser/releases/tag/0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dprint/jsonc-parser@0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.22.0/manifests"},{"name":"0.21.1","sha":"029a1fe226c07376dc3913ce10d3dbd823c23e18","kind":"commit","published_at":"2023-04-28T14:57:49.000Z","download_url":"https://codeload.github.com/dprint/jsonc-parser/tar.gz/0.21.1","html_url":"https://github.com/dprint/jsonc-parser/releases/tag/0.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dprint/jsonc-parser@0.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.21.1/manifests"},{"name":"0.21.0","sha":"085f0be153c608f826de9988f29c10573b3bc05f","kind":"commit","published_at":"2022-08-05T02:49:57.000Z","download_url":"https://codeload.github.com/dprint/jsonc-parser/tar.gz/0.21.0","html_url":"https://github.com/dprint/jsonc-parser/releases/tag/0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dprint/jsonc-parser@0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.21.0/manifests"},{"name":"0.20.0","sha":"bfee0d972fb3a002568f60de8b224ce72ebef2fb","kind":"commit","published_at":"2022-07-27T00:42:45.000Z","download_url":"https://codeload.github.com/dprint/jsonc-parser/tar.gz/0.20.0","html_url":"https://github.com/dprint/jsonc-parser/releases/tag/0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dprint/jsonc-parser@0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.20.0/manifests"},{"name":"0.19.0","sha":"c67569a2dc9dc6f061a29ea32ca5ccb165aa4ea9","kind":"commit","published_at":"2022-01-29T23:13:52.000Z","download_url":"https://codeload.github.com/dprint/jsonc-parser/tar.gz/0.19.0","html_url":"https://github.com/dprint/jsonc-parser/releases/tag/0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dprint/jsonc-parser@0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.19.0/manifests"},{"name":"0.18.0","sha":"65cccfcec4685c26c39fd1a45a6ed8c0596b5257","kind":"commit","published_at":"2022-01-16T23:29:36.000Z","download_url":"https://codeload.github.com/dprint/jsonc-parser/tar.gz/0.18.0","html_url":"https://github.com/dprint/jsonc-parser/releases/tag/0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dprint/jsonc-parser@0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.18.0/manifests"},{"name":"0.17.1","sha":"b1977115bf8ff12c50eee5b1343979f53885b241","kind":"commit","published_at":"2021-12-11T18:47:43.000Z","download_url":"https://codeload.github.com/dprint/jsonc-parser/tar.gz/0.17.1","html_url":"https://github.com/dprint/jsonc-parser/releases/tag/0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dprint/jsonc-parser@0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.17.1/manifests"},{"name":"0.17.0","sha":"c87687bd6fb2152dd95968d9bd874a9f22235d4d","kind":"commit","published_at":"2021-04-03T15:43:21.000Z","download_url":"https://codeload.github.com/dprint/jsonc-parser/tar.gz/0.17.0","html_url":"https://github.com/dprint/jsonc-parser/releases/tag/0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dprint/jsonc-parser@0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.17.0/manifests"},{"name":"0.16.0","sha":"0afe9434e7e5e99fed768761a5e9be7882c91a80","kind":"commit","published_at":"2021-04-03T00:14:46.000Z","download_url":"https://codeload.github.com/dprint/jsonc-parser/tar.gz/0.16.0","html_url":"https://github.com/dprint/jsonc-parser/releases/tag/0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dprint/jsonc-parser@0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.16.0/manifests"},{"name":"0.15.1","sha":"36b977a21c13d02f3a07a58aa5070ae0877cac10","kind":"commit","published_at":"2021-01-06T01:03:31.000Z","download_url":"https://codeload.github.com/dprint/jsonc-parser/tar.gz/0.15.1","html_url":"https://github.com/dprint/jsonc-parser/releases/tag/0.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dprint/jsonc-parser@0.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.15.1/manifests"},{"name":"0.15.0","sha":"ece9d8a7d3d74020ed9971131ec6780878ef0d70","kind":"commit","published_at":"2020-09-29T22:00:01.000Z","download_url":"https://codeload.github.com/dprint/jsonc-parser/tar.gz/0.15.0","html_url":"https://github.com/dprint/jsonc-parser/releases/tag/0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dprint/jsonc-parser@0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/tags/0.15.0/manifests"}]},"repo_metadata_updated_at":"2026-05-10T16:18:02.982Z","dependent_packages_count":25,"downloads":6388349,"downloads_period":"total","dependent_repos_count":368,"rankings":{"downloads":1.8664763121313446,"dependent_repos_count":2.1535109140774695,"dependent_packages_count":1.846757463696221,"stargazers_count":20.784160440188224,"forks_count":17.701949755998527,"docker_downloads_count":3.269889951289915,"average":7.937124139563617},"purl":"pkg:cargo/jsonc-parser","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/jsonc-parser","docker_dependents_count":12,"docker_downloads_count":4586312,"usage_url":"https://repos.ecosyste.ms/usage/cargo/jsonc-parser","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/jsonc-parser/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-20T00:02:05.759Z","issues_count":20,"pull_requests_count":36,"avg_time_to_close_issue":4078536.9285714286,"avg_time_to_close_pull_request":80525.08571428571,"issues_closed_count":14,"pull_requests_closed_count":35,"pull_request_authors_count":3,"issue_authors_count":10,"avg_comments_per_issue":1.15,"avg_comments_per_pull_request":1.1388888888888888,"merged_pull_requests_count":28,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":2,"past_year_pull_requests_count":8,"past_year_avg_time_to_close_issue":159.0,"past_year_avg_time_to_close_pull_request":110.28571428571429,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":7,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.25,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":7,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/dprint%2Fjsonc-parser/issues","maintainers":[{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/jsonc-parser/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/jsonc-parser/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/jsonc-parser/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/jsonc-parser/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/jsonc-parser/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/jsonc-parser/codemeta","maintainers":[{"uuid":"65104","login":"dsherret","name":"David Sherret","email":null,"url":"https://github.com/dsherret","packages_count":50,"html_url":"https://crates.io/users/dsherret","role":null,"created_at":"2022-11-07T20:55:48.924Z","updated_at":"2022-11-07T20:55:48.924Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/dsherret/packages"}]}