{"id":3506351,"name":"github.com/Shopify/ejson","ecosystem":"go","description":"Package ejson implements the primary interface to interact with ejson\ndocuments and keypairs. The CLI implemented by cmd/ejson is a fairly thin\nwrapper around this package.","homepage":"https://github.com/Shopify/ejson","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/Shopify/ejson","keywords_array":[],"namespace":"github.com/Shopify","versions_count":14,"first_release_published_at":"2018-08-31T19:58:46.000Z","latest_release_published_at":"2025-02-03T15:49:46.000Z","latest_release_number":"v1.5.4","last_synced_at":"2026-04-16T16:30:39.221Z","created_at":"2022-04-10T20:40:49.611Z","updated_at":"2026-04-16T16:30:39.221Z","registry_url":"https://pkg.go.dev/github.com/Shopify/ejson","install_command":"go get github.com/Shopify/ejson","documentation_url":"https://pkg.go.dev/github.com/Shopify/ejson#section-documentation","metadata":{},"repo_metadata":{"id":16494232,"uuid":"19246943","full_name":"Shopify/ejson","owner":"Shopify","description":"EJSON is a small library to manage encrypted secrets using asymmetric encryption.","archived":false,"fork":false,"pushed_at":"2025-10-08T16:03:28.000Z","size":3015,"stargazers_count":1449,"open_issues_count":5,"forks_count":67,"subscribers_count":478,"default_branch":"main","last_synced_at":"2025-10-09T10:13:55.616Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/Shopify.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2014-04-28T17:12:08.000Z","updated_at":"2025-10-08T07:39:50.000Z","dependencies_parsed_at":"2023-11-20T04:23:01.110Z","dependency_job_id":"69c68283-2818-4c63-8c29-e37734324798","html_url":"https://github.com/Shopify/ejson","commit_stats":{"total_commits":162,"total_committers":43,"mean_commits":"3.7674418604651163","dds":0.7098765432098766,"last_synced_commit":"35899549d1d13827ae49ef18dc2bbcb55df52df1"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/Shopify/ejson","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shopify","download_url":"https://codeload.github.com/Shopify/ejson/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/sbom","scorecard":{"id":129270,"data":{"date":"2025-07-21","repo":{"name":"github.com/Shopify/ejson","commit":"91055730c2a0f26132dc8c3180c0f5792c8cd933"},"scorecard":{"version":"v5.2.1-23-gc890b972","commit":"c890b9726ee1b17d989f84e79873b38836e8e6fa"},"score":6.2,"checks":[{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/c890b9726ee1b17d989f84e79873b38836e8e6fa/docs/checks.md#code-review"}},{"name":"Maintained","score":9,"reason":"11 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/c890b9726ee1b17d989f84e79873b38836e8e6fa/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/c890b9726ee1b17d989f84e79873b38836e8e6fa/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/c890b9726ee1b17d989f84e79873b38836e8e6fa/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/cla.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yml:8","Warn: topLevel 'packages' permission set to 'write': .github/workflows/release.yml:9","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/c890b9726ee1b17d989f84e79873b38836e8e6fa/docs/checks.md#token-permissions"}},{"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/c890b9726ee1b17d989f84e79873b38836e8e6fa/docs/checks.md#cii-best-practices"}},{"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/c890b9726ee1b17d989f84e79873b38836e8e6fa/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: MIT License: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/c890b9726ee1b17d989f84e79873b38836e8e6fa/docs/checks.md#license"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/release.yml:14"],"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/c890b9726ee1b17d989f84e79873b38836e8e6fa/docs/checks.md#packaging"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v1.5.4 not signed: https://api.github.com/repos/Shopify/ejson/releases/198138068","Warn: release artifact v1.5.3 not signed: https://api.github.com/repos/Shopify/ejson/releases/183949941","Warn: release artifact v1.5.2 not signed: https://api.github.com/repos/Shopify/ejson/releases/158002446","Warn: release artifact v1.5.1 not signed: https://api.github.com/repos/Shopify/ejson/releases/156081449","Warn: release artifact v1.5.0 not signed: https://api.github.com/repos/Shopify/ejson/releases/143684523","Warn: release artifact v1.5.4 does not have provenance: https://api.github.com/repos/Shopify/ejson/releases/198138068","Warn: release artifact v1.5.3 does not have provenance: https://api.github.com/repos/Shopify/ejson/releases/183949941","Warn: release artifact v1.5.2 does not have provenance: https://api.github.com/repos/Shopify/ejson/releases/158002446","Warn: release artifact v1.5.1 does not have provenance: https://api.github.com/repos/Shopify/ejson/releases/156081449","Warn: release artifact v1.5.0 does not have provenance: https://api.github.com/repos/Shopify/ejson/releases/143684523"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/c890b9726ee1b17d989f84e79873b38836e8e6fa/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":5,"reason":"dependency not pinned by hash detected -- score normalized to 5","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/cla.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/Shopify/ejson/cla.yml/main?enable=pin","Warn: containerImage not pinned by hash: .github/dockerfile-for-dependabot/Dockerfile:2: pin your Docker image by updating golang:1.24.5-alpine to golang:1.24.5-alpine@sha256:daae04ebad0c21149979cd8e9db38f565ecefd8547cf4a591240dc1972cf1399","Info:   6 out of   6 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/c890b9726ee1b17d989f84e79873b38836e8e6fa/docs/checks.md#pinned-dependencies"}},{"name":"Branch-Protection","score":5,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'main'","Warn: 'stale review dismissal' is disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Warn: 'last push approval' is disabled on branch 'main'","Warn: no status checks found to merge onto branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/c890b9726ee1b17d989f84e79873b38836e8e6fa/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/Shopify/.github/SECURITY.md:1","Info: Found linked content: github.com/Shopify/.github/SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: github.com/Shopify/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/c890b9726ee1b17d989f84e79873b38836e8e6fa/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/c890b9726ee1b17d989f84e79873b38836e8e6fa/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/c890b9726ee1b17d989f84e79873b38836e8e6fa/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-16T04:50:58.670Z","repository_id":16494232,"created_at":"2025-08-16T04:50:58.671Z","updated_at":"2025-08-16T04:50:58.671Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005922,"owners_count":26084004,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"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":"Shopify","name":"Shopify","uuid":"8085","kind":"organization","description":"","email":"engineering@shopify.engineering","website":"https://shopify.engineering/","location":"The Internet","twitter":"ShopifyEng","company":null,"icon_url":"https://avatars.githubusercontent.com/u/8085?v=4","repositories_count":1036,"last_synced_at":"2025-09-16T12:54:59.148Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/Shopify","funding_links":[],"total_stars":151261,"followers":7135,"following":0,"created_at":"2022-11-02T16:20:36.277Z","updated_at":"2025-09-16T12:54:59.148Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shopify","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shopify/repositories"},"tags":[{"name":"v1.5.4","sha":"bdf9b52c3ed3ad1415f02589af683b755700cbe8","kind":"commit","published_at":"2025-02-03T15:49:46.000Z","download_url":"https://codeload.github.com/Shopify/ejson/tar.gz/v1.5.4","html_url":"https://github.com/Shopify/ejson/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Shopify/ejson@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"817ef2d398c9b83b004dff54f683b17f0488bedc","kind":"commit","published_at":"2024-11-06T14:59:02.000Z","download_url":"https://codeload.github.com/Shopify/ejson/tar.gz/v1.5.3","html_url":"https://github.com/Shopify/ejson/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Shopify/ejson@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"a42fb303adec42362b7fffa76024eaf98f4833aa","kind":"commit","published_at":"2024-05-29T14:12:14.000Z","download_url":"https://codeload.github.com/Shopify/ejson/tar.gz/v1.5.2","html_url":"https://github.com/Shopify/ejson/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Shopify/ejson@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f06a1522ad2639709ba8e0b4969d0bbedd24e64c","kind":"commit","published_at":"2024-05-16T13:30:17.000Z","download_url":"https://codeload.github.com/Shopify/ejson/tar.gz/v1.5.1","html_url":"https://github.com/Shopify/ejson/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Shopify/ejson@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"4719b8c312aa7d9db1d7e3c279b559b82826950e","kind":"commit","published_at":"2024-02-26T18:44:18.000Z","download_url":"https://codeload.github.com/Shopify/ejson/tar.gz/v1.5.0","html_url":"https://github.com/Shopify/ejson/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Shopify/ejson@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags/v1.5.0/manifests"},{"name":"v1.4.1","sha":"5ec268c04e6ff3b436d25c8d26df5e4d37992b89","kind":"commit","published_at":"2023-07-05T16:44:04.000Z","download_url":"https://codeload.github.com/Shopify/ejson/tar.gz/v1.4.1","html_url":"https://github.com/Shopify/ejson/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Shopify/ejson@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"30ca14f25cc3af7aadf4300028977aa9a018b34a","kind":"commit","published_at":"2023-05-03T13:42:30.000Z","download_url":"https://codeload.github.com/Shopify/ejson/tar.gz/v1.4.0","html_url":"https://github.com/Shopify/ejson/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Shopify/ejson@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags/v1.4.0/manifests"},{"name":"v1.3.3","sha":"0c6f68b0b044168f7789b1a0ac87dcb981015008","kind":"commit","published_at":"2022-04-14T18:05:58.000Z","download_url":"https://codeload.github.com/Shopify/ejson/tar.gz/v1.3.3","html_url":"https://github.com/Shopify/ejson/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Shopify/ejson@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags/v1.3.3/manifests"},{"name":"v1.3.2","sha":"f10f7ef1cc4123423da86dc7f43a23c39a14f143","kind":"commit","published_at":"2022-03-22T17:42:08.000Z","download_url":"https://codeload.github.com/Shopify/ejson/tar.gz/v1.3.2","html_url":"https://github.com/Shopify/ejson/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Shopify/ejson@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"b9f47ed593c5e08c70b542816b34a90d04c19296","kind":"commit","published_at":"2021-12-14T18:40:16.000Z","download_url":"https://codeload.github.com/Shopify/ejson/tar.gz/v1.3.1","html_url":"https://github.com/Shopify/ejson/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Shopify/ejson@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"7c56c67fa0d166586376f8293ef7493b6c4dcd26","kind":"commit","published_at":"2021-07-14T18:20:00.000Z","download_url":"https://codeload.github.com/Shopify/ejson/tar.gz/v1.3.0","html_url":"https://github.com/Shopify/ejson/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Shopify/ejson@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags/v1.3.0/manifests"},{"name":"v1.2.2","sha":"fe376f9099247fff6683bd8c770aed2a4bb71ef0","kind":"commit","published_at":"2020-06-17T18:13:37.000Z","download_url":"https://codeload.github.com/Shopify/ejson/tar.gz/v1.2.2","html_url":"https://github.com/Shopify/ejson/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Shopify/ejson@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"0cc33e3391c6feeb146327d76d307566e144f21d","kind":"commit","published_at":"2018-11-06T18:41:51.000Z","download_url":"https://codeload.github.com/Shopify/ejson/tar.gz/v1.2.1","html_url":"https://github.com/Shopify/ejson/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Shopify/ejson@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"b5c1a89b9a2560725be0b8defcd4a4abd0d35b67","kind":"commit","published_at":"2018-08-31T19:58:46.000Z","download_url":"https://codeload.github.com/Shopify/ejson/tar.gz/v1.2.0","html_url":"https://github.com/Shopify/ejson/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Shopify/ejson@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags/v1.2.0/manifests"},{"name":"1.1.0","sha":"ce9261f21575d3fb0ceda6795935ddd8800563a9","kind":"commit","published_at":"2017-08-22T17:08:00.000Z","download_url":"https://codeload.github.com/Shopify/ejson/tar.gz/1.1.0","html_url":"https://github.com/Shopify/ejson/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Shopify/ejson@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags/1.1.0/manifests"},{"name":"1.0.2","sha":"4abff1c8447600e1b36ee153b5a3a92d643511f3","kind":"commit","published_at":"2016-10-31T17:40:40.000Z","download_url":"https://codeload.github.com/Shopify/ejson/tar.gz/1.0.2","html_url":"https://github.com/Shopify/ejson/releases/tag/1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Shopify/ejson@1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags/1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags/1.0.2/manifests"},{"name":"1.0.1","sha":"038296c168e1c4c2b2d637dffbf14c8c83f274b3","kind":"commit","published_at":"2015-11-09T16:53:39.000Z","download_url":"https://codeload.github.com/Shopify/ejson/tar.gz/1.0.1","html_url":"https://github.com/Shopify/ejson/releases/tag/1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Shopify/ejson@1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags/1.0.1/manifests"},{"name":"1.0.0","sha":"007c5c30f61e706374f9f754b8652b7b7cc5f855","kind":"commit","published_at":"2014-12-18T02:36:16.000Z","download_url":"https://codeload.github.com/Shopify/ejson/tar.gz/1.0.0","html_url":"https://github.com/Shopify/ejson/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Shopify/ejson@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags/1.0.0/manifests"},{"name":"1.0.0.rc2","sha":"d187758e615a547cf99103dbee03952c8bff7b86","kind":"commit","published_at":"2014-12-11T17:57:08.000Z","download_url":"https://codeload.github.com/Shopify/ejson/tar.gz/1.0.0.rc2","html_url":"https://github.com/Shopify/ejson/releases/tag/1.0.0.rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Shopify/ejson@1.0.0.rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags/1.0.0.rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags/1.0.0.rc2/manifests"},{"name":"0.4.0","sha":"5679bd5ec2c1a243fac9d60ef8213be4793059ed","kind":"commit","published_at":"2014-07-17T21:19:26.000Z","download_url":"https://codeload.github.com/Shopify/ejson/tar.gz/0.4.0","html_url":"https://github.com/Shopify/ejson/releases/tag/0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Shopify/ejson@0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags/0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags/0.4.0/manifests"},{"name":"0.3.0","sha":"3266662ba451a60ebfc3ac5b497b4f866491444f","kind":"commit","published_at":"2014-07-14T21:16:08.000Z","download_url":"https://codeload.github.com/Shopify/ejson/tar.gz/0.3.0","html_url":"https://github.com/Shopify/ejson/releases/tag/0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Shopify/ejson@0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags/0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/tags/0.3.0/manifests"}]},"repo_metadata_updated_at":"2025-10-11T02:53:49.278Z","dependent_packages_count":82,"downloads":null,"downloads_period":null,"dependent_repos_count":101,"rankings":{"downloads":null,"dependent_repos_count":0.6023446988635839,"dependent_packages_count":0.4803768273364086,"stargazers_count":1.9093926554397362,"forks_count":2.9571048851828543,"docker_downloads_count":0.24290907746910506,"average":1.2384256288583377},"purl":"pkg:golang/github.com/%21shopify/ejson","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/Shopify/ejson","docker_dependents_count":119,"docker_downloads_count":291729963,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/Shopify/ejson","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/Shopify/ejson/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-10T18:02:19.103Z","issues_count":39,"pull_requests_count":191,"avg_time_to_close_issue":93518050.44117647,"avg_time_to_close_pull_request":8107883.695402299,"issues_closed_count":34,"pull_requests_closed_count":174,"pull_request_authors_count":44,"issue_authors_count":34,"avg_comments_per_issue":1.7692307692307692,"avg_comments_per_pull_request":0.6701570680628273,"merged_pull_requests_count":137,"bot_issues_count":0,"bot_pull_requests_count":112,"past_year_issues_count":3,"past_year_pull_requests_count":53,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":310846.4130434783,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":46,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":3,"past_year_avg_comments_per_issue":1.3333333333333333,"past_year_avg_comments_per_pull_request":0.1509433962264151,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":43,"past_year_merged_pull_requests_count":45,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fejson/issues","maintainers":[{"login":"burke","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/burke"},{"login":"epk","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/epk"},{"login":"rafaelfranca","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rafaelfranca"},{"login":"dalehamel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dalehamel"},{"login":"gmcgibbon","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gmcgibbon"},{"login":"rickydam","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rickydam"},{"login":"valencik","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/valencik"}],"active_maintainers":[{"login":"burke","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/burke"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FShopify%2Fejson/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FShopify%2Fejson/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FShopify%2Fejson/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FShopify%2Fejson/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FShopify%2Fejson/codemeta","maintainers":[]}