{"id":362609,"url":"https://github.com/stripe/stripe-mock","last_synced_at":"2026-06-20T02:01:16.316Z","repository":{"id":38709507,"uuid":"94937631","full_name":"stripe/stripe-mock","owner":"stripe","description":"stripe-mock is a mock HTTP server that responds like the real Stripe API. It can be used instead of Stripe's testmode to make test suites integrating with Stripe faster and less brittle.","archived":false,"fork":false,"pushed_at":"2026-03-25T00:40:44.000Z","size":103923,"stargazers_count":1602,"open_issues_count":6,"forks_count":127,"subscribers_count":17,"default_branch":"master","last_synced_at":"2026-03-30T10:04:02.740Z","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/stripe.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}},"created_at":"2017-06-20T21:43:51.000Z","updated_at":"2026-03-27T06:56:37.000Z","dependencies_parsed_at":"2023-07-14T06:17:50.701Z","dependency_job_id":"8a763095-5234-4bb4-9061-0da84dfc3a75","html_url":"https://github.com/stripe/stripe-mock","commit_stats":{"total_commits":839,"total_committers":36,"mean_commits":"23.305555555555557","dds":0.4505363528009535,"last_synced_commit":"ce9aa1642b646a1b304383220bfee71501e0b358"},"previous_names":["brandur/stripelocal","brandur/stripe-mock","brandur/stripestub"],"tags_count":260,"template":false,"template_full_name":null,"purl":"pkg:github/stripe/stripe-mock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stripe","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/sbom","scorecard":{"id":251383,"data":{"date":"2025-08-04","repo":{"name":"github.com/stripe/stripe-mock","commit":"9e7e0d05b1a247b82b5003503788ca4a3c32ddc6"},"scorecard":{"version":"v5.2.1-28-gc1d103a9","commit":"c1d103a9bb9f635ec7260bf9aa0699466fa4be0e"},"score":6,"checks":[{"name":"Code-Review","score":-1,"reason":"Found no human activity in the last 30 changesets","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#maintained"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/tag.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#cii-best-practices"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#fuzzing"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/release.yml:7"],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#packaging"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/stripe/.github/SECURITY.md:1","Info: Found linked content: github.com/stripe/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/stripe/.github/SECURITY.md:1","Info: Found text in security policy: github.com/stripe/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#security-policy"}},{"name":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'master'","Info: 'force pushes' disabled on branch 'master'","Info: 'branch protection settings apply to administrators' is required to merge on branch 'master'","Warn: required approving review count is 1 on branch 'master'","Warn: codeowners review is not required on branch 'master'","Info: status check found to merge onto on branch 'master'","Info: PRs are required in order to make changes on branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#branch-protection"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v0.195.0 not signed: https://api.github.com/repos/stripe/stripe-mock/releases/219597198","Warn: release artifact v0.194.0 not signed: https://api.github.com/repos/stripe/stripe-mock/releases/214304981","Warn: release artifact v0.193.0 not signed: https://api.github.com/repos/stripe/stripe-mock/releases/204204219","Warn: release artifact v0.192.0 not signed: https://api.github.com/repos/stripe/stripe-mock/releases/181099153","Warn: release artifact v0.191.0 not signed: https://api.github.com/repos/stripe/stripe-mock/releases/180751443","Warn: release artifact v0.195.0 does not have provenance: https://api.github.com/repos/stripe/stripe-mock/releases/219597198","Warn: release artifact v0.194.0 does not have provenance: https://api.github.com/repos/stripe/stripe-mock/releases/214304981","Warn: release artifact v0.193.0 does not have provenance: https://api.github.com/repos/stripe/stripe-mock/releases/204204219","Warn: release artifact v0.192.0 does not have provenance: https://api.github.com/repos/stripe/stripe-mock/releases/181099153","Warn: release artifact v0.191.0 does not have provenance: https://api.github.com/repos/stripe/stripe-mock/releases/180751443"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#signed-releases"}},{"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:11: update your workflow using https://app.stepsecurity.io/secureworkflow/stripe/stripe-mock/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/stripe/stripe-mock/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/stripe/stripe-mock/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/stripe/stripe-mock/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/stripe/stripe-mock/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/stripe/stripe-mock/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/stripe/stripe-mock/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/stripe/stripe-mock/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tag.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/stripe/stripe-mock/tag.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tag.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/stripe/stripe-mock/tag.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tag.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/stripe/stripe-mock/tag.yml/master?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:3","Warn: containerImage not pinned by hash: Dockerfile:9: pin your Docker image by updating alpine:latest to alpine:latest@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1","Warn: containerImage not pinned by hash: goreleaser.dockerfile:3: pin your Docker image by updating alpine:latest to alpine:latest@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1","Warn: goCommand not pinned by hash: .github/workflows/ci.yml:21","Warn: goCommand not pinned by hash: .github/workflows/ci.yml:22","Warn: goCommand not pinned by hash: .github/workflows/ci.yml:23","Info:   0 out of   6 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   5 third-party GitHubAction dependencies pinned","Info:   0 out of   3 goCommand dependencies pinned","Info:   0 out of   3 containerImage dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#pinned-dependencies"}},{"name":"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#sast"}},{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-17T08:32:28.182Z","repository_id":38709507,"created_at":"2025-08-17T08:32:28.182Z","updated_at":"2025-08-17T08:32:28.182Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32592720,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"online","status_checked_at":"2026-05-04T02:00:06.625Z","response_time":58,"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":{"login":"stripe","name":"Stripe","uuid":"856813","kind":"organization","description":"","email":"support+github@stripe.com","website":"https://stripe.com","location":"San Francisco, CA","twitter":"StripeDev","company":null,"icon_url":"https://avatars.githubusercontent.com/u/856813?v=4","repositories_count":64,"last_synced_at":"2024-04-15T07:41:31.377Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/stripe","funding_links":[],"total_stars":33372,"followers":1401,"following":0,"created_at":"2022-11-02T16:26:40.453Z","updated_at":"2024-04-15T07:42:42.150Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stripe","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stripe/repositories"},"packages":[{"id":3541592,"name":"github.com/stripe/stripe-mock","ecosystem":"go","description":"","homepage":"https://github.com/stripe/stripe-mock","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/stripe/stripe-mock","keywords_array":[],"namespace":"github.com/stripe","versions_count":260,"first_release_published_at":"2021-07-08T18:58:54.000Z","latest_release_published_at":"2026-04-28T17:37:55.000Z","latest_release_number":"v0.198.0","last_synced_at":"2026-05-04T03:06:09.275Z","created_at":"2022-04-11T00:20:47.751Z","updated_at":"2026-05-04T03:06:09.276Z","registry_url":"https://pkg.go.dev/github.com/stripe/stripe-mock","install_command":"go get github.com/stripe/stripe-mock","documentation_url":"https://pkg.go.dev/github.com/stripe/stripe-mock#section-documentation","metadata":{},"repo_metadata":{"id":38709507,"uuid":"94937631","full_name":"stripe/stripe-mock","owner":"stripe","description":"stripe-mock is a mock HTTP server that responds like the real Stripe API. It can be used instead of Stripe's testmode to make test suites integrating with Stripe faster and less brittle.","archived":false,"fork":false,"pushed_at":"2025-10-22T02:59:19.000Z","size":108239,"stargazers_count":1529,"open_issues_count":4,"forks_count":124,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-10-22T04:04:52.429Z","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/stripe.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}},"created_at":"2017-06-20T21:43:51.000Z","updated_at":"2025-10-22T02:59:23.000Z","dependencies_parsed_at":"2023-07-14T06:17:50.701Z","dependency_job_id":"8a763095-5234-4bb4-9061-0da84dfc3a75","html_url":"https://github.com/stripe/stripe-mock","commit_stats":{"total_commits":839,"total_committers":36,"mean_commits":"23.305555555555557","dds":0.4505363528009535,"last_synced_commit":"ce9aa1642b646a1b304383220bfee71501e0b358"},"previous_names":["brandur/stripelocal","brandur/stripe-mock","brandur/stripestub"],"tags_count":260,"template":false,"template_full_name":null,"purl":"pkg:github/stripe/stripe-mock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stripe","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/sbom","scorecard":{"id":251383,"data":{"date":"2025-08-04","repo":{"name":"github.com/stripe/stripe-mock","commit":"9e7e0d05b1a247b82b5003503788ca4a3c32ddc6"},"scorecard":{"version":"v5.2.1-28-gc1d103a9","commit":"c1d103a9bb9f635ec7260bf9aa0699466fa4be0e"},"score":6,"checks":[{"name":"Code-Review","score":-1,"reason":"Found no human activity in the last 30 changesets","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#maintained"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/tag.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#cii-best-practices"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#fuzzing"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/release.yml:7"],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#packaging"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/stripe/.github/SECURITY.md:1","Info: Found linked content: github.com/stripe/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/stripe/.github/SECURITY.md:1","Info: Found text in security policy: github.com/stripe/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#security-policy"}},{"name":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'master'","Info: 'force pushes' disabled on branch 'master'","Info: 'branch protection settings apply to administrators' is required to merge on branch 'master'","Warn: required approving review count is 1 on branch 'master'","Warn: codeowners review is not required on branch 'master'","Info: status check found to merge onto on branch 'master'","Info: PRs are required in order to make changes on branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#branch-protection"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v0.195.0 not signed: https://api.github.com/repos/stripe/stripe-mock/releases/219597198","Warn: release artifact v0.194.0 not signed: https://api.github.com/repos/stripe/stripe-mock/releases/214304981","Warn: release artifact v0.193.0 not signed: https://api.github.com/repos/stripe/stripe-mock/releases/204204219","Warn: release artifact v0.192.0 not signed: https://api.github.com/repos/stripe/stripe-mock/releases/181099153","Warn: release artifact v0.191.0 not signed: https://api.github.com/repos/stripe/stripe-mock/releases/180751443","Warn: release artifact v0.195.0 does not have provenance: https://api.github.com/repos/stripe/stripe-mock/releases/219597198","Warn: release artifact v0.194.0 does not have provenance: https://api.github.com/repos/stripe/stripe-mock/releases/214304981","Warn: release artifact v0.193.0 does not have provenance: https://api.github.com/repos/stripe/stripe-mock/releases/204204219","Warn: release artifact v0.192.0 does not have provenance: https://api.github.com/repos/stripe/stripe-mock/releases/181099153","Warn: release artifact v0.191.0 does not have provenance: https://api.github.com/repos/stripe/stripe-mock/releases/180751443"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#signed-releases"}},{"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:11: update your workflow using https://app.stepsecurity.io/secureworkflow/stripe/stripe-mock/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/stripe/stripe-mock/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/stripe/stripe-mock/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/stripe/stripe-mock/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/stripe/stripe-mock/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/stripe/stripe-mock/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/stripe/stripe-mock/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/stripe/stripe-mock/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tag.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/stripe/stripe-mock/tag.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tag.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/stripe/stripe-mock/tag.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tag.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/stripe/stripe-mock/tag.yml/master?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:3","Warn: containerImage not pinned by hash: Dockerfile:9: pin your Docker image by updating alpine:latest to alpine:latest@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1","Warn: containerImage not pinned by hash: goreleaser.dockerfile:3: pin your Docker image by updating alpine:latest to alpine:latest@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1","Warn: goCommand not pinned by hash: .github/workflows/ci.yml:21","Warn: goCommand not pinned by hash: .github/workflows/ci.yml:22","Warn: goCommand not pinned by hash: .github/workflows/ci.yml:23","Info:   0 out of   6 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   5 third-party GitHubAction dependencies pinned","Info:   0 out of   3 goCommand dependencies pinned","Info:   0 out of   3 containerImage dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#pinned-dependencies"}},{"name":"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#sast"}},{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-17T08:32:28.182Z","repository_id":38709507,"created_at":"2025-08-17T08:32:28.182Z","updated_at":"2025-08-17T08:32:28.182Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280849656,"owners_count":26401812,"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-24T02:00:06.418Z","response_time":73,"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":"stripe","name":"Stripe","uuid":"856813","kind":"organization","description":"","email":"support+github@stripe.com","website":"https://stripe.com","location":"San Francisco, CA","twitter":"StripeDev","company":null,"icon_url":"https://avatars.githubusercontent.com/u/856813?v=4","repositories_count":64,"last_synced_at":"2024-04-15T07:41:31.377Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/stripe","funding_links":[],"total_stars":33372,"followers":1401,"following":0,"created_at":"2022-11-02T16:26:40.453Z","updated_at":"2024-04-15T07:42:42.150Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stripe","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stripe/repositories"},"tags":[{"name":"v0.197.0","sha":"4374003d5cf6c8291a679930f02c957cf1dea19d","kind":"commit","published_at":"2025-10-01T19:33:23.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.197.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.197.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.197.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.197.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.197.0/manifests"},{"name":"v0.196.0","sha":"260b076f7d78c5a74a73efe80e6779ef13a2f874","kind":"commit","published_at":"2025-09-09T23:42:39.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.196.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.196.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.196.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.196.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.196.0/manifests"},{"name":"v0.195.0","sha":"c80c121293437dbe1f9c8d33f061475817faf05b","kind":"commit","published_at":"2025-05-16T21:17:41.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.195.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.195.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.195.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.195.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.195.0/manifests"},{"name":"v0.194.0","sha":"70729e4eca37326ff90b97463b7e9ac3b362ce5b","kind":"commit","published_at":"2025-04-01T22:49:57.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.194.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.194.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.194.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.194.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.194.0/manifests"},{"name":"v0.193.0","sha":"63541fd08992a1a321d54d81725e3a71dc000b34","kind":"commit","published_at":"2025-03-06T05:56:20.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.193.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.193.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.193.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.193.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.193.0/manifests"},{"name":"v0.192.0","sha":"ed226f061cfd605b4b276fc8c68c938f0adc8e5b","kind":"commit","published_at":"2024-10-21T21:05:46.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.192.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.192.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.192.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.192.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.192.0/manifests"},{"name":"v0.191.0","sha":"7d6f98f3d14cfb41baf878d797f17205ee52ee91","kind":"commit","published_at":"2024-10-17T23:39:34.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.191.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.191.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.191.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.191.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.191.0/manifests"},{"name":"v0.190.0","sha":"9144c82fb62c5ce45efa3e8de59d6b667fbe2196","kind":"commit","published_at":"2024-09-25T21:09:05.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.190.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.190.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.190.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.190.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.190.0/manifests"},{"name":"v0.189.0","sha":"9144c82fb62c5ce45efa3e8de59d6b667fbe2196","kind":"commit","published_at":"2024-09-25T21:09:05.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.189.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.189.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.189.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.189.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.189.0/manifests"},{"name":"v0.188.0","sha":"290ef4806ad1897c80218ab165dbb07deec1edcc","kind":"commit","published_at":"2024-08-12T20:04:40.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.188.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.188.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.188.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.188.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.188.0/manifests"},{"name":"v0.187.0","sha":"2dd01b5a990fed7200950da112de58eef493310a","kind":"commit","published_at":"2024-08-07T17:58:17.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.187.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.187.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.187.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.187.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.187.0/manifests"},{"name":"v0.186.0","sha":"151b55814a0af3f7c9eac7098a3143127d96dad1","kind":"commit","published_at":"2024-05-16T13:51:47.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.186.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.186.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.186.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.186.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.186.0/manifests"},{"name":"v0.185.0","sha":"4df75bff53976a2b1aa4f0b77229a2300ee1ce1c","kind":"commit","published_at":"2024-04-24T13:02:00.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.185.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.185.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.185.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.185.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.185.0/manifests"},{"name":"v0.184.0","sha":"dfbdd717cd03020057253f66392c4492dc2587af","kind":"commit","published_at":"2024-04-12T00:37:33.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.184.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.184.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.184.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.184.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.184.0/manifests"},{"name":"v0.183.0","sha":"5e7245eb96c0f964c2cf0cc38dedb76fa8dc3606","kind":"commit","published_at":"2024-03-14T15:04:57.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.183.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.183.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.183.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.183.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.183.0/manifests"},{"name":"v0.182.0","sha":"c5112b171dddf8fd73332eb274ea0cf6f6f311d2","kind":"commit","published_at":"2024-02-15T10:09:58.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.182.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.182.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.182.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.182.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.182.0/manifests"},{"name":"v0.181.0","sha":"6470b893b5bd48ae328c18a1aec91cb9040cf859","kind":"commit","published_at":"2024-01-25T19:56:00.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.181.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.181.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.181.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.181.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.181.0/manifests"},{"name":"v0.180.0","sha":"e6dd222e69b9a76fdf9f170dce6afde31253a989","kind":"commit","published_at":"2024-01-12T00:10:45.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.180.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.180.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.180.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.180.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.180.0/manifests"},{"name":"v0.179.0","sha":"3e069663f8dc0a2a999c393a151155760ac402d7","kind":"commit","published_at":"2023-12-21T22:21:34.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.179.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.179.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.179.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.179.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.179.0/manifests"},{"name":"v0.178.0","sha":"762befb49600d6802b5794349e166372cb9d9e6f","kind":"commit","published_at":"2023-11-16T16:47:52.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.178.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.178.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.178.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.178.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.178.0/manifests"},{"name":"v0.177.0","sha":"f82194bec289d7246a121173d27eaf405df1a308","kind":"commit","published_at":"2023-10-12T16:42:01.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.177.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.177.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.177.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.177.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.177.0/manifests"},{"name":"v0.176.0","sha":"352ef506366dd0272ea2860bb37840dace9288a4","kind":"commit","published_at":"2023-10-11T22:17:19.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.176.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.176.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.176.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.176.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.176.0/manifests"},{"name":"v0.175.0","sha":"2cb198bdcf7cc037df4823304b1fd68053762465","kind":"commit","published_at":"2023-09-15T00:20:41.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.175.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.175.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.175.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.175.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.175.0/manifests"},{"name":"v0.174.0","sha":"abeb4bc9e79c6a1703c4de33e519050196e6179f","kind":"commit","published_at":"2023-09-07T20:18:49.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.174.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.174.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.174.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.174.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.174.0/manifests"},{"name":"v0.173.0","sha":"66b42389e6dc20b6412e57a78560bff42646f253","kind":"commit","published_at":"2023-09-01T18:20:19.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.173.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.173.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.173.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.173.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.173.0/manifests"},{"name":"v0.172.0","sha":"ee98add4264f3cebebc09149cac799ae875decda","kind":"commit","published_at":"2023-08-28T17:45:22.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.172.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.172.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.172.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.172.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.172.0/manifests"},{"name":"v0.171.0","sha":"cfee1af0f4c767df89e070bd362e531d3cad6ba7","kind":"commit","published_at":"2023-08-25T23:26:54.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.171.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.171.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.171.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.171.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.171.0/manifests"},{"name":"v0.170.0","sha":"1f05c0034db7407b9d77724f532f508ead46a1fb","kind":"commit","published_at":"2023-08-16T20:23:04.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.170.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.170.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.170.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.170.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.170.0/manifests"},{"name":"v0.169.0","sha":"4230de11c70f423da0a54407ac5f451fd74fc68f","kind":"commit","published_at":"2023-08-03T22:35:47.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.169.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.169.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.169.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.169.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.169.0/manifests"},{"name":"v0.168.0","sha":"4a47969a116b27fa5985b51d96a59a53f74284e5","kind":"commit","published_at":"2023-07-26T17:16:00.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.168.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.168.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.168.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.168.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.168.0/manifests"},{"name":"v0.167.0","sha":"c0d4ac7102f2e1d41f34d6812d1fd77dc9d9902a","kind":"commit","published_at":"2023-07-25T20:43:21.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.167.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.167.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.167.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.167.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.167.0/manifests"},{"name":"v0.166.0","sha":"d1a70b7844af1aa82695770b7dc6d57a189ff79f","kind":"commit","published_at":"2023-07-13T22:20:31.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.166.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.166.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.166.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.166.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.166.0/manifests"},{"name":"v0.165.0","sha":"97a80ae2a0ef517d6eb4b1a4821073586f10a1d4","kind":"commit","published_at":"2023-07-05T15:55:52.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.165.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.165.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.165.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.165.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.165.0/manifests"},{"name":"v0.164.0","sha":"fb3f6820ab3683e654fdc63ac3dccf899b1489b0","kind":"commit","published_at":"2023-05-25T16:54:30.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.164.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.164.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.164.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.164.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.164.0/manifests"},{"name":"v0.163.0","sha":"b9217a916036145caa2d786b0dc8fbfe780970d5","kind":"commit","published_at":"2023-05-19T15:11:38.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.163.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.163.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.163.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.163.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.163.0/manifests"},{"name":"v0.162.0","sha":"79e6a3bd95059ab7b826b2dad591bc615394643f","kind":"commit","published_at":"2023-04-27T15:38:28.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.162.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.162.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.162.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.162.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.162.0/manifests"},{"name":"v0.161.0","sha":"0faa42f4b8bb30fba9508740d36aed565c895a40","kind":"commit","published_at":"2023-04-20T17:58:28.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.161.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.161.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.161.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.161.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.161.0/manifests"},{"name":"v0.160.0","sha":"f7f0009ab11ce6c64c1a1097a4e64bcc3437ddc7","kind":"commit","published_at":"2023-04-13T14:55:32.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.160.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.160.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.160.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.160.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.160.0/manifests"},{"name":"v0.159.0","sha":"ebc8f749ae5ca94c62e688347c0e6c3d0e9422dd","kind":"commit","published_at":"2023-03-23T16:15:46.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.159.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.159.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.159.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.159.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.159.0/manifests"},{"name":"v0.158.0","sha":"47618e9b6774c1f4c84089ad2a694a56333e78dd","kind":"commit","published_at":"2023-03-17T20:35:20.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.158.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.158.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.158.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.158.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.158.0/manifests"},{"name":"v0.157.0","sha":"9851617154ec7f3f530597297d006222d230d29b","kind":"commit","published_at":"2023-03-17T19:44:35.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.157.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.157.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.157.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.157.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.157.0/manifests"},{"name":"v0.156.0","sha":"0af6d928c36f2fc077fe28b09953294fd74b2906","kind":"commit","published_at":"2023-03-17T18:28:54.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.156.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.156.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.156.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.156.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.156.0/manifests"},{"name":"v0.155.0","sha":"68be2aa7dce87ba4d1a0073038b54c433ac997ab","kind":"commit","published_at":"2023-03-13T22:19:39.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.155.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.155.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.155.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.155.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.155.0/manifests"},{"name":"v0.154.0","sha":"729314d9cc7b43cc0d9c004d6334dde2d4770198","kind":"commit","published_at":"2023-03-13T21:36:46.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.154.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.154.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.154.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.154.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.154.0/manifests"},{"name":"v0.153.0","sha":"030357af1b6fbd6df11234eb2dff586108eb94da","kind":"commit","published_at":"2023-03-06T18:47:05.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.153.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.153.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.153.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.153.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.153.0/manifests"},{"name":"v0.152.0","sha":"650b8c138cfe82f9d745583e2471f1e6388a78e2","kind":"commit","published_at":"2023-03-03T14:45:57.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.152.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.152.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.152.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.152.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.152.0/manifests"},{"name":"v0.151.0","sha":"c1c28ba4a3372be05dcd59475e29b59d3aa7cb34","kind":"commit","published_at":"2023-02-02T20:19:01.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.151.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.151.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.151.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.151.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.151.0/manifests"},{"name":"v0.150.0","sha":"b457614af49df87e75dde003e09da2ce65d2cbcc","kind":"commit","published_at":"2023-01-20T22:49:40.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.150.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.150.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.150.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.150.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.150.0/manifests"},{"name":"v0.149.0","sha":"75d583f942a16e87604b564f2722b542e6a94503","kind":"commit","published_at":"2023-01-05T18:04:46.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.149.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.149.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.149.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.149.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.149.0/manifests"},{"name":"v0.148.0","sha":"f2c0541e0c8933b88346ad39e52d5803555eed4a","kind":"commit","published_at":"2022-12-09T20:39:31.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.148.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.148.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.148.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.148.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.148.0/manifests"},{"name":"v0.147.0","sha":"4810623b63fbccd75ebb21b2c42588b0d2e7259f","kind":"commit","published_at":"2022-11-18T21:47:28.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.147.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.147.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.147.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.147.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.147.0/manifests"},{"name":"v0.146.0","sha":"a502a812fe1c49b87026e851cb8738af5dcc9b84","kind":"commit","published_at":"2022-11-16T20:11:25.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.146.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.146.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.146.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.146.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.146.0/manifests"},{"name":"v0.145.0","sha":"3363e2670cce1c18010820871f5f3a85fae5fe36","kind":"commit","published_at":"2022-11-10T19:54:37.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.145.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.145.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.145.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.145.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.145.0/manifests"},{"name":"v0.144.0","sha":"bc5dad75629cb1885abb2d3cc886d1b85cd29dac","kind":"commit","published_at":"2022-08-26T16:57:15.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.144.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.144.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.144.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.144.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.144.0/manifests"},{"name":"v0.143.0","sha":"428521a7d74e5102c9c0cd2bc1dab9911f4e97e5","kind":"commit","published_at":"2022-08-23T12:48:44.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.143.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.143.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.143.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.143.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.143.0/manifests"},{"name":"v0.142.0","sha":"e91f9896d04ff5dd09cdf62c056c8a1f710e04e8","kind":"commit","published_at":"2022-08-12T18:45:13.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.142.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.142.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.142.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.142.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.142.0/manifests"},{"name":"v0.141.0","sha":"3bce81d858cdb25880d8375c60d50bdb05459603","kind":"commit","published_at":"2022-08-01T21:54:36.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.141.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.141.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.141.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.141.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.141.0/manifests"},{"name":"v0.140.0","sha":"0f3371b5a414eb237ae7d9eb6fe0debb1876ab8e","kind":"commit","published_at":"2022-07-12T19:07:03.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.140.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.140.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.140.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.140.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.140.0/manifests"},{"name":"v0.139.0","sha":"a059f8e665c0390b6e208996b890225b8c29cf14","kind":"commit","published_at":"2022-07-07T17:37:17.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.139.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.139.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.139.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.139.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.139.0/manifests"},{"name":"v0.138.0","sha":"3efcf474fe8d91a3fe2d4d7a57fe32bd20e00a9a","kind":"commit","published_at":"2022-07-07T16:21:29.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.138.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.138.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.138.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.138.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.138.0/manifests"},{"name":"v0.137.0","sha":"f856a3f80d635e8fe0d3becdb7503a670245fc22","kind":"commit","published_at":"2022-07-07T14:13:43.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.137.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.137.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.137.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.137.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.137.0/manifests"},{"name":"v0.136.0","sha":"05d8a8e350e05be4045ebe3547f49880e85d58cf","kind":"commit","published_at":"2022-06-29T20:11:22.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.136.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.136.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.136.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.136.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.136.0/manifests"},{"name":"v0.135.0","sha":"c2a81aee354aefa86dbd9bcdfc81ee24c1c14882","kind":"commit","published_at":"2022-06-15T20:57:50.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.135.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.135.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.135.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.135.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.135.0/manifests"},{"name":"v0.134.0","sha":"f04d1b2fca1dc6a876ea191279b598e7cd6f127b","kind":"commit","published_at":"2022-06-08T22:08:40.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.134.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.134.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.134.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.134.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.134.0/manifests"},{"name":"v0.133.0","sha":"3739f637e5736bb4a25aece861081e88428d8ba3","kind":"commit","published_at":"2022-06-08T16:38:40.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.133.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.133.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.133.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.133.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.133.0/manifests"},{"name":"v0.132.0","sha":"b287a1efc266a47c830d0e252f00703f861ae08c","kind":"commit","published_at":"2022-06-07T17:41:23.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.132.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.132.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.132.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.132.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.132.0/manifests"},{"name":"v0.131.0","sha":"65fdafcaaf08a92d608d97f1afd625154de76025","kind":"commit","published_at":"2022-06-06T15:54:11.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.131.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.131.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.131.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.131.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.131.0/manifests"},{"name":"v0.130.0","sha":"50fb68adf5bf7c0ea1fdb1ae967a988f7b3b2930","kind":"commit","published_at":"2022-05-23T17:15:30.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.130.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.130.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.130.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.130.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.130.0/manifests"},{"name":"v0.129.0","sha":"8748cc9a7f7e711fc6f09595558aec2c95d3c01f","kind":"commit","published_at":"2022-05-19T21:03:07.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.129.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.129.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.129.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.129.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.129.0/manifests"},{"name":"v0.128.0","sha":"dfc4fd31ebcbe250ed9522cc108c511616c2772b","kind":"commit","published_at":"2022-05-19T18:33:48.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.128.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.128.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.128.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.128.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.128.0/manifests"},{"name":"v0.127.0","sha":"d0614be7a1d620fb53e68d4f1e1a122054991d2e","kind":"commit","published_at":"2022-05-17T19:44:55.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.127.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.127.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.127.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.127.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.127.0/manifests"},{"name":"v0.126.0","sha":"1e0762547e95a66788969454b63f4147a7882af0","kind":"commit","published_at":"2022-05-05T19:14:28.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.126.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.126.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.126.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.126.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.126.0/manifests"},{"name":"v0.125.0","sha":"6dc368ff696b8198491f19f3e072c0a435a5c06d","kind":"commit","published_at":"2022-05-04T15:07:09.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.125.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.125.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.125.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.125.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.125.0/manifests"},{"name":"v0.124.0","sha":"206a4a2fd07646305c3c056c2e93351e8ac7f848","kind":"commit","published_at":"2022-04-21T19:48:00.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.124.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.124.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.124.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.124.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.124.0/manifests"},{"name":"v0.123.0","sha":"e6b0edca70d33b0efb87de94193e424c102ca2ca","kind":"commit","published_at":"2022-04-14T21:29:10.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.123.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.123.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.123.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.123.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.123.0/manifests"},{"name":"v0.122.0","sha":"248eb741a2c63c56cf075dfe7c177914bfafd8c4","kind":"commit","published_at":"2022-03-29T17:24:33.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.122.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.122.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.122.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.122.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.122.0/manifests"},{"name":"v0.120.1","sha":"5ad4eff006e6aec49b9a9471bf90838aae4187a6","kind":"commit","published_at":"2022-03-28T21:25:18.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.120.1","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.120.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.120.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.120.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.120.1/manifests"},{"name":"v0.121.0","sha":"5ad4eff006e6aec49b9a9471bf90838aae4187a6","kind":"commit","published_at":"2022-03-28T21:25:18.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.121.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.121.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.121.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.121.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.121.0/manifests"},{"name":"v0.120.0","sha":"c9ab0a7e1ea09000fc6210c8326b0525b70ece12","kind":"commit","published_at":"2022-03-28T14:52:24.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.120.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.120.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.120.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.120.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.120.0/manifests"},{"name":"v0.119.0","sha":"0213a2755a40ae0735c3b6baf26337b2ee142eaa","kind":"commit","published_at":"2022-03-01T19:11:13.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.119.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.119.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.119.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.119.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.119.0/manifests"},{"name":"v0.118.0","sha":"60e83da2d6dfe9cb371de7a8360706efe3b46b17","kind":"commit","published_at":"2022-02-12T01:12:27.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.118.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.118.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.118.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.118.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.118.0/manifests"},{"name":"v0.117.0","sha":"f9e3f837e328880bfcab5b6d191449a62b76c8b2","kind":"commit","published_at":"2022-01-19T22:02:46.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.117.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.117.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.117.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.117.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.117.0/manifests"},{"name":"v0.116.0","sha":"ae7b49680d8769d1d6b8affbce627be6c2f783f0","kind":"commit","published_at":"2021-11-17T19:47:28.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.116.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.116.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.116.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.116.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.116.0/manifests"},{"name":"v0.115.0","sha":"7bab0305b49bb9d91c3a2813f6f91f54e5878d8e","kind":"commit","published_at":"2021-11-15T23:24:40.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.115.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.115.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.115.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.115.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.115.0/manifests"},{"name":"v0.114.0","sha":"a7fcaa0b09f3cd40b463405eb765cb508ecec130","kind":"commit","published_at":"2021-11-11T18:01:22.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.114.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.114.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.114.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.114.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.114.0/manifests"},{"name":"v0.113.0","sha":"a00d8d5152658217811015210907c02b4fbc7d80","kind":"commit","published_at":"2021-10-28T21:39:45.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.113.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.113.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.113.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.113.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.113.0/manifests"},{"name":"v0.108.0","sha":"7a9bd0b8b5af41437616d0dc3bf5fd42db734339","kind":"commit","published_at":"2021-10-11T14:16:45.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.108.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.108.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.108.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.108.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.108.0/manifests"},{"name":"v0.112.0","sha":"7a9bd0b8b5af41437616d0dc3bf5fd42db734339","kind":"commit","published_at":"2021-10-11T14:16:45.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.112.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.112.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.112.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.112.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.112.0/manifests"},{"name":"v0.111.0","sha":"370647f69cfb92696d000239adb448c7a53a894b","kind":"commit","published_at":"2021-08-10T17:35:57.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.111.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.111.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.111.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.111.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.111.0/manifests"},{"name":"v0.110.0","sha":"a05f7f140feb827eed0f57b976109b61131db5af","kind":"commit","published_at":"2021-08-10T17:29:02.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.110.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.110.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.110.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.110.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.110.0/manifests"},{"name":"v0.0.17","sha":"e7223678959a07d025da2a743def234d2263e973","kind":"commit","published_at":"2021-08-10T15:21:15.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.0.17","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"e7223678959a07d025da2a743def234d2263e973","kind":"commit","published_at":"2021-08-10T15:21:15.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.0.16","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"e7223678959a07d025da2a743def234d2263e973","kind":"commit","published_at":"2021-08-10T15:21:15.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.0.15","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"e7223678959a07d025da2a743def234d2263e973","kind":"commit","published_at":"2021-08-10T15:21:15.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.0.14","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.14/manifests"},{"name":"f","sha":"e7223678959a07d025da2a743def234d2263e973","kind":"commit","published_at":"2021-08-10T15:21:15.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/f","html_url":"https://github.com/stripe/stripe-mock/releases/tag/f","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@f","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/f","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/f/manifests"},{"name":"v0.0.13","sha":"2edb3e619cf9cb485b116d34fa5b8b7ad8589b37","kind":"commit","published_at":"2021-08-10T15:00:48.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.0.13","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.13/manifests"},{"name":"v0.0.12","sha":"ccaa7a31cc4aed711eb4c64362b67ef40899a097","kind":"commit","published_at":"2021-08-10T14:45:46.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.0.12","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.12/manifests"},{"name":"v0.0.11","sha":"dd2ba85cdc387b7701b8ab16a92757ead4dfa167","kind":"commit","published_at":"2021-08-10T14:44:20.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.0.11","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"fbbd019db23bf86f214875eec2700b2e15fe7423","kind":"commit","published_at":"2021-08-10T12:27:06.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.0.10","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"bcb8a01a7b9fe8465f3df5bb6f484ab6caa70a48","kind":"commit","published_at":"2021-08-10T12:23:48.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.0.9","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"42b41d5e67cf35821c494eb0108cdb46055d889f","kind":"commit","published_at":"2021-08-10T11:49:04.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.0.8","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"528f46fcdf647c00452b8b1c242659d1073b31a2","kind":"commit","published_at":"2021-07-17T01:29:17.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.0.7","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"b4660c4d43ebb99f9023d2201a496170248229da","kind":"commit","published_at":"2021-07-17T00:49:10.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.0.6","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"ea1385335e3001d1cba9259723e349d4e45022ee","kind":"commit","published_at":"2021-07-17T00:46:30.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.0.5","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.5/manifests"},{"name":"v0.0.1","sha":"e695eefbc77fca5003078f7eb3037d4a7c0e567a","kind":"commit","published_at":"2021-07-08T18:58:54.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.0.1","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.1/manifests"},{"name":"v0.0.2","sha":"e695eefbc77fca5003078f7eb3037d4a7c0e567a","kind":"commit","published_at":"2021-07-08T18:58:54.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.0.2","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.2/manifests"},{"name":"v0.109.0","sha":"e695eefbc77fca5003078f7eb3037d4a7c0e567a","kind":"commit","published_at":"2021-07-08T18:58:54.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.109.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.109.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.109.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.109.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.109.0/manifests"},{"name":"v0.107.0","sha":"41e140f8df82540b534e7ad52f6ffbb99126872f","kind":"commit","published_at":"2021-06-10T15:30:28.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.107.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.107.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.107.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.107.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.107.0/manifests"},{"name":"v0.106.0","sha":"368854f983a949c99e677927dded9383ef6c980b","kind":"commit","published_at":"2021-06-03T17:54:04.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.106.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.106.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.106.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.106.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.106.0/manifests"},{"name":"v0.105.0","sha":"7bf5f2c80b9077d3374720470d93ec04acca7316","kind":"commit","published_at":"2021-05-18T23:43:06.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.105.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.105.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.105.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.105.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.105.0/manifests"},{"name":"v0.104.0","sha":"e8693bc27944ac8b396786a33e47d240ef70d61e","kind":"commit","published_at":"2021-05-13T22:44:24.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.104.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.104.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.104.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.104.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.104.0/manifests"},{"name":"v0.103.0","sha":"959dce6277c4b98ac579e04c5257c31b3df5d842","kind":"commit","published_at":"2021-02-19T19:48:38.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.103.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.103.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.103.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.103.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.103.0/manifests"},{"name":"v0.0.4","sha":"60b6226ae5ee22ff24633ae4ce31afa69b757f81","kind":"commit","published_at":"2021-01-11T16:36:46.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.0.4","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.4/manifests"},{"name":"v0.102.0","sha":"60b6226ae5ee22ff24633ae4ce31afa69b757f81","kind":"commit","published_at":"2021-01-11T16:36:46.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.102.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.102.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.102.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.102.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.102.0/manifests"},{"name":"v0.101.0","sha":"5e16f241dda2adaed18b63a56abe1b6eb1ff4b31","kind":"commit","published_at":"2020-10-14T02:01:50.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.101.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.101.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.101.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.101.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.101.0/manifests"},{"name":"v0.100.0","sha":"dc9c5496a1c8d22b2c672d3a598424904b1537a6","kind":"commit","published_at":"2020-10-14T00:45:36.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.100.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.100.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.100.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.100.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.100.0/manifests"},{"name":"v0.99.0","sha":"144c3bbf66ec2b84cae1f18d1aef7c53ed5192f0","kind":"commit","published_at":"2020-09-30T04:38:14.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.99.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.99.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.99.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.99.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.99.0/manifests"},{"name":"v0.98.0","sha":"6306ec5add181da71c16fee2db295f095a413a2f","kind":"commit","published_at":"2020-09-02T16:39:13.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.98.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.98.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.98.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.98.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.98.0/manifests"},{"name":"v0.97.0","sha":"cc0faf2c0b1c940054a8bc6da5887a2f7da09ac9","kind":"commit","published_at":"2020-08-28T19:23:30.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.97.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.97.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.97.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.97.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.97.0/manifests"},{"name":"v0.96.0","sha":"758af3d64174c2d94eec7a4bfe5b60bc83c4a030","kind":"commit","published_at":"2020-08-28T00:12:39.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.96.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.96.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.96.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.96.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.96.0/manifests"},{"name":"v0.95.0","sha":"8eed169f4ec82e742866649a244147211f9261bf","kind":"commit","published_at":"2020-08-05T01:28:04.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.95.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.95.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.95.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.95.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.95.0/manifests"},{"name":"v0.94.0","sha":"cf29baa8a8b03ec48990335cf92fdc5d8d1cc3ce","kind":"commit","published_at":"2020-07-28T23:05:03.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.94.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.94.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.94.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.94.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.94.0/manifests"},{"name":"v0.93.0","sha":"f96dd80fff4bd335ee81e99903b394710a089812","kind":"commit","published_at":"2020-06-18T20:02:59.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.93.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.93.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.93.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.93.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.93.0/manifests"},{"name":"v0.92.0","sha":"8b91280837f30a9bb13115f830ca1638c3ed7fc7","kind":"commit","published_at":"2020-06-11T16:57:13.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.92.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.92.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.92.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.92.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.92.0/manifests"},{"name":"v0.91.0","sha":"0871e8e3bb978ca750eab144dcce7af0d37569ab","kind":"commit","published_at":"2020-05-29T16:15:28.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.91.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.91.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.91.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.91.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.91.0/manifests"},{"name":"v0.90.0","sha":"844d51971b1bd4c239d06d399a58dc504d26fdc6","kind":"commit","published_at":"2020-05-11T22:07:19.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.90.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.90.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.90.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.90.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.90.0/manifests"},{"name":"v0.89.0","sha":"001941c4b5cb78c0e56de7ca7938b8d42475a277","kind":"commit","published_at":"2020-04-29T05:32:13.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.89.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.89.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.89.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.89.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.89.0/manifests"},{"name":"v0.88.0","sha":"d5dbe8464eafa49795dd712a1656952a2bd4d9f8","kind":"commit","published_at":"2020-04-22T00:08:27.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.88.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.88.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.88.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.88.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.88.0/manifests"},{"name":"v0.87.0","sha":"d02e15869413ac2f5f4132ce0c06405e43b38921","kind":"commit","published_at":"2020-04-14T22:10:49.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.87.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.87.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.87.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.87.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.87.0/manifests"},{"name":"v0.86.0","sha":"e5b17baef13cddef9339f9372bde0f847b777bbb","kind":"commit","published_at":"2020-03-27T00:10:01.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.86.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.86.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.86.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.86.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.86.0/manifests"},{"name":"v0.85.0","sha":"c9bd735b849e99bd301ca2490f60fd67a34b1585","kind":"commit","published_at":"2020-03-26T04:58:00.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.85.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.85.0/manifests"},{"name":"v0.84.0","sha":"069427afc0892329eb57f08c330c8f82a48ae067","kind":"commit","published_at":"2020-03-06T01:11:42.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.84.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.84.0/manifests"},{"name":"v0.83.0","sha":"0c89d325c109a000d438812d3e300bdbe16980da","kind":"commit","published_at":"2020-03-03T16:59:30.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.83.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.83.0/manifests"},{"name":"v0.82.0","sha":"9d371ea113f820bc5ed386b2735e9eabb6a0b0a1","kind":"commit","published_at":"2020-02-24T22:00:59.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.82.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.82.0/manifests"},{"name":"v0.81.0","sha":"0b451f5364c995e882a8b508e48651a4b7460293","kind":"commit","published_at":"2020-02-06T00:32:16.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.81.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.81.0/manifests"},{"name":"v0.80.0","sha":"0b451f5364c995e882a8b508e48651a4b7460293","kind":"commit","published_at":"2020-02-06T00:32:16.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.80.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.80.0/manifests"},{"name":"v0.79.0","sha":"166e80ad5fb08aed8931c08501958b0fe61cb6da","kind":"commit","published_at":"2020-01-13T22:55:03.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.79.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.79.0/manifests"},{"name":"v0.78.0","sha":"b48476084052971308f265ea564b71fc22d51980","kind":"commit","published_at":"2019-12-03T22:37:43.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.78.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.78.0/manifests"},{"name":"v0.77.0","sha":"b3ee03f4d3cd0fe4631140a68918d2dc454d9bd8","kind":"commit","published_at":"2019-12-02T20:56:54.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.77.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.77.0/manifests"},{"name":"v0.76.0","sha":"08572c6c0ba9b99355c3c06225443b8d17ce556e","kind":"commit","published_at":"2019-11-26T17:21:25.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.76.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.76.0/manifests"},{"name":"v0.75.0","sha":"67c24580f472ed586ff5afed8710539d0a3870b7","kind":"commit","published_at":"2019-11-11T19:02:47.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.75.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.75.0/manifests"},{"name":"v0.74.0","sha":"66b27c66af18d5c4f8e92e824ce35926aeb32945","kind":"commit","published_at":"2019-11-07T23:46:39.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.74.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.74.0/manifests"},{"name":"v0.73.3","sha":"a37e99f7fcaf74a16c479bb8caa01886e83af3b6","kind":"commit","published_at":"2019-11-07T07:31:57.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.73.3","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.73.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.73.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.73.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.73.3/manifests"},{"name":"v0.73.2","sha":"e0d97a8dc957e2f3601875666d4c357e224d3974","kind":"commit","published_at":"2019-11-07T07:09:32.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.73.2","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.73.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.73.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.73.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.73.2/manifests"},{"name":"v0.73.1","sha":"ce9feaaad9af34cf434fffc082946435ae670ff1","kind":"commit","published_at":"2019-11-07T06:45:48.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.73.1","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.73.1/manifests"},{"name":"v0.73.0","sha":"b0f1d2d8d5ce73342966494bb574d130798e88a8","kind":"commit","published_at":"2019-11-06T23:30:19.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.73.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.73.0/manifests"},{"name":"v0.72.0","sha":"677e2af8204eb116805730a1d4f5736cfd92de62","kind":"commit","published_at":"2019-11-06T03:02:28.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.72.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.72.0/manifests"},{"name":"v0.71.0","sha":"37f177ac3e6e999aaac62a4ae8d81be5c565e611","kind":"commit","published_at":"2019-11-05T21:06:37.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.71.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.71.0/manifests"},{"name":"v0.70.0","sha":"41a1d47a3ee29223f335de63ce863344c07cc438","kind":"commit","published_at":"2019-10-19T00:03:35.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.70.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.70.0/manifests"},{"name":"v0.69.0","sha":"7da079676fe07fa3f2668c80033822ce82b5a18f","kind":"commit","published_at":"2019-10-18T18:46:23.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.69.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.69.0/manifests"},{"name":"v0.68.0","sha":"26c764e02fe8b138bfef47ebea52b284adb95b91","kind":"commit","published_at":"2019-10-08T20:21:52.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.68.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.68.0/manifests"},{"name":"v0.67.0","sha":"32328dac2452b23432ddeea49b59f6ebce75f1d3","kind":"commit","published_at":"2019-09-10T17:12:43.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.67.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.67.0/manifests"},{"name":"v0.66.0","sha":"57739014fd492eaf9c9da25d7e36ec3394317d7c","kind":"commit","published_at":"2019-09-06T00:01:43.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.66.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.66.0/manifests"},{"name":"v0.65.0","sha":"5e293e9bb16420b426b41c2163141c667966ab30","kind":"commit","published_at":"2019-08-22T22:44:52.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.65.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.65.0/manifests"},{"name":"v0.64.0","sha":"db38a51166d7c329235261851e4b99d19c0ebae6","kind":"commit","published_at":"2019-08-14T20:47:16.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.64.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.64.0/manifests"},{"name":"v0.63.0","sha":"03b8ba1e2f84cd686ce9c8f8cabf64f73201aeef","kind":"commit","published_at":"2019-07-30T15:04:07.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.63.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.63.0/manifests"},{"name":"v0.62.0","sha":"f9992927c0ae8f51ea02040057387b29d3602250","kind":"commit","published_at":"2019-07-22T23:19:53.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.62.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.62.0/manifests"},{"name":"v0.61.0","sha":"dd1e8e6cdf85c47b291a6964e537add1e77674d7","kind":"commit","published_at":"2019-07-22T17:50:55.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.61.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.61.0/manifests"},{"name":"v0.60.0","sha":"659d35f965c3349b98157d2c2aacad7a91e2f53b","kind":"commit","published_at":"2019-06-27T17:38:37.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.60.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.60.0/manifests"},{"name":"v0.59.0","sha":"a81af1fc175a324c4a9591e2a837dda9a38eb128","kind":"commit","published_at":"2019-06-25T16:48:49.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.59.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.59.0/manifests"},{"name":"v0.58.0","sha":"baf9c5eec26d8ce03e2fb3caca3dd84d9d230dd0","kind":"commit","published_at":"2019-05-31T21:57:21.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.58.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.58.0/manifests"},{"name":"v0.57.0","sha":"4a2ff90f21104d72f620e191d07b1330ec5dc901","kind":"commit","published_at":"2019-05-23T22:52:47.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.57.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"abacf5f38638aa6582d514f8b27164725a3781b9","kind":"commit","published_at":"2019-05-14T18:30:31.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.56.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.56.0/manifests"},{"name":"v0.55.0","sha":"699814c5288642caf1249fc14e60cfeb27bcab29","kind":"commit","published_at":"2019-05-03T03:29:42.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.55.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.55.0/manifests"},{"name":"v0.54.0","sha":"d0d495d33bd70f0e3efe5a6d92ee42bfa23a874c","kind":"commit","published_at":"2019-04-19T14:39:54.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.54.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.54.0/manifests"},{"name":"v0.53.1","sha":"410227070ac719f71d306fa39f54a084c82332a4","kind":"commit","published_at":"2019-04-18T18:12:08.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.53.1","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"8bf9c7b6151a4ff520660efe9de733b49f346755","kind":"commit","published_at":"2019-04-16T20:46:10.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.53.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.53.0/manifests"},{"name":"v0.52.0","sha":"0f3eb89fbb5864c319f4a7b3d1b77f512dbda745","kind":"commit","published_at":"2019-04-02T21:33:11.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.52.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.52.0/manifests"},{"name":"v0.51.0","sha":"71eaebefc24328dc9e7922e0be015d139119dc65","kind":"commit","published_at":"2019-03-30T02:50:47.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.51.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.51.0/manifests"},{"name":"v0.50.0","sha":"96f177101464e60326f870a96c758be2e8b85027","kind":"commit","published_at":"2019-03-25T20:20:55.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.50.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.50.0/manifests"},{"name":"v0.49.0","sha":"4843ff54d1f251c38931e8f4ddeaaf17b4aa9650","kind":"commit","published_at":"2019-03-18T23:13:50.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.49.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.49.0/manifests"},{"name":"v0.48.0","sha":"d2e42563d47179347174f073ed9e230a815a5385","kind":"commit","published_at":"2019-03-15T20:20:28.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.48.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.48.0/manifests"},{"name":"v0.47.0","sha":"b071cda668342dcd99b1639e9cf8665b5bc65823","kind":"commit","published_at":"2019-02-28T16:48:53.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.47.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"04895203a14e717f6025987589148b0964342287","kind":"commit","published_at":"2019-02-20T01:04:06.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.46.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"b6cd99052807dce69418334c0ddf5195d72ec6ec","kind":"commit","published_at":"2019-02-18T18:51:27.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.45.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"f0f4db66314365ed8abd089fce6d9e015943c9ce","kind":"commit","published_at":"2019-02-12T02:19:48.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.44.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.44.0/manifests"},{"name":"v0.43.2","sha":"f17d975f36972d55420b01e6353f491bcc6b1002","kind":"commit","published_at":"2019-01-30T11:16:19.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.43.2","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.43.2/manifests"},{"name":"v0.43.1","sha":"8b390d7afb9a0323ac0378ad88e318f86bdd160b","kind":"commit","published_at":"2019-01-29T01:31:35.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.43.1","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.43.1/manifests"},{"name":"v0.43.0","sha":"306d435be29bd72ad1c0a218909dfbfabb59ab72","kind":"commit","published_at":"2019-01-25T20:31:06.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.43.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.43.0/manifests"},{"name":"v0.42.0","sha":"d9b34b73380dd69c770b754af8f1ec6359b08dc2","kind":"commit","published_at":"2019-01-23T21:03:31.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.42.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"d0aec034a807ce314ff0fced8b252233cff535f1","kind":"commit","published_at":"2019-01-16T19:03:08.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.41.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.41.0/manifests"},{"name":"v0.40.1","sha":"42faa42373ae3656d688d477f319846998ba2b00","kind":"commit","published_at":"2019-01-09T23:30:49.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.40.1","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.40.1/manifests"},{"name":"v0.40.0","sha":"814c79fb84aca48e9dce2704ca8bc003857352ef","kind":"commit","published_at":"2018-12-21T06:42:34.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.40.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.40.0/manifests"},{"name":"v0.39.1","sha":"9e8b9a6477c448e622d255b9732dedf8543a04a1","kind":"commit","published_at":"2018-12-18T18:36:01.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.39.1","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.39.1/manifests"},{"name":"v0.39.0","sha":"ef8fb26a11bed818bc90b2c5c6ea394d8b429472","kind":"commit","published_at":"2018-12-07T23:51:59.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.39.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"7a3128003772a766582fe66c729383dbbcf9c968","kind":"commit","published_at":"2018-11-28T14:07:37.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.38.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.38.0/manifests"},{"name":"v0.37.0","sha":"49f41aa62427905e29c33ae65620bbc6e83faaa0","kind":"commit","published_at":"2018-11-12T09:19:40.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.37.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"25388ec04b1bf7bb5e80772f9517ab41ab1d19e0","kind":"commit","published_at":"2018-11-08T18:25:41.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.36.1","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"3739c700a71467c846acde748f5f8fed37751c7c","kind":"commit","published_at":"2018-11-08T16:08:11.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.36.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"289a045b6b0f9b0ed930fe6f32e2be2ebebb4987","kind":"commit","published_at":"2018-10-26T08:46:55.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.35.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.35.0/manifests"},{"name":"v0.34.1","sha":"9bde6b56390bc0cb41567d0fc44a076f70892d71","kind":"commit","published_at":"2018-10-19T21:46:17.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.34.1","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.34.1/manifests"},{"name":"v0.34.0","sha":"475b4d2e67f86656c7eec88da20372fc94c29b5a","kind":"commit","published_at":"2018-10-19T12:23:20.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.34.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.34.0/manifests"},{"name":"v0.33.0","sha":"648a5880b0526ff0616f1854157015de06559866","kind":"commit","published_at":"2018-09-24T20:29:40.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.33.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"0010ea82d157421bf5bd48dbd201533889ac7f27","kind":"commit","published_at":"2018-09-21T21:40:09.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.32.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"17b7132a205e806de3ed73b98b186634de281cac","kind":"commit","published_at":"2018-09-14T22:42:52.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.31.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"7f734819fe30f06a727ecb7754c0a86b079e740a","kind":"commit","published_at":"2018-08-31T22:48:30.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.30.2","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"d1c0355c2f8cec9e9205404d69a2da65e8f4f888","kind":"commit","published_at":"2018-08-31T22:37:41.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.30.1","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"f92b44d1bf22d0b1d17c74d76a2007340245a002","kind":"commit","published_at":"2018-08-30T16:59:07.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.30.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"d7f19627d8206d7dcf46dc207909822766469fe6","kind":"commit","published_at":"2018-08-27T22:00:40.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.29.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.29.0/manifests"},{"name":"v0.28.0","sha":"3515306b57954e7ed161df63f0eb9ee440df9986","kind":"commit","published_at":"2018-08-24T17:22:41.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.28.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"5a5209931bd2ec01bafe900b1f84b967a81eb436","kind":"commit","published_at":"2018-08-23T22:21:03.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.27.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"e67c9a5b2424c10e54a6098f954bb2d823ced3bd","kind":"commit","published_at":"2018-08-20T19:42:54.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.26.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.26.0/manifests"},{"name":"v0.25.2","sha":"bc95f11e5b0048a31a13486092c78e15690ad0d3","kind":"commit","published_at":"2018-08-07T21:17:31.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.25.2","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.25.2/manifests"},{"name":"v0.25.1","sha":"4960268d14ec49707101ce5cbfa0f4ecde518f60","kind":"commit","published_at":"2018-08-07T20:45:47.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.25.1","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"ec6807074fe2cfad16f3c794b532c5a711525952","kind":"commit","published_at":"2018-08-02T18:44:41.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.25.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"a38b9daac8b8b992bb740cbc2ccce6916c698cae","kind":"commit","published_at":"2018-07-30T21:31:27.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.24.1","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"443c3b6d719efa4b3f5aac2d92a34e7e04e7824c","kind":"commit","published_at":"2018-07-30T15:04:20.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.24.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"cc86b1b09609baadae8cf2ccd4ed9a1e74c8c08c","kind":"commit","published_at":"2018-07-26T17:49:43.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.23.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"78f379ee85928411a442fcc3a706c76948248fca","kind":"commit","published_at":"2018-07-25T18:19:05.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.22.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.22.0/manifests"},{"name":"v0.21.1","sha":"29dbdac328c4d74d9cd9c5473038946a1d26fa45","kind":"commit","published_at":"2018-07-19T14:29:04.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.21.1","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.21.1/manifests"},{"name":"v0.21.0","sha":"858c61cf88cda32fd1301b10d2f1b60ef901ca30","kind":"commit","published_at":"2018-07-19T14:10:10.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.21.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.21.0/manifests"},{"name":"v0.20.1","sha":"36158455ffc22f5aa03f83e9b48c1298f74f170a","kind":"commit","published_at":"2018-07-18T20:42:17.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.20.1","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"60751baa1bdb963a0f6e1183c1caa33e15466567","kind":"commit","published_at":"2018-07-18T13:46:53.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.20.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"a58f08c5945929631c6425b81d9a724840cce164","kind":"commit","published_at":"2018-07-07T00:54:04.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.19.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"f847c749c8143b4155117ab5132b2efce456eb87","kind":"commit","published_at":"2018-06-09T00:18:10.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.18.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"ccfce7ec55634e734af5681f998e6156d508797d","kind":"commit","published_at":"2018-05-31T16:27:33.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.17.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.17.0/manifests"},{"name":"v0.16.2","sha":"56c5482700c805590846a4bb87750dd618211115","kind":"commit","published_at":"2018-05-30T00:00:35.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.16.2","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.16.2/manifests"},{"name":"v0.16.1","sha":"720cbec67e13d0f6657380d329e73120e9eaa134","kind":"commit","published_at":"2018-05-10T20:11:47.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.16.1","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.16.1/manifests"},{"name":"v0.16.0","sha":"ba29b2b949ebfd5bb4093c8453cb1c4182d7246e","kind":"commit","published_at":"2018-05-09T16:04:28.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.16.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"0fa0c6567ccdc9c89e5a672712f5ba4bfcc9188b","kind":"commit","published_at":"2018-05-04T18:28:12.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.15.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"3c0009a7c10d286622947f69710ad1c910bf7a4a","kind":"commit","published_at":"2018-04-26T22:24:15.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.14.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"c2f3c0e42af60c3e5535b1cb509b1d424fd0a162","kind":"commit","published_at":"2018-04-16T21:21:16.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.13.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"df0bd98278e82f914752553dec2fe93617798bf4","kind":"commit","published_at":"2018-04-10T19:50:59.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.12.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.12.0/manifests"},{"name":"v0.11.2","sha":"d58d54d4634e74bd38cd550231683ff77ceb3ba5","kind":"commit","published_at":"2018-04-05T14:11:36.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.11.2","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"2dd16c0320cb019d01e86f9fd7b76ea82fa099e7","kind":"commit","published_at":"2018-04-04T23:03:08.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.11.1","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"1688e95eaf563daa1f502dbd9dd1e49ead4ff05d","kind":"commit","published_at":"2018-03-30T22:05:25.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.11.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"38321073fc6c8ef4ae0011c04e3810d187c6fa1d","kind":"commit","published_at":"2018-03-30T20:49:36.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.10.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"03db1d0ca389db95518cf36e3757f94029009bb1","kind":"commit","published_at":"2018-03-07T17:45:12.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.9.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"0fdc125eac4665f0eb2528d57dd69a2dd726a72a","kind":"commit","published_at":"2018-02-15T18:45:50.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.8.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"7d9ee1cafca7594a25466b6881b85fbdec4818cf","kind":"commit","published_at":"2018-02-05T20:59:56.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.7.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"8074314851abecf7f29e3f90b8847ee5b63b95c2","kind":"commit","published_at":"2018-01-25T22:59:19.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.6.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"9d064dead0ab3c6fb347c7bf75fbaec61f72d445","kind":"commit","published_at":"2017-12-07T18:56:07.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.5.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"98a9cc47cc8252f1157c84e1eab28fac3301332c","kind":"commit","published_at":"2017-10-31T15:53:54.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.4.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"0b1d01b291668a957e1cb844809628045ef1f9f6","kind":"commit","published_at":"2017-10-12T17:29:13.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.3.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"30a764ed0a6750cffc342cdcf15ddc0346342b81","kind":"commit","published_at":"2017-10-03T17:22:07.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.2.1","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"08fe8268a8281f16584789c5379c52af988d3acf","kind":"commit","published_at":"2017-09-22T18:45:13.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.2.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.2.0/manifests"},{"name":"v0.1.23","sha":"d654230cefc021006d7461843011814d9433e7be","kind":"commit","published_at":"2017-09-12T17:08:58.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.23","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.23/manifests"},{"name":"v0.1.22","sha":"2be9db699627e2a37c391bca04f7d55bdc524ba2","kind":"commit","published_at":"2017-09-01T17:54:00.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.22","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.22/manifests"},{"name":"v0.1.21","sha":"19060b65e6ef0ac99292b25b68a136cbc63bd48f","kind":"commit","published_at":"2017-08-24T21:18:35.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.21","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.21/manifests"},{"name":"v0.1.20","sha":"99133db234dd667c640b140d09db959ebd9b51bd","kind":"commit","published_at":"2017-08-24T18:44:49.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.20","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.20/manifests"},{"name":"v0.1.19","sha":"127db472a4b0804b7b145070b45e9680db3a1b99","kind":"commit","published_at":"2017-08-24T18:39:26.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.19","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.19/manifests"},{"name":"v0.1.18","sha":"84fd20d45c112860711447ba1907a7d72f337c9d","kind":"commit","published_at":"2017-08-24T17:48:56.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.18","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.18/manifests"},{"name":"v0.1.17","sha":"82670b0dde25f572f2e039662c56720d2eb64c73","kind":"commit","published_at":"2017-08-15T23:33:55.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.17","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.17/manifests"},{"name":"v0.1.16","sha":"753aa0674e431cddcd77b851f1c247aa330a3a99","kind":"commit","published_at":"2017-08-15T16:47:00.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.16","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.16/manifests"},{"name":"v0.1.15","sha":"02f524838efa366ad280b296315d1eefe3635677","kind":"commit","published_at":"2017-08-15T00:46:38.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.15","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.15/manifests"},{"name":"v0.1.14","sha":"04d2393852507a336aea569b0e054990c935ef82","kind":"commit","published_at":"2017-08-03T23:53:23.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.14","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.14/manifests"},{"name":"v0.1.13","sha":"a8a4d4df23964e016b9383deef952fd8edd81152","kind":"commit","published_at":"2017-07-27T21:14:19.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.13","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.13/manifests"},{"name":"v0.1.12","sha":"f7716ddf77a150dc960dd3a9d71e738d51cdaa10","kind":"commit","published_at":"2017-07-27T00:04:21.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.12","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"1c725bc79e3dac2401722c949800f3f680cda935","kind":"commit","published_at":"2017-07-26T22:29:20.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.11","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"0c2387f8cfcbc01d9228444056c2ae651d713910","kind":"commit","published_at":"2017-07-26T19:41:30.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.10","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"a5d7e580248fed9a6aaf07b31e2c99ad57389aec","kind":"commit","published_at":"2017-07-24T22:06:51.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.9","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"983563fc3cddc7e5ff0a9a204fd0800960ff2160","kind":"commit","published_at":"2017-07-21T22:30:07.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.8","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"7b84450c251d477a5b0395eeafb1e9c69c58d922","kind":"commit","published_at":"2017-07-21T18:53:04.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.7","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"23da6b3ae889146d0a05eb8cc1e3136ed84e5a5a","kind":"commit","published_at":"2017-07-21T18:49:08.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.6","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"ef4fa1aa1157fafc965e7161483d469dd723f9ec","kind":"commit","published_at":"2017-07-21T18:35:49.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.5","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"f36de1d852ba51eef39a8a6a056ab72030696720","kind":"commit","published_at":"2017-06-27T17:15:51.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.4","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"d3b8774b32d56ea41cd225bea529fd88a9a74e89","kind":"commit","published_at":"2017-06-23T23:39:18.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.3","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"081e686ee7a000e85498b9eb4dbe7abc5098a0c9","kind":"commit","published_at":"2017-06-23T21:14:28.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.2","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c042e80686383a95addf191fde74c2249105bd66","kind":"tag","published_at":"2017-06-21T23:49:27.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.1","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"aaf82395a120d162d8cf48440e60f62b3d741e9d","kind":"tag","published_at":"2017-06-21T23:47:33.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2025-10-24T18:59:03.985Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":2,"rankings":{"downloads":null,"dependent_repos_count":3.5777468521925244,"dependent_packages_count":8.452778221382484,"stargazers_count":1.9209381847154903,"forks_count":2.657629805457805,"docker_downloads_count":1.8480341628626125,"average":3.691425445322183},"purl":"pkg:golang/github.com/stripe/stripe-mock","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/stripe/stripe-mock","docker_dependents_count":1,"docker_downloads_count":22,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/stripe/stripe-mock","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/stripe/stripe-mock/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-23T00:03:03.721Z","issues_count":71,"pull_requests_count":1564,"avg_time_to_close_issue":39407730.28125,"avg_time_to_close_pull_request":64445.00138026225,"issues_closed_count":64,"pull_requests_closed_count":1449,"pull_request_authors_count":25,"issue_authors_count":63,"avg_comments_per_issue":2.3380281690140845,"avg_comments_per_pull_request":0.034526854219948847,"merged_pull_requests_count":1434,"bot_issues_count":7,"bot_pull_requests_count":1500,"past_year_issues_count":14,"past_year_pull_requests_count":821,"past_year_avg_time_to_close_issue":190247.45454545456,"past_year_avg_time_to_close_pull_request":12881.372764786795,"past_year_issues_closed_count":11,"past_year_pull_requests_closed_count":727,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":9,"past_year_avg_comments_per_issue":0.5714285714285714,"past_year_avg_comments_per_pull_request":0.0036540803897685747,"past_year_bot_issues_count":6,"past_year_bot_pull_requests_count":817,"past_year_merged_pull_requests_count":723,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fstripe%2Fstripe-mock/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fstripe%2Fstripe-mock/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fstripe%2Fstripe-mock/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fstripe%2Fstripe-mock/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fstripe%2Fstripe-mock/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fstripe%2Fstripe-mock/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2131883,"maintainers_count":0,"namespaces_count":782439,"keywords_count":112823,"github":"golang","metadata":{"funded_packages_count":53495},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-04-19T05:14:45.920Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":9900521,"name":"stripe-mock","ecosystem":"homebrew","description":"Mock HTTP server that responds like the real Stripe API","homepage":"https://github.com/stripe/stripe-mock","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/stripe/stripe-mock","keywords_array":[],"namespace":null,"versions_count":13,"first_release_published_at":"2024-05-07T18:04:36.551Z","latest_release_published_at":"2026-05-02T12:17:05.596Z","latest_release_number":"0.198.0","last_synced_at":"2026-05-04T03:06:21.190Z","created_at":"2024-05-07T18:04:35.723Z","updated_at":"2026-05-04T03:06:21.190Z","registry_url":"https://formulae.brew.sh/formula/stripe-mock","install_command":"brew install stripe-mock","documentation_url":null,"metadata":{},"repo_metadata":{"id":38709507,"uuid":"94937631","full_name":"stripe/stripe-mock","owner":"stripe","description":"stripe-mock is a mock HTTP server that responds like the real Stripe API. It can be used instead of Stripe's testmode to make test suites integrating with Stripe faster and less brittle.","archived":false,"fork":false,"pushed_at":"2025-11-12T01:40:55.000Z","size":103918,"stargazers_count":1542,"open_issues_count":4,"forks_count":124,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-11-21T19:02:34.979Z","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/stripe.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}},"created_at":"2017-06-20T21:43:51.000Z","updated_at":"2025-11-21T16:41:50.000Z","dependencies_parsed_at":"2023-07-14T06:17:50.701Z","dependency_job_id":"8a763095-5234-4bb4-9061-0da84dfc3a75","html_url":"https://github.com/stripe/stripe-mock","commit_stats":{"total_commits":839,"total_committers":36,"mean_commits":"23.305555555555557","dds":0.4505363528009535,"last_synced_commit":"ce9aa1642b646a1b304383220bfee71501e0b358"},"previous_names":["brandur/stripelocal","brandur/stripe-mock","brandur/stripestub"],"tags_count":260,"template":false,"template_full_name":null,"purl":"pkg:github/stripe/stripe-mock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stripe","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/sbom","scorecard":{"id":251383,"data":{"date":"2025-08-04","repo":{"name":"github.com/stripe/stripe-mock","commit":"9e7e0d05b1a247b82b5003503788ca4a3c32ddc6"},"scorecard":{"version":"v5.2.1-28-gc1d103a9","commit":"c1d103a9bb9f635ec7260bf9aa0699466fa4be0e"},"score":6,"checks":[{"name":"Code-Review","score":-1,"reason":"Found no human activity in the last 30 changesets","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#maintained"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/tag.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#cii-best-practices"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#fuzzing"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/release.yml:7"],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#packaging"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/stripe/.github/SECURITY.md:1","Info: Found linked content: github.com/stripe/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/stripe/.github/SECURITY.md:1","Info: Found text in security policy: github.com/stripe/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#security-policy"}},{"name":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'master'","Info: 'force pushes' disabled on branch 'master'","Info: 'branch protection settings apply to administrators' is required to merge on branch 'master'","Warn: required approving review count is 1 on branch 'master'","Warn: codeowners review is not required on branch 'master'","Info: status check found to merge onto on branch 'master'","Info: PRs are required in order to make changes on branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#branch-protection"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v0.195.0 not signed: https://api.github.com/repos/stripe/stripe-mock/releases/219597198","Warn: release artifact v0.194.0 not signed: https://api.github.com/repos/stripe/stripe-mock/releases/214304981","Warn: release artifact v0.193.0 not signed: https://api.github.com/repos/stripe/stripe-mock/releases/204204219","Warn: release artifact v0.192.0 not signed: https://api.github.com/repos/stripe/stripe-mock/releases/181099153","Warn: release artifact v0.191.0 not signed: https://api.github.com/repos/stripe/stripe-mock/releases/180751443","Warn: release artifact v0.195.0 does not have provenance: https://api.github.com/repos/stripe/stripe-mock/releases/219597198","Warn: release artifact v0.194.0 does not have provenance: https://api.github.com/repos/stripe/stripe-mock/releases/214304981","Warn: release artifact v0.193.0 does not have provenance: https://api.github.com/repos/stripe/stripe-mock/releases/204204219","Warn: release artifact v0.192.0 does not have provenance: https://api.github.com/repos/stripe/stripe-mock/releases/181099153","Warn: release artifact v0.191.0 does not have provenance: https://api.github.com/repos/stripe/stripe-mock/releases/180751443"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#signed-releases"}},{"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:11: update your workflow using https://app.stepsecurity.io/secureworkflow/stripe/stripe-mock/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/stripe/stripe-mock/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/stripe/stripe-mock/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/stripe/stripe-mock/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/stripe/stripe-mock/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/stripe/stripe-mock/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/stripe/stripe-mock/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/stripe/stripe-mock/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tag.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/stripe/stripe-mock/tag.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tag.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/stripe/stripe-mock/tag.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tag.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/stripe/stripe-mock/tag.yml/master?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:3","Warn: containerImage not pinned by hash: Dockerfile:9: pin your Docker image by updating alpine:latest to alpine:latest@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1","Warn: containerImage not pinned by hash: goreleaser.dockerfile:3: pin your Docker image by updating alpine:latest to alpine:latest@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1","Warn: goCommand not pinned by hash: .github/workflows/ci.yml:21","Warn: goCommand not pinned by hash: .github/workflows/ci.yml:22","Warn: goCommand not pinned by hash: .github/workflows/ci.yml:23","Info:   0 out of   6 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   5 third-party GitHubAction dependencies pinned","Info:   0 out of   3 goCommand dependencies pinned","Info:   0 out of   3 containerImage dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#pinned-dependencies"}},{"name":"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#sast"}},{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-17T08:32:28.182Z","repository_id":38709507,"created_at":"2025-08-17T08:32:28.182Z","updated_at":"2025-08-17T08:32:28.182Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286079811,"owners_count":27282121,"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-25T02:00:05.816Z","response_time":54,"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":"stripe","name":"Stripe","uuid":"856813","kind":"organization","description":"","email":"support+github@stripe.com","website":"https://stripe.com","location":"San Francisco, CA","twitter":"StripeDev","company":null,"icon_url":"https://avatars.githubusercontent.com/u/856813?v=4","repositories_count":64,"last_synced_at":"2024-04-15T07:41:31.377Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/stripe","funding_links":[],"total_stars":33372,"followers":1401,"following":0,"created_at":"2022-11-02T16:26:40.453Z","updated_at":"2024-04-15T07:42:42.150Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stripe","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stripe/repositories"},"tags":[{"name":"v0.197.0","sha":"4374003d5cf6c8291a679930f02c957cf1dea19d","kind":"commit","published_at":"2025-10-01T19:33:23.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.197.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.197.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.197.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.197.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.197.0/manifests"},{"name":"v0.196.0","sha":"260b076f7d78c5a74a73efe80e6779ef13a2f874","kind":"commit","published_at":"2025-09-09T23:42:39.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.196.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.196.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.196.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.196.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.196.0/manifests"},{"name":"v0.195.0","sha":"c80c121293437dbe1f9c8d33f061475817faf05b","kind":"commit","published_at":"2025-05-16T21:17:41.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.195.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.195.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.195.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.195.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.195.0/manifests"},{"name":"v0.194.0","sha":"70729e4eca37326ff90b97463b7e9ac3b362ce5b","kind":"commit","published_at":"2025-04-01T22:49:57.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.194.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.194.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.194.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.194.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.194.0/manifests"},{"name":"v0.193.0","sha":"63541fd08992a1a321d54d81725e3a71dc000b34","kind":"commit","published_at":"2025-03-06T05:56:20.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.193.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.193.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.193.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.193.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.193.0/manifests"},{"name":"v0.192.0","sha":"ed226f061cfd605b4b276fc8c68c938f0adc8e5b","kind":"commit","published_at":"2024-10-21T21:05:46.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.192.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.192.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.192.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.192.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.192.0/manifests"},{"name":"v0.191.0","sha":"7d6f98f3d14cfb41baf878d797f17205ee52ee91","kind":"commit","published_at":"2024-10-17T23:39:34.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.191.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.191.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.191.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.191.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.191.0/manifests"},{"name":"v0.190.0","sha":"9144c82fb62c5ce45efa3e8de59d6b667fbe2196","kind":"commit","published_at":"2024-09-25T21:09:05.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.190.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.190.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.190.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.190.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.190.0/manifests"},{"name":"v0.189.0","sha":"9144c82fb62c5ce45efa3e8de59d6b667fbe2196","kind":"commit","published_at":"2024-09-25T21:09:05.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.189.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.189.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.189.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.189.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.189.0/manifests"},{"name":"v0.188.0","sha":"290ef4806ad1897c80218ab165dbb07deec1edcc","kind":"commit","published_at":"2024-08-12T20:04:40.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.188.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.188.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.188.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.188.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.188.0/manifests"},{"name":"v0.187.0","sha":"2dd01b5a990fed7200950da112de58eef493310a","kind":"commit","published_at":"2024-08-07T17:58:17.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.187.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.187.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.187.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.187.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.187.0/manifests"},{"name":"v0.186.0","sha":"151b55814a0af3f7c9eac7098a3143127d96dad1","kind":"commit","published_at":"2024-05-16T13:51:47.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.186.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.186.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.186.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.186.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.186.0/manifests"},{"name":"v0.185.0","sha":"4df75bff53976a2b1aa4f0b77229a2300ee1ce1c","kind":"commit","published_at":"2024-04-24T13:02:00.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.185.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.185.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.185.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.185.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.185.0/manifests"},{"name":"v0.184.0","sha":"dfbdd717cd03020057253f66392c4492dc2587af","kind":"commit","published_at":"2024-04-12T00:37:33.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.184.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.184.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.184.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.184.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.184.0/manifests"},{"name":"v0.183.0","sha":"5e7245eb96c0f964c2cf0cc38dedb76fa8dc3606","kind":"commit","published_at":"2024-03-14T15:04:57.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.183.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.183.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.183.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.183.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.183.0/manifests"},{"name":"v0.182.0","sha":"c5112b171dddf8fd73332eb274ea0cf6f6f311d2","kind":"commit","published_at":"2024-02-15T10:09:58.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.182.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.182.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.182.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.182.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.182.0/manifests"},{"name":"v0.181.0","sha":"6470b893b5bd48ae328c18a1aec91cb9040cf859","kind":"commit","published_at":"2024-01-25T19:56:00.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.181.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.181.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.181.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.181.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.181.0/manifests"},{"name":"v0.180.0","sha":"e6dd222e69b9a76fdf9f170dce6afde31253a989","kind":"commit","published_at":"2024-01-12T00:10:45.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.180.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.180.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.180.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.180.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.180.0/manifests"},{"name":"v0.179.0","sha":"3e069663f8dc0a2a999c393a151155760ac402d7","kind":"commit","published_at":"2023-12-21T22:21:34.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.179.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.179.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.179.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.179.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.179.0/manifests"},{"name":"v0.178.0","sha":"762befb49600d6802b5794349e166372cb9d9e6f","kind":"commit","published_at":"2023-11-16T16:47:52.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.178.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.178.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.178.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.178.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.178.0/manifests"},{"name":"v0.177.0","sha":"f82194bec289d7246a121173d27eaf405df1a308","kind":"commit","published_at":"2023-10-12T16:42:01.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.177.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.177.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.177.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.177.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.177.0/manifests"},{"name":"v0.176.0","sha":"352ef506366dd0272ea2860bb37840dace9288a4","kind":"commit","published_at":"2023-10-11T22:17:19.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.176.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.176.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.176.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.176.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.176.0/manifests"},{"name":"v0.175.0","sha":"2cb198bdcf7cc037df4823304b1fd68053762465","kind":"commit","published_at":"2023-09-15T00:20:41.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.175.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.175.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.175.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.175.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.175.0/manifests"},{"name":"v0.174.0","sha":"abeb4bc9e79c6a1703c4de33e519050196e6179f","kind":"commit","published_at":"2023-09-07T20:18:49.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.174.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.174.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.174.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.174.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.174.0/manifests"},{"name":"v0.173.0","sha":"66b42389e6dc20b6412e57a78560bff42646f253","kind":"commit","published_at":"2023-09-01T18:20:19.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.173.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.173.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.173.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.173.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.173.0/manifests"},{"name":"v0.172.0","sha":"ee98add4264f3cebebc09149cac799ae875decda","kind":"commit","published_at":"2023-08-28T17:45:22.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.172.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.172.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.172.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.172.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.172.0/manifests"},{"name":"v0.171.0","sha":"cfee1af0f4c767df89e070bd362e531d3cad6ba7","kind":"commit","published_at":"2023-08-25T23:26:54.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.171.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.171.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.171.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.171.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.171.0/manifests"},{"name":"v0.170.0","sha":"1f05c0034db7407b9d77724f532f508ead46a1fb","kind":"commit","published_at":"2023-08-16T20:23:04.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.170.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.170.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.170.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.170.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.170.0/manifests"},{"name":"v0.169.0","sha":"4230de11c70f423da0a54407ac5f451fd74fc68f","kind":"commit","published_at":"2023-08-03T22:35:47.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.169.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.169.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.169.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.169.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.169.0/manifests"},{"name":"v0.168.0","sha":"4a47969a116b27fa5985b51d96a59a53f74284e5","kind":"commit","published_at":"2023-07-26T17:16:00.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.168.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.168.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.168.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.168.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.168.0/manifests"},{"name":"v0.167.0","sha":"c0d4ac7102f2e1d41f34d6812d1fd77dc9d9902a","kind":"commit","published_at":"2023-07-25T20:43:21.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.167.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.167.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.167.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.167.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.167.0/manifests"},{"name":"v0.166.0","sha":"d1a70b7844af1aa82695770b7dc6d57a189ff79f","kind":"commit","published_at":"2023-07-13T22:20:31.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.166.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.166.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.166.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.166.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.166.0/manifests"},{"name":"v0.165.0","sha":"97a80ae2a0ef517d6eb4b1a4821073586f10a1d4","kind":"commit","published_at":"2023-07-05T15:55:52.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.165.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.165.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.165.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.165.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.165.0/manifests"},{"name":"v0.164.0","sha":"fb3f6820ab3683e654fdc63ac3dccf899b1489b0","kind":"commit","published_at":"2023-05-25T16:54:30.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.164.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.164.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.164.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.164.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.164.0/manifests"},{"name":"v0.163.0","sha":"b9217a916036145caa2d786b0dc8fbfe780970d5","kind":"commit","published_at":"2023-05-19T15:11:38.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.163.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.163.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.163.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.163.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.163.0/manifests"},{"name":"v0.162.0","sha":"79e6a3bd95059ab7b826b2dad591bc615394643f","kind":"commit","published_at":"2023-04-27T15:38:28.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.162.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.162.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.162.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.162.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.162.0/manifests"},{"name":"v0.161.0","sha":"0faa42f4b8bb30fba9508740d36aed565c895a40","kind":"commit","published_at":"2023-04-20T17:58:28.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.161.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.161.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.161.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.161.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.161.0/manifests"},{"name":"v0.160.0","sha":"f7f0009ab11ce6c64c1a1097a4e64bcc3437ddc7","kind":"commit","published_at":"2023-04-13T14:55:32.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.160.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.160.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.160.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.160.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.160.0/manifests"},{"name":"v0.159.0","sha":"ebc8f749ae5ca94c62e688347c0e6c3d0e9422dd","kind":"commit","published_at":"2023-03-23T16:15:46.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.159.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.159.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.159.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.159.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.159.0/manifests"},{"name":"v0.158.0","sha":"47618e9b6774c1f4c84089ad2a694a56333e78dd","kind":"commit","published_at":"2023-03-17T20:35:20.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.158.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.158.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.158.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.158.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.158.0/manifests"},{"name":"v0.157.0","sha":"9851617154ec7f3f530597297d006222d230d29b","kind":"commit","published_at":"2023-03-17T19:44:35.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.157.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.157.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.157.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.157.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.157.0/manifests"},{"name":"v0.156.0","sha":"0af6d928c36f2fc077fe28b09953294fd74b2906","kind":"commit","published_at":"2023-03-17T18:28:54.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.156.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.156.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.156.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.156.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.156.0/manifests"},{"name":"v0.155.0","sha":"68be2aa7dce87ba4d1a0073038b54c433ac997ab","kind":"commit","published_at":"2023-03-13T22:19:39.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.155.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.155.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.155.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.155.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.155.0/manifests"},{"name":"v0.154.0","sha":"729314d9cc7b43cc0d9c004d6334dde2d4770198","kind":"commit","published_at":"2023-03-13T21:36:46.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.154.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.154.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.154.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.154.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.154.0/manifests"},{"name":"v0.153.0","sha":"030357af1b6fbd6df11234eb2dff586108eb94da","kind":"commit","published_at":"2023-03-06T18:47:05.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.153.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.153.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.153.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.153.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.153.0/manifests"},{"name":"v0.152.0","sha":"650b8c138cfe82f9d745583e2471f1e6388a78e2","kind":"commit","published_at":"2023-03-03T14:45:57.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.152.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.152.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.152.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.152.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.152.0/manifests"},{"name":"v0.151.0","sha":"c1c28ba4a3372be05dcd59475e29b59d3aa7cb34","kind":"commit","published_at":"2023-02-02T20:19:01.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.151.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.151.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.151.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.151.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.151.0/manifests"},{"name":"v0.150.0","sha":"b457614af49df87e75dde003e09da2ce65d2cbcc","kind":"commit","published_at":"2023-01-20T22:49:40.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.150.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.150.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.150.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.150.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.150.0/manifests"},{"name":"v0.149.0","sha":"75d583f942a16e87604b564f2722b542e6a94503","kind":"commit","published_at":"2023-01-05T18:04:46.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.149.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.149.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.149.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.149.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.149.0/manifests"},{"name":"v0.148.0","sha":"f2c0541e0c8933b88346ad39e52d5803555eed4a","kind":"commit","published_at":"2022-12-09T20:39:31.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.148.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.148.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.148.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.148.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.148.0/manifests"},{"name":"v0.147.0","sha":"4810623b63fbccd75ebb21b2c42588b0d2e7259f","kind":"commit","published_at":"2022-11-18T21:47:28.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.147.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.147.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.147.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.147.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.147.0/manifests"},{"name":"v0.146.0","sha":"a502a812fe1c49b87026e851cb8738af5dcc9b84","kind":"commit","published_at":"2022-11-16T20:11:25.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.146.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.146.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.146.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.146.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.146.0/manifests"},{"name":"v0.145.0","sha":"3363e2670cce1c18010820871f5f3a85fae5fe36","kind":"commit","published_at":"2022-11-10T19:54:37.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.145.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.145.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.145.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.145.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.145.0/manifests"},{"name":"v0.144.0","sha":"bc5dad75629cb1885abb2d3cc886d1b85cd29dac","kind":"commit","published_at":"2022-08-26T16:57:15.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.144.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.144.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.144.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.144.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.144.0/manifests"},{"name":"v0.143.0","sha":"428521a7d74e5102c9c0cd2bc1dab9911f4e97e5","kind":"commit","published_at":"2022-08-23T12:48:44.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.143.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.143.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.143.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.143.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.143.0/manifests"},{"name":"v0.142.0","sha":"e91f9896d04ff5dd09cdf62c056c8a1f710e04e8","kind":"commit","published_at":"2022-08-12T18:45:13.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.142.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.142.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.142.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.142.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.142.0/manifests"},{"name":"v0.141.0","sha":"3bce81d858cdb25880d8375c60d50bdb05459603","kind":"commit","published_at":"2022-08-01T21:54:36.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.141.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.141.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.141.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.141.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.141.0/manifests"},{"name":"v0.140.0","sha":"0f3371b5a414eb237ae7d9eb6fe0debb1876ab8e","kind":"commit","published_at":"2022-07-12T19:07:03.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.140.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.140.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.140.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.140.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.140.0/manifests"},{"name":"v0.139.0","sha":"a059f8e665c0390b6e208996b890225b8c29cf14","kind":"commit","published_at":"2022-07-07T17:37:17.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.139.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.139.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.139.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.139.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.139.0/manifests"},{"name":"v0.138.0","sha":"3efcf474fe8d91a3fe2d4d7a57fe32bd20e00a9a","kind":"commit","published_at":"2022-07-07T16:21:29.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.138.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.138.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.138.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.138.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.138.0/manifests"},{"name":"v0.137.0","sha":"f856a3f80d635e8fe0d3becdb7503a670245fc22","kind":"commit","published_at":"2022-07-07T14:13:43.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.137.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.137.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.137.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.137.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.137.0/manifests"},{"name":"v0.136.0","sha":"05d8a8e350e05be4045ebe3547f49880e85d58cf","kind":"commit","published_at":"2022-06-29T20:11:22.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.136.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.136.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.136.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.136.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.136.0/manifests"},{"name":"v0.135.0","sha":"c2a81aee354aefa86dbd9bcdfc81ee24c1c14882","kind":"commit","published_at":"2022-06-15T20:57:50.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.135.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.135.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.135.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.135.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.135.0/manifests"},{"name":"v0.134.0","sha":"f04d1b2fca1dc6a876ea191279b598e7cd6f127b","kind":"commit","published_at":"2022-06-08T22:08:40.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.134.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.134.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.134.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.134.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.134.0/manifests"},{"name":"v0.133.0","sha":"3739f637e5736bb4a25aece861081e88428d8ba3","kind":"commit","published_at":"2022-06-08T16:38:40.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.133.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.133.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.133.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.133.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.133.0/manifests"},{"name":"v0.132.0","sha":"b287a1efc266a47c830d0e252f00703f861ae08c","kind":"commit","published_at":"2022-06-07T17:41:23.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.132.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.132.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.132.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.132.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.132.0/manifests"},{"name":"v0.131.0","sha":"65fdafcaaf08a92d608d97f1afd625154de76025","kind":"commit","published_at":"2022-06-06T15:54:11.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.131.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.131.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.131.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.131.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.131.0/manifests"},{"name":"v0.130.0","sha":"50fb68adf5bf7c0ea1fdb1ae967a988f7b3b2930","kind":"commit","published_at":"2022-05-23T17:15:30.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.130.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.130.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.130.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.130.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.130.0/manifests"},{"name":"v0.129.0","sha":"8748cc9a7f7e711fc6f09595558aec2c95d3c01f","kind":"commit","published_at":"2022-05-19T21:03:07.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.129.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.129.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.129.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.129.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.129.0/manifests"},{"name":"v0.128.0","sha":"dfc4fd31ebcbe250ed9522cc108c511616c2772b","kind":"commit","published_at":"2022-05-19T18:33:48.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.128.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.128.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.128.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.128.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.128.0/manifests"},{"name":"v0.127.0","sha":"d0614be7a1d620fb53e68d4f1e1a122054991d2e","kind":"commit","published_at":"2022-05-17T19:44:55.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.127.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.127.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.127.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.127.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.127.0/manifests"},{"name":"v0.126.0","sha":"1e0762547e95a66788969454b63f4147a7882af0","kind":"commit","published_at":"2022-05-05T19:14:28.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.126.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.126.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.126.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.126.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.126.0/manifests"},{"name":"v0.125.0","sha":"6dc368ff696b8198491f19f3e072c0a435a5c06d","kind":"commit","published_at":"2022-05-04T15:07:09.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.125.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.125.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.125.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.125.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.125.0/manifests"},{"name":"v0.124.0","sha":"206a4a2fd07646305c3c056c2e93351e8ac7f848","kind":"commit","published_at":"2022-04-21T19:48:00.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.124.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.124.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.124.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.124.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.124.0/manifests"},{"name":"v0.123.0","sha":"e6b0edca70d33b0efb87de94193e424c102ca2ca","kind":"commit","published_at":"2022-04-14T21:29:10.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.123.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.123.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.123.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.123.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.123.0/manifests"},{"name":"v0.122.0","sha":"248eb741a2c63c56cf075dfe7c177914bfafd8c4","kind":"commit","published_at":"2022-03-29T17:24:33.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.122.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.122.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.122.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.122.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.122.0/manifests"},{"name":"v0.120.1","sha":"5ad4eff006e6aec49b9a9471bf90838aae4187a6","kind":"commit","published_at":"2022-03-28T21:25:18.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.120.1","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.120.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.120.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.120.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.120.1/manifests"},{"name":"v0.121.0","sha":"5ad4eff006e6aec49b9a9471bf90838aae4187a6","kind":"commit","published_at":"2022-03-28T21:25:18.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.121.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.121.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.121.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.121.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.121.0/manifests"},{"name":"v0.120.0","sha":"c9ab0a7e1ea09000fc6210c8326b0525b70ece12","kind":"commit","published_at":"2022-03-28T14:52:24.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.120.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.120.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.120.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.120.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.120.0/manifests"},{"name":"v0.119.0","sha":"0213a2755a40ae0735c3b6baf26337b2ee142eaa","kind":"commit","published_at":"2022-03-01T19:11:13.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.119.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.119.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.119.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.119.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.119.0/manifests"},{"name":"v0.118.0","sha":"60e83da2d6dfe9cb371de7a8360706efe3b46b17","kind":"commit","published_at":"2022-02-12T01:12:27.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.118.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.118.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.118.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.118.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.118.0/manifests"},{"name":"v0.117.0","sha":"f9e3f837e328880bfcab5b6d191449a62b76c8b2","kind":"commit","published_at":"2022-01-19T22:02:46.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.117.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.117.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.117.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.117.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.117.0/manifests"},{"name":"v0.116.0","sha":"ae7b49680d8769d1d6b8affbce627be6c2f783f0","kind":"commit","published_at":"2021-11-17T19:47:28.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.116.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.116.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.116.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.116.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.116.0/manifests"},{"name":"v0.115.0","sha":"7bab0305b49bb9d91c3a2813f6f91f54e5878d8e","kind":"commit","published_at":"2021-11-15T23:24:40.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.115.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.115.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.115.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.115.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.115.0/manifests"},{"name":"v0.114.0","sha":"a7fcaa0b09f3cd40b463405eb765cb508ecec130","kind":"commit","published_at":"2021-11-11T18:01:22.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.114.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.114.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.114.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.114.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.114.0/manifests"},{"name":"v0.113.0","sha":"a00d8d5152658217811015210907c02b4fbc7d80","kind":"commit","published_at":"2021-10-28T21:39:45.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.113.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.113.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.113.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.113.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.113.0/manifests"},{"name":"v0.108.0","sha":"7a9bd0b8b5af41437616d0dc3bf5fd42db734339","kind":"commit","published_at":"2021-10-11T14:16:45.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.108.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.108.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.108.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.108.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.108.0/manifests"},{"name":"v0.112.0","sha":"7a9bd0b8b5af41437616d0dc3bf5fd42db734339","kind":"commit","published_at":"2021-10-11T14:16:45.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.112.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.112.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.112.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.112.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.112.0/manifests"},{"name":"v0.111.0","sha":"370647f69cfb92696d000239adb448c7a53a894b","kind":"commit","published_at":"2021-08-10T17:35:57.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.111.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.111.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.111.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.111.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.111.0/manifests"},{"name":"v0.110.0","sha":"a05f7f140feb827eed0f57b976109b61131db5af","kind":"commit","published_at":"2021-08-10T17:29:02.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.110.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.110.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.110.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.110.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.110.0/manifests"},{"name":"v0.0.17","sha":"e7223678959a07d025da2a743def234d2263e973","kind":"commit","published_at":"2021-08-10T15:21:15.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.0.17","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"e7223678959a07d025da2a743def234d2263e973","kind":"commit","published_at":"2021-08-10T15:21:15.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.0.16","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"e7223678959a07d025da2a743def234d2263e973","kind":"commit","published_at":"2021-08-10T15:21:15.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.0.15","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"e7223678959a07d025da2a743def234d2263e973","kind":"commit","published_at":"2021-08-10T15:21:15.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.0.14","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.14/manifests"},{"name":"f","sha":"e7223678959a07d025da2a743def234d2263e973","kind":"commit","published_at":"2021-08-10T15:21:15.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/f","html_url":"https://github.com/stripe/stripe-mock/releases/tag/f","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@f","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/f","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/f/manifests"},{"name":"v0.0.13","sha":"2edb3e619cf9cb485b116d34fa5b8b7ad8589b37","kind":"commit","published_at":"2021-08-10T15:00:48.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.0.13","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.13/manifests"},{"name":"v0.0.12","sha":"ccaa7a31cc4aed711eb4c64362b67ef40899a097","kind":"commit","published_at":"2021-08-10T14:45:46.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.0.12","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.12/manifests"},{"name":"v0.0.11","sha":"dd2ba85cdc387b7701b8ab16a92757ead4dfa167","kind":"commit","published_at":"2021-08-10T14:44:20.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.0.11","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"fbbd019db23bf86f214875eec2700b2e15fe7423","kind":"commit","published_at":"2021-08-10T12:27:06.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.0.10","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"bcb8a01a7b9fe8465f3df5bb6f484ab6caa70a48","kind":"commit","published_at":"2021-08-10T12:23:48.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.0.9","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"42b41d5e67cf35821c494eb0108cdb46055d889f","kind":"commit","published_at":"2021-08-10T11:49:04.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.0.8","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"528f46fcdf647c00452b8b1c242659d1073b31a2","kind":"commit","published_at":"2021-07-17T01:29:17.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.0.7","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"b4660c4d43ebb99f9023d2201a496170248229da","kind":"commit","published_at":"2021-07-17T00:49:10.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.0.6","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"ea1385335e3001d1cba9259723e349d4e45022ee","kind":"commit","published_at":"2021-07-17T00:46:30.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.0.5","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.5/manifests"},{"name":"v0.0.1","sha":"e695eefbc77fca5003078f7eb3037d4a7c0e567a","kind":"commit","published_at":"2021-07-08T18:58:54.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.0.1","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.1/manifests"},{"name":"v0.0.2","sha":"e695eefbc77fca5003078f7eb3037d4a7c0e567a","kind":"commit","published_at":"2021-07-08T18:58:54.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.0.2","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.2/manifests"},{"name":"v0.109.0","sha":"e695eefbc77fca5003078f7eb3037d4a7c0e567a","kind":"commit","published_at":"2021-07-08T18:58:54.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.109.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.109.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.109.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.109.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.109.0/manifests"},{"name":"v0.107.0","sha":"41e140f8df82540b534e7ad52f6ffbb99126872f","kind":"commit","published_at":"2021-06-10T15:30:28.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.107.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.107.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.107.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.107.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.107.0/manifests"},{"name":"v0.106.0","sha":"368854f983a949c99e677927dded9383ef6c980b","kind":"commit","published_at":"2021-06-03T17:54:04.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.106.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.106.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.106.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.106.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.106.0/manifests"},{"name":"v0.105.0","sha":"7bf5f2c80b9077d3374720470d93ec04acca7316","kind":"commit","published_at":"2021-05-18T23:43:06.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.105.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.105.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.105.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.105.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.105.0/manifests"},{"name":"v0.104.0","sha":"e8693bc27944ac8b396786a33e47d240ef70d61e","kind":"commit","published_at":"2021-05-13T22:44:24.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.104.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.104.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.104.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.104.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.104.0/manifests"},{"name":"v0.103.0","sha":"959dce6277c4b98ac579e04c5257c31b3df5d842","kind":"commit","published_at":"2021-02-19T19:48:38.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.103.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.103.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.103.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.103.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.103.0/manifests"},{"name":"v0.0.4","sha":"60b6226ae5ee22ff24633ae4ce31afa69b757f81","kind":"commit","published_at":"2021-01-11T16:36:46.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.0.4","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.0.4/manifests"},{"name":"v0.102.0","sha":"60b6226ae5ee22ff24633ae4ce31afa69b757f81","kind":"commit","published_at":"2021-01-11T16:36:46.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.102.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.102.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.102.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.102.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.102.0/manifests"},{"name":"v0.101.0","sha":"5e16f241dda2adaed18b63a56abe1b6eb1ff4b31","kind":"commit","published_at":"2020-10-14T02:01:50.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.101.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.101.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.101.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.101.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.101.0/manifests"},{"name":"v0.100.0","sha":"dc9c5496a1c8d22b2c672d3a598424904b1537a6","kind":"commit","published_at":"2020-10-14T00:45:36.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.100.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.100.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.100.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.100.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.100.0/manifests"},{"name":"v0.99.0","sha":"144c3bbf66ec2b84cae1f18d1aef7c53ed5192f0","kind":"commit","published_at":"2020-09-30T04:38:14.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.99.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.99.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.99.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.99.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.99.0/manifests"},{"name":"v0.98.0","sha":"6306ec5add181da71c16fee2db295f095a413a2f","kind":"commit","published_at":"2020-09-02T16:39:13.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.98.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.98.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.98.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.98.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.98.0/manifests"},{"name":"v0.97.0","sha":"cc0faf2c0b1c940054a8bc6da5887a2f7da09ac9","kind":"commit","published_at":"2020-08-28T19:23:30.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.97.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.97.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.97.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.97.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.97.0/manifests"},{"name":"v0.96.0","sha":"758af3d64174c2d94eec7a4bfe5b60bc83c4a030","kind":"commit","published_at":"2020-08-28T00:12:39.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.96.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.96.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.96.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.96.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.96.0/manifests"},{"name":"v0.95.0","sha":"8eed169f4ec82e742866649a244147211f9261bf","kind":"commit","published_at":"2020-08-05T01:28:04.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.95.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.95.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.95.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.95.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.95.0/manifests"},{"name":"v0.94.0","sha":"cf29baa8a8b03ec48990335cf92fdc5d8d1cc3ce","kind":"commit","published_at":"2020-07-28T23:05:03.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.94.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.94.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.94.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.94.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.94.0/manifests"},{"name":"v0.93.0","sha":"f96dd80fff4bd335ee81e99903b394710a089812","kind":"commit","published_at":"2020-06-18T20:02:59.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.93.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.93.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.93.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.93.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.93.0/manifests"},{"name":"v0.92.0","sha":"8b91280837f30a9bb13115f830ca1638c3ed7fc7","kind":"commit","published_at":"2020-06-11T16:57:13.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.92.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.92.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.92.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.92.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.92.0/manifests"},{"name":"v0.91.0","sha":"0871e8e3bb978ca750eab144dcce7af0d37569ab","kind":"commit","published_at":"2020-05-29T16:15:28.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.91.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.91.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.91.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.91.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.91.0/manifests"},{"name":"v0.90.0","sha":"844d51971b1bd4c239d06d399a58dc504d26fdc6","kind":"commit","published_at":"2020-05-11T22:07:19.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.90.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.90.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.90.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.90.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.90.0/manifests"},{"name":"v0.89.0","sha":"001941c4b5cb78c0e56de7ca7938b8d42475a277","kind":"commit","published_at":"2020-04-29T05:32:13.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.89.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.89.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.89.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.89.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.89.0/manifests"},{"name":"v0.88.0","sha":"d5dbe8464eafa49795dd712a1656952a2bd4d9f8","kind":"commit","published_at":"2020-04-22T00:08:27.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.88.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.88.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.88.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.88.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.88.0/manifests"},{"name":"v0.87.0","sha":"d02e15869413ac2f5f4132ce0c06405e43b38921","kind":"commit","published_at":"2020-04-14T22:10:49.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.87.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.87.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.87.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.87.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.87.0/manifests"},{"name":"v0.86.0","sha":"e5b17baef13cddef9339f9372bde0f847b777bbb","kind":"commit","published_at":"2020-03-27T00:10:01.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.86.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.86.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.86.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.86.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.86.0/manifests"},{"name":"v0.85.0","sha":"c9bd735b849e99bd301ca2490f60fd67a34b1585","kind":"commit","published_at":"2020-03-26T04:58:00.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.85.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.85.0/manifests"},{"name":"v0.84.0","sha":"069427afc0892329eb57f08c330c8f82a48ae067","kind":"commit","published_at":"2020-03-06T01:11:42.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.84.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.84.0/manifests"},{"name":"v0.83.0","sha":"0c89d325c109a000d438812d3e300bdbe16980da","kind":"commit","published_at":"2020-03-03T16:59:30.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.83.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.83.0/manifests"},{"name":"v0.82.0","sha":"9d371ea113f820bc5ed386b2735e9eabb6a0b0a1","kind":"commit","published_at":"2020-02-24T22:00:59.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.82.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.82.0/manifests"},{"name":"v0.81.0","sha":"0b451f5364c995e882a8b508e48651a4b7460293","kind":"commit","published_at":"2020-02-06T00:32:16.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.81.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.81.0/manifests"},{"name":"v0.80.0","sha":"0b451f5364c995e882a8b508e48651a4b7460293","kind":"commit","published_at":"2020-02-06T00:32:16.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.80.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.80.0/manifests"},{"name":"v0.79.0","sha":"166e80ad5fb08aed8931c08501958b0fe61cb6da","kind":"commit","published_at":"2020-01-13T22:55:03.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.79.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.79.0/manifests"},{"name":"v0.78.0","sha":"b48476084052971308f265ea564b71fc22d51980","kind":"commit","published_at":"2019-12-03T22:37:43.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.78.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.78.0/manifests"},{"name":"v0.77.0","sha":"b3ee03f4d3cd0fe4631140a68918d2dc454d9bd8","kind":"commit","published_at":"2019-12-02T20:56:54.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.77.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.77.0/manifests"},{"name":"v0.76.0","sha":"08572c6c0ba9b99355c3c06225443b8d17ce556e","kind":"commit","published_at":"2019-11-26T17:21:25.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.76.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.76.0/manifests"},{"name":"v0.75.0","sha":"67c24580f472ed586ff5afed8710539d0a3870b7","kind":"commit","published_at":"2019-11-11T19:02:47.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.75.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.75.0/manifests"},{"name":"v0.74.0","sha":"66b27c66af18d5c4f8e92e824ce35926aeb32945","kind":"commit","published_at":"2019-11-07T23:46:39.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.74.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.74.0/manifests"},{"name":"v0.73.3","sha":"a37e99f7fcaf74a16c479bb8caa01886e83af3b6","kind":"commit","published_at":"2019-11-07T07:31:57.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.73.3","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.73.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.73.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.73.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.73.3/manifests"},{"name":"v0.73.2","sha":"e0d97a8dc957e2f3601875666d4c357e224d3974","kind":"commit","published_at":"2019-11-07T07:09:32.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.73.2","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.73.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.73.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.73.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.73.2/manifests"},{"name":"v0.73.1","sha":"ce9feaaad9af34cf434fffc082946435ae670ff1","kind":"commit","published_at":"2019-11-07T06:45:48.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.73.1","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.73.1/manifests"},{"name":"v0.73.0","sha":"b0f1d2d8d5ce73342966494bb574d130798e88a8","kind":"commit","published_at":"2019-11-06T23:30:19.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.73.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.73.0/manifests"},{"name":"v0.72.0","sha":"677e2af8204eb116805730a1d4f5736cfd92de62","kind":"commit","published_at":"2019-11-06T03:02:28.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.72.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.72.0/manifests"},{"name":"v0.71.0","sha":"37f177ac3e6e999aaac62a4ae8d81be5c565e611","kind":"commit","published_at":"2019-11-05T21:06:37.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.71.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.71.0/manifests"},{"name":"v0.70.0","sha":"41a1d47a3ee29223f335de63ce863344c07cc438","kind":"commit","published_at":"2019-10-19T00:03:35.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.70.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.70.0/manifests"},{"name":"v0.69.0","sha":"7da079676fe07fa3f2668c80033822ce82b5a18f","kind":"commit","published_at":"2019-10-18T18:46:23.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.69.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.69.0/manifests"},{"name":"v0.68.0","sha":"26c764e02fe8b138bfef47ebea52b284adb95b91","kind":"commit","published_at":"2019-10-08T20:21:52.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.68.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.68.0/manifests"},{"name":"v0.67.0","sha":"32328dac2452b23432ddeea49b59f6ebce75f1d3","kind":"commit","published_at":"2019-09-10T17:12:43.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.67.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.67.0/manifests"},{"name":"v0.66.0","sha":"57739014fd492eaf9c9da25d7e36ec3394317d7c","kind":"commit","published_at":"2019-09-06T00:01:43.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.66.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.66.0/manifests"},{"name":"v0.65.0","sha":"5e293e9bb16420b426b41c2163141c667966ab30","kind":"commit","published_at":"2019-08-22T22:44:52.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.65.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.65.0/manifests"},{"name":"v0.64.0","sha":"db38a51166d7c329235261851e4b99d19c0ebae6","kind":"commit","published_at":"2019-08-14T20:47:16.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.64.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.64.0/manifests"},{"name":"v0.63.0","sha":"03b8ba1e2f84cd686ce9c8f8cabf64f73201aeef","kind":"commit","published_at":"2019-07-30T15:04:07.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.63.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.63.0/manifests"},{"name":"v0.62.0","sha":"f9992927c0ae8f51ea02040057387b29d3602250","kind":"commit","published_at":"2019-07-22T23:19:53.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.62.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.62.0/manifests"},{"name":"v0.61.0","sha":"dd1e8e6cdf85c47b291a6964e537add1e77674d7","kind":"commit","published_at":"2019-07-22T17:50:55.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.61.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.61.0/manifests"},{"name":"v0.60.0","sha":"659d35f965c3349b98157d2c2aacad7a91e2f53b","kind":"commit","published_at":"2019-06-27T17:38:37.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.60.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.60.0/manifests"},{"name":"v0.59.0","sha":"a81af1fc175a324c4a9591e2a837dda9a38eb128","kind":"commit","published_at":"2019-06-25T16:48:49.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.59.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.59.0/manifests"},{"name":"v0.58.0","sha":"baf9c5eec26d8ce03e2fb3caca3dd84d9d230dd0","kind":"commit","published_at":"2019-05-31T21:57:21.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.58.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.58.0/manifests"},{"name":"v0.57.0","sha":"4a2ff90f21104d72f620e191d07b1330ec5dc901","kind":"commit","published_at":"2019-05-23T22:52:47.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.57.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"abacf5f38638aa6582d514f8b27164725a3781b9","kind":"commit","published_at":"2019-05-14T18:30:31.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.56.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.56.0/manifests"},{"name":"v0.55.0","sha":"699814c5288642caf1249fc14e60cfeb27bcab29","kind":"commit","published_at":"2019-05-03T03:29:42.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.55.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.55.0/manifests"},{"name":"v0.54.0","sha":"d0d495d33bd70f0e3efe5a6d92ee42bfa23a874c","kind":"commit","published_at":"2019-04-19T14:39:54.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.54.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.54.0/manifests"},{"name":"v0.53.1","sha":"410227070ac719f71d306fa39f54a084c82332a4","kind":"commit","published_at":"2019-04-18T18:12:08.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.53.1","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"8bf9c7b6151a4ff520660efe9de733b49f346755","kind":"commit","published_at":"2019-04-16T20:46:10.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.53.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.53.0/manifests"},{"name":"v0.52.0","sha":"0f3eb89fbb5864c319f4a7b3d1b77f512dbda745","kind":"commit","published_at":"2019-04-02T21:33:11.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.52.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.52.0/manifests"},{"name":"v0.51.0","sha":"71eaebefc24328dc9e7922e0be015d139119dc65","kind":"commit","published_at":"2019-03-30T02:50:47.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.51.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.51.0/manifests"},{"name":"v0.50.0","sha":"96f177101464e60326f870a96c758be2e8b85027","kind":"commit","published_at":"2019-03-25T20:20:55.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.50.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.50.0/manifests"},{"name":"v0.49.0","sha":"4843ff54d1f251c38931e8f4ddeaaf17b4aa9650","kind":"commit","published_at":"2019-03-18T23:13:50.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.49.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.49.0/manifests"},{"name":"v0.48.0","sha":"d2e42563d47179347174f073ed9e230a815a5385","kind":"commit","published_at":"2019-03-15T20:20:28.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.48.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.48.0/manifests"},{"name":"v0.47.0","sha":"b071cda668342dcd99b1639e9cf8665b5bc65823","kind":"commit","published_at":"2019-02-28T16:48:53.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.47.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"04895203a14e717f6025987589148b0964342287","kind":"commit","published_at":"2019-02-20T01:04:06.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.46.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"b6cd99052807dce69418334c0ddf5195d72ec6ec","kind":"commit","published_at":"2019-02-18T18:51:27.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.45.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"f0f4db66314365ed8abd089fce6d9e015943c9ce","kind":"commit","published_at":"2019-02-12T02:19:48.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.44.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.44.0/manifests"},{"name":"v0.43.2","sha":"f17d975f36972d55420b01e6353f491bcc6b1002","kind":"commit","published_at":"2019-01-30T11:16:19.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.43.2","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.43.2/manifests"},{"name":"v0.43.1","sha":"8b390d7afb9a0323ac0378ad88e318f86bdd160b","kind":"commit","published_at":"2019-01-29T01:31:35.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.43.1","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.43.1/manifests"},{"name":"v0.43.0","sha":"306d435be29bd72ad1c0a218909dfbfabb59ab72","kind":"commit","published_at":"2019-01-25T20:31:06.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.43.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.43.0/manifests"},{"name":"v0.42.0","sha":"d9b34b73380dd69c770b754af8f1ec6359b08dc2","kind":"commit","published_at":"2019-01-23T21:03:31.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.42.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"d0aec034a807ce314ff0fced8b252233cff535f1","kind":"commit","published_at":"2019-01-16T19:03:08.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.41.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.41.0/manifests"},{"name":"v0.40.1","sha":"42faa42373ae3656d688d477f319846998ba2b00","kind":"commit","published_at":"2019-01-09T23:30:49.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.40.1","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.40.1/manifests"},{"name":"v0.40.0","sha":"814c79fb84aca48e9dce2704ca8bc003857352ef","kind":"commit","published_at":"2018-12-21T06:42:34.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.40.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.40.0/manifests"},{"name":"v0.39.1","sha":"9e8b9a6477c448e622d255b9732dedf8543a04a1","kind":"commit","published_at":"2018-12-18T18:36:01.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.39.1","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.39.1/manifests"},{"name":"v0.39.0","sha":"ef8fb26a11bed818bc90b2c5c6ea394d8b429472","kind":"commit","published_at":"2018-12-07T23:51:59.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.39.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"7a3128003772a766582fe66c729383dbbcf9c968","kind":"commit","published_at":"2018-11-28T14:07:37.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.38.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.38.0/manifests"},{"name":"v0.37.0","sha":"49f41aa62427905e29c33ae65620bbc6e83faaa0","kind":"commit","published_at":"2018-11-12T09:19:40.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.37.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"25388ec04b1bf7bb5e80772f9517ab41ab1d19e0","kind":"commit","published_at":"2018-11-08T18:25:41.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.36.1","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"3739c700a71467c846acde748f5f8fed37751c7c","kind":"commit","published_at":"2018-11-08T16:08:11.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.36.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"289a045b6b0f9b0ed930fe6f32e2be2ebebb4987","kind":"commit","published_at":"2018-10-26T08:46:55.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.35.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.35.0/manifests"},{"name":"v0.34.1","sha":"9bde6b56390bc0cb41567d0fc44a076f70892d71","kind":"commit","published_at":"2018-10-19T21:46:17.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.34.1","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.34.1/manifests"},{"name":"v0.34.0","sha":"475b4d2e67f86656c7eec88da20372fc94c29b5a","kind":"commit","published_at":"2018-10-19T12:23:20.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.34.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.34.0/manifests"},{"name":"v0.33.0","sha":"648a5880b0526ff0616f1854157015de06559866","kind":"commit","published_at":"2018-09-24T20:29:40.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.33.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"0010ea82d157421bf5bd48dbd201533889ac7f27","kind":"commit","published_at":"2018-09-21T21:40:09.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.32.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"17b7132a205e806de3ed73b98b186634de281cac","kind":"commit","published_at":"2018-09-14T22:42:52.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.31.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.31.0/manifests"},{"name":"v0.30.2","sha":"7f734819fe30f06a727ecb7754c0a86b079e740a","kind":"commit","published_at":"2018-08-31T22:48:30.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.30.2","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"d1c0355c2f8cec9e9205404d69a2da65e8f4f888","kind":"commit","published_at":"2018-08-31T22:37:41.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.30.1","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"f92b44d1bf22d0b1d17c74d76a2007340245a002","kind":"commit","published_at":"2018-08-30T16:59:07.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.30.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"d7f19627d8206d7dcf46dc207909822766469fe6","kind":"commit","published_at":"2018-08-27T22:00:40.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.29.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.29.0/manifests"},{"name":"v0.28.0","sha":"3515306b57954e7ed161df63f0eb9ee440df9986","kind":"commit","published_at":"2018-08-24T17:22:41.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.28.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"5a5209931bd2ec01bafe900b1f84b967a81eb436","kind":"commit","published_at":"2018-08-23T22:21:03.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.27.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"e67c9a5b2424c10e54a6098f954bb2d823ced3bd","kind":"commit","published_at":"2018-08-20T19:42:54.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.26.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.26.0/manifests"},{"name":"v0.25.2","sha":"bc95f11e5b0048a31a13486092c78e15690ad0d3","kind":"commit","published_at":"2018-08-07T21:17:31.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.25.2","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.25.2/manifests"},{"name":"v0.25.1","sha":"4960268d14ec49707101ce5cbfa0f4ecde518f60","kind":"commit","published_at":"2018-08-07T20:45:47.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.25.1","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"ec6807074fe2cfad16f3c794b532c5a711525952","kind":"commit","published_at":"2018-08-02T18:44:41.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.25.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"a38b9daac8b8b992bb740cbc2ccce6916c698cae","kind":"commit","published_at":"2018-07-30T21:31:27.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.24.1","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"443c3b6d719efa4b3f5aac2d92a34e7e04e7824c","kind":"commit","published_at":"2018-07-30T15:04:20.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.24.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"cc86b1b09609baadae8cf2ccd4ed9a1e74c8c08c","kind":"commit","published_at":"2018-07-26T17:49:43.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.23.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"78f379ee85928411a442fcc3a706c76948248fca","kind":"commit","published_at":"2018-07-25T18:19:05.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.22.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.22.0/manifests"},{"name":"v0.21.1","sha":"29dbdac328c4d74d9cd9c5473038946a1d26fa45","kind":"commit","published_at":"2018-07-19T14:29:04.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.21.1","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.21.1/manifests"},{"name":"v0.21.0","sha":"858c61cf88cda32fd1301b10d2f1b60ef901ca30","kind":"commit","published_at":"2018-07-19T14:10:10.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.21.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.21.0/manifests"},{"name":"v0.20.1","sha":"36158455ffc22f5aa03f83e9b48c1298f74f170a","kind":"commit","published_at":"2018-07-18T20:42:17.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.20.1","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"60751baa1bdb963a0f6e1183c1caa33e15466567","kind":"commit","published_at":"2018-07-18T13:46:53.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.20.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"a58f08c5945929631c6425b81d9a724840cce164","kind":"commit","published_at":"2018-07-07T00:54:04.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.19.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"f847c749c8143b4155117ab5132b2efce456eb87","kind":"commit","published_at":"2018-06-09T00:18:10.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.18.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"ccfce7ec55634e734af5681f998e6156d508797d","kind":"commit","published_at":"2018-05-31T16:27:33.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.17.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.17.0/manifests"},{"name":"v0.16.2","sha":"56c5482700c805590846a4bb87750dd618211115","kind":"commit","published_at":"2018-05-30T00:00:35.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.16.2","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.16.2/manifests"},{"name":"v0.16.1","sha":"720cbec67e13d0f6657380d329e73120e9eaa134","kind":"commit","published_at":"2018-05-10T20:11:47.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.16.1","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.16.1/manifests"},{"name":"v0.16.0","sha":"ba29b2b949ebfd5bb4093c8453cb1c4182d7246e","kind":"commit","published_at":"2018-05-09T16:04:28.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.16.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"0fa0c6567ccdc9c89e5a672712f5ba4bfcc9188b","kind":"commit","published_at":"2018-05-04T18:28:12.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.15.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"3c0009a7c10d286622947f69710ad1c910bf7a4a","kind":"commit","published_at":"2018-04-26T22:24:15.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.14.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"c2f3c0e42af60c3e5535b1cb509b1d424fd0a162","kind":"commit","published_at":"2018-04-16T21:21:16.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.13.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"df0bd98278e82f914752553dec2fe93617798bf4","kind":"commit","published_at":"2018-04-10T19:50:59.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.12.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.12.0/manifests"},{"name":"v0.11.2","sha":"d58d54d4634e74bd38cd550231683ff77ceb3ba5","kind":"commit","published_at":"2018-04-05T14:11:36.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.11.2","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"2dd16c0320cb019d01e86f9fd7b76ea82fa099e7","kind":"commit","published_at":"2018-04-04T23:03:08.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.11.1","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"1688e95eaf563daa1f502dbd9dd1e49ead4ff05d","kind":"commit","published_at":"2018-03-30T22:05:25.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.11.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"38321073fc6c8ef4ae0011c04e3810d187c6fa1d","kind":"commit","published_at":"2018-03-30T20:49:36.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.10.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"03db1d0ca389db95518cf36e3757f94029009bb1","kind":"commit","published_at":"2018-03-07T17:45:12.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.9.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"0fdc125eac4665f0eb2528d57dd69a2dd726a72a","kind":"commit","published_at":"2018-02-15T18:45:50.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.8.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"7d9ee1cafca7594a25466b6881b85fbdec4818cf","kind":"commit","published_at":"2018-02-05T20:59:56.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.7.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"8074314851abecf7f29e3f90b8847ee5b63b95c2","kind":"commit","published_at":"2018-01-25T22:59:19.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.6.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"9d064dead0ab3c6fb347c7bf75fbaec61f72d445","kind":"commit","published_at":"2017-12-07T18:56:07.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.5.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"98a9cc47cc8252f1157c84e1eab28fac3301332c","kind":"commit","published_at":"2017-10-31T15:53:54.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.4.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"0b1d01b291668a957e1cb844809628045ef1f9f6","kind":"commit","published_at":"2017-10-12T17:29:13.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.3.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"30a764ed0a6750cffc342cdcf15ddc0346342b81","kind":"commit","published_at":"2017-10-03T17:22:07.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.2.1","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"08fe8268a8281f16584789c5379c52af988d3acf","kind":"commit","published_at":"2017-09-22T18:45:13.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.2.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.2.0/manifests"},{"name":"v0.1.23","sha":"d654230cefc021006d7461843011814d9433e7be","kind":"commit","published_at":"2017-09-12T17:08:58.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.23","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.23/manifests"},{"name":"v0.1.22","sha":"2be9db699627e2a37c391bca04f7d55bdc524ba2","kind":"commit","published_at":"2017-09-01T17:54:00.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.22","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.22/manifests"},{"name":"v0.1.21","sha":"19060b65e6ef0ac99292b25b68a136cbc63bd48f","kind":"commit","published_at":"2017-08-24T21:18:35.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.21","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.21/manifests"},{"name":"v0.1.20","sha":"99133db234dd667c640b140d09db959ebd9b51bd","kind":"commit","published_at":"2017-08-24T18:44:49.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.20","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.20/manifests"},{"name":"v0.1.19","sha":"127db472a4b0804b7b145070b45e9680db3a1b99","kind":"commit","published_at":"2017-08-24T18:39:26.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.19","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.19/manifests"},{"name":"v0.1.18","sha":"84fd20d45c112860711447ba1907a7d72f337c9d","kind":"commit","published_at":"2017-08-24T17:48:56.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.18","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.18/manifests"},{"name":"v0.1.17","sha":"82670b0dde25f572f2e039662c56720d2eb64c73","kind":"commit","published_at":"2017-08-15T23:33:55.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.17","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.17/manifests"},{"name":"v0.1.16","sha":"753aa0674e431cddcd77b851f1c247aa330a3a99","kind":"commit","published_at":"2017-08-15T16:47:00.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.16","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.16/manifests"},{"name":"v0.1.15","sha":"02f524838efa366ad280b296315d1eefe3635677","kind":"commit","published_at":"2017-08-15T00:46:38.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.15","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.15/manifests"},{"name":"v0.1.14","sha":"04d2393852507a336aea569b0e054990c935ef82","kind":"commit","published_at":"2017-08-03T23:53:23.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.14","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.14/manifests"},{"name":"v0.1.13","sha":"a8a4d4df23964e016b9383deef952fd8edd81152","kind":"commit","published_at":"2017-07-27T21:14:19.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.13","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.13/manifests"},{"name":"v0.1.12","sha":"f7716ddf77a150dc960dd3a9d71e738d51cdaa10","kind":"commit","published_at":"2017-07-27T00:04:21.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.12","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"1c725bc79e3dac2401722c949800f3f680cda935","kind":"commit","published_at":"2017-07-26T22:29:20.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.11","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"0c2387f8cfcbc01d9228444056c2ae651d713910","kind":"commit","published_at":"2017-07-26T19:41:30.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.10","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"a5d7e580248fed9a6aaf07b31e2c99ad57389aec","kind":"commit","published_at":"2017-07-24T22:06:51.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.9","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"983563fc3cddc7e5ff0a9a204fd0800960ff2160","kind":"commit","published_at":"2017-07-21T22:30:07.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.8","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"7b84450c251d477a5b0395eeafb1e9c69c58d922","kind":"commit","published_at":"2017-07-21T18:53:04.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.7","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"23da6b3ae889146d0a05eb8cc1e3136ed84e5a5a","kind":"commit","published_at":"2017-07-21T18:49:08.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.6","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"ef4fa1aa1157fafc965e7161483d469dd723f9ec","kind":"commit","published_at":"2017-07-21T18:35:49.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.5","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"f36de1d852ba51eef39a8a6a056ab72030696720","kind":"commit","published_at":"2017-06-27T17:15:51.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.4","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"d3b8774b32d56ea41cd225bea529fd88a9a74e89","kind":"commit","published_at":"2017-06-23T23:39:18.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.3","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"081e686ee7a000e85498b9eb4dbe7abc5098a0c9","kind":"commit","published_at":"2017-06-23T21:14:28.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.2","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c042e80686383a95addf191fde74c2249105bd66","kind":"tag","published_at":"2017-06-21T23:49:27.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.1","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"aaf82395a120d162d8cf48440e60f62b3d741e9d","kind":"tag","published_at":"2017-06-21T23:47:33.000Z","download_url":"https://codeload.github.com/stripe/stripe-mock/tar.gz/v0.1.0","html_url":"https://github.com/stripe/stripe-mock/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stripe/stripe-mock@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-05-02T12:17:06.442Z","dependent_packages_count":0,"downloads":16,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":67.67758458013209,"dependent_repos_count":55.702345645726616,"dependent_packages_count":18.643839309787005,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":47.34125651188191},"purl":"pkg:brew/stripe-mock","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/homebrew/stripe-mock","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/homebrew/stripe-mock","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/homebrew/stripe-mock/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-11-19T18:02:59.221Z","issues_count":72,"pull_requests_count":1567,"avg_time_to_close_issue":38801618.36923077,"avg_time_to_close_pull_request":64312.0826446281,"issues_closed_count":65,"pull_requests_closed_count":1452,"pull_request_authors_count":25,"issue_authors_count":64,"avg_comments_per_issue":2.375,"avg_comments_per_pull_request":0.03446075303126994,"merged_pull_requests_count":1437,"bot_issues_count":7,"bot_pull_requests_count":1503,"past_year_issues_count":14,"past_year_pull_requests_count":741,"past_year_avg_time_to_close_issue":191189.54545454544,"past_year_avg_time_to_close_pull_request":14396.329230769232,"past_year_issues_closed_count":11,"past_year_pull_requests_closed_count":650,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":10,"past_year_avg_comments_per_issue":0.9285714285714286,"past_year_avg_comments_per_pull_request":0.004048582995951417,"past_year_bot_issues_count":5,"past_year_bot_pull_requests_count":737,"past_year_merged_pull_requests_count":646,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/packages/stripe-mock/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/packages/stripe-mock/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/packages/stripe-mock/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/packages/stripe-mock/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/packages/stripe-mock/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/packages/stripe-mock/codemeta","maintainers":[],"registry":{"name":"formulae.brew.sh","url":"https://formulae.brew.sh","ecosystem":"homebrew","default":true,"packages_count":9211,"maintainers_count":0,"namespaces_count":0,"keywords_count":0,"github":"homebrew","metadata":{"funded_packages_count":882},"icon_url":"https://github.com/homebrew.png","created_at":"2022-04-12T16:38:29.467Z","updated_at":"2026-04-03T06:49:13.885Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/namespaces"}}],"commits":{"id":490521,"full_name":"stripe/stripe-mock","default_branch":"master","total_commits":1608,"total_committers":37,"total_bot_commits":1221,"total_bot_committers":1,"mean_commits":43.45945945945946,"dds":0.24067164179104472,"past_year_total_commits":352,"past_year_total_committers":3,"past_year_total_bot_commits":349,"past_year_total_bot_committers":1,"past_year_mean_commits":117.33333333333333,"past_year_dds":0.008522727272727293,"last_synced_at":"2026-05-08T04:43:39.376Z","last_synced_commit":"e3040e2a7d7ccd28864ff4308fc23d6895037933","created_at":"2023-03-09T01:55:10.122Z","updated_at":"2026-05-08T04:42:49.353Z","committers":[{"name":"stripe-openapi[bot]","email":"105521251+stripe-openapi[bot]","login":"stripe-openapi[bot]","count":1221},{"name":"Brandur","email":"brandur@brandur.org","login":"brandur","count":180},{"name":"Remi Jannel","email":"remi@stripe.com","login":"remi-stripe","count":57},{"name":"Richard Marmorstein","email":"richardm@stripe.com","login":"richardm-stripe","count":34},{"name":"pakrym-stripe","email":"99349468+pakrym-stripe","login":"pakrym-stripe","count":24},{"name":"Olivier Bellone","email":"ob@stripe.com","login":"ob-stripe","count":23},{"name":"Dominic Charley-Roy","email":"78050200+dcr-stripe","login":"dcr-stripe","count":13},{"name":"Mick Jermsurawong","email":"mickjermsurawong@stripe.com","login":"mickjermsurawong-stripe","count":10},{"name":"anniel-stripe","email":"97691964+anniel-stripe","login":"anniel-stripe","count":4},{"name":"Matt Masters","email":"Matthew.Masters.MM@gmail.com","login":"MattMasters","count":4},{"name":"Jesse Rosalia","email":"jar@stripe.com","login":"jar-stripe","count":3},{"name":"tmaxwell-stripe","email":"tmaxwell@stripe.com","login":"tmaxwell-stripe","count":3},{"name":"Alex Kalinin","email":"akalinin@stripe.com","login":"akalinin-stripe","count":3},{"name":"David Zhu","email":"daz@stripe.com","login":"daz-stripe","count":2},{"name":"Jamu Kakar","email":"jkakar@stripe.com","login":"jkakar-stripe","count":2},{"name":"Joseph Paul","email":"mail@jsph.pl","login":"jsphpl","count":2},{"name":"Michael Broshi","email":"94012587+mbroshi-stripe","login":"mbroshi-stripe","count":2},{"name":"Tomer Elmalem","email":"tomer@stripe.com","login":"tomer-stripe","count":2},{"name":"pakrym-stripe-bot","email":"105396131+pakrym-stripe-bot","login":"pakrym-stripe-bot","count":1},{"name":"kamil-stripe","email":"kamil-stripe","login":"kamil-stripe","count":1},{"name":"helenye-stripe","email":"111009531+helenye-stripe","login":"helenye-stripe","count":1},{"name":"Stefan Borsje","email":"mail@stefanborsje.com","login":"sborsje","count":1},{"name":"Ryan Swanson","email":"ryan.a.swanson@gmail.com","login":"zerbitx","count":1},{"name":"Ramya Rao","email":"100975018+ramya-stripe","login":"ramya-stripe","count":1},{"name":"PJ","email":"ipriyanshujain@gmail.com","login":"priyanshujain","count":1},{"name":"Joshua J. Lai","email":"joshuajlai@gmail.com","login":"joshuajlai","count":1},{"name":"Jeppe Fihl-Pearson","email":"github@tenzer.dk","login":"Tenzer","count":1},{"name":"James Collins","email":"james@om4.com.au","login":"thejamescollins","count":1},{"name":"Forest Hu","email":"foresthu@stripe.com","login":"foresthu-stripe","count":1},{"name":"Fay Wu","email":"fay@stripe.com","login":"fay-stripe","count":1},{"name":"Ee Durbin","email":"ewdurbin@gmail.com","login":"ewdurbin","count":1},{"name":"David Brownman","email":"xavdid@stripe.com","login":"xavdid-stripe","count":1},{"name":"Dan Wang","email":"danwang@stripe.com","login":"danwang-stripe","count":1},{"name":"Ashok","email":"60601612+ashokkjag","login":"ashokkjag","count":1},{"name":"Alexander Pakulov","email":"apakulov@stripe.com","login":"apakulov-stripe","count":1},{"name":"Alex Rattray","email":"rattrayalex@stripe.com","login":"rattrayalex-stripe","count":1},{"name":"Aarni Koskela","email":"akx@iki.fi","login":"akx","count":1}],"past_year_committers":[{"name":"stripe-openapi[bot]","email":"105521251+stripe-openapi[bot]","login":"stripe-openapi[bot]","count":349},{"name":"Michael Broshi","email":"94012587+mbroshi-stripe","login":"mbroshi-stripe","count":2},{"name":"David Brownman","email":"xavdid@stripe.com","login":"xavdid-stripe","count":1}],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-05-10T00:00:08.421Z","repositories_count":6232661,"commits_count":895547759,"contributors_count":34899250,"owners_count":1151548,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues":{"table":{"full_name":"stripe/stripe-mock","html_url":"https://github.com/stripe/stripe-mock","last_synced_at":"2026-01-13T17:04:55.823Z","status":null,"issues_count":72,"pull_requests_count":1568,"avg_time_to_close_issue":38801618.36923077,"avg_time_to_close_pull_request":64312.0826446281,"issues_closed_count":65,"pull_requests_closed_count":1452,"pull_request_authors_count":25,"issue_authors_count":64,"avg_comments_per_issue":2.375,"avg_comments_per_pull_request":0.03443877551020408,"merged_pull_requests_count":1437,"bot_issues_count":7,"bot_pull_requests_count":1504,"past_year_issues_count":10,"past_year_pull_requests_count":595,"past_year_avg_time_to_close_issue":218888.57142857142,"past_year_avg_time_to_close_pull_request":18251.890625,"past_year_issues_closed_count":7,"past_year_pull_requests_closed_count":512,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":8,"past_year_avg_comments_per_issue":1.1,"past_year_avg_comments_per_pull_request":0.005042016806722689,"past_year_bot_issues_count":3,"past_year_bot_pull_requests_count":591,"past_year_merged_pull_requests_count":508,"created_at":"2023-05-16T06:49:01.716Z","updated_at":"2026-01-13T17:04:55.824Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/stripe%2Fstripe-mock/issues","issue_labels_count":{"table":{"future":10}},"pull_request_labels_count":{"table":{"approved":3,"bug":1,"future":1}},"issue_author_associations_count":{"table":{"NONE":61,"CONTRIBUTOR":11}},"pull_request_author_associations_count":{"table":{"CONTRIBUTOR":1554,"NONE":14}},"issue_authors":{"table":{"stripe-openapi[bot]":7,"tristanoneil":2,"krystof-k":2,"Baravd":1,"shaun-wild":1,"ktravers":1,"src-r-r":1,"omnilord":1,"qrush":1,"ChristianSch":1,"pakrym-stripe":1,"bobbyangers":1,"vinci1it2000":1,"shadab14meb346":1,"kxhitiz":1,"1nir1":1,"jgaiser-alto":1,"kakuiho":1,"danieljnchen":1,"augustoccesar":1,"RuslanRamazanov72":1,"okapies":1,"gleme":1,"tom42530":1,"leoht":1,"M0dM":1,"Sudakatux":1,"jasonlewis":1,"boatcoder":1,"kr4ster":1,"WombleWoo7547":1,"adamthehutt":1,"austin-tk":1,"tgsoverly":1,"CharlyPoppins":1,"berrybuitenhuis":1,"Andrewangeta":1,"arlyon":1,"JackWink":1,"priyanshujain":1,"dominiclord":1,"nbensalha":1,"raldred":1,"brandur-stripe":1,"davidhough":1,"MichaelbjordansHusband":1,"ruzaikr":1,"larryro":1,"remi-stripe":1,"mzdemezer":1,"S0AndS0":1,"alko89":1,"hjoly2003":1,"louischatriot":1,"dodalovicgran":1,"edalzell":1,"ArthurGuy":1,"josejibin":1,"carantunes":1,"jsutaria":1,"jcxplorer":1,"gabkk":1,"kerak19":1,"JamesHemery":1}},"pull_request_authors":{"table":{"stripe-openapi[bot]":1504,"pakrym-stripe":21,"richardm-stripe":9,"anniel-stripe":5,"acdesouza":2,"mickjermsurawong-stripe":2,"helenye-stripe":2,"ramya-stripe":2,"dcr-stripe":2,"brandur-stripe":2,"Arumi007":2,"jar-stripe":2,"Wenmeilin":1,"josejibin":1,"ashokkjag":1,"JamesHemery":1,"cji-stripe":1,"akx":1,"akalinin-stripe":1,"Thomascogez":1,"ewdurbin":1,"nudnikz":1,"sborsje":1,"zerbitx":1,"prathmesh-stripe":1}},"host":{"table":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-05-04T00:00:36.985Z","repositories_count":14494467,"issues_count":34232285,"pull_requests_count":112200508,"authors_count":11254133,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"}},"past_year_issue_labels_count":{"table":{}},"past_year_pull_request_labels_count":{"table":{}},"past_year_issue_author_associations_count":{"table":{"CONTRIBUTOR":3,"NONE":3}},"past_year_pull_request_author_associations_count":{"table":{"CONTRIBUTOR":274,"NONE":2}},"past_year_issue_authors":{"table":{"stripe-openapi[bot]":3,"dominiclord":1,"gleme":1,"S0AndS0":1}},"past_year_pull_request_authors":{"table":{"stripe-openapi[bot]":274,"acdesouza":2}},"maintainers":[],"active_maintainers":[]}},"events":{"total":{"CreateEvent":478,"IssuesEvent":12,"ReleaseEvent":6,"WatchEvent":132,"DeleteEvent":460,"IssueCommentEvent":16,"PushEvent":614,"PullRequestReviewEvent":449,"PullRequestEvent":905,"ForkEvent":13},"last_year":{"CreateEvent":383,"ReleaseEvent":4,"IssuesEvent":8,"WatchEvent":108,"DeleteEvent":365,"IssueCommentEvent":11,"PushEvent":491,"PullRequestReviewEvent":362,"PullRequestEvent":721,"ForkEvent":10}},"keywords":[],"dependencies":[{"ecosystem":"actions","filepath":".github/workflows/ci.yml","sha":null,"kind":"manifest","created_at":"2023-02-18T00:15:57.118Z","updated_at":"2023-02-18T00:15:57.118Z","repository_link":"https://github.com/stripe/stripe-mock/blob/master/.github/workflows/ci.yml","dependencies":[{"id":7749650950,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":7749650951,"package_name":"actions/setup-go","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/release.yml","sha":null,"kind":"manifest","created_at":"2023-02-18T00:15:57.319Z","updated_at":"2023-02-18T00:15:57.319Z","repository_link":"https://github.com/stripe/stripe-mock/blob/master/.github/workflows/release.yml","dependencies":[{"id":7749653491,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":7749653492,"package_name":"actions/setup-go","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":7749653493,"package_name":"tibdex/github-app-token","ecosystem":"actions","requirements":"v1.5.2","direct":true,"kind":"composite","optional":false},{"id":7749653494,"package_name":"goreleaser/goreleaser-action","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/tag.yml","sha":null,"kind":"manifest","created_at":"2023-02-18T00:15:58.488Z","updated_at":"2023-02-18T00:15:58.488Z","repository_link":"https://github.com/stripe/stripe-mock/blob/master/.github/workflows/tag.yml","dependencies":[{"id":7749653845,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":7749653847,"package_name":"tibdex/github-app-token","ecosystem":"actions","requirements":"v1.5.2","direct":true,"kind":"composite","optional":false},{"id":7749653849,"package_name":"actions/github-script","ecosystem":"actions","requirements":"v5","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"docker","filepath":"Dockerfile","sha":null,"kind":"manifest","created_at":"2023-02-18T00:15:59.364Z","updated_at":"2023-02-18T00:15:59.364Z","repository_link":"https://github.com/stripe/stripe-mock/blob/master/Dockerfile","dependencies":[{"id":7749655351,"package_name":"alpine","ecosystem":"docker","requirements":"latest","direct":true,"kind":"build","optional":false}]},{"ecosystem":"go","filepath":"go.mod","sha":null,"kind":"manifest","created_at":"2023-02-18T00:16:01.467Z","updated_at":"2023-02-18T00:16:01.467Z","repository_link":"https://github.com/stripe/stripe-mock/blob/master/go.mod","dependencies":[{"id":7749657967,"package_name":"github.com/davecgh/go-spew","ecosystem":"go","requirements":"v0.0.0-20151105211317-5215b55f46b2","direct":true,"kind":"runtime","optional":false},{"id":7749657968,"package_name":"github.com/lestrrat-go/jspointer","ecosystem":"go","requirements":"v0.0.0-20181205001929-82fadba7561c","direct":true,"kind":"runtime","optional":false},{"id":7749657969,"package_name":"github.com/lestrrat-go/jsref","ecosystem":"go","requirements":"v0.0.0-20181205001954-1b590508f37d","direct":true,"kind":"runtime","optional":false},{"id":7749657970,"package_name":"github.com/lestrrat-go/jsschema","ecosystem":"go","requirements":"v0.0.0-20181205002244-5c81c58ffcc3","direct":true,"kind":"runtime","optional":false},{"id":7749657971,"package_name":"github.com/lestrrat-go/jsval","ecosystem":"go","requirements":"v0.0.0-20181205002323-20277e9befc0","direct":true,"kind":"runtime","optional":false},{"id":7749657972,"package_name":"github.com/lestrrat-go/pdebug","ecosystem":"go","requirements":"v0.0.0-20180220043849-39f9a71bcabe","direct":true,"kind":"runtime","optional":false},{"id":7749657987,"package_name":"github.com/lestrrat-go/structinfo","ecosystem":"go","requirements":"v0.0.0-20190212233437-acd51874663b","direct":true,"kind":"runtime","optional":false},{"id":7749658013,"package_name":"github.com/pkg/errors","ecosystem":"go","requirements":"v0.8.1-0.20170505043639-c605e284fe17","direct":true,"kind":"runtime","optional":false},{"id":7749658015,"package_name":"github.com/stretchr/testify","ecosystem":"go","requirements":"v0.0.0-20150620232711-089c7181b8c7","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"go","filepath":"go.sum","sha":null,"kind":"lockfile","created_at":"2023-02-18T00:16:02.455Z","updated_at":"2023-02-18T00:16:02.455Z","repository_link":"https://github.com/stripe/stripe-mock/blob/master/go.sum","dependencies":[{"id":7749660456,"package_name":"github.com/davecgh/go-spew","ecosystem":"go","requirements":"v0.0.0-20151105211317-5215b55f46b2","direct":false,"kind":"runtime","optional":false},{"id":7749660457,"package_name":"github.com/lestrrat-go/jspointer","ecosystem":"go","requirements":"v0.0.0-20181205001929-82fadba7561c","direct":false,"kind":"runtime","optional":false},{"id":7749660458,"package_name":"github.com/lestrrat-go/jsref","ecosystem":"go","requirements":"v0.0.0-20181205001954-1b590508f37d","direct":false,"kind":"runtime","optional":false},{"id":7749660459,"package_name":"github.com/lestrrat-go/jsschema","ecosystem":"go","requirements":"v0.0.0-20181205002244-5c81c58ffcc3","direct":false,"kind":"runtime","optional":false},{"id":7749660460,"package_name":"github.com/lestrrat-go/jsval","ecosystem":"go","requirements":"v0.0.0-20181205002323-20277e9befc0","direct":false,"kind":"runtime","optional":false},{"id":7749660461,"package_name":"github.com/lestrrat-go/pdebug","ecosystem":"go","requirements":"v0.0.0-20180220043849-39f9a71bcabe","direct":false,"kind":"runtime","optional":false},{"id":7749660462,"package_name":"github.com/lestrrat-go/structinfo","ecosystem":"go","requirements":"v0.0.0-20190212233437-acd51874663b","direct":false,"kind":"runtime","optional":false},{"id":7749660463,"package_name":"github.com/pkg/errors","ecosystem":"go","requirements":"v0.8.1-0.20170505043639-c605e284fe17","direct":false,"kind":"runtime","optional":false},{"id":7749660464,"package_name":"github.com/stretchr/testify","ecosystem":"go","requirements":"v0.0.0-20150620232711-089c7181b8c7","direct":false,"kind":"runtime","optional":false}]}],"score":14.707236429087445,"created_at":"2025-08-07T15:11:40.297Z","updated_at":"2026-06-20T02:01:16.317Z","avatar_url":"https://github.com/stripe.png","language":"Go","codemeta":null,"publiccode":null,"project_url":"https://summary.ecosyste.ms/api/v1/projects/362609","html_url":"https://summary.ecosyste.ms/projects/362609"}