{"id":368990,"url":"https://github.com/GrahamDumpleton/wrapt","last_synced_at":"2026-06-19T22:30:29.290Z","repository":{"id":8694002,"uuid":"10357291","full_name":"GrahamDumpleton/wrapt","owner":"GrahamDumpleton","description":"A Python module for decorators, wrappers and monkey patching.","archived":false,"fork":false,"pushed_at":"2026-06-16T04:15:42.000Z","size":1735,"stargazers_count":2284,"open_issues_count":0,"forks_count":249,"subscribers_count":38,"default_branch":"develop","last_synced_at":"2026-06-17T03:28:23.529Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GrahamDumpleton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["GrahamDumpleton"]}},"created_at":"2013-05-29T10:22:45.000Z","updated_at":"2026-06-16T04:14:32.000Z","dependencies_parsed_at":"2024-01-15T03:58:05.093Z","dependency_job_id":"9f56c0e6-6d73-4ece-98ce-41503187ae82","html_url":"https://github.com/GrahamDumpleton/wrapt","commit_stats":{"total_commits":675,"total_committers":29,"mean_commits":"23.275862068965516","dds":0.1274074074074074,"last_synced_commit":"0da4ba568953b58cb0fe022684cf58fc307c9d83"},"previous_names":[],"tags_count":99,"template":false,"template_full_name":null,"purl":"pkg:github/GrahamDumpleton/wrapt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/sbom","scorecard":{"id":58984,"data":{"date":"2025-08-11","repo":{"name":"github.com/GrahamDumpleton/wrapt","commit":"c71bbf7198752f0f488cd6227a457c546adc3cec"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.4,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":0,"reason":"Found 0/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/build-test-release.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"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/build-test-release.yml:222: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:227: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:80: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:105: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:161: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:186: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:196: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:112","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:114","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:116","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:193","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:41","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:73","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:75","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:77","Info:   0 out of  15 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of  10 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 2-Clause \"Simplified\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'develop'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}}]},"last_synced_at":"2025-08-15T01:18:52.523Z","repository_id":8694002,"created_at":"2025-08-15T01:18:52.523Z","updated_at":"2025-08-15T01:18:52.523Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34436225,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"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":"GrahamDumpleton","name":"Graham Dumpleton","uuid":"507637","kind":"user","description":"","email":"","website":"https://grahamdumpleton.me","location":"Sydney, Australia","twitter":"GrahamDumpleton","company":null,"icon_url":"https://avatars.githubusercontent.com/u/507637?v=4","repositories_count":20,"last_synced_at":"2026-05-06T16:45:48.440Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/GrahamDumpleton","funding_links":["https://github.com/sponsors/GrahamDumpleton"],"total_stars":3189,"followers":684,"following":0,"created_at":"2022-11-02T16:22:48.531Z","updated_at":"2026-05-06T16:45:48.441Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton/repositories"},"packages":[{"id":10346218,"name":"py3-wrapt-pyc","ecosystem":"alpine","description":"Precompiled Python bytecode for py3-wrapt","homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2024-04-12T09:59:22.000Z","latest_release_published_at":"2024-04-12T09:59:22.000Z","latest_release_number":"1.16.0-r1","last_synced_at":"2026-04-08T13:07:46.464Z","created_at":"2024-06-11T10:55:09.415Z","updated_at":"2026-04-08T13:07:46.464Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.20/community/x86_64/py3-wrapt-pyc","install_command":"apk add py3-wrapt-pyc","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":8694002,"uuid":"10357291","full_name":"GrahamDumpleton/wrapt","owner":"GrahamDumpleton","description":"A Python module for decorators, wrappers and monkey patching.","archived":false,"fork":false,"pushed_at":"2025-10-17T07:59:23.000Z","size":1486,"stargazers_count":2221,"open_issues_count":55,"forks_count":244,"subscribers_count":41,"default_branch":"develop","last_synced_at":"2025-10-19T12:54:43.803Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GrahamDumpleton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["GrahamDumpleton"]}},"created_at":"2013-05-29T10:22:45.000Z","updated_at":"2025-10-19T04:26:26.000Z","dependencies_parsed_at":"2024-01-15T03:58:05.093Z","dependency_job_id":"9f56c0e6-6d73-4ece-98ce-41503187ae82","html_url":"https://github.com/GrahamDumpleton/wrapt","commit_stats":{"total_commits":675,"total_committers":29,"mean_commits":"23.275862068965516","dds":0.1274074074074074,"last_synced_commit":"0da4ba568953b58cb0fe022684cf58fc307c9d83"},"previous_names":[],"tags_count":69,"template":false,"template_full_name":null,"purl":"pkg:github/GrahamDumpleton/wrapt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/sbom","scorecard":{"id":58984,"data":{"date":"2025-08-11","repo":{"name":"github.com/GrahamDumpleton/wrapt","commit":"c71bbf7198752f0f488cd6227a457c546adc3cec"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.4,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":0,"reason":"Found 0/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/build-test-release.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"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/build-test-release.yml:222: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:227: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:80: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:105: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:161: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:186: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:196: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:112","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:114","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:116","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:193","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:41","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:73","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:75","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:77","Info:   0 out of  15 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of  10 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 2-Clause \"Simplified\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'develop'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}}]},"last_synced_at":"2025-08-15T01:18:52.523Z","repository_id":8694002,"created_at":"2025-08-15T01:18:52.523Z","updated_at":"2025-08-15T01:18:52.523Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279932269,"owners_count":26246523,"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-19T02:00:07.647Z","response_time":64,"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":"GrahamDumpleton","name":"Graham Dumpleton","uuid":"507637","kind":"user","description":"","email":"","website":"http://blog.dscpl.com.au","location":"Sydney, Australia","twitter":"GrahamDumpleton","company":null,"icon_url":"https://avatars.githubusercontent.com/u/507637?v=4","repositories_count":20,"last_synced_at":"2025-10-20T04:43:11.061Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/GrahamDumpleton","funding_links":["https://github.com/sponsors/GrahamDumpleton"],"total_stars":3189,"followers":676,"following":0,"created_at":"2022-11-02T16:22:48.531Z","updated_at":"2025-10-20T04:43:11.061Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton/repositories"},"tags":[{"name":"2.0.0rc6","sha":"93ec4aa33ded323d546a447c9dc93433c03e0942","kind":"tag","published_at":"2025-10-17T07:59:20.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc6","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc6/manifests"},{"name":"2.0.0rc5","sha":"074d2785d8efde7d5150609e0048faf1ec888e95","kind":"tag","published_at":"2025-10-16T05:11:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc5","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc5/manifests"},{"name":"2.0.0rc4","sha":"809cb14094467e6f17ad467bae34f60cf3df6500","kind":"tag","published_at":"2025-10-05T09:27:36.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc4/manifests"},{"name":"2.0.0rc3","sha":"d9cc11b32d1fb7dd7800b3e39559d627f92ec13d","kind":"tag","published_at":"2025-10-03T23:21:44.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc3/manifests"},{"name":"2.0.0rc2","sha":"f78e26c86bac207144893e50c214d7538e36a814","kind":"tag","published_at":"2025-08-19T01:36:57.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc2/manifests"},{"name":"1.14.2","sha":"16cff8e15f3f234686abf9ace315094ec319af2a","kind":"tag","published_at":"2025-08-12T06:34:45.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.2/manifests"},{"name":"1.17.3","sha":"99130c02842c87001f40dbe73e21934c0615398d","kind":"tag","published_at":"2025-08-12T04:58:30.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.3/manifests"},{"name":"2.0.0rc1","sha":"42afd773f4ba0d181310d5cac2bbe3199b2378d1","kind":"tag","published_at":"2025-08-11T08:41:47.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc1/manifests"},{"name":"1.17.2","sha":"bcc1f26b2fe8fc962f5033c3a3a773425500789a","kind":"tag","published_at":"2025-01-14T10:18:28.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.2/manifests"},{"name":"1.17.1","sha":"c41e6eadb39f45ce96f488cecb250e417926b49d","kind":"tag","published_at":"2025-01-11T02:25:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.1/manifests"},{"name":"1.17.0","sha":"e663d4910a81d666786ac773ad7c16199b01d31b","kind":"tag","published_at":"2024-11-22T06:00:51.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0/manifests"},{"name":"1.17.0rc1","sha":"75f291f8bf1fe6535b13b0b3dfedca012ca6c8a5","kind":"tag","published_at":"2024-10-17T02:34:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0rc1/manifests"},{"name":"1.17.0dev4","sha":"1a6b4680cba43c28f991149800249ec9f3089e26","kind":"tag","published_at":"2024-10-07T23:00:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev4/manifests"},{"name":"1.17.0dev3","sha":"74d5547da1d0fdd8b6401805ac23ec942e9dd8f2","kind":"tag","published_at":"2024-10-06T23:40:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev3/manifests"},{"name":"1.17.0dev2","sha":"c91f60cca38ed012de06b116acb9339c4a992157","kind":"tag","published_at":"2024-10-06T23:23:50.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev2/manifests"},{"name":"1.17.0dev1","sha":"a8066b5637b2e76c112c30a3b8df0020854a2b90","kind":"tag","published_at":"2024-10-06T22:55:49.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev1/manifests"},{"name":"1.16.0","sha":"14ac73e28b2e8b330443e1d31c4a1d226329babc","kind":"tag","published_at":"2023-11-09T06:09:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0/manifests"},{"name":"1.16.0rc2","sha":"8d0836d7c4f08f442d38d5af6984fac98f132170","kind":"tag","published_at":"2023-11-05T01:33:18.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc2/manifests"},{"name":"1.16.0rc1","sha":"0c9ad919240f7c49cf5ff39e1f690cc9b35aa671","kind":"tag","published_at":"2023-10-07T06:41:32.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc1/manifests"},{"name":"1.15.0","sha":"0634a79c934e4bbf11b4081d3f1610588d7ae4a6","kind":"tag","published_at":"2023-02-27T01:08:18.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.15.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0/manifests"},{"name":"1.15.0rc1","sha":"c11181dc7b891c9e59391a24379f89a8cdac9092","kind":"tag","published_at":"2023-01-12T06:57:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.15.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.15.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.15.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0rc1/manifests"},{"name":"1.14.1","sha":"f2f1a680113d500f525de78da91ae19235efef16","kind":"tag","published_at":"2022-05-02T04:27:44.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.1/manifests"},{"name":"1.14.0","sha":"77634fa8a3e092b2e876f4ffec8849a0fe5a33fb","kind":"tag","published_at":"2022-03-10T07:11:34.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0/manifests"},{"name":"1.14.0rc1","sha":"8f180bf981fc7a92094cfecfd7a9e5f591d4bd4b","kind":"tag","published_at":"2022-03-05T06:07:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0rc1/manifests"},{"name":"1.13.3","sha":"4c614824025222c12ce41301213842f5c3cb0139","kind":"tag","published_at":"2021-10-29T21:00:41.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3/manifests"},{"name":"1.13.3rc1","sha":"d604b81ebbe7f23f132bf269c55397827efa4d13","kind":"tag","published_at":"2021-10-17T01:01:02.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.3rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.3rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.3rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3rc1/manifests"},{"name":"1.13.2rc1","sha":"7990df3f32bd0ffb795ce0bc28e0d6b4cbae803e","kind":"tag","published_at":"2021-10-17T01:00:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.2rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.2rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.2rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2rc1/manifests"},{"name":"1.13.0rc1","sha":"97743109d79a3a3e5bf8b7b5b18d0ec92b2654ab","kind":"tag","published_at":"2021-10-17T00:55:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc1/manifests"},{"name":"1.13.0rc3","sha":"690cc2cb654a5772d73ecc83932358b4a6091921","kind":"tag","published_at":"2021-10-17T00:54:52.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc3/manifests"},{"name":"1.13.0rc2","sha":"7cb212b7021ec026fcbc928491819166ed18eecc","kind":"tag","published_at":"2021-10-17T00:54:35.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc2/manifests"},{"name":"1.13.2","sha":"a8f5b3c11c42bbe082eb408f6a3228eb1988114f","kind":"tag","published_at":"2021-10-13T03:21:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2/manifests"},{"name":"1.13.1","sha":"463f54d26cb5a486ca8cb995a07d039f297bcd0d","kind":"tag","published_at":"2021-10-05T04:09:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.1/manifests"},{"name":"1.13.0","sha":"013632b7a1763f75d8ebc60238568f9a47715ad9","kind":"tag","published_at":"2021-10-04T23:50:30.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0/manifests"},{"name":"1.12.1","sha":"68316bea668fd905a4acb21f37f12596d8c30d80","kind":"tag","published_at":"2020-03-09T02:31:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.12.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.1/manifests"},{"name":"1.12.0","sha":"0148e39ab7baffe281e2ce7e6639c9a46da3afeb","kind":"tag","published_at":"2020-02-16T23:26:17.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.12.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.0/manifests"},{"name":"1.11.2","sha":"22df552d2a0836ab7dc7127d19b90d15d3bba803","kind":"tag","published_at":"2019-06-18T01:10:12.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.2/manifests"},{"name":"1.11.1","sha":"58209f12d31e0339b2570ecda15d43a79fb9b4ff","kind":"tag","published_at":"2019-01-19T05:37:04.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.1/manifests"},{"name":"1.11.0","sha":"f17fef7f85204ecdf4aad05a45459fb46b0c37a0","kind":"tag","published_at":"2019-01-10T04:28:46.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.0/manifests"},{"name":"1.10.11","sha":"a4aeb4c7924ca18f4e9afa97172c95b1dad1e925","kind":"tag","published_at":"2017-08-11T05:22:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.11","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.11/manifests"},{"name":"1.10.10","sha":"b2e4759d31b3e4815077f03aeefea9ceadc67530","kind":"tag","published_at":"2017-03-15T00:37:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.10","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.10/manifests"},{"name":"1.10.9","sha":"f857716ca6cb08a29c2db7af633c57007773a5b5","kind":"tag","published_at":"2017-03-15T00:02:23.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.9","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.9/manifests"},{"name":"1.10.8","sha":"5f70d5c6b0d8c9a21a9396dfc261699fee4e023d","kind":"tag","published_at":"2016-04-10T23:32:33.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.8","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.8/manifests"},{"name":"1.10.7","sha":"fa8f7305886eff6df7b1cb06bc0eeb3a26b96cef","kind":"tag","published_at":"2016-03-31T05:49:07.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.7","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.7/manifests"},{"name":"1.10.6","sha":"5ce37e6dc4a91b4f5e0d57d62b5b182e2162016f","kind":"tag","published_at":"2015-12-08T23:05:05.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.6","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.6/manifests"},{"name":"1.10.5","sha":"42af0563bf88e84d215dea9ea6f989cb867e930e","kind":"tag","published_at":"2015-07-03T00:29:15.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.5","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.5/manifests"},{"name":"1.10.4","sha":"e57ed908133f52dce74ff35a321eb5cf9faa4e80","kind":"tag","published_at":"2015-03-18T04:24:34.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.4/manifests"},{"name":"1.10.3","sha":"778f1a0923215e2b8c17d047a7e107da2061d4f0","kind":"tag","published_at":"2015-03-18T04:13:12.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.3/manifests"},{"name":"1.10.2","sha":"74ef3b02a189809688290c84bddd54b4f33e1d2b","kind":"tag","published_at":"2014-12-11T09:48:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.2/manifests"},{"name":"1.10.1","sha":"71d7e7c3849982f7596eb7203ed6288ea290f2a1","kind":"tag","published_at":"2014-11-26T00:30:36.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.1/manifests"},{"name":"1.10.0","sha":"7fd59051fc4fb5d1f293675e4a249e3b5b0c406d","kind":"tag","published_at":"2014-11-20T06:20:09.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.0/manifests"},{"name":"1.9.0","sha":"a3c7f8c681c5809d6b5771bcd376b0b1817a4d38","kind":"tag","published_at":"2014-08-22T10:47:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.9.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.9.0/manifests"},{"name":"1.8.0","sha":"356a131d83c27e00a61a61fcc1264958942710a4","kind":"tag","published_at":"2014-05-03T10:15:32.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.8.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.8.0/manifests"},{"name":"1.7.0","sha":"dc8a30137def6524330b4a235158ca84ebc864f7","kind":"tag","published_at":"2014-04-26T11:19:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.7.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.7.0/manifests"},{"name":"1.6.0","sha":"4abbac872ccf0c253374277ce7c72f188b8469b7","kind":"commit","published_at":"2014-01-26T05:02:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.6.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.6.0/manifests"},{"name":"1.5.1","sha":"928e21c085621cc7baf4bad0b8ade851d35d62fa","kind":"commit","published_at":"2014-01-14T09:22:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.5.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.1/manifests"},{"name":"1.5.0","sha":"9826d05da58c4f3281de43bc268dd7a7674f8385","kind":"commit","published_at":"2014-01-02T10:04:43.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.5.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.0/manifests"},{"name":"1.4.2","sha":"4f6dda2be47c92d5554e34414304b3c1e23b221c","kind":"commit","published_at":"2013-12-28T02:53:35.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"440b8beeda5fe3fe601c275661d0c86bea7e7dc7","kind":"commit","published_at":"2013-12-23T00:26:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.1/manifests"},{"name":"1.4.0","sha":"f005088486bbb0f285ae5532ef1a18ed6c3b1f85","kind":"commit","published_at":"2013-12-20T09:56:49.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.0/manifests"},{"name":"1.3.1","sha":"a260e7cd2c36c475823ab57f548d321615178454","kind":"commit","published_at":"2013-12-19T11:15:10.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.3.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.1/manifests"},{"name":"1.3.0","sha":"fd6abb6c43699bc80b3810ef2861b5cb18f08fb4","kind":"commit","published_at":"2013-12-19T10:46:24.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.3.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.0/manifests"},{"name":"1.2.1","sha":"a8fd78136bebe05cb94470b9b514ba5167f5a687","kind":"commit","published_at":"2013-10-16T05:42:33.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.2.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.1/manifests"},{"name":"1.2.0","sha":"8dc4c2cfd92940c83e76882f433dce85f1b846a8","kind":"commit","published_at":"2013-10-11T01:03:41.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.2.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.0/manifests"},{"name":"1.1.4","sha":"34e963a757cb5b8c5f21d0c34f1ca055a0e0ad5f","kind":"commit","published_at":"2013-09-27T02:33:47.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.4/manifests"},{"name":"1.1.3","sha":"cecccbdaeeb1a5b3428351a38011f6bc6bca36b5","kind":"commit","published_at":"2013-09-24T10:48:06.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.3/manifests"},{"name":"1.1.2","sha":"d1036fe0de611f4790f534e15dfd264ee2843eae","kind":"commit","published_at":"2013-09-20T12:16:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.2/manifests"},{"name":"1.1.1","sha":"032c7c6b42981742b5c228e68aae2fb2f98da196","kind":"commit","published_at":"2013-09-19T12:34:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.1/manifests"},{"name":"1.1.0","sha":"2bc2959d4e36140801d27d24c24dca461ae50470","kind":"commit","published_at":"2013-09-18T12:07:16.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.0/manifests"},{"name":"1.0.0","sha":"4a0420cc40c6d7b73498a58283e2d62a6a0d4a15","kind":"commit","published_at":"2013-09-06T21:18:31.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.0.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-10-21T00:56:17.925Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/py3-wrapt-pyc?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.20","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-wrapt-pyc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-wrapt-pyc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-wrapt-pyc/dependencies","status":null,"funding_links":["https://github.com/sponsors/GrahamDumpleton"],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-20T05:00:42.535Z","issues_count":117,"pull_requests_count":52,"avg_time_to_close_issue":40792119.4054054,"avg_time_to_close_pull_request":26920321.43902439,"issues_closed_count":74,"pull_requests_closed_count":41,"pull_request_authors_count":32,"issue_authors_count":103,"avg_comments_per_issue":6.538461538461538,"avg_comments_per_pull_request":3.6153846153846154,"merged_pull_requests_count":21,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":9,"past_year_pull_requests_count":18,"past_year_avg_time_to_close_issue":67627.5,"past_year_avg_time_to_close_pull_request":5039400.363636363,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":7,"past_year_issue_authors_count":8,"past_year_avg_comments_per_issue":8.666666666666666,"past_year_avg_comments_per_pull_request":1.722222222222222,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":9,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/py3-wrapt-pyc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/py3-wrapt-pyc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/py3-wrapt-pyc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/py3-wrapt-pyc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/py3-wrapt-pyc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/py3-wrapt-pyc/codemeta","maintainers":[{"uuid":"prspkt@protonmail.com","login":null,"name":"prspkt","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=prspkt","packages_count":80,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=prspkt","role":null,"created_at":"2024-06-12T01:48:04.623Z","updated_at":"2024-06-12T01:48:04.623Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/maintainers/prspkt@protonmail.com/packages"}],"registry":{"name":"alpine-v3.20","url":"https://pkgs.alpinelinux.org/packages?branch=v3.20","ecosystem":"alpine","default":false,"packages_count":24162,"maintainers_count":405,"namespaces_count":2,"keywords_count":4251,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1476},"icon_url":"https://github.com/alpinelinux.png","created_at":"2024-06-07T11:51:39.915Z","updated_at":"2026-06-10T05:19:00.233Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/namespaces"}},{"id":12881200,"name":"python313Packages.wrapt","ecosystem":"nixpkgs","description":"Module for decorators, wrappers and monkey patching","homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-27T05:51:56.529Z","latest_release_published_at":"2026-01-27T05:51:56.529Z","latest_release_number":"1.17.2","last_synced_at":"2026-05-14T17:14:38.747Z","created_at":"2026-01-27T05:51:56.276Z","updated_at":"2026-05-14T17:14:38.747Z","registry_url":"https://search.nixos.org/packages?channel=unstable\u0026query=python313Packages.wrapt","install_command":"nix-env -iA nixpkgs.python313Packages.wrapt","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/python-modules/wrapt/default.nix#L42","metadata":{"nix_attribute":"python3.13-wrapt-1.17.2","position":"pkgs/development/python-modules/wrapt/default.nix:42","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","aarch64-darwin","aarch64-windows","x86_64-windows","i686-windows","i686-freebsd","x86_64-freebsd","aarch64-freebsd"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","doc","out"],"upstream_ecosystem":"pypi","upstream_name":"wrapt","upstream_purl":"pkg:pypi/wrapt"},"repo_metadata":{},"repo_metadata_updated_at":"2026-03-07T07:25:51.761Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/python313Packages.wrapt?channel=unstable","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python313Packages.wrapt","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python313Packages.wrapt","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python313Packages.wrapt/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.wrapt/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.wrapt/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.wrapt/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.wrapt/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.wrapt/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.wrapt/codemeta","maintainers":[],"registry":{"name":"nixpkgs-unstable","url":"https://channels.nixos.org/nixos-unstable","ecosystem":"nixpkgs","default":true,"packages_count":148656,"maintainers_count":4717,"namespaces_count":0,"keywords_count":2908,"github":"NixOS","metadata":{"funded_packages_count":1599},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:52.762Z","updated_at":"2026-06-10T05:16:03.119Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/namespaces"}},{"id":2973870,"name":"wrapt","ecosystem":"pypi","description":"Module for decorators, wrappers and monkey patching.","homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":["wrapper","proxy","decorator"],"namespace":null,"versions_count":99,"first_release_published_at":"2023-08-17T20:57:16.667Z","latest_release_published_at":"2026-05-22T14:47:27.000Z","latest_release_number":"2.2.1","last_synced_at":"2026-06-18T15:31:04.455Z","created_at":"2022-04-10T13:06:34.246Z","updated_at":"2026-06-18T15:31:04.455Z","registry_url":"https://pypi.org/project/wrapt/","install_command":"pip install wrapt --index-url https://pypi.org/simple","documentation_url":"https://wrapt.readthedocs.io/","metadata":{"funding":null,"documentation":"https://wrapt.readthedocs.io/","classifiers":["Development Status :: 5 - Production/Stable","Programming Language :: Python :: 3","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12","Programming Language :: Python :: 3.13","Programming Language :: Python :: 3.14","Programming Language :: Python :: 3.9","Programming Language :: Python :: Implementation :: CPython","Programming Language :: Python :: Implementation :: PyPy"],"normalized_name":"wrapt","project_status":null},"repo_metadata":{"id":8694002,"uuid":"10357291","full_name":"GrahamDumpleton/wrapt","owner":"GrahamDumpleton","description":"A Python module for decorators, wrappers and monkey patching.","archived":false,"fork":false,"pushed_at":"2024-10-17T02:34:28.000Z","size":975,"stargazers_count":2055,"open_issues_count":60,"forks_count":231,"subscribers_count":46,"default_branch":"develop","last_synced_at":"2024-10-29T10:58:10.184Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GrahamDumpleton.png","metadata":{"files":{"readme":"README.rst","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}},"created_at":"2013-05-29T10:22:45.000Z","updated_at":"2024-10-25T16:33:54.000Z","dependencies_parsed_at":"2024-01-15T03:58:05.093Z","dependency_job_id":"9f56c0e6-6d73-4ece-98ce-41503187ae82","html_url":"https://github.com/GrahamDumpleton/wrapt","commit_stats":{"total_commits":609,"total_committers":27,"mean_commits":"22.555555555555557","dds":"0.13628899835796382","last_synced_commit":"980e4b451c2b3cdef1d32c9ae10d97894dd3735e"},"previous_names":[],"tags_count":53,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222088855,"owners_count":16929038,"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","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":"GrahamDumpleton","name":"Graham Dumpleton","uuid":"507637","kind":"user","description":"","email":"","website":"http://blog.dscpl.com.au","location":"Sydney, Australia","twitter":"GrahamDumpleton","company":null,"icon_url":"https://avatars.githubusercontent.com/u/507637?v=4","repositories_count":20,"last_synced_at":"2024-04-21T21:04:15.755Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/GrahamDumpleton","funding_links":[],"total_stars":3189,"followers":643,"following":0,"created_at":"2022-11-02T16:22:48.531Z","updated_at":"2024-04-21T21:04:20.452Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton/repositories"},"tags":[{"name":"1.16.0","sha":"14ac73e28b2e8b330443e1d31c4a1d226329babc","kind":"tag","published_at":"2023-11-09T06:09:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0/manifests"},{"name":"1.16.0rc2","sha":"8d0836d7c4f08f442d38d5af6984fac98f132170","kind":"tag","published_at":"2023-11-05T01:33:18.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc2/manifests"},{"name":"1.16.0rc1","sha":"0c9ad919240f7c49cf5ff39e1f690cc9b35aa671","kind":"tag","published_at":"2023-10-07T06:41:32.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc1/manifests"},{"name":"1.15.0","sha":"0634a79c934e4bbf11b4081d3f1610588d7ae4a6","kind":"tag","published_at":"2023-02-27T01:08:18.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.15.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0/manifests"},{"name":"1.15.0rc1","sha":"c11181dc7b891c9e59391a24379f89a8cdac9092","kind":"tag","published_at":"2023-01-12T06:57:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.15.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.15.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0rc1/manifests"},{"name":"1.14.1","sha":"f2f1a680113d500f525de78da91ae19235efef16","kind":"tag","published_at":"2022-05-02T04:27:44.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.1/manifests"},{"name":"1.14.0","sha":"77634fa8a3e092b2e876f4ffec8849a0fe5a33fb","kind":"tag","published_at":"2022-03-10T07:11:34.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0/manifests"},{"name":"1.14.0rc1","sha":"8f180bf981fc7a92094cfecfd7a9e5f591d4bd4b","kind":"tag","published_at":"2022-03-05T06:07:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0rc1/manifests"},{"name":"1.13.3","sha":"4c614824025222c12ce41301213842f5c3cb0139","kind":"tag","published_at":"2021-10-29T21:00:41.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3/manifests"},{"name":"1.13.3rc1","sha":"d604b81ebbe7f23f132bf269c55397827efa4d13","kind":"tag","published_at":"2021-10-17T01:01:02.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.3rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.3rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3rc1/manifests"},{"name":"1.13.2rc1","sha":"7990df3f32bd0ffb795ce0bc28e0d6b4cbae803e","kind":"tag","published_at":"2021-10-17T01:00:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.2rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.2rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2rc1/manifests"},{"name":"1.13.0rc1","sha":"97743109d79a3a3e5bf8b7b5b18d0ec92b2654ab","kind":"tag","published_at":"2021-10-17T00:55:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc1/manifests"},{"name":"1.13.0rc3","sha":"690cc2cb654a5772d73ecc83932358b4a6091921","kind":"tag","published_at":"2021-10-17T00:54:52.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc3/manifests"},{"name":"1.13.0rc2","sha":"7cb212b7021ec026fcbc928491819166ed18eecc","kind":"tag","published_at":"2021-10-17T00:54:35.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc2/manifests"},{"name":"1.13.2","sha":"a8f5b3c11c42bbe082eb408f6a3228eb1988114f","kind":"tag","published_at":"2021-10-13T03:21:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2/manifests"},{"name":"1.13.1","sha":"463f54d26cb5a486ca8cb995a07d039f297bcd0d","kind":"tag","published_at":"2021-10-05T04:09:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.1/manifests"},{"name":"1.13.0","sha":"013632b7a1763f75d8ebc60238568f9a47715ad9","kind":"tag","published_at":"2021-10-04T23:50:30.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0/manifests"},{"name":"1.12.1","sha":"68316bea668fd905a4acb21f37f12596d8c30d80","kind":"tag","published_at":"2020-03-09T02:31:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.12.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.1/manifests"},{"name":"1.12.0","sha":"0148e39ab7baffe281e2ce7e6639c9a46da3afeb","kind":"tag","published_at":"2020-02-16T23:26:17.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.12.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.0/manifests"},{"name":"1.11.2","sha":"22df552d2a0836ab7dc7127d19b90d15d3bba803","kind":"tag","published_at":"2019-06-18T01:10:12.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.2/manifests"},{"name":"1.11.1","sha":"58209f12d31e0339b2570ecda15d43a79fb9b4ff","kind":"tag","published_at":"2019-01-19T05:37:04.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.1/manifests"},{"name":"1.11.0","sha":"f17fef7f85204ecdf4aad05a45459fb46b0c37a0","kind":"tag","published_at":"2019-01-10T04:28:46.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.0/manifests"},{"name":"1.10.11","sha":"a4aeb4c7924ca18f4e9afa97172c95b1dad1e925","kind":"tag","published_at":"2017-08-11T05:22:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.11","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.11/manifests"},{"name":"1.10.10","sha":"b2e4759d31b3e4815077f03aeefea9ceadc67530","kind":"tag","published_at":"2017-03-15T00:37:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.10","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.10/manifests"},{"name":"1.10.9","sha":"f857716ca6cb08a29c2db7af633c57007773a5b5","kind":"tag","published_at":"2017-03-15T00:02:23.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.9","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.9/manifests"},{"name":"1.10.8","sha":"5f70d5c6b0d8c9a21a9396dfc261699fee4e023d","kind":"tag","published_at":"2016-04-10T23:32:33.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.8","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.8/manifests"},{"name":"1.10.7","sha":"fa8f7305886eff6df7b1cb06bc0eeb3a26b96cef","kind":"tag","published_at":"2016-03-31T05:49:07.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.7","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.7/manifests"},{"name":"1.10.6","sha":"5ce37e6dc4a91b4f5e0d57d62b5b182e2162016f","kind":"tag","published_at":"2015-12-08T23:05:05.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.6","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.6/manifests"},{"name":"1.10.5","sha":"42af0563bf88e84d215dea9ea6f989cb867e930e","kind":"tag","published_at":"2015-07-03T00:29:15.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.5","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.5/manifests"},{"name":"1.10.4","sha":"e57ed908133f52dce74ff35a321eb5cf9faa4e80","kind":"tag","published_at":"2015-03-18T04:24:34.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.4/manifests"},{"name":"1.10.3","sha":"778f1a0923215e2b8c17d047a7e107da2061d4f0","kind":"tag","published_at":"2015-03-18T04:13:12.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.3/manifests"},{"name":"1.10.2","sha":"74ef3b02a189809688290c84bddd54b4f33e1d2b","kind":"tag","published_at":"2014-12-11T09:48:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.2/manifests"},{"name":"1.10.1","sha":"71d7e7c3849982f7596eb7203ed6288ea290f2a1","kind":"tag","published_at":"2014-11-26T00:30:36.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.1/manifests"},{"name":"1.10.0","sha":"7fd59051fc4fb5d1f293675e4a249e3b5b0c406d","kind":"tag","published_at":"2014-11-20T06:20:09.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.0/manifests"},{"name":"1.9.0","sha":"a3c7f8c681c5809d6b5771bcd376b0b1817a4d38","kind":"tag","published_at":"2014-08-22T10:47:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.9.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.9.0/manifests"},{"name":"1.8.0","sha":"356a131d83c27e00a61a61fcc1264958942710a4","kind":"tag","published_at":"2014-05-03T10:15:32.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.8.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.8.0/manifests"},{"name":"1.7.0","sha":"dc8a30137def6524330b4a235158ca84ebc864f7","kind":"tag","published_at":"2014-04-26T11:19:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.7.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.7.0/manifests"},{"name":"1.6.0","sha":"4abbac872ccf0c253374277ce7c72f188b8469b7","kind":"commit","published_at":"2014-01-26T05:02:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.6.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.6.0/manifests"},{"name":"1.5.1","sha":"928e21c085621cc7baf4bad0b8ade851d35d62fa","kind":"commit","published_at":"2014-01-14T09:22:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.5.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.1/manifests"},{"name":"1.5.0","sha":"9826d05da58c4f3281de43bc268dd7a7674f8385","kind":"commit","published_at":"2014-01-02T10:04:43.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.5.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.0/manifests"},{"name":"1.4.2","sha":"4f6dda2be47c92d5554e34414304b3c1e23b221c","kind":"commit","published_at":"2013-12-28T02:53:35.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"440b8beeda5fe3fe601c275661d0c86bea7e7dc7","kind":"commit","published_at":"2013-12-23T00:26:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.1/manifests"},{"name":"1.4.0","sha":"f005088486bbb0f285ae5532ef1a18ed6c3b1f85","kind":"commit","published_at":"2013-12-20T09:56:49.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.0/manifests"},{"name":"1.3.1","sha":"a260e7cd2c36c475823ab57f548d321615178454","kind":"commit","published_at":"2013-12-19T11:15:10.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.3.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.1/manifests"},{"name":"1.3.0","sha":"fd6abb6c43699bc80b3810ef2861b5cb18f08fb4","kind":"commit","published_at":"2013-12-19T10:46:24.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.3.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.0/manifests"},{"name":"1.2.1","sha":"a8fd78136bebe05cb94470b9b514ba5167f5a687","kind":"commit","published_at":"2013-10-16T05:42:33.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.2.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.1/manifests"},{"name":"1.2.0","sha":"8dc4c2cfd92940c83e76882f433dce85f1b846a8","kind":"commit","published_at":"2013-10-11T01:03:41.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.2.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.0/manifests"},{"name":"1.1.4","sha":"34e963a757cb5b8c5f21d0c34f1ca055a0e0ad5f","kind":"commit","published_at":"2013-09-27T02:33:47.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.4/manifests"},{"name":"1.1.3","sha":"cecccbdaeeb1a5b3428351a38011f6bc6bca36b5","kind":"commit","published_at":"2013-09-24T10:48:06.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.3/manifests"},{"name":"1.1.2","sha":"d1036fe0de611f4790f534e15dfd264ee2843eae","kind":"commit","published_at":"2013-09-20T12:16:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.2/manifests"},{"name":"1.1.1","sha":"032c7c6b42981742b5c228e68aae2fb2f98da196","kind":"commit","published_at":"2013-09-19T12:34:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.1/manifests"},{"name":"1.1.0","sha":"2bc2959d4e36140801d27d24c24dca461ae50470","kind":"commit","published_at":"2013-09-18T12:07:16.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.0/manifests"},{"name":"1.0.0","sha":"4a0420cc40c6d7b73498a58283e2d62a6a0d4a15","kind":"commit","published_at":"2013-09-06T21:18:31.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.0.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.0.0/manifests"}]},"repo_metadata_updated_at":"2024-10-29T21:56:50.254Z","dependent_packages_count":693,"downloads":426920659,"downloads_period":"last-month","dependent_repos_count":123582,"rankings":{"downloads":0.008253745824980237,"dependent_repos_count":0.008070329251091787,"dependent_packages_count":0.03668331477768994,"stargazers_count":2.215121962850807,"forks_count":4.631818740405021,"docker_downloads_count":0.010454744711641633,"average":1.1517338063035385},"purl":"pkg:pypi/wrapt","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/wrapt","docker_dependents_count":8433,"docker_downloads_count":5131467267,"usage_url":"https://repos.ecosyste.ms/usage/pypi/wrapt","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/wrapt/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":{"last_synced_at":"2024-10-29T17:33:15.438Z","issues_count":112,"pull_requests_count":29,"avg_time_to_close_issue":42622582.35714286,"avg_time_to_close_pull_request":30871899.52173913,"issues_closed_count":70,"pull_requests_closed_count":23,"pull_request_authors_count":26,"issue_authors_count":99,"avg_comments_per_issue":6.589285714285714,"avg_comments_per_pull_request":4.758620689655173,"merged_pull_requests_count":11,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":17,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":4544448.25,"past_year_avg_time_to_close_pull_request":1001834.0,"past_year_issues_closed_count":4,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":14,"past_year_avg_comments_per_issue":5.235294117647059,"past_year_avg_comments_per_pull_request":4.333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":1,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/wrapt/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/wrapt/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/wrapt/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/wrapt/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/wrapt/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/wrapt/codemeta","maintainers":[{"uuid":"Graham.Dumpleton","login":"Graham.Dumpleton","name":null,"email":null,"url":null,"packages_count":17,"html_url":"https://pypi.org/user/Graham.Dumpleton/","role":null,"created_at":"2023-01-17T23:07:15.299Z","updated_at":"2023-01-17T23:07:15.299Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/Graham.Dumpleton/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":888724,"maintainers_count":380586,"namespaces_count":0,"keywords_count":289179,"github":"pypi","metadata":{"funded_packages_count":54301},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2026-06-10T05:13:28.296Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}},{"id":12904938,"name":"python314Packages.wrapt","ecosystem":"nixpkgs","description":"Module for decorators, wrappers and monkey patching","homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-27T11:13:47.604Z","latest_release_published_at":"2026-01-27T11:13:47.604Z","latest_release_number":"1.17.2","last_synced_at":"2026-03-07T10:21:21.556Z","created_at":"2026-01-27T11:13:47.382Z","updated_at":"2026-03-07T10:21:22.059Z","registry_url":"https://search.nixos.org/packages?channel=unstable\u0026query=python314Packages.wrapt","install_command":"nix-env -iA nixpkgs.python314Packages.wrapt","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/python-modules/wrapt/default.nix#L42","metadata":{"nix_attribute":"python3.14-wrapt-1.17.2","position":"pkgs/development/python-modules/wrapt/default.nix:42","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","aarch64-darwin","aarch64-windows","x86_64-windows","i686-windows","i686-freebsd","x86_64-freebsd","aarch64-freebsd"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","doc","out"],"upstream_ecosystem":"pypi","upstream_name":"wrapt","upstream_purl":"pkg:pypi/wrapt"},"repo_metadata":{},"repo_metadata_updated_at":"2026-03-07T10:21:22.039Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{},"purl":"pkg:nix/python314Packages.wrapt?channel=unstable","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python314Packages.wrapt","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python314Packages.wrapt","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python314Packages.wrapt/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.wrapt/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.wrapt/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.wrapt/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.wrapt/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.wrapt/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.wrapt/codemeta","maintainers":[],"registry":{"name":"nixpkgs-unstable","url":"https://channels.nixos.org/nixos-unstable","ecosystem":"nixpkgs","default":true,"packages_count":148656,"maintainers_count":4717,"namespaces_count":0,"keywords_count":2908,"github":"NixOS","metadata":{"funded_packages_count":1599},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:52.762Z","updated_at":"2026-06-10T05:16:03.119Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/namespaces"}},{"id":13527999,"name":"python-wrapt","ecosystem":"debian","description":null,"homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-10T23:05:32.772Z","latest_release_published_at":"2026-02-10T23:05:32.772Z","latest_release_number":"1.12.1-4","last_synced_at":"2026-03-14T04:21:22.173Z","created_at":"2026-02-10T23:05:32.588Z","updated_at":"2026-03-14T04:21:22.173Z","registry_url":"https://tracker.debian.org/pkg/python-wrapt","install_command":"apt-get install python-wrapt","documentation_url":"https://packages.debian.org/bullseye/python-wrapt","metadata":{"component":"main","architecture":"any all","priority":"optional","binary":"python-wrapt-doc, python3-wrapt","standards_version":"4.1.1","maintainer":"Debian OpenStack \u003cteam+openstack@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 11), dh-python, openstack-pkg-tools (\u003e= 99~), python3-all, python3-all-dev, python3-pytest, python3-setuptools, python3-six, python3-sphinx, python3-sphinx-rtd-theme","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-11T14:25:57.381Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/python-wrapt?arch=source\u0026distro=debian-11\u0026repository_url=https://packages.debian.org/bullseye","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/python-wrapt","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/python-wrapt","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/python-wrapt/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/python-wrapt/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/python-wrapt/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/python-wrapt/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/python-wrapt/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/python-wrapt/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/python-wrapt/codemeta","maintainers":[],"registry":{"name":"debian-11","url":"https://packages.debian.org/bullseye","ecosystem":"debian","default":false,"packages_count":31268,"maintainers_count":0,"namespaces_count":3,"keywords_count":764,"github":"debian","metadata":{"codename":"bullseye","funded_packages_count":100},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:49.702Z","updated_at":"2026-06-10T05:17:51.942Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/namespaces"}},{"id":13469591,"name":"python-wrapt","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-09T20:02:01.142Z","latest_release_published_at":"2026-02-09T20:02:01.142Z","latest_release_number":"1.14.1-5","last_synced_at":"2026-03-09T20:09:48.728Z","created_at":"2026-02-09T20:02:00.505Z","updated_at":"2026-03-09T20:30:37.889Z","registry_url":"https://launchpad.net/ubuntu/+source/python-wrapt","install_command":"apt-get install python-wrapt","documentation_url":null,"metadata":{"component":"main","architecture":"any all","priority":"optional","binary":"python-wrapt-doc, python3-wrapt","standards_version":"4.1.1","maintainer":"Debian OpenStack \u003cteam+openstack@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 11), dh-python, openstack-pkg-tools, python3-all, python3-all-dev, python3-pytest, python3-setuptools, python3-sphinx, python3-sphinx-rtd-theme","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/python-wrapt?arch=source\u0026distro=ubuntu-23.10\u0026repository_url=https://launchpad.net/ubuntu/mantic","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/python-wrapt","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/python-wrapt","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/python-wrapt/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/python-wrapt/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/python-wrapt/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/python-wrapt/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/python-wrapt/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/python-wrapt/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/python-wrapt/codemeta","maintainers":[],"registry":{"name":"ubuntu-23.10","url":"https://launchpad.net/ubuntu/mantic","ecosystem":"ubuntu","default":false,"packages_count":36642,"maintainers_count":0,"namespaces_count":4,"keywords_count":2223,"github":"ubuntu","metadata":{"codename":"mantic","mirror":"http://old-releases.ubuntu.com/ubuntu","funded_packages_count":444},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.636Z","updated_at":"2026-06-10T05:17:48.008Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/namespaces"}},{"id":13602973,"name":"python-wrapt","ecosystem":"debian","description":null,"homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-11T11:02:42.972Z","latest_release_published_at":"2026-02-11T11:02:42.972Z","latest_release_number":"1.10.11-1","last_synced_at":"2026-03-14T02:08:03.921Z","created_at":"2026-02-11T11:02:42.783Z","updated_at":"2026-03-14T02:08:03.921Z","registry_url":"https://tracker.debian.org/pkg/python-wrapt","install_command":"apt-get install python-wrapt","documentation_url":"https://packages.debian.org/buster/python-wrapt","metadata":{"component":"main","architecture":"any all","priority":"optional","binary":"python-wrapt, python-wrapt-doc, python3-wrapt","standards_version":"4.1.1","maintainer":"Debian OpenStack \u003cteam+openstack@tracker.debian.org\u003e","build_depends":"debhelper (\u003e= 9), dh-python, openstack-pkg-tools (\u003e= 52~), python-all-dev, python-pytest, python-setuptools, python-six, python-sphinx, python-sphinx-rtd-theme, python3-all, python3-all-dev, python3-pytest, python3-setuptools, python3-six","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-11T15:14:08.034Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/python-wrapt?arch=source\u0026distro=debian-10\u0026repository_url=https://packages.debian.org/buster","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/python-wrapt","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/python-wrapt","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/python-wrapt/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/python-wrapt/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/python-wrapt/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/python-wrapt/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/python-wrapt/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/python-wrapt/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/python-wrapt/codemeta","maintainers":[],"registry":{"name":"debian-10","url":"https://packages.debian.org/buster","ecosystem":"debian","default":false,"packages_count":28836,"maintainers_count":0,"namespaces_count":3,"keywords_count":915,"github":"debian","metadata":{"codename":"buster","mirror":"http://archive.debian.org/debian","funded_packages_count":93},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:50.156Z","updated_at":"2026-05-29T05:10:14.968Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/namespaces"}},{"id":13209191,"name":"python312Packages.wrapt","ecosystem":"nixpkgs","description":"Module for decorators, wrappers and monkey patching","homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T01:17:01.467Z","latest_release_published_at":"2026-02-02T01:17:01.467Z","latest_release_number":"1.16.0","last_synced_at":"2026-05-13T06:08:15.682Z","created_at":"2026-02-02T01:17:00.956Z","updated_at":"2026-05-13T06:08:15.682Z","registry_url":"https://search.nixos.org/packages?channel=24.05\u0026query=python312Packages.wrapt","install_command":"nix-env -iA nixpkgs.python312Packages.wrapt","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/development/python-modules/wrapt/default.nix#L36","metadata":{"nix_attribute":"python3.12-wrapt-1.16.0","position":"pkgs/development/python-modules/wrapt/default.nix:36","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","x86_64-windows","i686-windows"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","doc","out"],"upstream_ecosystem":"pypi","upstream_name":"wrapt","upstream_purl":"pkg:pypi/wrapt"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/python312Packages.wrapt?channel=24.05\u0026repository_url=https://channels.nixos.org/nixos-24.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python312Packages.wrapt","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python312Packages.wrapt","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python312Packages.wrapt/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.wrapt/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.wrapt/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.wrapt/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.wrapt/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.wrapt/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.wrapt/codemeta","maintainers":[],"registry":{"name":"nixpkgs-24.05","url":"https://channels.nixos.org/nixos-24.05","ecosystem":"nixpkgs","default":false,"packages_count":116156,"maintainers_count":3383,"namespaces_count":0,"keywords_count":654,"github":"NixOS","metadata":{"funded_packages_count":264},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.309Z","updated_at":"2026-06-09T05:04:49.559Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/namespaces"}},{"id":7780496,"name":"py3-wrapt-pyc","ecosystem":"alpine","description":"Precompiled Python bytecode for py3-wrapt","homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2023-04-21T14:18:25.000Z","latest_release_published_at":"2023-04-21T14:18:25.000Z","latest_release_number":"1.15.0-r1","last_synced_at":"2026-03-23T08:31:41.067Z","created_at":"2023-05-22T14:44:30.656Z","updated_at":"2026-03-23T08:31:41.068Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.18/community/x86_64/py3-wrapt-pyc","install_command":"apk add py3-wrapt-pyc","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":8694002,"uuid":"10357291","full_name":"GrahamDumpleton/wrapt","owner":"GrahamDumpleton","description":"A Python module for decorators, wrappers and monkey patching.","archived":false,"fork":false,"pushed_at":"2025-10-17T07:59:23.000Z","size":1486,"stargazers_count":2221,"open_issues_count":55,"forks_count":244,"subscribers_count":41,"default_branch":"develop","last_synced_at":"2025-10-19T12:54:43.803Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GrahamDumpleton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["GrahamDumpleton"]}},"created_at":"2013-05-29T10:22:45.000Z","updated_at":"2025-10-19T04:26:26.000Z","dependencies_parsed_at":"2024-01-15T03:58:05.093Z","dependency_job_id":"9f56c0e6-6d73-4ece-98ce-41503187ae82","html_url":"https://github.com/GrahamDumpleton/wrapt","commit_stats":{"total_commits":675,"total_committers":29,"mean_commits":"23.275862068965516","dds":0.1274074074074074,"last_synced_commit":"0da4ba568953b58cb0fe022684cf58fc307c9d83"},"previous_names":[],"tags_count":69,"template":false,"template_full_name":null,"purl":"pkg:github/GrahamDumpleton/wrapt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/sbom","scorecard":{"id":58984,"data":{"date":"2025-08-11","repo":{"name":"github.com/GrahamDumpleton/wrapt","commit":"c71bbf7198752f0f488cd6227a457c546adc3cec"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.4,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":0,"reason":"Found 0/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/build-test-release.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"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/build-test-release.yml:222: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:227: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:80: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:105: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:161: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:186: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:196: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:112","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:114","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:116","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:193","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:41","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:73","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:75","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:77","Info:   0 out of  15 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of  10 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 2-Clause \"Simplified\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'develop'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}}]},"last_synced_at":"2025-08-15T01:18:52.523Z","repository_id":8694002,"created_at":"2025-08-15T01:18:52.523Z","updated_at":"2025-08-15T01:18:52.523Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279932269,"owners_count":26246523,"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-19T02:00:07.647Z","response_time":64,"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":"GrahamDumpleton","name":"Graham Dumpleton","uuid":"507637","kind":"user","description":"","email":"","website":"http://blog.dscpl.com.au","location":"Sydney, Australia","twitter":"GrahamDumpleton","company":null,"icon_url":"https://avatars.githubusercontent.com/u/507637?v=4","repositories_count":20,"last_synced_at":"2025-10-20T04:43:11.061Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/GrahamDumpleton","funding_links":["https://github.com/sponsors/GrahamDumpleton"],"total_stars":3189,"followers":676,"following":0,"created_at":"2022-11-02T16:22:48.531Z","updated_at":"2025-10-20T04:43:11.061Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton/repositories"},"tags":[{"name":"2.0.0rc6","sha":"93ec4aa33ded323d546a447c9dc93433c03e0942","kind":"tag","published_at":"2025-10-17T07:59:20.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc6","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc6/manifests"},{"name":"2.0.0rc5","sha":"074d2785d8efde7d5150609e0048faf1ec888e95","kind":"tag","published_at":"2025-10-16T05:11:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc5","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc5/manifests"},{"name":"2.0.0rc4","sha":"809cb14094467e6f17ad467bae34f60cf3df6500","kind":"tag","published_at":"2025-10-05T09:27:36.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc4/manifests"},{"name":"2.0.0rc3","sha":"d9cc11b32d1fb7dd7800b3e39559d627f92ec13d","kind":"tag","published_at":"2025-10-03T23:21:44.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc3/manifests"},{"name":"2.0.0rc2","sha":"f78e26c86bac207144893e50c214d7538e36a814","kind":"tag","published_at":"2025-08-19T01:36:57.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc2/manifests"},{"name":"1.14.2","sha":"16cff8e15f3f234686abf9ace315094ec319af2a","kind":"tag","published_at":"2025-08-12T06:34:45.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.2/manifests"},{"name":"1.17.3","sha":"99130c02842c87001f40dbe73e21934c0615398d","kind":"tag","published_at":"2025-08-12T04:58:30.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.3/manifests"},{"name":"2.0.0rc1","sha":"42afd773f4ba0d181310d5cac2bbe3199b2378d1","kind":"tag","published_at":"2025-08-11T08:41:47.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc1/manifests"},{"name":"1.17.2","sha":"bcc1f26b2fe8fc962f5033c3a3a773425500789a","kind":"tag","published_at":"2025-01-14T10:18:28.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.2/manifests"},{"name":"1.17.1","sha":"c41e6eadb39f45ce96f488cecb250e417926b49d","kind":"tag","published_at":"2025-01-11T02:25:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.1/manifests"},{"name":"1.17.0","sha":"e663d4910a81d666786ac773ad7c16199b01d31b","kind":"tag","published_at":"2024-11-22T06:00:51.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0/manifests"},{"name":"1.17.0rc1","sha":"75f291f8bf1fe6535b13b0b3dfedca012ca6c8a5","kind":"tag","published_at":"2024-10-17T02:34:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0rc1/manifests"},{"name":"1.17.0dev4","sha":"1a6b4680cba43c28f991149800249ec9f3089e26","kind":"tag","published_at":"2024-10-07T23:00:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev4/manifests"},{"name":"1.17.0dev3","sha":"74d5547da1d0fdd8b6401805ac23ec942e9dd8f2","kind":"tag","published_at":"2024-10-06T23:40:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev3/manifests"},{"name":"1.17.0dev2","sha":"c91f60cca38ed012de06b116acb9339c4a992157","kind":"tag","published_at":"2024-10-06T23:23:50.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev2/manifests"},{"name":"1.17.0dev1","sha":"a8066b5637b2e76c112c30a3b8df0020854a2b90","kind":"tag","published_at":"2024-10-06T22:55:49.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev1/manifests"},{"name":"1.16.0","sha":"14ac73e28b2e8b330443e1d31c4a1d226329babc","kind":"tag","published_at":"2023-11-09T06:09:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0/manifests"},{"name":"1.16.0rc2","sha":"8d0836d7c4f08f442d38d5af6984fac98f132170","kind":"tag","published_at":"2023-11-05T01:33:18.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc2/manifests"},{"name":"1.16.0rc1","sha":"0c9ad919240f7c49cf5ff39e1f690cc9b35aa671","kind":"tag","published_at":"2023-10-07T06:41:32.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc1/manifests"},{"name":"1.15.0","sha":"0634a79c934e4bbf11b4081d3f1610588d7ae4a6","kind":"tag","published_at":"2023-02-27T01:08:18.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.15.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0/manifests"},{"name":"1.15.0rc1","sha":"c11181dc7b891c9e59391a24379f89a8cdac9092","kind":"tag","published_at":"2023-01-12T06:57:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.15.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.15.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.15.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0rc1/manifests"},{"name":"1.14.1","sha":"f2f1a680113d500f525de78da91ae19235efef16","kind":"tag","published_at":"2022-05-02T04:27:44.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.1/manifests"},{"name":"1.14.0","sha":"77634fa8a3e092b2e876f4ffec8849a0fe5a33fb","kind":"tag","published_at":"2022-03-10T07:11:34.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0/manifests"},{"name":"1.14.0rc1","sha":"8f180bf981fc7a92094cfecfd7a9e5f591d4bd4b","kind":"tag","published_at":"2022-03-05T06:07:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0rc1/manifests"},{"name":"1.13.3","sha":"4c614824025222c12ce41301213842f5c3cb0139","kind":"tag","published_at":"2021-10-29T21:00:41.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3/manifests"},{"name":"1.13.3rc1","sha":"d604b81ebbe7f23f132bf269c55397827efa4d13","kind":"tag","published_at":"2021-10-17T01:01:02.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.3rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.3rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.3rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3rc1/manifests"},{"name":"1.13.2rc1","sha":"7990df3f32bd0ffb795ce0bc28e0d6b4cbae803e","kind":"tag","published_at":"2021-10-17T01:00:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.2rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.2rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.2rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2rc1/manifests"},{"name":"1.13.0rc1","sha":"97743109d79a3a3e5bf8b7b5b18d0ec92b2654ab","kind":"tag","published_at":"2021-10-17T00:55:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc1/manifests"},{"name":"1.13.0rc3","sha":"690cc2cb654a5772d73ecc83932358b4a6091921","kind":"tag","published_at":"2021-10-17T00:54:52.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc3/manifests"},{"name":"1.13.0rc2","sha":"7cb212b7021ec026fcbc928491819166ed18eecc","kind":"tag","published_at":"2021-10-17T00:54:35.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc2/manifests"},{"name":"1.13.2","sha":"a8f5b3c11c42bbe082eb408f6a3228eb1988114f","kind":"tag","published_at":"2021-10-13T03:21:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2/manifests"},{"name":"1.13.1","sha":"463f54d26cb5a486ca8cb995a07d039f297bcd0d","kind":"tag","published_at":"2021-10-05T04:09:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.1/manifests"},{"name":"1.13.0","sha":"013632b7a1763f75d8ebc60238568f9a47715ad9","kind":"tag","published_at":"2021-10-04T23:50:30.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0/manifests"},{"name":"1.12.1","sha":"68316bea668fd905a4acb21f37f12596d8c30d80","kind":"tag","published_at":"2020-03-09T02:31:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.12.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.1/manifests"},{"name":"1.12.0","sha":"0148e39ab7baffe281e2ce7e6639c9a46da3afeb","kind":"tag","published_at":"2020-02-16T23:26:17.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.12.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.0/manifests"},{"name":"1.11.2","sha":"22df552d2a0836ab7dc7127d19b90d15d3bba803","kind":"tag","published_at":"2019-06-18T01:10:12.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.2/manifests"},{"name":"1.11.1","sha":"58209f12d31e0339b2570ecda15d43a79fb9b4ff","kind":"tag","published_at":"2019-01-19T05:37:04.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.1/manifests"},{"name":"1.11.0","sha":"f17fef7f85204ecdf4aad05a45459fb46b0c37a0","kind":"tag","published_at":"2019-01-10T04:28:46.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.0/manifests"},{"name":"1.10.11","sha":"a4aeb4c7924ca18f4e9afa97172c95b1dad1e925","kind":"tag","published_at":"2017-08-11T05:22:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.11","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.11/manifests"},{"name":"1.10.10","sha":"b2e4759d31b3e4815077f03aeefea9ceadc67530","kind":"tag","published_at":"2017-03-15T00:37:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.10","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.10/manifests"},{"name":"1.10.9","sha":"f857716ca6cb08a29c2db7af633c57007773a5b5","kind":"tag","published_at":"2017-03-15T00:02:23.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.9","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.9/manifests"},{"name":"1.10.8","sha":"5f70d5c6b0d8c9a21a9396dfc261699fee4e023d","kind":"tag","published_at":"2016-04-10T23:32:33.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.8","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.8/manifests"},{"name":"1.10.7","sha":"fa8f7305886eff6df7b1cb06bc0eeb3a26b96cef","kind":"tag","published_at":"2016-03-31T05:49:07.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.7","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.7/manifests"},{"name":"1.10.6","sha":"5ce37e6dc4a91b4f5e0d57d62b5b182e2162016f","kind":"tag","published_at":"2015-12-08T23:05:05.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.6","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.6/manifests"},{"name":"1.10.5","sha":"42af0563bf88e84d215dea9ea6f989cb867e930e","kind":"tag","published_at":"2015-07-03T00:29:15.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.5","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.5/manifests"},{"name":"1.10.4","sha":"e57ed908133f52dce74ff35a321eb5cf9faa4e80","kind":"tag","published_at":"2015-03-18T04:24:34.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.4/manifests"},{"name":"1.10.3","sha":"778f1a0923215e2b8c17d047a7e107da2061d4f0","kind":"tag","published_at":"2015-03-18T04:13:12.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.3/manifests"},{"name":"1.10.2","sha":"74ef3b02a189809688290c84bddd54b4f33e1d2b","kind":"tag","published_at":"2014-12-11T09:48:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.2/manifests"},{"name":"1.10.1","sha":"71d7e7c3849982f7596eb7203ed6288ea290f2a1","kind":"tag","published_at":"2014-11-26T00:30:36.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.1/manifests"},{"name":"1.10.0","sha":"7fd59051fc4fb5d1f293675e4a249e3b5b0c406d","kind":"tag","published_at":"2014-11-20T06:20:09.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.0/manifests"},{"name":"1.9.0","sha":"a3c7f8c681c5809d6b5771bcd376b0b1817a4d38","kind":"tag","published_at":"2014-08-22T10:47:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.9.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.9.0/manifests"},{"name":"1.8.0","sha":"356a131d83c27e00a61a61fcc1264958942710a4","kind":"tag","published_at":"2014-05-03T10:15:32.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.8.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.8.0/manifests"},{"name":"1.7.0","sha":"dc8a30137def6524330b4a235158ca84ebc864f7","kind":"tag","published_at":"2014-04-26T11:19:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.7.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.7.0/manifests"},{"name":"1.6.0","sha":"4abbac872ccf0c253374277ce7c72f188b8469b7","kind":"commit","published_at":"2014-01-26T05:02:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.6.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.6.0/manifests"},{"name":"1.5.1","sha":"928e21c085621cc7baf4bad0b8ade851d35d62fa","kind":"commit","published_at":"2014-01-14T09:22:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.5.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.1/manifests"},{"name":"1.5.0","sha":"9826d05da58c4f3281de43bc268dd7a7674f8385","kind":"commit","published_at":"2014-01-02T10:04:43.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.5.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.0/manifests"},{"name":"1.4.2","sha":"4f6dda2be47c92d5554e34414304b3c1e23b221c","kind":"commit","published_at":"2013-12-28T02:53:35.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"440b8beeda5fe3fe601c275661d0c86bea7e7dc7","kind":"commit","published_at":"2013-12-23T00:26:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.1/manifests"},{"name":"1.4.0","sha":"f005088486bbb0f285ae5532ef1a18ed6c3b1f85","kind":"commit","published_at":"2013-12-20T09:56:49.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.0/manifests"},{"name":"1.3.1","sha":"a260e7cd2c36c475823ab57f548d321615178454","kind":"commit","published_at":"2013-12-19T11:15:10.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.3.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.1/manifests"},{"name":"1.3.0","sha":"fd6abb6c43699bc80b3810ef2861b5cb18f08fb4","kind":"commit","published_at":"2013-12-19T10:46:24.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.3.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.0/manifests"},{"name":"1.2.1","sha":"a8fd78136bebe05cb94470b9b514ba5167f5a687","kind":"commit","published_at":"2013-10-16T05:42:33.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.2.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.1/manifests"},{"name":"1.2.0","sha":"8dc4c2cfd92940c83e76882f433dce85f1b846a8","kind":"commit","published_at":"2013-10-11T01:03:41.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.2.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.0/manifests"},{"name":"1.1.4","sha":"34e963a757cb5b8c5f21d0c34f1ca055a0e0ad5f","kind":"commit","published_at":"2013-09-27T02:33:47.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.4/manifests"},{"name":"1.1.3","sha":"cecccbdaeeb1a5b3428351a38011f6bc6bca36b5","kind":"commit","published_at":"2013-09-24T10:48:06.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.3/manifests"},{"name":"1.1.2","sha":"d1036fe0de611f4790f534e15dfd264ee2843eae","kind":"commit","published_at":"2013-09-20T12:16:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.2/manifests"},{"name":"1.1.1","sha":"032c7c6b42981742b5c228e68aae2fb2f98da196","kind":"commit","published_at":"2013-09-19T12:34:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.1/manifests"},{"name":"1.1.0","sha":"2bc2959d4e36140801d27d24c24dca461ae50470","kind":"commit","published_at":"2013-09-18T12:07:16.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.0/manifests"},{"name":"1.0.0","sha":"4a0420cc40c6d7b73498a58283e2d62a6a0d4a15","kind":"commit","published_at":"2013-09-06T21:18:31.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.0.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-10-21T00:56:17.661Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":5.675527405116951,"forks_count":6.623111066779712,"docker_downloads_count":null,"average":3.0746596179741656},"purl":"pkg:apk/alpine/py3-wrapt-pyc?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.18","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-wrapt-pyc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-wrapt-pyc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-wrapt-pyc/dependencies","status":null,"funding_links":["https://github.com/sponsors/GrahamDumpleton"],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-20T05:00:42.535Z","issues_count":117,"pull_requests_count":52,"avg_time_to_close_issue":40792119.4054054,"avg_time_to_close_pull_request":26920321.43902439,"issues_closed_count":74,"pull_requests_closed_count":41,"pull_request_authors_count":32,"issue_authors_count":103,"avg_comments_per_issue":6.538461538461538,"avg_comments_per_pull_request":3.6153846153846154,"merged_pull_requests_count":21,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":9,"past_year_pull_requests_count":18,"past_year_avg_time_to_close_issue":67627.5,"past_year_avg_time_to_close_pull_request":5039400.363636363,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":7,"past_year_issue_authors_count":8,"past_year_avg_comments_per_issue":8.666666666666666,"past_year_avg_comments_per_pull_request":1.722222222222222,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":9,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/py3-wrapt-pyc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/py3-wrapt-pyc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/py3-wrapt-pyc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/py3-wrapt-pyc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/py3-wrapt-pyc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/py3-wrapt-pyc/codemeta","maintainers":[{"uuid":"prspkt@protonmail.com","login":null,"name":"prspkt","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=prspkt","packages_count":73,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=prspkt","role":null,"created_at":"2023-05-23T08:08:51.384Z","updated_at":"2023-05-23T08:08:51.384Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/maintainers/prspkt@protonmail.com/packages"}],"registry":{"name":"alpine-v3.18","url":"https://pkgs.alpinelinux.org/packages?branch=v3.18","ecosystem":"alpine","default":false,"packages_count":20068,"maintainers_count":367,"namespaces_count":2,"keywords_count":3640,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1185},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-05-22T10:43:30.622Z","updated_at":"2026-06-10T05:19:44.026Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/namespaces"}},{"id":6092014,"name":"py3-wrapt","ecosystem":"alpine","description":"Module for decorators, wrappers and monkey patching","homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2022-09-06T04:18:50.000Z","latest_release_published_at":"2022-09-06T04:18:50.000Z","latest_release_number":"1.14.1-r0","last_synced_at":"2026-03-23T08:31:57.898Z","created_at":"2023-01-31T20:23:46.907Z","updated_at":"2026-03-23T08:31:57.899Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.17/community/x86_64/py3-wrapt","install_command":"apk add py3-wrapt","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":8694002,"uuid":"10357291","full_name":"GrahamDumpleton/wrapt","owner":"GrahamDumpleton","description":"A Python module for decorators, wrappers and monkey patching.","archived":false,"fork":false,"pushed_at":"2025-10-17T07:59:23.000Z","size":1486,"stargazers_count":2221,"open_issues_count":55,"forks_count":244,"subscribers_count":41,"default_branch":"develop","last_synced_at":"2025-10-19T12:54:43.803Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GrahamDumpleton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["GrahamDumpleton"]}},"created_at":"2013-05-29T10:22:45.000Z","updated_at":"2025-10-19T04:26:26.000Z","dependencies_parsed_at":"2024-01-15T03:58:05.093Z","dependency_job_id":"9f56c0e6-6d73-4ece-98ce-41503187ae82","html_url":"https://github.com/GrahamDumpleton/wrapt","commit_stats":{"total_commits":675,"total_committers":29,"mean_commits":"23.275862068965516","dds":0.1274074074074074,"last_synced_commit":"0da4ba568953b58cb0fe022684cf58fc307c9d83"},"previous_names":[],"tags_count":69,"template":false,"template_full_name":null,"purl":"pkg:github/GrahamDumpleton/wrapt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/sbom","scorecard":{"id":58984,"data":{"date":"2025-08-11","repo":{"name":"github.com/GrahamDumpleton/wrapt","commit":"c71bbf7198752f0f488cd6227a457c546adc3cec"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.4,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":0,"reason":"Found 0/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/build-test-release.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"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/build-test-release.yml:222: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:227: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:80: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:105: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:161: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:186: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:196: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:112","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:114","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:116","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:193","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:41","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:73","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:75","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:77","Info:   0 out of  15 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of  10 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 2-Clause \"Simplified\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'develop'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}}]},"last_synced_at":"2025-08-15T01:18:52.523Z","repository_id":8694002,"created_at":"2025-08-15T01:18:52.523Z","updated_at":"2025-08-15T01:18:52.523Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279932269,"owners_count":26246523,"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-19T02:00:07.647Z","response_time":64,"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":"GrahamDumpleton","name":"Graham Dumpleton","uuid":"507637","kind":"user","description":"","email":"","website":"http://blog.dscpl.com.au","location":"Sydney, Australia","twitter":"GrahamDumpleton","company":null,"icon_url":"https://avatars.githubusercontent.com/u/507637?v=4","repositories_count":20,"last_synced_at":"2025-10-20T04:43:11.061Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/GrahamDumpleton","funding_links":["https://github.com/sponsors/GrahamDumpleton"],"total_stars":3189,"followers":676,"following":0,"created_at":"2022-11-02T16:22:48.531Z","updated_at":"2025-10-20T04:43:11.061Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton/repositories"},"tags":[{"name":"2.0.0rc6","sha":"93ec4aa33ded323d546a447c9dc93433c03e0942","kind":"tag","published_at":"2025-10-17T07:59:20.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc6","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc6/manifests"},{"name":"2.0.0rc5","sha":"074d2785d8efde7d5150609e0048faf1ec888e95","kind":"tag","published_at":"2025-10-16T05:11:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc5","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc5/manifests"},{"name":"2.0.0rc4","sha":"809cb14094467e6f17ad467bae34f60cf3df6500","kind":"tag","published_at":"2025-10-05T09:27:36.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc4/manifests"},{"name":"2.0.0rc3","sha":"d9cc11b32d1fb7dd7800b3e39559d627f92ec13d","kind":"tag","published_at":"2025-10-03T23:21:44.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc3/manifests"},{"name":"2.0.0rc2","sha":"f78e26c86bac207144893e50c214d7538e36a814","kind":"tag","published_at":"2025-08-19T01:36:57.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc2/manifests"},{"name":"1.14.2","sha":"16cff8e15f3f234686abf9ace315094ec319af2a","kind":"tag","published_at":"2025-08-12T06:34:45.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.2/manifests"},{"name":"1.17.3","sha":"99130c02842c87001f40dbe73e21934c0615398d","kind":"tag","published_at":"2025-08-12T04:58:30.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.3/manifests"},{"name":"2.0.0rc1","sha":"42afd773f4ba0d181310d5cac2bbe3199b2378d1","kind":"tag","published_at":"2025-08-11T08:41:47.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc1/manifests"},{"name":"1.17.2","sha":"bcc1f26b2fe8fc962f5033c3a3a773425500789a","kind":"tag","published_at":"2025-01-14T10:18:28.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.2/manifests"},{"name":"1.17.1","sha":"c41e6eadb39f45ce96f488cecb250e417926b49d","kind":"tag","published_at":"2025-01-11T02:25:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.1/manifests"},{"name":"1.17.0","sha":"e663d4910a81d666786ac773ad7c16199b01d31b","kind":"tag","published_at":"2024-11-22T06:00:51.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0/manifests"},{"name":"1.17.0rc1","sha":"75f291f8bf1fe6535b13b0b3dfedca012ca6c8a5","kind":"tag","published_at":"2024-10-17T02:34:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0rc1/manifests"},{"name":"1.17.0dev4","sha":"1a6b4680cba43c28f991149800249ec9f3089e26","kind":"tag","published_at":"2024-10-07T23:00:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev4/manifests"},{"name":"1.17.0dev3","sha":"74d5547da1d0fdd8b6401805ac23ec942e9dd8f2","kind":"tag","published_at":"2024-10-06T23:40:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev3/manifests"},{"name":"1.17.0dev2","sha":"c91f60cca38ed012de06b116acb9339c4a992157","kind":"tag","published_at":"2024-10-06T23:23:50.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev2/manifests"},{"name":"1.17.0dev1","sha":"a8066b5637b2e76c112c30a3b8df0020854a2b90","kind":"tag","published_at":"2024-10-06T22:55:49.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev1/manifests"},{"name":"1.16.0","sha":"14ac73e28b2e8b330443e1d31c4a1d226329babc","kind":"tag","published_at":"2023-11-09T06:09:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0/manifests"},{"name":"1.16.0rc2","sha":"8d0836d7c4f08f442d38d5af6984fac98f132170","kind":"tag","published_at":"2023-11-05T01:33:18.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc2/manifests"},{"name":"1.16.0rc1","sha":"0c9ad919240f7c49cf5ff39e1f690cc9b35aa671","kind":"tag","published_at":"2023-10-07T06:41:32.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc1/manifests"},{"name":"1.15.0","sha":"0634a79c934e4bbf11b4081d3f1610588d7ae4a6","kind":"tag","published_at":"2023-02-27T01:08:18.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.15.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0/manifests"},{"name":"1.15.0rc1","sha":"c11181dc7b891c9e59391a24379f89a8cdac9092","kind":"tag","published_at":"2023-01-12T06:57:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.15.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.15.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.15.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0rc1/manifests"},{"name":"1.14.1","sha":"f2f1a680113d500f525de78da91ae19235efef16","kind":"tag","published_at":"2022-05-02T04:27:44.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.1/manifests"},{"name":"1.14.0","sha":"77634fa8a3e092b2e876f4ffec8849a0fe5a33fb","kind":"tag","published_at":"2022-03-10T07:11:34.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0/manifests"},{"name":"1.14.0rc1","sha":"8f180bf981fc7a92094cfecfd7a9e5f591d4bd4b","kind":"tag","published_at":"2022-03-05T06:07:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0rc1/manifests"},{"name":"1.13.3","sha":"4c614824025222c12ce41301213842f5c3cb0139","kind":"tag","published_at":"2021-10-29T21:00:41.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3/manifests"},{"name":"1.13.3rc1","sha":"d604b81ebbe7f23f132bf269c55397827efa4d13","kind":"tag","published_at":"2021-10-17T01:01:02.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.3rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.3rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.3rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3rc1/manifests"},{"name":"1.13.2rc1","sha":"7990df3f32bd0ffb795ce0bc28e0d6b4cbae803e","kind":"tag","published_at":"2021-10-17T01:00:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.2rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.2rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.2rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2rc1/manifests"},{"name":"1.13.0rc1","sha":"97743109d79a3a3e5bf8b7b5b18d0ec92b2654ab","kind":"tag","published_at":"2021-10-17T00:55:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc1/manifests"},{"name":"1.13.0rc3","sha":"690cc2cb654a5772d73ecc83932358b4a6091921","kind":"tag","published_at":"2021-10-17T00:54:52.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc3/manifests"},{"name":"1.13.0rc2","sha":"7cb212b7021ec026fcbc928491819166ed18eecc","kind":"tag","published_at":"2021-10-17T00:54:35.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc2/manifests"},{"name":"1.13.2","sha":"a8f5b3c11c42bbe082eb408f6a3228eb1988114f","kind":"tag","published_at":"2021-10-13T03:21:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2/manifests"},{"name":"1.13.1","sha":"463f54d26cb5a486ca8cb995a07d039f297bcd0d","kind":"tag","published_at":"2021-10-05T04:09:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.1/manifests"},{"name":"1.13.0","sha":"013632b7a1763f75d8ebc60238568f9a47715ad9","kind":"tag","published_at":"2021-10-04T23:50:30.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0/manifests"},{"name":"1.12.1","sha":"68316bea668fd905a4acb21f37f12596d8c30d80","kind":"tag","published_at":"2020-03-09T02:31:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.12.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.1/manifests"},{"name":"1.12.0","sha":"0148e39ab7baffe281e2ce7e6639c9a46da3afeb","kind":"tag","published_at":"2020-02-16T23:26:17.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.12.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.0/manifests"},{"name":"1.11.2","sha":"22df552d2a0836ab7dc7127d19b90d15d3bba803","kind":"tag","published_at":"2019-06-18T01:10:12.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.2/manifests"},{"name":"1.11.1","sha":"58209f12d31e0339b2570ecda15d43a79fb9b4ff","kind":"tag","published_at":"2019-01-19T05:37:04.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.1/manifests"},{"name":"1.11.0","sha":"f17fef7f85204ecdf4aad05a45459fb46b0c37a0","kind":"tag","published_at":"2019-01-10T04:28:46.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.0/manifests"},{"name":"1.10.11","sha":"a4aeb4c7924ca18f4e9afa97172c95b1dad1e925","kind":"tag","published_at":"2017-08-11T05:22:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.11","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.11/manifests"},{"name":"1.10.10","sha":"b2e4759d31b3e4815077f03aeefea9ceadc67530","kind":"tag","published_at":"2017-03-15T00:37:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.10","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.10/manifests"},{"name":"1.10.9","sha":"f857716ca6cb08a29c2db7af633c57007773a5b5","kind":"tag","published_at":"2017-03-15T00:02:23.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.9","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.9/manifests"},{"name":"1.10.8","sha":"5f70d5c6b0d8c9a21a9396dfc261699fee4e023d","kind":"tag","published_at":"2016-04-10T23:32:33.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.8","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.8/manifests"},{"name":"1.10.7","sha":"fa8f7305886eff6df7b1cb06bc0eeb3a26b96cef","kind":"tag","published_at":"2016-03-31T05:49:07.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.7","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.7/manifests"},{"name":"1.10.6","sha":"5ce37e6dc4a91b4f5e0d57d62b5b182e2162016f","kind":"tag","published_at":"2015-12-08T23:05:05.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.6","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.6/manifests"},{"name":"1.10.5","sha":"42af0563bf88e84d215dea9ea6f989cb867e930e","kind":"tag","published_at":"2015-07-03T00:29:15.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.5","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.5/manifests"},{"name":"1.10.4","sha":"e57ed908133f52dce74ff35a321eb5cf9faa4e80","kind":"tag","published_at":"2015-03-18T04:24:34.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.4/manifests"},{"name":"1.10.3","sha":"778f1a0923215e2b8c17d047a7e107da2061d4f0","kind":"tag","published_at":"2015-03-18T04:13:12.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.3/manifests"},{"name":"1.10.2","sha":"74ef3b02a189809688290c84bddd54b4f33e1d2b","kind":"tag","published_at":"2014-12-11T09:48:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.2/manifests"},{"name":"1.10.1","sha":"71d7e7c3849982f7596eb7203ed6288ea290f2a1","kind":"tag","published_at":"2014-11-26T00:30:36.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.1/manifests"},{"name":"1.10.0","sha":"7fd59051fc4fb5d1f293675e4a249e3b5b0c406d","kind":"tag","published_at":"2014-11-20T06:20:09.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.0/manifests"},{"name":"1.9.0","sha":"a3c7f8c681c5809d6b5771bcd376b0b1817a4d38","kind":"tag","published_at":"2014-08-22T10:47:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.9.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.9.0/manifests"},{"name":"1.8.0","sha":"356a131d83c27e00a61a61fcc1264958942710a4","kind":"tag","published_at":"2014-05-03T10:15:32.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.8.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.8.0/manifests"},{"name":"1.7.0","sha":"dc8a30137def6524330b4a235158ca84ebc864f7","kind":"tag","published_at":"2014-04-26T11:19:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.7.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.7.0/manifests"},{"name":"1.6.0","sha":"4abbac872ccf0c253374277ce7c72f188b8469b7","kind":"commit","published_at":"2014-01-26T05:02:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.6.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.6.0/manifests"},{"name":"1.5.1","sha":"928e21c085621cc7baf4bad0b8ade851d35d62fa","kind":"commit","published_at":"2014-01-14T09:22:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.5.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.1/manifests"},{"name":"1.5.0","sha":"9826d05da58c4f3281de43bc268dd7a7674f8385","kind":"commit","published_at":"2014-01-02T10:04:43.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.5.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.0/manifests"},{"name":"1.4.2","sha":"4f6dda2be47c92d5554e34414304b3c1e23b221c","kind":"commit","published_at":"2013-12-28T02:53:35.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"440b8beeda5fe3fe601c275661d0c86bea7e7dc7","kind":"commit","published_at":"2013-12-23T00:26:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.1/manifests"},{"name":"1.4.0","sha":"f005088486bbb0f285ae5532ef1a18ed6c3b1f85","kind":"commit","published_at":"2013-12-20T09:56:49.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.0/manifests"},{"name":"1.3.1","sha":"a260e7cd2c36c475823ab57f548d321615178454","kind":"commit","published_at":"2013-12-19T11:15:10.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.3.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.1/manifests"},{"name":"1.3.0","sha":"fd6abb6c43699bc80b3810ef2861b5cb18f08fb4","kind":"commit","published_at":"2013-12-19T10:46:24.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.3.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.0/manifests"},{"name":"1.2.1","sha":"a8fd78136bebe05cb94470b9b514ba5167f5a687","kind":"commit","published_at":"2013-10-16T05:42:33.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.2.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.1/manifests"},{"name":"1.2.0","sha":"8dc4c2cfd92940c83e76882f433dce85f1b846a8","kind":"commit","published_at":"2013-10-11T01:03:41.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.2.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.0/manifests"},{"name":"1.1.4","sha":"34e963a757cb5b8c5f21d0c34f1ca055a0e0ad5f","kind":"commit","published_at":"2013-09-27T02:33:47.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.4/manifests"},{"name":"1.1.3","sha":"cecccbdaeeb1a5b3428351a38011f6bc6bca36b5","kind":"commit","published_at":"2013-09-24T10:48:06.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.3/manifests"},{"name":"1.1.2","sha":"d1036fe0de611f4790f534e15dfd264ee2843eae","kind":"commit","published_at":"2013-09-20T12:16:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.2/manifests"},{"name":"1.1.1","sha":"032c7c6b42981742b5c228e68aae2fb2f98da196","kind":"commit","published_at":"2013-09-19T12:34:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.1/manifests"},{"name":"1.1.0","sha":"2bc2959d4e36140801d27d24c24dca461ae50470","kind":"commit","published_at":"2013-09-18T12:07:16.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.0/manifests"},{"name":"1.0.0","sha":"4a0420cc40c6d7b73498a58283e2d62a6a0d4a15","kind":"commit","published_at":"2013-09-06T21:18:31.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.0.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-10-21T00:56:18.962Z","dependent_packages_count":2,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":12.748400134725497,"stargazers_count":5.765128550578197,"forks_count":5.866172673178399,"average":6.094925339620524},"purl":"pkg:apk/alpine/py3-wrapt?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.17","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-wrapt","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-wrapt","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-wrapt/dependencies","status":null,"funding_links":["https://github.com/sponsors/GrahamDumpleton"],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-20T05:00:42.535Z","issues_count":117,"pull_requests_count":52,"avg_time_to_close_issue":40792119.4054054,"avg_time_to_close_pull_request":26920321.43902439,"issues_closed_count":74,"pull_requests_closed_count":41,"pull_request_authors_count":32,"issue_authors_count":103,"avg_comments_per_issue":6.538461538461538,"avg_comments_per_pull_request":3.6153846153846154,"merged_pull_requests_count":21,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":9,"past_year_pull_requests_count":18,"past_year_avg_time_to_close_issue":67627.5,"past_year_avg_time_to_close_pull_request":5039400.363636363,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":7,"past_year_issue_authors_count":8,"past_year_avg_comments_per_issue":8.666666666666666,"past_year_avg_comments_per_pull_request":1.722222222222222,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":9,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages/py3-wrapt/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages/py3-wrapt/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages/py3-wrapt/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages/py3-wrapt/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages/py3-wrapt/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages/py3-wrapt/codemeta","maintainers":[{"uuid":"prspkt@protonmail.com","login":null,"name":"prspkt","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=prspkt","packages_count":55,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=prspkt","role":null,"created_at":"2023-02-01T06:22:51.669Z","updated_at":"2023-02-01T06:22:51.669Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/maintainers/prspkt@protonmail.com/packages"}],"registry":{"name":"alpine-v3.17","url":"https://pkgs.alpinelinux.org/packages?branch=v3.17","ecosystem":"alpine","default":false,"packages_count":17817,"maintainers_count":352,"namespaces_count":2,"keywords_count":3377,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1038},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.642Z","updated_at":"2026-06-10T05:19:47.280Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.17/namespaces"}},{"id":6196344,"name":"py3-wrapt","ecosystem":"alpine","description":"Module for decorators, wrappers and monkey patching","homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2021-04-05T18:18:29.000Z","latest_release_published_at":"2021-04-05T18:18:29.000Z","latest_release_number":"1.12.1-r1","last_synced_at":"2026-03-23T09:03:08.210Z","created_at":"2023-02-01T01:45:47.519Z","updated_at":"2026-03-23T09:03:08.211Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.14/community/x86_64/py3-wrapt","install_command":"apk add py3-wrapt","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":8694002,"uuid":"10357291","full_name":"GrahamDumpleton/wrapt","owner":"GrahamDumpleton","description":"A Python module for decorators, wrappers and monkey patching.","archived":false,"fork":false,"pushed_at":"2025-10-17T07:59:23.000Z","size":1486,"stargazers_count":2221,"open_issues_count":55,"forks_count":244,"subscribers_count":41,"default_branch":"develop","last_synced_at":"2025-10-19T12:54:43.803Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GrahamDumpleton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["GrahamDumpleton"]}},"created_at":"2013-05-29T10:22:45.000Z","updated_at":"2025-10-19T04:26:26.000Z","dependencies_parsed_at":"2024-01-15T03:58:05.093Z","dependency_job_id":"9f56c0e6-6d73-4ece-98ce-41503187ae82","html_url":"https://github.com/GrahamDumpleton/wrapt","commit_stats":{"total_commits":675,"total_committers":29,"mean_commits":"23.275862068965516","dds":0.1274074074074074,"last_synced_commit":"0da4ba568953b58cb0fe022684cf58fc307c9d83"},"previous_names":[],"tags_count":69,"template":false,"template_full_name":null,"purl":"pkg:github/GrahamDumpleton/wrapt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/sbom","scorecard":{"id":58984,"data":{"date":"2025-08-11","repo":{"name":"github.com/GrahamDumpleton/wrapt","commit":"c71bbf7198752f0f488cd6227a457c546adc3cec"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.4,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":0,"reason":"Found 0/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/build-test-release.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"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/build-test-release.yml:222: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:227: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:80: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:105: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:161: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:186: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:196: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:112","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:114","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:116","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:193","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:41","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:73","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:75","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:77","Info:   0 out of  15 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of  10 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 2-Clause \"Simplified\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'develop'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}}]},"last_synced_at":"2025-08-15T01:18:52.523Z","repository_id":8694002,"created_at":"2025-08-15T01:18:52.523Z","updated_at":"2025-08-15T01:18:52.523Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279932269,"owners_count":26246523,"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-19T02:00:07.647Z","response_time":64,"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":"GrahamDumpleton","name":"Graham Dumpleton","uuid":"507637","kind":"user","description":"","email":"","website":"http://blog.dscpl.com.au","location":"Sydney, Australia","twitter":"GrahamDumpleton","company":null,"icon_url":"https://avatars.githubusercontent.com/u/507637?v=4","repositories_count":20,"last_synced_at":"2025-10-20T04:43:11.061Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/GrahamDumpleton","funding_links":["https://github.com/sponsors/GrahamDumpleton"],"total_stars":3189,"followers":676,"following":0,"created_at":"2022-11-02T16:22:48.531Z","updated_at":"2025-10-20T04:43:11.061Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton/repositories"},"tags":[{"name":"2.0.0rc6","sha":"93ec4aa33ded323d546a447c9dc93433c03e0942","kind":"tag","published_at":"2025-10-17T07:59:20.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc6","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc6/manifests"},{"name":"2.0.0rc5","sha":"074d2785d8efde7d5150609e0048faf1ec888e95","kind":"tag","published_at":"2025-10-16T05:11:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc5","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc5/manifests"},{"name":"2.0.0rc4","sha":"809cb14094467e6f17ad467bae34f60cf3df6500","kind":"tag","published_at":"2025-10-05T09:27:36.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc4/manifests"},{"name":"2.0.0rc3","sha":"d9cc11b32d1fb7dd7800b3e39559d627f92ec13d","kind":"tag","published_at":"2025-10-03T23:21:44.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc3/manifests"},{"name":"2.0.0rc2","sha":"f78e26c86bac207144893e50c214d7538e36a814","kind":"tag","published_at":"2025-08-19T01:36:57.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc2/manifests"},{"name":"1.14.2","sha":"16cff8e15f3f234686abf9ace315094ec319af2a","kind":"tag","published_at":"2025-08-12T06:34:45.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.2/manifests"},{"name":"1.17.3","sha":"99130c02842c87001f40dbe73e21934c0615398d","kind":"tag","published_at":"2025-08-12T04:58:30.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.3/manifests"},{"name":"2.0.0rc1","sha":"42afd773f4ba0d181310d5cac2bbe3199b2378d1","kind":"tag","published_at":"2025-08-11T08:41:47.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc1/manifests"},{"name":"1.17.2","sha":"bcc1f26b2fe8fc962f5033c3a3a773425500789a","kind":"tag","published_at":"2025-01-14T10:18:28.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.2/manifests"},{"name":"1.17.1","sha":"c41e6eadb39f45ce96f488cecb250e417926b49d","kind":"tag","published_at":"2025-01-11T02:25:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.1/manifests"},{"name":"1.17.0","sha":"e663d4910a81d666786ac773ad7c16199b01d31b","kind":"tag","published_at":"2024-11-22T06:00:51.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0/manifests"},{"name":"1.17.0rc1","sha":"75f291f8bf1fe6535b13b0b3dfedca012ca6c8a5","kind":"tag","published_at":"2024-10-17T02:34:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0rc1/manifests"},{"name":"1.17.0dev4","sha":"1a6b4680cba43c28f991149800249ec9f3089e26","kind":"tag","published_at":"2024-10-07T23:00:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev4/manifests"},{"name":"1.17.0dev3","sha":"74d5547da1d0fdd8b6401805ac23ec942e9dd8f2","kind":"tag","published_at":"2024-10-06T23:40:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev3/manifests"},{"name":"1.17.0dev2","sha":"c91f60cca38ed012de06b116acb9339c4a992157","kind":"tag","published_at":"2024-10-06T23:23:50.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev2/manifests"},{"name":"1.17.0dev1","sha":"a8066b5637b2e76c112c30a3b8df0020854a2b90","kind":"tag","published_at":"2024-10-06T22:55:49.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev1/manifests"},{"name":"1.16.0","sha":"14ac73e28b2e8b330443e1d31c4a1d226329babc","kind":"tag","published_at":"2023-11-09T06:09:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0/manifests"},{"name":"1.16.0rc2","sha":"8d0836d7c4f08f442d38d5af6984fac98f132170","kind":"tag","published_at":"2023-11-05T01:33:18.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc2/manifests"},{"name":"1.16.0rc1","sha":"0c9ad919240f7c49cf5ff39e1f690cc9b35aa671","kind":"tag","published_at":"2023-10-07T06:41:32.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc1/manifests"},{"name":"1.15.0","sha":"0634a79c934e4bbf11b4081d3f1610588d7ae4a6","kind":"tag","published_at":"2023-02-27T01:08:18.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.15.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0/manifests"},{"name":"1.15.0rc1","sha":"c11181dc7b891c9e59391a24379f89a8cdac9092","kind":"tag","published_at":"2023-01-12T06:57:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.15.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.15.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.15.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0rc1/manifests"},{"name":"1.14.1","sha":"f2f1a680113d500f525de78da91ae19235efef16","kind":"tag","published_at":"2022-05-02T04:27:44.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.1/manifests"},{"name":"1.14.0","sha":"77634fa8a3e092b2e876f4ffec8849a0fe5a33fb","kind":"tag","published_at":"2022-03-10T07:11:34.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0/manifests"},{"name":"1.14.0rc1","sha":"8f180bf981fc7a92094cfecfd7a9e5f591d4bd4b","kind":"tag","published_at":"2022-03-05T06:07:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0rc1/manifests"},{"name":"1.13.3","sha":"4c614824025222c12ce41301213842f5c3cb0139","kind":"tag","published_at":"2021-10-29T21:00:41.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3/manifests"},{"name":"1.13.3rc1","sha":"d604b81ebbe7f23f132bf269c55397827efa4d13","kind":"tag","published_at":"2021-10-17T01:01:02.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.3rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.3rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.3rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3rc1/manifests"},{"name":"1.13.2rc1","sha":"7990df3f32bd0ffb795ce0bc28e0d6b4cbae803e","kind":"tag","published_at":"2021-10-17T01:00:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.2rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.2rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.2rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2rc1/manifests"},{"name":"1.13.0rc1","sha":"97743109d79a3a3e5bf8b7b5b18d0ec92b2654ab","kind":"tag","published_at":"2021-10-17T00:55:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc1/manifests"},{"name":"1.13.0rc3","sha":"690cc2cb654a5772d73ecc83932358b4a6091921","kind":"tag","published_at":"2021-10-17T00:54:52.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc3/manifests"},{"name":"1.13.0rc2","sha":"7cb212b7021ec026fcbc928491819166ed18eecc","kind":"tag","published_at":"2021-10-17T00:54:35.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc2/manifests"},{"name":"1.13.2","sha":"a8f5b3c11c42bbe082eb408f6a3228eb1988114f","kind":"tag","published_at":"2021-10-13T03:21:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2/manifests"},{"name":"1.13.1","sha":"463f54d26cb5a486ca8cb995a07d039f297bcd0d","kind":"tag","published_at":"2021-10-05T04:09:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.1/manifests"},{"name":"1.13.0","sha":"013632b7a1763f75d8ebc60238568f9a47715ad9","kind":"tag","published_at":"2021-10-04T23:50:30.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0/manifests"},{"name":"1.12.1","sha":"68316bea668fd905a4acb21f37f12596d8c30d80","kind":"tag","published_at":"2020-03-09T02:31:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.12.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.1/manifests"},{"name":"1.12.0","sha":"0148e39ab7baffe281e2ce7e6639c9a46da3afeb","kind":"tag","published_at":"2020-02-16T23:26:17.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.12.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.0/manifests"},{"name":"1.11.2","sha":"22df552d2a0836ab7dc7127d19b90d15d3bba803","kind":"tag","published_at":"2019-06-18T01:10:12.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.2/manifests"},{"name":"1.11.1","sha":"58209f12d31e0339b2570ecda15d43a79fb9b4ff","kind":"tag","published_at":"2019-01-19T05:37:04.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.1/manifests"},{"name":"1.11.0","sha":"f17fef7f85204ecdf4aad05a45459fb46b0c37a0","kind":"tag","published_at":"2019-01-10T04:28:46.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.0/manifests"},{"name":"1.10.11","sha":"a4aeb4c7924ca18f4e9afa97172c95b1dad1e925","kind":"tag","published_at":"2017-08-11T05:22:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.11","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.11/manifests"},{"name":"1.10.10","sha":"b2e4759d31b3e4815077f03aeefea9ceadc67530","kind":"tag","published_at":"2017-03-15T00:37:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.10","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.10/manifests"},{"name":"1.10.9","sha":"f857716ca6cb08a29c2db7af633c57007773a5b5","kind":"tag","published_at":"2017-03-15T00:02:23.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.9","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.9/manifests"},{"name":"1.10.8","sha":"5f70d5c6b0d8c9a21a9396dfc261699fee4e023d","kind":"tag","published_at":"2016-04-10T23:32:33.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.8","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.8/manifests"},{"name":"1.10.7","sha":"fa8f7305886eff6df7b1cb06bc0eeb3a26b96cef","kind":"tag","published_at":"2016-03-31T05:49:07.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.7","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.7/manifests"},{"name":"1.10.6","sha":"5ce37e6dc4a91b4f5e0d57d62b5b182e2162016f","kind":"tag","published_at":"2015-12-08T23:05:05.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.6","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.6/manifests"},{"name":"1.10.5","sha":"42af0563bf88e84d215dea9ea6f989cb867e930e","kind":"tag","published_at":"2015-07-03T00:29:15.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.5","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.5/manifests"},{"name":"1.10.4","sha":"e57ed908133f52dce74ff35a321eb5cf9faa4e80","kind":"tag","published_at":"2015-03-18T04:24:34.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.4/manifests"},{"name":"1.10.3","sha":"778f1a0923215e2b8c17d047a7e107da2061d4f0","kind":"tag","published_at":"2015-03-18T04:13:12.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.3/manifests"},{"name":"1.10.2","sha":"74ef3b02a189809688290c84bddd54b4f33e1d2b","kind":"tag","published_at":"2014-12-11T09:48:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.2/manifests"},{"name":"1.10.1","sha":"71d7e7c3849982f7596eb7203ed6288ea290f2a1","kind":"tag","published_at":"2014-11-26T00:30:36.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.1/manifests"},{"name":"1.10.0","sha":"7fd59051fc4fb5d1f293675e4a249e3b5b0c406d","kind":"tag","published_at":"2014-11-20T06:20:09.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.0/manifests"},{"name":"1.9.0","sha":"a3c7f8c681c5809d6b5771bcd376b0b1817a4d38","kind":"tag","published_at":"2014-08-22T10:47:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.9.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.9.0/manifests"},{"name":"1.8.0","sha":"356a131d83c27e00a61a61fcc1264958942710a4","kind":"tag","published_at":"2014-05-03T10:15:32.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.8.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.8.0/manifests"},{"name":"1.7.0","sha":"dc8a30137def6524330b4a235158ca84ebc864f7","kind":"tag","published_at":"2014-04-26T11:19:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.7.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.7.0/manifests"},{"name":"1.6.0","sha":"4abbac872ccf0c253374277ce7c72f188b8469b7","kind":"commit","published_at":"2014-01-26T05:02:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.6.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.6.0/manifests"},{"name":"1.5.1","sha":"928e21c085621cc7baf4bad0b8ade851d35d62fa","kind":"commit","published_at":"2014-01-14T09:22:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.5.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.1/manifests"},{"name":"1.5.0","sha":"9826d05da58c4f3281de43bc268dd7a7674f8385","kind":"commit","published_at":"2014-01-02T10:04:43.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.5.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.0/manifests"},{"name":"1.4.2","sha":"4f6dda2be47c92d5554e34414304b3c1e23b221c","kind":"commit","published_at":"2013-12-28T02:53:35.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"440b8beeda5fe3fe601c275661d0c86bea7e7dc7","kind":"commit","published_at":"2013-12-23T00:26:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.1/manifests"},{"name":"1.4.0","sha":"f005088486bbb0f285ae5532ef1a18ed6c3b1f85","kind":"commit","published_at":"2013-12-20T09:56:49.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.0/manifests"},{"name":"1.3.1","sha":"a260e7cd2c36c475823ab57f548d321615178454","kind":"commit","published_at":"2013-12-19T11:15:10.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.3.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.1/manifests"},{"name":"1.3.0","sha":"fd6abb6c43699bc80b3810ef2861b5cb18f08fb4","kind":"commit","published_at":"2013-12-19T10:46:24.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.3.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.0/manifests"},{"name":"1.2.1","sha":"a8fd78136bebe05cb94470b9b514ba5167f5a687","kind":"commit","published_at":"2013-10-16T05:42:33.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.2.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.1/manifests"},{"name":"1.2.0","sha":"8dc4c2cfd92940c83e76882f433dce85f1b846a8","kind":"commit","published_at":"2013-10-11T01:03:41.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.2.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.0/manifests"},{"name":"1.1.4","sha":"34e963a757cb5b8c5f21d0c34f1ca055a0e0ad5f","kind":"commit","published_at":"2013-09-27T02:33:47.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.4/manifests"},{"name":"1.1.3","sha":"cecccbdaeeb1a5b3428351a38011f6bc6bca36b5","kind":"commit","published_at":"2013-09-24T10:48:06.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.3/manifests"},{"name":"1.1.2","sha":"d1036fe0de611f4790f534e15dfd264ee2843eae","kind":"commit","published_at":"2013-09-20T12:16:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.2/manifests"},{"name":"1.1.1","sha":"032c7c6b42981742b5c228e68aae2fb2f98da196","kind":"commit","published_at":"2013-09-19T12:34:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.1/manifests"},{"name":"1.1.0","sha":"2bc2959d4e36140801d27d24c24dca461ae50470","kind":"commit","published_at":"2013-09-18T12:07:16.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.0/manifests"},{"name":"1.0.0","sha":"4a0420cc40c6d7b73498a58283e2d62a6a0d4a15","kind":"commit","published_at":"2013-09-06T21:18:31.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.0.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-10-21T00:56:21.257Z","dependent_packages_count":2,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":7.614654365556893,"stargazers_count":3.877523733119401,"forks_count":4.887016980879797,"average":4.094798769889023},"purl":"pkg:apk/alpine/py3-wrapt?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.14","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-wrapt","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-wrapt","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-wrapt/dependencies","status":null,"funding_links":["https://github.com/sponsors/GrahamDumpleton"],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-20T05:00:42.535Z","issues_count":117,"pull_requests_count":52,"avg_time_to_close_issue":40792119.4054054,"avg_time_to_close_pull_request":26920321.43902439,"issues_closed_count":74,"pull_requests_closed_count":41,"pull_request_authors_count":32,"issue_authors_count":103,"avg_comments_per_issue":6.538461538461538,"avg_comments_per_pull_request":3.6153846153846154,"merged_pull_requests_count":21,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":9,"past_year_pull_requests_count":18,"past_year_avg_time_to_close_issue":67627.5,"past_year_avg_time_to_close_pull_request":5039400.363636363,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":7,"past_year_issue_authors_count":8,"past_year_avg_comments_per_issue":8.666666666666666,"past_year_avg_comments_per_pull_request":1.722222222222222,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":9,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.14/packages/py3-wrapt/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.14/packages/py3-wrapt/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.14/packages/py3-wrapt/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.14/packages/py3-wrapt/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.14/packages/py3-wrapt/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.14/packages/py3-wrapt/codemeta","maintainers":[{"uuid":"prspkt@protonmail.com","login":null,"name":"prspkt","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=prspkt","packages_count":48,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=prspkt","role":null,"created_at":"2023-02-04T17:11:35.194Z","updated_at":"2023-02-04T17:11:35.194Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.14/maintainers/prspkt@protonmail.com/packages"}],"registry":{"name":"alpine-v3.14","url":"https://pkgs.alpinelinux.org/packages?branch=v3.14","ecosystem":"alpine","default":false,"packages_count":14958,"maintainers_count":258,"namespaces_count":2,"keywords_count":2179,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":675},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.706Z","updated_at":"2026-06-10T05:14:53.730Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.14/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.14/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.14/namespaces"}},{"id":6204614,"name":"py3-wrapt","ecosystem":"alpine","description":"Module for decorators, wrappers and monkey patching","homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2020-03-09T22:16:26.000Z","latest_release_published_at":"2020-03-09T22:16:26.000Z","latest_release_number":"1.12.1-r0","last_synced_at":"2026-03-23T09:02:11.806Z","created_at":"2023-02-01T02:23:24.565Z","updated_at":"2026-03-23T09:02:11.806Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.13/community/x86_64/py3-wrapt","install_command":"apk add py3-wrapt","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":8694002,"uuid":"10357291","full_name":"GrahamDumpleton/wrapt","owner":"GrahamDumpleton","description":"A Python module for decorators, wrappers and monkey patching.","archived":false,"fork":false,"pushed_at":"2025-10-17T07:59:23.000Z","size":1486,"stargazers_count":2221,"open_issues_count":55,"forks_count":244,"subscribers_count":41,"default_branch":"develop","last_synced_at":"2025-10-19T12:54:43.803Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GrahamDumpleton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["GrahamDumpleton"]}},"created_at":"2013-05-29T10:22:45.000Z","updated_at":"2025-10-19T04:26:26.000Z","dependencies_parsed_at":"2024-01-15T03:58:05.093Z","dependency_job_id":"9f56c0e6-6d73-4ece-98ce-41503187ae82","html_url":"https://github.com/GrahamDumpleton/wrapt","commit_stats":{"total_commits":675,"total_committers":29,"mean_commits":"23.275862068965516","dds":0.1274074074074074,"last_synced_commit":"0da4ba568953b58cb0fe022684cf58fc307c9d83"},"previous_names":[],"tags_count":69,"template":false,"template_full_name":null,"purl":"pkg:github/GrahamDumpleton/wrapt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/sbom","scorecard":{"id":58984,"data":{"date":"2025-08-11","repo":{"name":"github.com/GrahamDumpleton/wrapt","commit":"c71bbf7198752f0f488cd6227a457c546adc3cec"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.4,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":0,"reason":"Found 0/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/build-test-release.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"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/build-test-release.yml:222: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:227: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:80: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:105: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:161: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:186: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:196: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:112","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:114","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:116","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:193","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:41","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:73","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:75","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:77","Info:   0 out of  15 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of  10 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 2-Clause \"Simplified\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'develop'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}}]},"last_synced_at":"2025-08-15T01:18:52.523Z","repository_id":8694002,"created_at":"2025-08-15T01:18:52.523Z","updated_at":"2025-08-15T01:18:52.523Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279932269,"owners_count":26246523,"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-19T02:00:07.647Z","response_time":64,"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":"GrahamDumpleton","name":"Graham Dumpleton","uuid":"507637","kind":"user","description":"","email":"","website":"http://blog.dscpl.com.au","location":"Sydney, Australia","twitter":"GrahamDumpleton","company":null,"icon_url":"https://avatars.githubusercontent.com/u/507637?v=4","repositories_count":20,"last_synced_at":"2025-10-20T04:43:11.061Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/GrahamDumpleton","funding_links":["https://github.com/sponsors/GrahamDumpleton"],"total_stars":3189,"followers":676,"following":0,"created_at":"2022-11-02T16:22:48.531Z","updated_at":"2025-10-20T04:43:11.061Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton/repositories"},"tags":[{"name":"2.0.0rc6","sha":"93ec4aa33ded323d546a447c9dc93433c03e0942","kind":"tag","published_at":"2025-10-17T07:59:20.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc6","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc6/manifests"},{"name":"2.0.0rc5","sha":"074d2785d8efde7d5150609e0048faf1ec888e95","kind":"tag","published_at":"2025-10-16T05:11:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc5","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc5/manifests"},{"name":"2.0.0rc4","sha":"809cb14094467e6f17ad467bae34f60cf3df6500","kind":"tag","published_at":"2025-10-05T09:27:36.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc4/manifests"},{"name":"2.0.0rc3","sha":"d9cc11b32d1fb7dd7800b3e39559d627f92ec13d","kind":"tag","published_at":"2025-10-03T23:21:44.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc3/manifests"},{"name":"2.0.0rc2","sha":"f78e26c86bac207144893e50c214d7538e36a814","kind":"tag","published_at":"2025-08-19T01:36:57.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc2/manifests"},{"name":"1.14.2","sha":"16cff8e15f3f234686abf9ace315094ec319af2a","kind":"tag","published_at":"2025-08-12T06:34:45.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.2/manifests"},{"name":"1.17.3","sha":"99130c02842c87001f40dbe73e21934c0615398d","kind":"tag","published_at":"2025-08-12T04:58:30.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.3/manifests"},{"name":"2.0.0rc1","sha":"42afd773f4ba0d181310d5cac2bbe3199b2378d1","kind":"tag","published_at":"2025-08-11T08:41:47.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc1/manifests"},{"name":"1.17.2","sha":"bcc1f26b2fe8fc962f5033c3a3a773425500789a","kind":"tag","published_at":"2025-01-14T10:18:28.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.2/manifests"},{"name":"1.17.1","sha":"c41e6eadb39f45ce96f488cecb250e417926b49d","kind":"tag","published_at":"2025-01-11T02:25:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.1/manifests"},{"name":"1.17.0","sha":"e663d4910a81d666786ac773ad7c16199b01d31b","kind":"tag","published_at":"2024-11-22T06:00:51.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0/manifests"},{"name":"1.17.0rc1","sha":"75f291f8bf1fe6535b13b0b3dfedca012ca6c8a5","kind":"tag","published_at":"2024-10-17T02:34:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0rc1/manifests"},{"name":"1.17.0dev4","sha":"1a6b4680cba43c28f991149800249ec9f3089e26","kind":"tag","published_at":"2024-10-07T23:00:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev4/manifests"},{"name":"1.17.0dev3","sha":"74d5547da1d0fdd8b6401805ac23ec942e9dd8f2","kind":"tag","published_at":"2024-10-06T23:40:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev3/manifests"},{"name":"1.17.0dev2","sha":"c91f60cca38ed012de06b116acb9339c4a992157","kind":"tag","published_at":"2024-10-06T23:23:50.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev2/manifests"},{"name":"1.17.0dev1","sha":"a8066b5637b2e76c112c30a3b8df0020854a2b90","kind":"tag","published_at":"2024-10-06T22:55:49.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev1/manifests"},{"name":"1.16.0","sha":"14ac73e28b2e8b330443e1d31c4a1d226329babc","kind":"tag","published_at":"2023-11-09T06:09:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0/manifests"},{"name":"1.16.0rc2","sha":"8d0836d7c4f08f442d38d5af6984fac98f132170","kind":"tag","published_at":"2023-11-05T01:33:18.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc2/manifests"},{"name":"1.16.0rc1","sha":"0c9ad919240f7c49cf5ff39e1f690cc9b35aa671","kind":"tag","published_at":"2023-10-07T06:41:32.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc1/manifests"},{"name":"1.15.0","sha":"0634a79c934e4bbf11b4081d3f1610588d7ae4a6","kind":"tag","published_at":"2023-02-27T01:08:18.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.15.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0/manifests"},{"name":"1.15.0rc1","sha":"c11181dc7b891c9e59391a24379f89a8cdac9092","kind":"tag","published_at":"2023-01-12T06:57:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.15.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.15.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.15.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0rc1/manifests"},{"name":"1.14.1","sha":"f2f1a680113d500f525de78da91ae19235efef16","kind":"tag","published_at":"2022-05-02T04:27:44.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.1/manifests"},{"name":"1.14.0","sha":"77634fa8a3e092b2e876f4ffec8849a0fe5a33fb","kind":"tag","published_at":"2022-03-10T07:11:34.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0/manifests"},{"name":"1.14.0rc1","sha":"8f180bf981fc7a92094cfecfd7a9e5f591d4bd4b","kind":"tag","published_at":"2022-03-05T06:07:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0rc1/manifests"},{"name":"1.13.3","sha":"4c614824025222c12ce41301213842f5c3cb0139","kind":"tag","published_at":"2021-10-29T21:00:41.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3/manifests"},{"name":"1.13.3rc1","sha":"d604b81ebbe7f23f132bf269c55397827efa4d13","kind":"tag","published_at":"2021-10-17T01:01:02.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.3rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.3rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.3rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3rc1/manifests"},{"name":"1.13.2rc1","sha":"7990df3f32bd0ffb795ce0bc28e0d6b4cbae803e","kind":"tag","published_at":"2021-10-17T01:00:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.2rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.2rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.2rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2rc1/manifests"},{"name":"1.13.0rc1","sha":"97743109d79a3a3e5bf8b7b5b18d0ec92b2654ab","kind":"tag","published_at":"2021-10-17T00:55:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc1/manifests"},{"name":"1.13.0rc3","sha":"690cc2cb654a5772d73ecc83932358b4a6091921","kind":"tag","published_at":"2021-10-17T00:54:52.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc3/manifests"},{"name":"1.13.0rc2","sha":"7cb212b7021ec026fcbc928491819166ed18eecc","kind":"tag","published_at":"2021-10-17T00:54:35.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc2/manifests"},{"name":"1.13.2","sha":"a8f5b3c11c42bbe082eb408f6a3228eb1988114f","kind":"tag","published_at":"2021-10-13T03:21:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2/manifests"},{"name":"1.13.1","sha":"463f54d26cb5a486ca8cb995a07d039f297bcd0d","kind":"tag","published_at":"2021-10-05T04:09:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.1/manifests"},{"name":"1.13.0","sha":"013632b7a1763f75d8ebc60238568f9a47715ad9","kind":"tag","published_at":"2021-10-04T23:50:30.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0/manifests"},{"name":"1.12.1","sha":"68316bea668fd905a4acb21f37f12596d8c30d80","kind":"tag","published_at":"2020-03-09T02:31:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.12.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.1/manifests"},{"name":"1.12.0","sha":"0148e39ab7baffe281e2ce7e6639c9a46da3afeb","kind":"tag","published_at":"2020-02-16T23:26:17.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.12.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.0/manifests"},{"name":"1.11.2","sha":"22df552d2a0836ab7dc7127d19b90d15d3bba803","kind":"tag","published_at":"2019-06-18T01:10:12.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.2/manifests"},{"name":"1.11.1","sha":"58209f12d31e0339b2570ecda15d43a79fb9b4ff","kind":"tag","published_at":"2019-01-19T05:37:04.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.1/manifests"},{"name":"1.11.0","sha":"f17fef7f85204ecdf4aad05a45459fb46b0c37a0","kind":"tag","published_at":"2019-01-10T04:28:46.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.0/manifests"},{"name":"1.10.11","sha":"a4aeb4c7924ca18f4e9afa97172c95b1dad1e925","kind":"tag","published_at":"2017-08-11T05:22:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.11","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.11/manifests"},{"name":"1.10.10","sha":"b2e4759d31b3e4815077f03aeefea9ceadc67530","kind":"tag","published_at":"2017-03-15T00:37:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.10","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.10/manifests"},{"name":"1.10.9","sha":"f857716ca6cb08a29c2db7af633c57007773a5b5","kind":"tag","published_at":"2017-03-15T00:02:23.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.9","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.9/manifests"},{"name":"1.10.8","sha":"5f70d5c6b0d8c9a21a9396dfc261699fee4e023d","kind":"tag","published_at":"2016-04-10T23:32:33.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.8","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.8/manifests"},{"name":"1.10.7","sha":"fa8f7305886eff6df7b1cb06bc0eeb3a26b96cef","kind":"tag","published_at":"2016-03-31T05:49:07.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.7","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.7/manifests"},{"name":"1.10.6","sha":"5ce37e6dc4a91b4f5e0d57d62b5b182e2162016f","kind":"tag","published_at":"2015-12-08T23:05:05.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.6","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.6/manifests"},{"name":"1.10.5","sha":"42af0563bf88e84d215dea9ea6f989cb867e930e","kind":"tag","published_at":"2015-07-03T00:29:15.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.5","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.5/manifests"},{"name":"1.10.4","sha":"e57ed908133f52dce74ff35a321eb5cf9faa4e80","kind":"tag","published_at":"2015-03-18T04:24:34.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.4/manifests"},{"name":"1.10.3","sha":"778f1a0923215e2b8c17d047a7e107da2061d4f0","kind":"tag","published_at":"2015-03-18T04:13:12.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.3/manifests"},{"name":"1.10.2","sha":"74ef3b02a189809688290c84bddd54b4f33e1d2b","kind":"tag","published_at":"2014-12-11T09:48:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.2/manifests"},{"name":"1.10.1","sha":"71d7e7c3849982f7596eb7203ed6288ea290f2a1","kind":"tag","published_at":"2014-11-26T00:30:36.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.1/manifests"},{"name":"1.10.0","sha":"7fd59051fc4fb5d1f293675e4a249e3b5b0c406d","kind":"tag","published_at":"2014-11-20T06:20:09.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.0/manifests"},{"name":"1.9.0","sha":"a3c7f8c681c5809d6b5771bcd376b0b1817a4d38","kind":"tag","published_at":"2014-08-22T10:47:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.9.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.9.0/manifests"},{"name":"1.8.0","sha":"356a131d83c27e00a61a61fcc1264958942710a4","kind":"tag","published_at":"2014-05-03T10:15:32.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.8.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.8.0/manifests"},{"name":"1.7.0","sha":"dc8a30137def6524330b4a235158ca84ebc864f7","kind":"tag","published_at":"2014-04-26T11:19:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.7.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.7.0/manifests"},{"name":"1.6.0","sha":"4abbac872ccf0c253374277ce7c72f188b8469b7","kind":"commit","published_at":"2014-01-26T05:02:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.6.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.6.0/manifests"},{"name":"1.5.1","sha":"928e21c085621cc7baf4bad0b8ade851d35d62fa","kind":"commit","published_at":"2014-01-14T09:22:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.5.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.1/manifests"},{"name":"1.5.0","sha":"9826d05da58c4f3281de43bc268dd7a7674f8385","kind":"commit","published_at":"2014-01-02T10:04:43.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.5.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.0/manifests"},{"name":"1.4.2","sha":"4f6dda2be47c92d5554e34414304b3c1e23b221c","kind":"commit","published_at":"2013-12-28T02:53:35.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"440b8beeda5fe3fe601c275661d0c86bea7e7dc7","kind":"commit","published_at":"2013-12-23T00:26:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.1/manifests"},{"name":"1.4.0","sha":"f005088486bbb0f285ae5532ef1a18ed6c3b1f85","kind":"commit","published_at":"2013-12-20T09:56:49.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.0/manifests"},{"name":"1.3.1","sha":"a260e7cd2c36c475823ab57f548d321615178454","kind":"commit","published_at":"2013-12-19T11:15:10.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.3.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.1/manifests"},{"name":"1.3.0","sha":"fd6abb6c43699bc80b3810ef2861b5cb18f08fb4","kind":"commit","published_at":"2013-12-19T10:46:24.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.3.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.0/manifests"},{"name":"1.2.1","sha":"a8fd78136bebe05cb94470b9b514ba5167f5a687","kind":"commit","published_at":"2013-10-16T05:42:33.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.2.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.1/manifests"},{"name":"1.2.0","sha":"8dc4c2cfd92940c83e76882f433dce85f1b846a8","kind":"commit","published_at":"2013-10-11T01:03:41.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.2.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.0/manifests"},{"name":"1.1.4","sha":"34e963a757cb5b8c5f21d0c34f1ca055a0e0ad5f","kind":"commit","published_at":"2013-09-27T02:33:47.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.4/manifests"},{"name":"1.1.3","sha":"cecccbdaeeb1a5b3428351a38011f6bc6bca36b5","kind":"commit","published_at":"2013-09-24T10:48:06.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.3/manifests"},{"name":"1.1.2","sha":"d1036fe0de611f4790f534e15dfd264ee2843eae","kind":"commit","published_at":"2013-09-20T12:16:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.2/manifests"},{"name":"1.1.1","sha":"032c7c6b42981742b5c228e68aae2fb2f98da196","kind":"commit","published_at":"2013-09-19T12:34:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.1/manifests"},{"name":"1.1.0","sha":"2bc2959d4e36140801d27d24c24dca461ae50470","kind":"commit","published_at":"2013-09-18T12:07:16.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.0/manifests"},{"name":"1.0.0","sha":"4a0420cc40c6d7b73498a58283e2d62a6a0d4a15","kind":"commit","published_at":"2013-09-06T21:18:31.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.0.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-10-21T00:56:17.936Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":19.522199035763112,"stargazers_count":3.849751744980931,"forks_count":4.936317190760596,"average":7.077066992876159},"purl":"pkg:apk/alpine/py3-wrapt?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.13","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-wrapt","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-wrapt","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-wrapt/dependencies","status":null,"funding_links":["https://github.com/sponsors/GrahamDumpleton"],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-20T05:00:42.535Z","issues_count":117,"pull_requests_count":52,"avg_time_to_close_issue":40792119.4054054,"avg_time_to_close_pull_request":26920321.43902439,"issues_closed_count":74,"pull_requests_closed_count":41,"pull_request_authors_count":32,"issue_authors_count":103,"avg_comments_per_issue":6.538461538461538,"avg_comments_per_pull_request":3.6153846153846154,"merged_pull_requests_count":21,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":9,"past_year_pull_requests_count":18,"past_year_avg_time_to_close_issue":67627.5,"past_year_avg_time_to_close_pull_request":5039400.363636363,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":7,"past_year_issue_authors_count":8,"past_year_avg_comments_per_issue":8.666666666666666,"past_year_avg_comments_per_pull_request":1.722222222222222,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":9,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.13/packages/py3-wrapt/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.13/packages/py3-wrapt/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.13/packages/py3-wrapt/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.13/packages/py3-wrapt/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.13/packages/py3-wrapt/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.13/packages/py3-wrapt/codemeta","maintainers":[{"uuid":"prspkt@protonmail.com","login":null,"name":"prspkt","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=prspkt","packages_count":41,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=prspkt","role":null,"created_at":"2023-02-04T17:11:35.010Z","updated_at":"2023-02-04T17:11:35.010Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.13/maintainers/prspkt@protonmail.com/packages"}],"registry":{"name":"alpine-v3.13","url":"https://pkgs.alpinelinux.org/packages?branch=v3.13","ecosystem":"alpine","default":false,"packages_count":13897,"maintainers_count":231,"namespaces_count":2,"keywords_count":1898,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":592},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.734Z","updated_at":"2026-06-10T05:11:58.586Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.13/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.13/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.13/namespaces"}},{"id":6140779,"name":"py3-wrapt","ecosystem":"alpine","description":"Module for decorators, wrappers and monkey patching","homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2021-12-15T19:18:14.000Z","latest_release_published_at":"2021-12-15T19:18:14.000Z","latest_release_number":"1.12.1-r2","last_synced_at":"2026-03-23T09:13:08.301Z","created_at":"2023-01-31T22:38:26.164Z","updated_at":"2026-03-23T09:13:08.302Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.16/community/x86_64/py3-wrapt","install_command":"apk add py3-wrapt","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":8694002,"uuid":"10357291","full_name":"GrahamDumpleton/wrapt","owner":"GrahamDumpleton","description":"A Python module for decorators, wrappers and monkey patching.","archived":false,"fork":false,"pushed_at":"2025-10-17T07:59:23.000Z","size":1486,"stargazers_count":2221,"open_issues_count":55,"forks_count":244,"subscribers_count":41,"default_branch":"develop","last_synced_at":"2025-10-19T12:54:43.803Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GrahamDumpleton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["GrahamDumpleton"]}},"created_at":"2013-05-29T10:22:45.000Z","updated_at":"2025-10-19T04:26:26.000Z","dependencies_parsed_at":"2024-01-15T03:58:05.093Z","dependency_job_id":"9f56c0e6-6d73-4ece-98ce-41503187ae82","html_url":"https://github.com/GrahamDumpleton/wrapt","commit_stats":{"total_commits":675,"total_committers":29,"mean_commits":"23.275862068965516","dds":0.1274074074074074,"last_synced_commit":"0da4ba568953b58cb0fe022684cf58fc307c9d83"},"previous_names":[],"tags_count":69,"template":false,"template_full_name":null,"purl":"pkg:github/GrahamDumpleton/wrapt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/sbom","scorecard":{"id":58984,"data":{"date":"2025-08-11","repo":{"name":"github.com/GrahamDumpleton/wrapt","commit":"c71bbf7198752f0f488cd6227a457c546adc3cec"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.4,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":0,"reason":"Found 0/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/build-test-release.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"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/build-test-release.yml:222: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:227: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:80: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:105: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:161: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:186: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:196: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:112","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:114","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:116","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:193","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:41","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:73","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:75","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:77","Info:   0 out of  15 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of  10 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 2-Clause \"Simplified\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'develop'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}}]},"last_synced_at":"2025-08-15T01:18:52.523Z","repository_id":8694002,"created_at":"2025-08-15T01:18:52.523Z","updated_at":"2025-08-15T01:18:52.523Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279932269,"owners_count":26246523,"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-19T02:00:07.647Z","response_time":64,"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":"GrahamDumpleton","name":"Graham Dumpleton","uuid":"507637","kind":"user","description":"","email":"","website":"http://blog.dscpl.com.au","location":"Sydney, Australia","twitter":"GrahamDumpleton","company":null,"icon_url":"https://avatars.githubusercontent.com/u/507637?v=4","repositories_count":20,"last_synced_at":"2025-10-20T04:43:11.061Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/GrahamDumpleton","funding_links":["https://github.com/sponsors/GrahamDumpleton"],"total_stars":3189,"followers":676,"following":0,"created_at":"2022-11-02T16:22:48.531Z","updated_at":"2025-10-20T04:43:11.061Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton/repositories"},"tags":[{"name":"2.0.0rc6","sha":"93ec4aa33ded323d546a447c9dc93433c03e0942","kind":"tag","published_at":"2025-10-17T07:59:20.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc6","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc6/manifests"},{"name":"2.0.0rc5","sha":"074d2785d8efde7d5150609e0048faf1ec888e95","kind":"tag","published_at":"2025-10-16T05:11:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc5","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc5/manifests"},{"name":"2.0.0rc4","sha":"809cb14094467e6f17ad467bae34f60cf3df6500","kind":"tag","published_at":"2025-10-05T09:27:36.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc4/manifests"},{"name":"2.0.0rc3","sha":"d9cc11b32d1fb7dd7800b3e39559d627f92ec13d","kind":"tag","published_at":"2025-10-03T23:21:44.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc3/manifests"},{"name":"2.0.0rc2","sha":"f78e26c86bac207144893e50c214d7538e36a814","kind":"tag","published_at":"2025-08-19T01:36:57.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc2/manifests"},{"name":"1.14.2","sha":"16cff8e15f3f234686abf9ace315094ec319af2a","kind":"tag","published_at":"2025-08-12T06:34:45.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.2/manifests"},{"name":"1.17.3","sha":"99130c02842c87001f40dbe73e21934c0615398d","kind":"tag","published_at":"2025-08-12T04:58:30.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.3/manifests"},{"name":"2.0.0rc1","sha":"42afd773f4ba0d181310d5cac2bbe3199b2378d1","kind":"tag","published_at":"2025-08-11T08:41:47.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc1/manifests"},{"name":"1.17.2","sha":"bcc1f26b2fe8fc962f5033c3a3a773425500789a","kind":"tag","published_at":"2025-01-14T10:18:28.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.2/manifests"},{"name":"1.17.1","sha":"c41e6eadb39f45ce96f488cecb250e417926b49d","kind":"tag","published_at":"2025-01-11T02:25:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.1/manifests"},{"name":"1.17.0","sha":"e663d4910a81d666786ac773ad7c16199b01d31b","kind":"tag","published_at":"2024-11-22T06:00:51.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0/manifests"},{"name":"1.17.0rc1","sha":"75f291f8bf1fe6535b13b0b3dfedca012ca6c8a5","kind":"tag","published_at":"2024-10-17T02:34:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0rc1/manifests"},{"name":"1.17.0dev4","sha":"1a6b4680cba43c28f991149800249ec9f3089e26","kind":"tag","published_at":"2024-10-07T23:00:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev4/manifests"},{"name":"1.17.0dev3","sha":"74d5547da1d0fdd8b6401805ac23ec942e9dd8f2","kind":"tag","published_at":"2024-10-06T23:40:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev3/manifests"},{"name":"1.17.0dev2","sha":"c91f60cca38ed012de06b116acb9339c4a992157","kind":"tag","published_at":"2024-10-06T23:23:50.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev2/manifests"},{"name":"1.17.0dev1","sha":"a8066b5637b2e76c112c30a3b8df0020854a2b90","kind":"tag","published_at":"2024-10-06T22:55:49.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev1/manifests"},{"name":"1.16.0","sha":"14ac73e28b2e8b330443e1d31c4a1d226329babc","kind":"tag","published_at":"2023-11-09T06:09:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0/manifests"},{"name":"1.16.0rc2","sha":"8d0836d7c4f08f442d38d5af6984fac98f132170","kind":"tag","published_at":"2023-11-05T01:33:18.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc2/manifests"},{"name":"1.16.0rc1","sha":"0c9ad919240f7c49cf5ff39e1f690cc9b35aa671","kind":"tag","published_at":"2023-10-07T06:41:32.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc1/manifests"},{"name":"1.15.0","sha":"0634a79c934e4bbf11b4081d3f1610588d7ae4a6","kind":"tag","published_at":"2023-02-27T01:08:18.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.15.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0/manifests"},{"name":"1.15.0rc1","sha":"c11181dc7b891c9e59391a24379f89a8cdac9092","kind":"tag","published_at":"2023-01-12T06:57:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.15.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.15.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.15.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0rc1/manifests"},{"name":"1.14.1","sha":"f2f1a680113d500f525de78da91ae19235efef16","kind":"tag","published_at":"2022-05-02T04:27:44.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.1/manifests"},{"name":"1.14.0","sha":"77634fa8a3e092b2e876f4ffec8849a0fe5a33fb","kind":"tag","published_at":"2022-03-10T07:11:34.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0/manifests"},{"name":"1.14.0rc1","sha":"8f180bf981fc7a92094cfecfd7a9e5f591d4bd4b","kind":"tag","published_at":"2022-03-05T06:07:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0rc1/manifests"},{"name":"1.13.3","sha":"4c614824025222c12ce41301213842f5c3cb0139","kind":"tag","published_at":"2021-10-29T21:00:41.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3/manifests"},{"name":"1.13.3rc1","sha":"d604b81ebbe7f23f132bf269c55397827efa4d13","kind":"tag","published_at":"2021-10-17T01:01:02.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.3rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.3rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.3rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3rc1/manifests"},{"name":"1.13.2rc1","sha":"7990df3f32bd0ffb795ce0bc28e0d6b4cbae803e","kind":"tag","published_at":"2021-10-17T01:00:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.2rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.2rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.2rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2rc1/manifests"},{"name":"1.13.0rc1","sha":"97743109d79a3a3e5bf8b7b5b18d0ec92b2654ab","kind":"tag","published_at":"2021-10-17T00:55:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc1/manifests"},{"name":"1.13.0rc3","sha":"690cc2cb654a5772d73ecc83932358b4a6091921","kind":"tag","published_at":"2021-10-17T00:54:52.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc3/manifests"},{"name":"1.13.0rc2","sha":"7cb212b7021ec026fcbc928491819166ed18eecc","kind":"tag","published_at":"2021-10-17T00:54:35.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc2/manifests"},{"name":"1.13.2","sha":"a8f5b3c11c42bbe082eb408f6a3228eb1988114f","kind":"tag","published_at":"2021-10-13T03:21:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2/manifests"},{"name":"1.13.1","sha":"463f54d26cb5a486ca8cb995a07d039f297bcd0d","kind":"tag","published_at":"2021-10-05T04:09:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.1/manifests"},{"name":"1.13.0","sha":"013632b7a1763f75d8ebc60238568f9a47715ad9","kind":"tag","published_at":"2021-10-04T23:50:30.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0/manifests"},{"name":"1.12.1","sha":"68316bea668fd905a4acb21f37f12596d8c30d80","kind":"tag","published_at":"2020-03-09T02:31:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.12.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.1/manifests"},{"name":"1.12.0","sha":"0148e39ab7baffe281e2ce7e6639c9a46da3afeb","kind":"tag","published_at":"2020-02-16T23:26:17.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.12.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.0/manifests"},{"name":"1.11.2","sha":"22df552d2a0836ab7dc7127d19b90d15d3bba803","kind":"tag","published_at":"2019-06-18T01:10:12.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.2/manifests"},{"name":"1.11.1","sha":"58209f12d31e0339b2570ecda15d43a79fb9b4ff","kind":"tag","published_at":"2019-01-19T05:37:04.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.1/manifests"},{"name":"1.11.0","sha":"f17fef7f85204ecdf4aad05a45459fb46b0c37a0","kind":"tag","published_at":"2019-01-10T04:28:46.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.0/manifests"},{"name":"1.10.11","sha":"a4aeb4c7924ca18f4e9afa97172c95b1dad1e925","kind":"tag","published_at":"2017-08-11T05:22:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.11","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.11/manifests"},{"name":"1.10.10","sha":"b2e4759d31b3e4815077f03aeefea9ceadc67530","kind":"tag","published_at":"2017-03-15T00:37:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.10","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.10/manifests"},{"name":"1.10.9","sha":"f857716ca6cb08a29c2db7af633c57007773a5b5","kind":"tag","published_at":"2017-03-15T00:02:23.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.9","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.9/manifests"},{"name":"1.10.8","sha":"5f70d5c6b0d8c9a21a9396dfc261699fee4e023d","kind":"tag","published_at":"2016-04-10T23:32:33.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.8","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.8/manifests"},{"name":"1.10.7","sha":"fa8f7305886eff6df7b1cb06bc0eeb3a26b96cef","kind":"tag","published_at":"2016-03-31T05:49:07.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.7","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.7/manifests"},{"name":"1.10.6","sha":"5ce37e6dc4a91b4f5e0d57d62b5b182e2162016f","kind":"tag","published_at":"2015-12-08T23:05:05.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.6","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.6/manifests"},{"name":"1.10.5","sha":"42af0563bf88e84d215dea9ea6f989cb867e930e","kind":"tag","published_at":"2015-07-03T00:29:15.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.5","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.5/manifests"},{"name":"1.10.4","sha":"e57ed908133f52dce74ff35a321eb5cf9faa4e80","kind":"tag","published_at":"2015-03-18T04:24:34.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.4/manifests"},{"name":"1.10.3","sha":"778f1a0923215e2b8c17d047a7e107da2061d4f0","kind":"tag","published_at":"2015-03-18T04:13:12.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.3/manifests"},{"name":"1.10.2","sha":"74ef3b02a189809688290c84bddd54b4f33e1d2b","kind":"tag","published_at":"2014-12-11T09:48:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.2/manifests"},{"name":"1.10.1","sha":"71d7e7c3849982f7596eb7203ed6288ea290f2a1","kind":"tag","published_at":"2014-11-26T00:30:36.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.1/manifests"},{"name":"1.10.0","sha":"7fd59051fc4fb5d1f293675e4a249e3b5b0c406d","kind":"tag","published_at":"2014-11-20T06:20:09.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.0/manifests"},{"name":"1.9.0","sha":"a3c7f8c681c5809d6b5771bcd376b0b1817a4d38","kind":"tag","published_at":"2014-08-22T10:47:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.9.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.9.0/manifests"},{"name":"1.8.0","sha":"356a131d83c27e00a61a61fcc1264958942710a4","kind":"tag","published_at":"2014-05-03T10:15:32.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.8.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.8.0/manifests"},{"name":"1.7.0","sha":"dc8a30137def6524330b4a235158ca84ebc864f7","kind":"tag","published_at":"2014-04-26T11:19:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.7.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.7.0/manifests"},{"name":"1.6.0","sha":"4abbac872ccf0c253374277ce7c72f188b8469b7","kind":"commit","published_at":"2014-01-26T05:02:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.6.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.6.0/manifests"},{"name":"1.5.1","sha":"928e21c085621cc7baf4bad0b8ade851d35d62fa","kind":"commit","published_at":"2014-01-14T09:22:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.5.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.1/manifests"},{"name":"1.5.0","sha":"9826d05da58c4f3281de43bc268dd7a7674f8385","kind":"commit","published_at":"2014-01-02T10:04:43.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.5.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.0/manifests"},{"name":"1.4.2","sha":"4f6dda2be47c92d5554e34414304b3c1e23b221c","kind":"commit","published_at":"2013-12-28T02:53:35.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"440b8beeda5fe3fe601c275661d0c86bea7e7dc7","kind":"commit","published_at":"2013-12-23T00:26:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.1/manifests"},{"name":"1.4.0","sha":"f005088486bbb0f285ae5532ef1a18ed6c3b1f85","kind":"commit","published_at":"2013-12-20T09:56:49.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.0/manifests"},{"name":"1.3.1","sha":"a260e7cd2c36c475823ab57f548d321615178454","kind":"commit","published_at":"2013-12-19T11:15:10.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.3.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.1/manifests"},{"name":"1.3.0","sha":"fd6abb6c43699bc80b3810ef2861b5cb18f08fb4","kind":"commit","published_at":"2013-12-19T10:46:24.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.3.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.0/manifests"},{"name":"1.2.1","sha":"a8fd78136bebe05cb94470b9b514ba5167f5a687","kind":"commit","published_at":"2013-10-16T05:42:33.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.2.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.1/manifests"},{"name":"1.2.0","sha":"8dc4c2cfd92940c83e76882f433dce85f1b846a8","kind":"commit","published_at":"2013-10-11T01:03:41.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.2.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.0/manifests"},{"name":"1.1.4","sha":"34e963a757cb5b8c5f21d0c34f1ca055a0e0ad5f","kind":"commit","published_at":"2013-09-27T02:33:47.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.4/manifests"},{"name":"1.1.3","sha":"cecccbdaeeb1a5b3428351a38011f6bc6bca36b5","kind":"commit","published_at":"2013-09-24T10:48:06.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.3/manifests"},{"name":"1.1.2","sha":"d1036fe0de611f4790f534e15dfd264ee2843eae","kind":"commit","published_at":"2013-09-20T12:16:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.2/manifests"},{"name":"1.1.1","sha":"032c7c6b42981742b5c228e68aae2fb2f98da196","kind":"commit","published_at":"2013-09-19T12:34:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.1/manifests"},{"name":"1.1.0","sha":"2bc2959d4e36140801d27d24c24dca461ae50470","kind":"commit","published_at":"2013-09-18T12:07:16.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.0/manifests"},{"name":"1.0.0","sha":"4a0420cc40c6d7b73498a58283e2d62a6a0d4a15","kind":"commit","published_at":"2013-09-06T21:18:31.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.0.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-10-21T00:56:21.254Z","dependent_packages_count":4,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":7.34284204965663,"stargazers_count":4.443270528848975,"forks_count":5.083054528379409,"average":4.217291776721254},"purl":"pkg:apk/alpine/py3-wrapt?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.16","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-wrapt","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-wrapt","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-wrapt/dependencies","status":null,"funding_links":["https://github.com/sponsors/GrahamDumpleton"],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-20T05:00:42.535Z","issues_count":117,"pull_requests_count":52,"avg_time_to_close_issue":40792119.4054054,"avg_time_to_close_pull_request":26920321.43902439,"issues_closed_count":74,"pull_requests_closed_count":41,"pull_request_authors_count":32,"issue_authors_count":103,"avg_comments_per_issue":6.538461538461538,"avg_comments_per_pull_request":3.6153846153846154,"merged_pull_requests_count":21,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":9,"past_year_pull_requests_count":18,"past_year_avg_time_to_close_issue":67627.5,"past_year_avg_time_to_close_pull_request":5039400.363636363,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":7,"past_year_issue_authors_count":8,"past_year_avg_comments_per_issue":8.666666666666666,"past_year_avg_comments_per_pull_request":1.722222222222222,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":9,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.16/packages/py3-wrapt/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.16/packages/py3-wrapt/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.16/packages/py3-wrapt/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.16/packages/py3-wrapt/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.16/packages/py3-wrapt/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.16/packages/py3-wrapt/codemeta","maintainers":[{"uuid":"prspkt@protonmail.com","login":null,"name":"prspkt","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=prspkt","packages_count":54,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=prspkt","role":null,"created_at":"2023-02-01T13:04:43.293Z","updated_at":"2023-02-01T13:04:43.293Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.16/maintainers/prspkt@protonmail.com/packages"}],"registry":{"name":"alpine-v3.16","url":"https://pkgs.alpinelinux.org/packages?branch=v3.16","ecosystem":"alpine","default":false,"packages_count":17040,"maintainers_count":328,"namespaces_count":2,"keywords_count":2855,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":924},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.662Z","updated_at":"2026-06-10T05:18:19.682Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.16/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.16/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.16/namespaces"}},{"id":7632677,"name":"py3-wrapt-pyc","ecosystem":"alpine","description":"Precompiled Python bytecode for py3-wrapt","homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":[],"namespace":"community","versions_count":5,"first_release_published_at":"2023-04-21T14:18:25.000Z","latest_release_published_at":"2025-07-11T21:51:27.000Z","latest_release_number":"1.17.2-r0","last_synced_at":"2026-03-23T09:05:46.071Z","created_at":"2023-04-23T01:51:14.190Z","updated_at":"2026-03-23T09:05:46.072Z","registry_url":"https://pkgs.alpinelinux.org/package/edge/community/x86_64/py3-wrapt-pyc","install_command":"apk add py3-wrapt-pyc","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":8694002,"uuid":"10357291","full_name":"GrahamDumpleton/wrapt","owner":"GrahamDumpleton","description":"A Python module for decorators, wrappers and monkey patching.","archived":false,"fork":false,"pushed_at":"2025-10-17T07:59:23.000Z","size":1486,"stargazers_count":2221,"open_issues_count":55,"forks_count":244,"subscribers_count":41,"default_branch":"develop","last_synced_at":"2025-10-19T12:54:43.803Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GrahamDumpleton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["GrahamDumpleton"]}},"created_at":"2013-05-29T10:22:45.000Z","updated_at":"2025-10-19T04:26:26.000Z","dependencies_parsed_at":"2024-01-15T03:58:05.093Z","dependency_job_id":"9f56c0e6-6d73-4ece-98ce-41503187ae82","html_url":"https://github.com/GrahamDumpleton/wrapt","commit_stats":{"total_commits":675,"total_committers":29,"mean_commits":"23.275862068965516","dds":0.1274074074074074,"last_synced_commit":"0da4ba568953b58cb0fe022684cf58fc307c9d83"},"previous_names":[],"tags_count":69,"template":false,"template_full_name":null,"purl":"pkg:github/GrahamDumpleton/wrapt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/sbom","scorecard":{"id":58984,"data":{"date":"2025-08-11","repo":{"name":"github.com/GrahamDumpleton/wrapt","commit":"c71bbf7198752f0f488cd6227a457c546adc3cec"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.4,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":0,"reason":"Found 0/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/build-test-release.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"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/build-test-release.yml:222: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:227: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:80: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:105: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:161: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:186: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:196: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:112","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:114","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:116","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:193","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:41","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:73","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:75","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:77","Info:   0 out of  15 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of  10 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 2-Clause \"Simplified\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'develop'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}}]},"last_synced_at":"2025-08-15T01:18:52.523Z","repository_id":8694002,"created_at":"2025-08-15T01:18:52.523Z","updated_at":"2025-08-15T01:18:52.523Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279932269,"owners_count":26246523,"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-19T02:00:07.647Z","response_time":64,"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":"GrahamDumpleton","name":"Graham Dumpleton","uuid":"507637","kind":"user","description":"","email":"","website":"http://blog.dscpl.com.au","location":"Sydney, Australia","twitter":"GrahamDumpleton","company":null,"icon_url":"https://avatars.githubusercontent.com/u/507637?v=4","repositories_count":20,"last_synced_at":"2025-10-20T04:43:11.061Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/GrahamDumpleton","funding_links":["https://github.com/sponsors/GrahamDumpleton"],"total_stars":3189,"followers":676,"following":0,"created_at":"2022-11-02T16:22:48.531Z","updated_at":"2025-10-20T04:43:11.061Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton/repositories"},"tags":[{"name":"2.0.0rc6","sha":"93ec4aa33ded323d546a447c9dc93433c03e0942","kind":"tag","published_at":"2025-10-17T07:59:20.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc6","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc6/manifests"},{"name":"2.0.0rc5","sha":"074d2785d8efde7d5150609e0048faf1ec888e95","kind":"tag","published_at":"2025-10-16T05:11:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc5","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc5/manifests"},{"name":"2.0.0rc4","sha":"809cb14094467e6f17ad467bae34f60cf3df6500","kind":"tag","published_at":"2025-10-05T09:27:36.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc4/manifests"},{"name":"2.0.0rc3","sha":"d9cc11b32d1fb7dd7800b3e39559d627f92ec13d","kind":"tag","published_at":"2025-10-03T23:21:44.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc3/manifests"},{"name":"2.0.0rc2","sha":"f78e26c86bac207144893e50c214d7538e36a814","kind":"tag","published_at":"2025-08-19T01:36:57.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc2/manifests"},{"name":"1.14.2","sha":"16cff8e15f3f234686abf9ace315094ec319af2a","kind":"tag","published_at":"2025-08-12T06:34:45.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.2/manifests"},{"name":"1.17.3","sha":"99130c02842c87001f40dbe73e21934c0615398d","kind":"tag","published_at":"2025-08-12T04:58:30.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.3/manifests"},{"name":"2.0.0rc1","sha":"42afd773f4ba0d181310d5cac2bbe3199b2378d1","kind":"tag","published_at":"2025-08-11T08:41:47.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc1/manifests"},{"name":"1.17.2","sha":"bcc1f26b2fe8fc962f5033c3a3a773425500789a","kind":"tag","published_at":"2025-01-14T10:18:28.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.2/manifests"},{"name":"1.17.1","sha":"c41e6eadb39f45ce96f488cecb250e417926b49d","kind":"tag","published_at":"2025-01-11T02:25:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.1/manifests"},{"name":"1.17.0","sha":"e663d4910a81d666786ac773ad7c16199b01d31b","kind":"tag","published_at":"2024-11-22T06:00:51.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0/manifests"},{"name":"1.17.0rc1","sha":"75f291f8bf1fe6535b13b0b3dfedca012ca6c8a5","kind":"tag","published_at":"2024-10-17T02:34:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0rc1/manifests"},{"name":"1.17.0dev4","sha":"1a6b4680cba43c28f991149800249ec9f3089e26","kind":"tag","published_at":"2024-10-07T23:00:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev4/manifests"},{"name":"1.17.0dev3","sha":"74d5547da1d0fdd8b6401805ac23ec942e9dd8f2","kind":"tag","published_at":"2024-10-06T23:40:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev3/manifests"},{"name":"1.17.0dev2","sha":"c91f60cca38ed012de06b116acb9339c4a992157","kind":"tag","published_at":"2024-10-06T23:23:50.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev2/manifests"},{"name":"1.17.0dev1","sha":"a8066b5637b2e76c112c30a3b8df0020854a2b90","kind":"tag","published_at":"2024-10-06T22:55:49.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev1/manifests"},{"name":"1.16.0","sha":"14ac73e28b2e8b330443e1d31c4a1d226329babc","kind":"tag","published_at":"2023-11-09T06:09:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0/manifests"},{"name":"1.16.0rc2","sha":"8d0836d7c4f08f442d38d5af6984fac98f132170","kind":"tag","published_at":"2023-11-05T01:33:18.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc2/manifests"},{"name":"1.16.0rc1","sha":"0c9ad919240f7c49cf5ff39e1f690cc9b35aa671","kind":"tag","published_at":"2023-10-07T06:41:32.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc1/manifests"},{"name":"1.15.0","sha":"0634a79c934e4bbf11b4081d3f1610588d7ae4a6","kind":"tag","published_at":"2023-02-27T01:08:18.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.15.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0/manifests"},{"name":"1.15.0rc1","sha":"c11181dc7b891c9e59391a24379f89a8cdac9092","kind":"tag","published_at":"2023-01-12T06:57:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.15.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.15.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.15.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0rc1/manifests"},{"name":"1.14.1","sha":"f2f1a680113d500f525de78da91ae19235efef16","kind":"tag","published_at":"2022-05-02T04:27:44.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.1/manifests"},{"name":"1.14.0","sha":"77634fa8a3e092b2e876f4ffec8849a0fe5a33fb","kind":"tag","published_at":"2022-03-10T07:11:34.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0/manifests"},{"name":"1.14.0rc1","sha":"8f180bf981fc7a92094cfecfd7a9e5f591d4bd4b","kind":"tag","published_at":"2022-03-05T06:07:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0rc1/manifests"},{"name":"1.13.3","sha":"4c614824025222c12ce41301213842f5c3cb0139","kind":"tag","published_at":"2021-10-29T21:00:41.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3/manifests"},{"name":"1.13.3rc1","sha":"d604b81ebbe7f23f132bf269c55397827efa4d13","kind":"tag","published_at":"2021-10-17T01:01:02.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.3rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.3rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.3rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3rc1/manifests"},{"name":"1.13.2rc1","sha":"7990df3f32bd0ffb795ce0bc28e0d6b4cbae803e","kind":"tag","published_at":"2021-10-17T01:00:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.2rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.2rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.2rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2rc1/manifests"},{"name":"1.13.0rc1","sha":"97743109d79a3a3e5bf8b7b5b18d0ec92b2654ab","kind":"tag","published_at":"2021-10-17T00:55:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc1/manifests"},{"name":"1.13.0rc3","sha":"690cc2cb654a5772d73ecc83932358b4a6091921","kind":"tag","published_at":"2021-10-17T00:54:52.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc3/manifests"},{"name":"1.13.0rc2","sha":"7cb212b7021ec026fcbc928491819166ed18eecc","kind":"tag","published_at":"2021-10-17T00:54:35.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc2/manifests"},{"name":"1.13.2","sha":"a8f5b3c11c42bbe082eb408f6a3228eb1988114f","kind":"tag","published_at":"2021-10-13T03:21:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2/manifests"},{"name":"1.13.1","sha":"463f54d26cb5a486ca8cb995a07d039f297bcd0d","kind":"tag","published_at":"2021-10-05T04:09:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.1/manifests"},{"name":"1.13.0","sha":"013632b7a1763f75d8ebc60238568f9a47715ad9","kind":"tag","published_at":"2021-10-04T23:50:30.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0/manifests"},{"name":"1.12.1","sha":"68316bea668fd905a4acb21f37f12596d8c30d80","kind":"tag","published_at":"2020-03-09T02:31:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.12.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.1/manifests"},{"name":"1.12.0","sha":"0148e39ab7baffe281e2ce7e6639c9a46da3afeb","kind":"tag","published_at":"2020-02-16T23:26:17.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.12.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.0/manifests"},{"name":"1.11.2","sha":"22df552d2a0836ab7dc7127d19b90d15d3bba803","kind":"tag","published_at":"2019-06-18T01:10:12.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.2/manifests"},{"name":"1.11.1","sha":"58209f12d31e0339b2570ecda15d43a79fb9b4ff","kind":"tag","published_at":"2019-01-19T05:37:04.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.1/manifests"},{"name":"1.11.0","sha":"f17fef7f85204ecdf4aad05a45459fb46b0c37a0","kind":"tag","published_at":"2019-01-10T04:28:46.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.0/manifests"},{"name":"1.10.11","sha":"a4aeb4c7924ca18f4e9afa97172c95b1dad1e925","kind":"tag","published_at":"2017-08-11T05:22:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.11","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.11/manifests"},{"name":"1.10.10","sha":"b2e4759d31b3e4815077f03aeefea9ceadc67530","kind":"tag","published_at":"2017-03-15T00:37:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.10","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.10/manifests"},{"name":"1.10.9","sha":"f857716ca6cb08a29c2db7af633c57007773a5b5","kind":"tag","published_at":"2017-03-15T00:02:23.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.9","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.9/manifests"},{"name":"1.10.8","sha":"5f70d5c6b0d8c9a21a9396dfc261699fee4e023d","kind":"tag","published_at":"2016-04-10T23:32:33.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.8","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.8/manifests"},{"name":"1.10.7","sha":"fa8f7305886eff6df7b1cb06bc0eeb3a26b96cef","kind":"tag","published_at":"2016-03-31T05:49:07.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.7","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.7/manifests"},{"name":"1.10.6","sha":"5ce37e6dc4a91b4f5e0d57d62b5b182e2162016f","kind":"tag","published_at":"2015-12-08T23:05:05.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.6","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.6/manifests"},{"name":"1.10.5","sha":"42af0563bf88e84d215dea9ea6f989cb867e930e","kind":"tag","published_at":"2015-07-03T00:29:15.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.5","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.5/manifests"},{"name":"1.10.4","sha":"e57ed908133f52dce74ff35a321eb5cf9faa4e80","kind":"tag","published_at":"2015-03-18T04:24:34.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.4/manifests"},{"name":"1.10.3","sha":"778f1a0923215e2b8c17d047a7e107da2061d4f0","kind":"tag","published_at":"2015-03-18T04:13:12.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.3/manifests"},{"name":"1.10.2","sha":"74ef3b02a189809688290c84bddd54b4f33e1d2b","kind":"tag","published_at":"2014-12-11T09:48:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.2/manifests"},{"name":"1.10.1","sha":"71d7e7c3849982f7596eb7203ed6288ea290f2a1","kind":"tag","published_at":"2014-11-26T00:30:36.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.1/manifests"},{"name":"1.10.0","sha":"7fd59051fc4fb5d1f293675e4a249e3b5b0c406d","kind":"tag","published_at":"2014-11-20T06:20:09.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.0/manifests"},{"name":"1.9.0","sha":"a3c7f8c681c5809d6b5771bcd376b0b1817a4d38","kind":"tag","published_at":"2014-08-22T10:47:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.9.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.9.0/manifests"},{"name":"1.8.0","sha":"356a131d83c27e00a61a61fcc1264958942710a4","kind":"tag","published_at":"2014-05-03T10:15:32.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.8.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.8.0/manifests"},{"name":"1.7.0","sha":"dc8a30137def6524330b4a235158ca84ebc864f7","kind":"tag","published_at":"2014-04-26T11:19:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.7.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.7.0/manifests"},{"name":"1.6.0","sha":"4abbac872ccf0c253374277ce7c72f188b8469b7","kind":"commit","published_at":"2014-01-26T05:02:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.6.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.6.0/manifests"},{"name":"1.5.1","sha":"928e21c085621cc7baf4bad0b8ade851d35d62fa","kind":"commit","published_at":"2014-01-14T09:22:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.5.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.1/manifests"},{"name":"1.5.0","sha":"9826d05da58c4f3281de43bc268dd7a7674f8385","kind":"commit","published_at":"2014-01-02T10:04:43.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.5.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.0/manifests"},{"name":"1.4.2","sha":"4f6dda2be47c92d5554e34414304b3c1e23b221c","kind":"commit","published_at":"2013-12-28T02:53:35.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"440b8beeda5fe3fe601c275661d0c86bea7e7dc7","kind":"commit","published_at":"2013-12-23T00:26:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.1/manifests"},{"name":"1.4.0","sha":"f005088486bbb0f285ae5532ef1a18ed6c3b1f85","kind":"commit","published_at":"2013-12-20T09:56:49.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.0/manifests"},{"name":"1.3.1","sha":"a260e7cd2c36c475823ab57f548d321615178454","kind":"commit","published_at":"2013-12-19T11:15:10.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.3.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.1/manifests"},{"name":"1.3.0","sha":"fd6abb6c43699bc80b3810ef2861b5cb18f08fb4","kind":"commit","published_at":"2013-12-19T10:46:24.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.3.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.0/manifests"},{"name":"1.2.1","sha":"a8fd78136bebe05cb94470b9b514ba5167f5a687","kind":"commit","published_at":"2013-10-16T05:42:33.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.2.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.1/manifests"},{"name":"1.2.0","sha":"8dc4c2cfd92940c83e76882f433dce85f1b846a8","kind":"commit","published_at":"2013-10-11T01:03:41.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.2.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.0/manifests"},{"name":"1.1.4","sha":"34e963a757cb5b8c5f21d0c34f1ca055a0e0ad5f","kind":"commit","published_at":"2013-09-27T02:33:47.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.4/manifests"},{"name":"1.1.3","sha":"cecccbdaeeb1a5b3428351a38011f6bc6bca36b5","kind":"commit","published_at":"2013-09-24T10:48:06.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.3/manifests"},{"name":"1.1.2","sha":"d1036fe0de611f4790f534e15dfd264ee2843eae","kind":"commit","published_at":"2013-09-20T12:16:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.2/manifests"},{"name":"1.1.1","sha":"032c7c6b42981742b5c228e68aae2fb2f98da196","kind":"commit","published_at":"2013-09-19T12:34:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.1/manifests"},{"name":"1.1.0","sha":"2bc2959d4e36140801d27d24c24dca461ae50470","kind":"commit","published_at":"2013-09-18T12:07:16.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.0/manifests"},{"name":"1.0.0","sha":"4a0420cc40c6d7b73498a58283e2d62a6a0d4a15","kind":"commit","published_at":"2013-09-06T21:18:31.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.0.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-10-21T00:56:17.926Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":14.132689623958058,"stargazers_count":6.156072581542914,"forks_count":7.9372147389513525,"average":7.056494236113081},"purl":"pkg:apk/alpine/py3-wrapt-pyc?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=edge","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-wrapt-pyc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-wrapt-pyc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-wrapt-pyc/dependencies","status":null,"funding_links":["https://github.com/sponsors/GrahamDumpleton"],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-20T05:00:42.535Z","issues_count":117,"pull_requests_count":52,"avg_time_to_close_issue":40792119.4054054,"avg_time_to_close_pull_request":26920321.43902439,"issues_closed_count":74,"pull_requests_closed_count":41,"pull_request_authors_count":32,"issue_authors_count":103,"avg_comments_per_issue":6.538461538461538,"avg_comments_per_pull_request":3.6153846153846154,"merged_pull_requests_count":21,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":9,"past_year_pull_requests_count":18,"past_year_avg_time_to_close_issue":67627.5,"past_year_avg_time_to_close_pull_request":5039400.363636363,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":7,"past_year_issue_authors_count":8,"past_year_avg_comments_per_issue":8.666666666666666,"past_year_avg_comments_per_pull_request":1.722222222222222,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":9,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/py3-wrapt-pyc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/py3-wrapt-pyc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/py3-wrapt-pyc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/py3-wrapt-pyc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/py3-wrapt-pyc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/py3-wrapt-pyc/codemeta","maintainers":[{"uuid":"prspkt@protonmail.com","login":null,"name":"prspkt","email":"prspkt@protonmail.com","url":"https://pkgs.alpinelinux.org/packages?maintainer=prspkt","packages_count":97,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=prspkt","role":null,"created_at":"2023-04-23T04:16:38.585Z","updated_at":"2023-04-23T04:16:38.585Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers/prspkt@protonmail.com/packages"}],"registry":{"name":"alpine-edge","url":"https://pkgs.alpinelinux.org/packages?branch=edge","ecosystem":"alpine","default":false,"packages_count":39516,"maintainers_count":890,"namespaces_count":3,"keywords_count":6579,"github":"alpinelinux","metadata":{"repos":["main","community","testing"],"funded_packages_count":2727},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.616Z","updated_at":"2026-06-10T05:16:50.784Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/namespaces"}},{"id":6179431,"name":"py3-wrapt","ecosystem":"alpine","description":"Module for decorators, wrappers and monkey patching","homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2021-04-05T18:18:29.000Z","latest_release_published_at":"2021-04-05T18:18:29.000Z","latest_release_number":"1.12.1-r1","last_synced_at":"2026-03-23T09:10:48.165Z","created_at":"2023-02-01T00:32:04.836Z","updated_at":"2026-03-23T09:10:48.165Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.15/community/x86_64/py3-wrapt","install_command":"apk add py3-wrapt","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":8694002,"uuid":"10357291","full_name":"GrahamDumpleton/wrapt","owner":"GrahamDumpleton","description":"A Python module for decorators, wrappers and monkey patching.","archived":false,"fork":false,"pushed_at":"2025-10-17T07:59:23.000Z","size":1486,"stargazers_count":2221,"open_issues_count":55,"forks_count":244,"subscribers_count":41,"default_branch":"develop","last_synced_at":"2025-10-19T12:54:43.803Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GrahamDumpleton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["GrahamDumpleton"]}},"created_at":"2013-05-29T10:22:45.000Z","updated_at":"2025-10-19T04:26:26.000Z","dependencies_parsed_at":"2024-01-15T03:58:05.093Z","dependency_job_id":"9f56c0e6-6d73-4ece-98ce-41503187ae82","html_url":"https://github.com/GrahamDumpleton/wrapt","commit_stats":{"total_commits":675,"total_committers":29,"mean_commits":"23.275862068965516","dds":0.1274074074074074,"last_synced_commit":"0da4ba568953b58cb0fe022684cf58fc307c9d83"},"previous_names":[],"tags_count":69,"template":false,"template_full_name":null,"purl":"pkg:github/GrahamDumpleton/wrapt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/sbom","scorecard":{"id":58984,"data":{"date":"2025-08-11","repo":{"name":"github.com/GrahamDumpleton/wrapt","commit":"c71bbf7198752f0f488cd6227a457c546adc3cec"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.4,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":0,"reason":"Found 0/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/build-test-release.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"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/build-test-release.yml:222: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:227: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:80: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:105: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:161: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:186: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:196: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:112","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:114","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:116","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:193","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:41","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:73","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:75","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:77","Info:   0 out of  15 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of  10 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 2-Clause \"Simplified\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'develop'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}}]},"last_synced_at":"2025-08-15T01:18:52.523Z","repository_id":8694002,"created_at":"2025-08-15T01:18:52.523Z","updated_at":"2025-08-15T01:18:52.523Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279932269,"owners_count":26246523,"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-19T02:00:07.647Z","response_time":64,"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":"GrahamDumpleton","name":"Graham Dumpleton","uuid":"507637","kind":"user","description":"","email":"","website":"http://blog.dscpl.com.au","location":"Sydney, Australia","twitter":"GrahamDumpleton","company":null,"icon_url":"https://avatars.githubusercontent.com/u/507637?v=4","repositories_count":20,"last_synced_at":"2025-10-20T04:43:11.061Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/GrahamDumpleton","funding_links":["https://github.com/sponsors/GrahamDumpleton"],"total_stars":3189,"followers":676,"following":0,"created_at":"2022-11-02T16:22:48.531Z","updated_at":"2025-10-20T04:43:11.061Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton/repositories"},"tags":[{"name":"2.0.0rc6","sha":"93ec4aa33ded323d546a447c9dc93433c03e0942","kind":"tag","published_at":"2025-10-17T07:59:20.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc6","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc6/manifests"},{"name":"2.0.0rc5","sha":"074d2785d8efde7d5150609e0048faf1ec888e95","kind":"tag","published_at":"2025-10-16T05:11:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc5","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc5/manifests"},{"name":"2.0.0rc4","sha":"809cb14094467e6f17ad467bae34f60cf3df6500","kind":"tag","published_at":"2025-10-05T09:27:36.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc4/manifests"},{"name":"2.0.0rc3","sha":"d9cc11b32d1fb7dd7800b3e39559d627f92ec13d","kind":"tag","published_at":"2025-10-03T23:21:44.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc3/manifests"},{"name":"2.0.0rc2","sha":"f78e26c86bac207144893e50c214d7538e36a814","kind":"tag","published_at":"2025-08-19T01:36:57.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc2/manifests"},{"name":"1.14.2","sha":"16cff8e15f3f234686abf9ace315094ec319af2a","kind":"tag","published_at":"2025-08-12T06:34:45.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.2/manifests"},{"name":"1.17.3","sha":"99130c02842c87001f40dbe73e21934c0615398d","kind":"tag","published_at":"2025-08-12T04:58:30.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.3/manifests"},{"name":"2.0.0rc1","sha":"42afd773f4ba0d181310d5cac2bbe3199b2378d1","kind":"tag","published_at":"2025-08-11T08:41:47.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc1/manifests"},{"name":"1.17.2","sha":"bcc1f26b2fe8fc962f5033c3a3a773425500789a","kind":"tag","published_at":"2025-01-14T10:18:28.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.2/manifests"},{"name":"1.17.1","sha":"c41e6eadb39f45ce96f488cecb250e417926b49d","kind":"tag","published_at":"2025-01-11T02:25:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.1/manifests"},{"name":"1.17.0","sha":"e663d4910a81d666786ac773ad7c16199b01d31b","kind":"tag","published_at":"2024-11-22T06:00:51.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0/manifests"},{"name":"1.17.0rc1","sha":"75f291f8bf1fe6535b13b0b3dfedca012ca6c8a5","kind":"tag","published_at":"2024-10-17T02:34:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0rc1/manifests"},{"name":"1.17.0dev4","sha":"1a6b4680cba43c28f991149800249ec9f3089e26","kind":"tag","published_at":"2024-10-07T23:00:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev4/manifests"},{"name":"1.17.0dev3","sha":"74d5547da1d0fdd8b6401805ac23ec942e9dd8f2","kind":"tag","published_at":"2024-10-06T23:40:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev3/manifests"},{"name":"1.17.0dev2","sha":"c91f60cca38ed012de06b116acb9339c4a992157","kind":"tag","published_at":"2024-10-06T23:23:50.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev2/manifests"},{"name":"1.17.0dev1","sha":"a8066b5637b2e76c112c30a3b8df0020854a2b90","kind":"tag","published_at":"2024-10-06T22:55:49.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev1/manifests"},{"name":"1.16.0","sha":"14ac73e28b2e8b330443e1d31c4a1d226329babc","kind":"tag","published_at":"2023-11-09T06:09:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0/manifests"},{"name":"1.16.0rc2","sha":"8d0836d7c4f08f442d38d5af6984fac98f132170","kind":"tag","published_at":"2023-11-05T01:33:18.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc2/manifests"},{"name":"1.16.0rc1","sha":"0c9ad919240f7c49cf5ff39e1f690cc9b35aa671","kind":"tag","published_at":"2023-10-07T06:41:32.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc1/manifests"},{"name":"1.15.0","sha":"0634a79c934e4bbf11b4081d3f1610588d7ae4a6","kind":"tag","published_at":"2023-02-27T01:08:18.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.15.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0/manifests"},{"name":"1.15.0rc1","sha":"c11181dc7b891c9e59391a24379f89a8cdac9092","kind":"tag","published_at":"2023-01-12T06:57:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.15.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.15.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.15.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0rc1/manifests"},{"name":"1.14.1","sha":"f2f1a680113d500f525de78da91ae19235efef16","kind":"tag","published_at":"2022-05-02T04:27:44.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.1/manifests"},{"name":"1.14.0","sha":"77634fa8a3e092b2e876f4ffec8849a0fe5a33fb","kind":"tag","published_at":"2022-03-10T07:11:34.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0/manifests"},{"name":"1.14.0rc1","sha":"8f180bf981fc7a92094cfecfd7a9e5f591d4bd4b","kind":"tag","published_at":"2022-03-05T06:07:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0rc1/manifests"},{"name":"1.13.3","sha":"4c614824025222c12ce41301213842f5c3cb0139","kind":"tag","published_at":"2021-10-29T21:00:41.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3/manifests"},{"name":"1.13.3rc1","sha":"d604b81ebbe7f23f132bf269c55397827efa4d13","kind":"tag","published_at":"2021-10-17T01:01:02.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.3rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.3rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.3rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3rc1/manifests"},{"name":"1.13.2rc1","sha":"7990df3f32bd0ffb795ce0bc28e0d6b4cbae803e","kind":"tag","published_at":"2021-10-17T01:00:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.2rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.2rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.2rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2rc1/manifests"},{"name":"1.13.0rc1","sha":"97743109d79a3a3e5bf8b7b5b18d0ec92b2654ab","kind":"tag","published_at":"2021-10-17T00:55:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc1/manifests"},{"name":"1.13.0rc3","sha":"690cc2cb654a5772d73ecc83932358b4a6091921","kind":"tag","published_at":"2021-10-17T00:54:52.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc3/manifests"},{"name":"1.13.0rc2","sha":"7cb212b7021ec026fcbc928491819166ed18eecc","kind":"tag","published_at":"2021-10-17T00:54:35.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc2/manifests"},{"name":"1.13.2","sha":"a8f5b3c11c42bbe082eb408f6a3228eb1988114f","kind":"tag","published_at":"2021-10-13T03:21:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2/manifests"},{"name":"1.13.1","sha":"463f54d26cb5a486ca8cb995a07d039f297bcd0d","kind":"tag","published_at":"2021-10-05T04:09:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.1/manifests"},{"name":"1.13.0","sha":"013632b7a1763f75d8ebc60238568f9a47715ad9","kind":"tag","published_at":"2021-10-04T23:50:30.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0/manifests"},{"name":"1.12.1","sha":"68316bea668fd905a4acb21f37f12596d8c30d80","kind":"tag","published_at":"2020-03-09T02:31:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.12.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.1/manifests"},{"name":"1.12.0","sha":"0148e39ab7baffe281e2ce7e6639c9a46da3afeb","kind":"tag","published_at":"2020-02-16T23:26:17.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.12.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.0/manifests"},{"name":"1.11.2","sha":"22df552d2a0836ab7dc7127d19b90d15d3bba803","kind":"tag","published_at":"2019-06-18T01:10:12.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.2/manifests"},{"name":"1.11.1","sha":"58209f12d31e0339b2570ecda15d43a79fb9b4ff","kind":"tag","published_at":"2019-01-19T05:37:04.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.1/manifests"},{"name":"1.11.0","sha":"f17fef7f85204ecdf4aad05a45459fb46b0c37a0","kind":"tag","published_at":"2019-01-10T04:28:46.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.0/manifests"},{"name":"1.10.11","sha":"a4aeb4c7924ca18f4e9afa97172c95b1dad1e925","kind":"tag","published_at":"2017-08-11T05:22:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.11","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.11/manifests"},{"name":"1.10.10","sha":"b2e4759d31b3e4815077f03aeefea9ceadc67530","kind":"tag","published_at":"2017-03-15T00:37:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.10","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.10/manifests"},{"name":"1.10.9","sha":"f857716ca6cb08a29c2db7af633c57007773a5b5","kind":"tag","published_at":"2017-03-15T00:02:23.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.9","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.9/manifests"},{"name":"1.10.8","sha":"5f70d5c6b0d8c9a21a9396dfc261699fee4e023d","kind":"tag","published_at":"2016-04-10T23:32:33.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.8","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.8/manifests"},{"name":"1.10.7","sha":"fa8f7305886eff6df7b1cb06bc0eeb3a26b96cef","kind":"tag","published_at":"2016-03-31T05:49:07.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.7","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.7/manifests"},{"name":"1.10.6","sha":"5ce37e6dc4a91b4f5e0d57d62b5b182e2162016f","kind":"tag","published_at":"2015-12-08T23:05:05.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.6","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.6/manifests"},{"name":"1.10.5","sha":"42af0563bf88e84d215dea9ea6f989cb867e930e","kind":"tag","published_at":"2015-07-03T00:29:15.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.5","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.5/manifests"},{"name":"1.10.4","sha":"e57ed908133f52dce74ff35a321eb5cf9faa4e80","kind":"tag","published_at":"2015-03-18T04:24:34.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.4/manifests"},{"name":"1.10.3","sha":"778f1a0923215e2b8c17d047a7e107da2061d4f0","kind":"tag","published_at":"2015-03-18T04:13:12.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.3/manifests"},{"name":"1.10.2","sha":"74ef3b02a189809688290c84bddd54b4f33e1d2b","kind":"tag","published_at":"2014-12-11T09:48:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.2/manifests"},{"name":"1.10.1","sha":"71d7e7c3849982f7596eb7203ed6288ea290f2a1","kind":"tag","published_at":"2014-11-26T00:30:36.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.1/manifests"},{"name":"1.10.0","sha":"7fd59051fc4fb5d1f293675e4a249e3b5b0c406d","kind":"tag","published_at":"2014-11-20T06:20:09.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.0/manifests"},{"name":"1.9.0","sha":"a3c7f8c681c5809d6b5771bcd376b0b1817a4d38","kind":"tag","published_at":"2014-08-22T10:47:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.9.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.9.0/manifests"},{"name":"1.8.0","sha":"356a131d83c27e00a61a61fcc1264958942710a4","kind":"tag","published_at":"2014-05-03T10:15:32.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.8.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.8.0/manifests"},{"name":"1.7.0","sha":"dc8a30137def6524330b4a235158ca84ebc864f7","kind":"tag","published_at":"2014-04-26T11:19:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.7.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.7.0/manifests"},{"name":"1.6.0","sha":"4abbac872ccf0c253374277ce7c72f188b8469b7","kind":"commit","published_at":"2014-01-26T05:02:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.6.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.6.0/manifests"},{"name":"1.5.1","sha":"928e21c085621cc7baf4bad0b8ade851d35d62fa","kind":"commit","published_at":"2014-01-14T09:22:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.5.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.1/manifests"},{"name":"1.5.0","sha":"9826d05da58c4f3281de43bc268dd7a7674f8385","kind":"commit","published_at":"2014-01-02T10:04:43.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.5.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.0/manifests"},{"name":"1.4.2","sha":"4f6dda2be47c92d5554e34414304b3c1e23b221c","kind":"commit","published_at":"2013-12-28T02:53:35.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"440b8beeda5fe3fe601c275661d0c86bea7e7dc7","kind":"commit","published_at":"2013-12-23T00:26:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.1/manifests"},{"name":"1.4.0","sha":"f005088486bbb0f285ae5532ef1a18ed6c3b1f85","kind":"commit","published_at":"2013-12-20T09:56:49.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.0/manifests"},{"name":"1.3.1","sha":"a260e7cd2c36c475823ab57f548d321615178454","kind":"commit","published_at":"2013-12-19T11:15:10.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.3.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.1/manifests"},{"name":"1.3.0","sha":"fd6abb6c43699bc80b3810ef2861b5cb18f08fb4","kind":"commit","published_at":"2013-12-19T10:46:24.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.3.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.0/manifests"},{"name":"1.2.1","sha":"a8fd78136bebe05cb94470b9b514ba5167f5a687","kind":"commit","published_at":"2013-10-16T05:42:33.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.2.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.1/manifests"},{"name":"1.2.0","sha":"8dc4c2cfd92940c83e76882f433dce85f1b846a8","kind":"commit","published_at":"2013-10-11T01:03:41.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.2.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.0/manifests"},{"name":"1.1.4","sha":"34e963a757cb5b8c5f21d0c34f1ca055a0e0ad5f","kind":"commit","published_at":"2013-09-27T02:33:47.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.4/manifests"},{"name":"1.1.3","sha":"cecccbdaeeb1a5b3428351a38011f6bc6bca36b5","kind":"commit","published_at":"2013-09-24T10:48:06.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.3/manifests"},{"name":"1.1.2","sha":"d1036fe0de611f4790f534e15dfd264ee2843eae","kind":"commit","published_at":"2013-09-20T12:16:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.2/manifests"},{"name":"1.1.1","sha":"032c7c6b42981742b5c228e68aae2fb2f98da196","kind":"commit","published_at":"2013-09-19T12:34:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.1/manifests"},{"name":"1.1.0","sha":"2bc2959d4e36140801d27d24c24dca461ae50470","kind":"commit","published_at":"2013-09-18T12:07:16.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.0/manifests"},{"name":"1.0.0","sha":"4a0420cc40c6d7b73498a58283e2d62a6a0d4a15","kind":"commit","published_at":"2013-09-06T21:18:31.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.0.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-10-21T00:56:21.243Z","dependent_packages_count":2,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":10.935233650753611,"stargazers_count":4.155893296336003,"forks_count":5.045090496310777,"average":5.034054360850098},"purl":"pkg:apk/alpine/py3-wrapt?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.15","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-wrapt","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-wrapt","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-wrapt/dependencies","status":null,"funding_links":["https://github.com/sponsors/GrahamDumpleton"],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-20T05:00:42.535Z","issues_count":117,"pull_requests_count":52,"avg_time_to_close_issue":40792119.4054054,"avg_time_to_close_pull_request":26920321.43902439,"issues_closed_count":74,"pull_requests_closed_count":41,"pull_request_authors_count":32,"issue_authors_count":103,"avg_comments_per_issue":6.538461538461538,"avg_comments_per_pull_request":3.6153846153846154,"merged_pull_requests_count":21,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":9,"past_year_pull_requests_count":18,"past_year_avg_time_to_close_issue":67627.5,"past_year_avg_time_to_close_pull_request":5039400.363636363,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":7,"past_year_issue_authors_count":8,"past_year_avg_comments_per_issue":8.666666666666666,"past_year_avg_comments_per_pull_request":1.722222222222222,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":9,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.15/packages/py3-wrapt/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.15/packages/py3-wrapt/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.15/packages/py3-wrapt/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.15/packages/py3-wrapt/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.15/packages/py3-wrapt/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.15/packages/py3-wrapt/codemeta","maintainers":[{"uuid":"prspkt@protonmail.com","login":null,"name":"prspkt","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=prspkt","packages_count":48,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=prspkt","role":null,"created_at":"2023-02-04T17:11:32.086Z","updated_at":"2023-02-04T17:11:32.086Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.15/maintainers/prspkt@protonmail.com/packages"}],"registry":{"name":"alpine-v3.15","url":"https://pkgs.alpinelinux.org/packages?branch=v3.15","ecosystem":"alpine","default":false,"packages_count":15857,"maintainers_count":287,"namespaces_count":2,"keywords_count":2466,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":786},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.684Z","updated_at":"2026-06-10T05:17:43.390Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.15/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.15/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.15/namespaces"}},{"id":10346217,"name":"py3-wrapt","ecosystem":"alpine","description":"Module for decorators, wrappers and monkey patching","homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2024-04-12T09:59:22.000Z","latest_release_published_at":"2024-04-12T09:59:22.000Z","latest_release_number":"1.16.0-r1","last_synced_at":"2026-03-23T09:17:00.781Z","created_at":"2024-06-11T10:55:08.289Z","updated_at":"2026-03-23T09:17:00.781Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.20/community/x86_64/py3-wrapt","install_command":"apk add py3-wrapt","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":8694002,"uuid":"10357291","full_name":"GrahamDumpleton/wrapt","owner":"GrahamDumpleton","description":"A Python module for decorators, wrappers and monkey patching.","archived":false,"fork":false,"pushed_at":"2025-10-17T07:59:23.000Z","size":1486,"stargazers_count":2221,"open_issues_count":55,"forks_count":244,"subscribers_count":41,"default_branch":"develop","last_synced_at":"2025-10-19T12:54:43.803Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GrahamDumpleton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["GrahamDumpleton"]}},"created_at":"2013-05-29T10:22:45.000Z","updated_at":"2025-10-19T04:26:26.000Z","dependencies_parsed_at":"2024-01-15T03:58:05.093Z","dependency_job_id":"9f56c0e6-6d73-4ece-98ce-41503187ae82","html_url":"https://github.com/GrahamDumpleton/wrapt","commit_stats":{"total_commits":675,"total_committers":29,"mean_commits":"23.275862068965516","dds":0.1274074074074074,"last_synced_commit":"0da4ba568953b58cb0fe022684cf58fc307c9d83"},"previous_names":[],"tags_count":69,"template":false,"template_full_name":null,"purl":"pkg:github/GrahamDumpleton/wrapt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/sbom","scorecard":{"id":58984,"data":{"date":"2025-08-11","repo":{"name":"github.com/GrahamDumpleton/wrapt","commit":"c71bbf7198752f0f488cd6227a457c546adc3cec"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.4,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":0,"reason":"Found 0/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/build-test-release.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"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/build-test-release.yml:222: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:227: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:80: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:105: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:161: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:186: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:196: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:112","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:114","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:116","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:193","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:41","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:73","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:75","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:77","Info:   0 out of  15 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of  10 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 2-Clause \"Simplified\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'develop'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}}]},"last_synced_at":"2025-08-15T01:18:52.523Z","repository_id":8694002,"created_at":"2025-08-15T01:18:52.523Z","updated_at":"2025-08-15T01:18:52.523Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279932269,"owners_count":26246523,"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-19T02:00:07.647Z","response_time":64,"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":"GrahamDumpleton","name":"Graham Dumpleton","uuid":"507637","kind":"user","description":"","email":"","website":"http://blog.dscpl.com.au","location":"Sydney, Australia","twitter":"GrahamDumpleton","company":null,"icon_url":"https://avatars.githubusercontent.com/u/507637?v=4","repositories_count":20,"last_synced_at":"2025-10-20T04:43:11.061Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/GrahamDumpleton","funding_links":["https://github.com/sponsors/GrahamDumpleton"],"total_stars":3189,"followers":676,"following":0,"created_at":"2022-11-02T16:22:48.531Z","updated_at":"2025-10-20T04:43:11.061Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton/repositories"},"tags":[{"name":"2.0.0rc6","sha":"93ec4aa33ded323d546a447c9dc93433c03e0942","kind":"tag","published_at":"2025-10-17T07:59:20.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc6","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc6/manifests"},{"name":"2.0.0rc5","sha":"074d2785d8efde7d5150609e0048faf1ec888e95","kind":"tag","published_at":"2025-10-16T05:11:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc5","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc5/manifests"},{"name":"2.0.0rc4","sha":"809cb14094467e6f17ad467bae34f60cf3df6500","kind":"tag","published_at":"2025-10-05T09:27:36.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc4/manifests"},{"name":"2.0.0rc3","sha":"d9cc11b32d1fb7dd7800b3e39559d627f92ec13d","kind":"tag","published_at":"2025-10-03T23:21:44.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc3/manifests"},{"name":"2.0.0rc2","sha":"f78e26c86bac207144893e50c214d7538e36a814","kind":"tag","published_at":"2025-08-19T01:36:57.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc2/manifests"},{"name":"1.14.2","sha":"16cff8e15f3f234686abf9ace315094ec319af2a","kind":"tag","published_at":"2025-08-12T06:34:45.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.2/manifests"},{"name":"1.17.3","sha":"99130c02842c87001f40dbe73e21934c0615398d","kind":"tag","published_at":"2025-08-12T04:58:30.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.3/manifests"},{"name":"2.0.0rc1","sha":"42afd773f4ba0d181310d5cac2bbe3199b2378d1","kind":"tag","published_at":"2025-08-11T08:41:47.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc1/manifests"},{"name":"1.17.2","sha":"bcc1f26b2fe8fc962f5033c3a3a773425500789a","kind":"tag","published_at":"2025-01-14T10:18:28.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.2/manifests"},{"name":"1.17.1","sha":"c41e6eadb39f45ce96f488cecb250e417926b49d","kind":"tag","published_at":"2025-01-11T02:25:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.1/manifests"},{"name":"1.17.0","sha":"e663d4910a81d666786ac773ad7c16199b01d31b","kind":"tag","published_at":"2024-11-22T06:00:51.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0/manifests"},{"name":"1.17.0rc1","sha":"75f291f8bf1fe6535b13b0b3dfedca012ca6c8a5","kind":"tag","published_at":"2024-10-17T02:34:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0rc1/manifests"},{"name":"1.17.0dev4","sha":"1a6b4680cba43c28f991149800249ec9f3089e26","kind":"tag","published_at":"2024-10-07T23:00:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev4/manifests"},{"name":"1.17.0dev3","sha":"74d5547da1d0fdd8b6401805ac23ec942e9dd8f2","kind":"tag","published_at":"2024-10-06T23:40:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev3/manifests"},{"name":"1.17.0dev2","sha":"c91f60cca38ed012de06b116acb9339c4a992157","kind":"tag","published_at":"2024-10-06T23:23:50.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev2/manifests"},{"name":"1.17.0dev1","sha":"a8066b5637b2e76c112c30a3b8df0020854a2b90","kind":"tag","published_at":"2024-10-06T22:55:49.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev1/manifests"},{"name":"1.16.0","sha":"14ac73e28b2e8b330443e1d31c4a1d226329babc","kind":"tag","published_at":"2023-11-09T06:09:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0/manifests"},{"name":"1.16.0rc2","sha":"8d0836d7c4f08f442d38d5af6984fac98f132170","kind":"tag","published_at":"2023-11-05T01:33:18.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc2/manifests"},{"name":"1.16.0rc1","sha":"0c9ad919240f7c49cf5ff39e1f690cc9b35aa671","kind":"tag","published_at":"2023-10-07T06:41:32.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc1/manifests"},{"name":"1.15.0","sha":"0634a79c934e4bbf11b4081d3f1610588d7ae4a6","kind":"tag","published_at":"2023-02-27T01:08:18.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.15.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0/manifests"},{"name":"1.15.0rc1","sha":"c11181dc7b891c9e59391a24379f89a8cdac9092","kind":"tag","published_at":"2023-01-12T06:57:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.15.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.15.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.15.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0rc1/manifests"},{"name":"1.14.1","sha":"f2f1a680113d500f525de78da91ae19235efef16","kind":"tag","published_at":"2022-05-02T04:27:44.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.1/manifests"},{"name":"1.14.0","sha":"77634fa8a3e092b2e876f4ffec8849a0fe5a33fb","kind":"tag","published_at":"2022-03-10T07:11:34.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0/manifests"},{"name":"1.14.0rc1","sha":"8f180bf981fc7a92094cfecfd7a9e5f591d4bd4b","kind":"tag","published_at":"2022-03-05T06:07:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0rc1/manifests"},{"name":"1.13.3","sha":"4c614824025222c12ce41301213842f5c3cb0139","kind":"tag","published_at":"2021-10-29T21:00:41.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3/manifests"},{"name":"1.13.3rc1","sha":"d604b81ebbe7f23f132bf269c55397827efa4d13","kind":"tag","published_at":"2021-10-17T01:01:02.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.3rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.3rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.3rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3rc1/manifests"},{"name":"1.13.2rc1","sha":"7990df3f32bd0ffb795ce0bc28e0d6b4cbae803e","kind":"tag","published_at":"2021-10-17T01:00:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.2rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.2rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.2rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2rc1/manifests"},{"name":"1.13.0rc1","sha":"97743109d79a3a3e5bf8b7b5b18d0ec92b2654ab","kind":"tag","published_at":"2021-10-17T00:55:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc1/manifests"},{"name":"1.13.0rc3","sha":"690cc2cb654a5772d73ecc83932358b4a6091921","kind":"tag","published_at":"2021-10-17T00:54:52.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc3/manifests"},{"name":"1.13.0rc2","sha":"7cb212b7021ec026fcbc928491819166ed18eecc","kind":"tag","published_at":"2021-10-17T00:54:35.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc2/manifests"},{"name":"1.13.2","sha":"a8f5b3c11c42bbe082eb408f6a3228eb1988114f","kind":"tag","published_at":"2021-10-13T03:21:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2/manifests"},{"name":"1.13.1","sha":"463f54d26cb5a486ca8cb995a07d039f297bcd0d","kind":"tag","published_at":"2021-10-05T04:09:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.1/manifests"},{"name":"1.13.0","sha":"013632b7a1763f75d8ebc60238568f9a47715ad9","kind":"tag","published_at":"2021-10-04T23:50:30.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0/manifests"},{"name":"1.12.1","sha":"68316bea668fd905a4acb21f37f12596d8c30d80","kind":"tag","published_at":"2020-03-09T02:31:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.12.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.1/manifests"},{"name":"1.12.0","sha":"0148e39ab7baffe281e2ce7e6639c9a46da3afeb","kind":"tag","published_at":"2020-02-16T23:26:17.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.12.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.0/manifests"},{"name":"1.11.2","sha":"22df552d2a0836ab7dc7127d19b90d15d3bba803","kind":"tag","published_at":"2019-06-18T01:10:12.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.2/manifests"},{"name":"1.11.1","sha":"58209f12d31e0339b2570ecda15d43a79fb9b4ff","kind":"tag","published_at":"2019-01-19T05:37:04.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.1/manifests"},{"name":"1.11.0","sha":"f17fef7f85204ecdf4aad05a45459fb46b0c37a0","kind":"tag","published_at":"2019-01-10T04:28:46.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.0/manifests"},{"name":"1.10.11","sha":"a4aeb4c7924ca18f4e9afa97172c95b1dad1e925","kind":"tag","published_at":"2017-08-11T05:22:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.11","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.11/manifests"},{"name":"1.10.10","sha":"b2e4759d31b3e4815077f03aeefea9ceadc67530","kind":"tag","published_at":"2017-03-15T00:37:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.10","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.10/manifests"},{"name":"1.10.9","sha":"f857716ca6cb08a29c2db7af633c57007773a5b5","kind":"tag","published_at":"2017-03-15T00:02:23.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.9","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.9/manifests"},{"name":"1.10.8","sha":"5f70d5c6b0d8c9a21a9396dfc261699fee4e023d","kind":"tag","published_at":"2016-04-10T23:32:33.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.8","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.8/manifests"},{"name":"1.10.7","sha":"fa8f7305886eff6df7b1cb06bc0eeb3a26b96cef","kind":"tag","published_at":"2016-03-31T05:49:07.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.7","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.7/manifests"},{"name":"1.10.6","sha":"5ce37e6dc4a91b4f5e0d57d62b5b182e2162016f","kind":"tag","published_at":"2015-12-08T23:05:05.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.6","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.6/manifests"},{"name":"1.10.5","sha":"42af0563bf88e84d215dea9ea6f989cb867e930e","kind":"tag","published_at":"2015-07-03T00:29:15.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.5","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.5/manifests"},{"name":"1.10.4","sha":"e57ed908133f52dce74ff35a321eb5cf9faa4e80","kind":"tag","published_at":"2015-03-18T04:24:34.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.4/manifests"},{"name":"1.10.3","sha":"778f1a0923215e2b8c17d047a7e107da2061d4f0","kind":"tag","published_at":"2015-03-18T04:13:12.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.3/manifests"},{"name":"1.10.2","sha":"74ef3b02a189809688290c84bddd54b4f33e1d2b","kind":"tag","published_at":"2014-12-11T09:48:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.2/manifests"},{"name":"1.10.1","sha":"71d7e7c3849982f7596eb7203ed6288ea290f2a1","kind":"tag","published_at":"2014-11-26T00:30:36.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.1/manifests"},{"name":"1.10.0","sha":"7fd59051fc4fb5d1f293675e4a249e3b5b0c406d","kind":"tag","published_at":"2014-11-20T06:20:09.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.0/manifests"},{"name":"1.9.0","sha":"a3c7f8c681c5809d6b5771bcd376b0b1817a4d38","kind":"tag","published_at":"2014-08-22T10:47:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.9.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.9.0/manifests"},{"name":"1.8.0","sha":"356a131d83c27e00a61a61fcc1264958942710a4","kind":"tag","published_at":"2014-05-03T10:15:32.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.8.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.8.0/manifests"},{"name":"1.7.0","sha":"dc8a30137def6524330b4a235158ca84ebc864f7","kind":"tag","published_at":"2014-04-26T11:19:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.7.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.7.0/manifests"},{"name":"1.6.0","sha":"4abbac872ccf0c253374277ce7c72f188b8469b7","kind":"commit","published_at":"2014-01-26T05:02:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.6.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.6.0/manifests"},{"name":"1.5.1","sha":"928e21c085621cc7baf4bad0b8ade851d35d62fa","kind":"commit","published_at":"2014-01-14T09:22:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.5.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.1/manifests"},{"name":"1.5.0","sha":"9826d05da58c4f3281de43bc268dd7a7674f8385","kind":"commit","published_at":"2014-01-02T10:04:43.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.5.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.0/manifests"},{"name":"1.4.2","sha":"4f6dda2be47c92d5554e34414304b3c1e23b221c","kind":"commit","published_at":"2013-12-28T02:53:35.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"440b8beeda5fe3fe601c275661d0c86bea7e7dc7","kind":"commit","published_at":"2013-12-23T00:26:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.1/manifests"},{"name":"1.4.0","sha":"f005088486bbb0f285ae5532ef1a18ed6c3b1f85","kind":"commit","published_at":"2013-12-20T09:56:49.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.0/manifests"},{"name":"1.3.1","sha":"a260e7cd2c36c475823ab57f548d321615178454","kind":"commit","published_at":"2013-12-19T11:15:10.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.3.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.1/manifests"},{"name":"1.3.0","sha":"fd6abb6c43699bc80b3810ef2861b5cb18f08fb4","kind":"commit","published_at":"2013-12-19T10:46:24.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.3.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.0/manifests"},{"name":"1.2.1","sha":"a8fd78136bebe05cb94470b9b514ba5167f5a687","kind":"commit","published_at":"2013-10-16T05:42:33.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.2.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.1/manifests"},{"name":"1.2.0","sha":"8dc4c2cfd92940c83e76882f433dce85f1b846a8","kind":"commit","published_at":"2013-10-11T01:03:41.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.2.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.0/manifests"},{"name":"1.1.4","sha":"34e963a757cb5b8c5f21d0c34f1ca055a0e0ad5f","kind":"commit","published_at":"2013-09-27T02:33:47.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.4/manifests"},{"name":"1.1.3","sha":"cecccbdaeeb1a5b3428351a38011f6bc6bca36b5","kind":"commit","published_at":"2013-09-24T10:48:06.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.3/manifests"},{"name":"1.1.2","sha":"d1036fe0de611f4790f534e15dfd264ee2843eae","kind":"commit","published_at":"2013-09-20T12:16:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.2/manifests"},{"name":"1.1.1","sha":"032c7c6b42981742b5c228e68aae2fb2f98da196","kind":"commit","published_at":"2013-09-19T12:34:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.1/manifests"},{"name":"1.1.0","sha":"2bc2959d4e36140801d27d24c24dca461ae50470","kind":"commit","published_at":"2013-09-18T12:07:16.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.0/manifests"},{"name":"1.0.0","sha":"4a0420cc40c6d7b73498a58283e2d62a6a0d4a15","kind":"commit","published_at":"2013-09-06T21:18:31.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.0.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-10-21T00:56:17.699Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/py3-wrapt?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.20","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-wrapt","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-wrapt","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-wrapt/dependencies","status":null,"funding_links":["https://github.com/sponsors/GrahamDumpleton"],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-20T05:00:42.535Z","issues_count":117,"pull_requests_count":52,"avg_time_to_close_issue":40792119.4054054,"avg_time_to_close_pull_request":26920321.43902439,"issues_closed_count":74,"pull_requests_closed_count":41,"pull_request_authors_count":32,"issue_authors_count":103,"avg_comments_per_issue":6.538461538461538,"avg_comments_per_pull_request":3.6153846153846154,"merged_pull_requests_count":21,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":9,"past_year_pull_requests_count":18,"past_year_avg_time_to_close_issue":67627.5,"past_year_avg_time_to_close_pull_request":5039400.363636363,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":7,"past_year_issue_authors_count":8,"past_year_avg_comments_per_issue":8.666666666666666,"past_year_avg_comments_per_pull_request":1.722222222222222,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":9,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/py3-wrapt/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/py3-wrapt/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/py3-wrapt/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/py3-wrapt/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/py3-wrapt/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/py3-wrapt/codemeta","maintainers":[{"uuid":"prspkt@protonmail.com","login":null,"name":"prspkt","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=prspkt","packages_count":80,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=prspkt","role":null,"created_at":"2024-06-12T01:48:04.215Z","updated_at":"2024-06-12T01:48:04.215Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/maintainers/prspkt@protonmail.com/packages"}],"registry":{"name":"alpine-v3.20","url":"https://pkgs.alpinelinux.org/packages?branch=v3.20","ecosystem":"alpine","default":false,"packages_count":24162,"maintainers_count":405,"namespaces_count":2,"keywords_count":4251,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1476},"icon_url":"https://github.com/alpinelinux.png","created_at":"2024-06-07T11:51:39.915Z","updated_at":"2026-06-10T05:19:00.233Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/namespaces"}},{"id":5285026,"name":"wrapt","ecosystem":"conda","description":"The aim of the wrapt module is to provide a transparent object proxy for Python, which can be used as the basis for the construction of function wrappers and decorator functions.","homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":[],"namespace":null,"versions_count":9,"first_release_published_at":"2018-07-04T19:51:37.000Z","latest_release_published_at":"2025-11-27T11:41:30.000Z","latest_release_number":"2.0.1","last_synced_at":"2026-03-23T09:14:55.249Z","created_at":"2022-10-03T15:41:53.998Z","updated_at":"2026-03-23T09:18:22.742Z","registry_url":"https://anaconda.org/anaconda/wrapt","install_command":"conda install -c anaconda wrapt","documentation_url":null,"metadata":{},"repo_metadata":{"id":8694002,"uuid":"10357291","full_name":"GrahamDumpleton/wrapt","owner":"GrahamDumpleton","description":"A Python module for decorators, wrappers and monkey patching.","archived":false,"fork":false,"pushed_at":"2025-10-17T07:59:23.000Z","size":1486,"stargazers_count":2221,"open_issues_count":55,"forks_count":244,"subscribers_count":41,"default_branch":"develop","last_synced_at":"2025-10-19T12:54:43.803Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GrahamDumpleton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["GrahamDumpleton"]}},"created_at":"2013-05-29T10:22:45.000Z","updated_at":"2025-10-19T04:26:26.000Z","dependencies_parsed_at":"2024-01-15T03:58:05.093Z","dependency_job_id":"9f56c0e6-6d73-4ece-98ce-41503187ae82","html_url":"https://github.com/GrahamDumpleton/wrapt","commit_stats":{"total_commits":675,"total_committers":29,"mean_commits":"23.275862068965516","dds":0.1274074074074074,"last_synced_commit":"0da4ba568953b58cb0fe022684cf58fc307c9d83"},"previous_names":[],"tags_count":69,"template":false,"template_full_name":null,"purl":"pkg:github/GrahamDumpleton/wrapt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/sbom","scorecard":{"id":58984,"data":{"date":"2025-08-11","repo":{"name":"github.com/GrahamDumpleton/wrapt","commit":"c71bbf7198752f0f488cd6227a457c546adc3cec"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.4,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":0,"reason":"Found 0/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/build-test-release.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"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/build-test-release.yml:222: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:227: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:80: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:105: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:161: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:186: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:196: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:112","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:114","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:116","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:193","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:41","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:73","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:75","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:77","Info:   0 out of  15 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of  10 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 2-Clause \"Simplified\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'develop'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}}]},"last_synced_at":"2025-08-15T01:18:52.523Z","repository_id":8694002,"created_at":"2025-08-15T01:18:52.523Z","updated_at":"2025-08-15T01:18:52.523Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279932269,"owners_count":26246523,"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-19T02:00:07.647Z","response_time":64,"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":"GrahamDumpleton","name":"Graham Dumpleton","uuid":"507637","kind":"user","description":"","email":"","website":"http://blog.dscpl.com.au","location":"Sydney, Australia","twitter":"GrahamDumpleton","company":null,"icon_url":"https://avatars.githubusercontent.com/u/507637?v=4","repositories_count":20,"last_synced_at":"2025-10-20T04:43:11.061Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/GrahamDumpleton","funding_links":["https://github.com/sponsors/GrahamDumpleton"],"total_stars":3189,"followers":676,"following":0,"created_at":"2022-11-02T16:22:48.531Z","updated_at":"2025-10-20T04:43:11.061Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton/repositories"},"tags":[{"name":"2.0.0rc6","sha":"93ec4aa33ded323d546a447c9dc93433c03e0942","kind":"tag","published_at":"2025-10-17T07:59:20.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc6","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc6/manifests"},{"name":"2.0.0rc5","sha":"074d2785d8efde7d5150609e0048faf1ec888e95","kind":"tag","published_at":"2025-10-16T05:11:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc5","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc5/manifests"},{"name":"2.0.0rc4","sha":"809cb14094467e6f17ad467bae34f60cf3df6500","kind":"tag","published_at":"2025-10-05T09:27:36.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc4/manifests"},{"name":"2.0.0rc3","sha":"d9cc11b32d1fb7dd7800b3e39559d627f92ec13d","kind":"tag","published_at":"2025-10-03T23:21:44.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc3/manifests"},{"name":"2.0.0rc2","sha":"f78e26c86bac207144893e50c214d7538e36a814","kind":"tag","published_at":"2025-08-19T01:36:57.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc2/manifests"},{"name":"1.14.2","sha":"16cff8e15f3f234686abf9ace315094ec319af2a","kind":"tag","published_at":"2025-08-12T06:34:45.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.2/manifests"},{"name":"1.17.3","sha":"99130c02842c87001f40dbe73e21934c0615398d","kind":"tag","published_at":"2025-08-12T04:58:30.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.3/manifests"},{"name":"2.0.0rc1","sha":"42afd773f4ba0d181310d5cac2bbe3199b2378d1","kind":"tag","published_at":"2025-08-11T08:41:47.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc1/manifests"},{"name":"1.17.2","sha":"bcc1f26b2fe8fc962f5033c3a3a773425500789a","kind":"tag","published_at":"2025-01-14T10:18:28.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.2/manifests"},{"name":"1.17.1","sha":"c41e6eadb39f45ce96f488cecb250e417926b49d","kind":"tag","published_at":"2025-01-11T02:25:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.1/manifests"},{"name":"1.17.0","sha":"e663d4910a81d666786ac773ad7c16199b01d31b","kind":"tag","published_at":"2024-11-22T06:00:51.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0/manifests"},{"name":"1.17.0rc1","sha":"75f291f8bf1fe6535b13b0b3dfedca012ca6c8a5","kind":"tag","published_at":"2024-10-17T02:34:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0rc1/manifests"},{"name":"1.17.0dev4","sha":"1a6b4680cba43c28f991149800249ec9f3089e26","kind":"tag","published_at":"2024-10-07T23:00:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev4/manifests"},{"name":"1.17.0dev3","sha":"74d5547da1d0fdd8b6401805ac23ec942e9dd8f2","kind":"tag","published_at":"2024-10-06T23:40:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev3/manifests"},{"name":"1.17.0dev2","sha":"c91f60cca38ed012de06b116acb9339c4a992157","kind":"tag","published_at":"2024-10-06T23:23:50.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev2/manifests"},{"name":"1.17.0dev1","sha":"a8066b5637b2e76c112c30a3b8df0020854a2b90","kind":"tag","published_at":"2024-10-06T22:55:49.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev1/manifests"},{"name":"1.16.0","sha":"14ac73e28b2e8b330443e1d31c4a1d226329babc","kind":"tag","published_at":"2023-11-09T06:09:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0/manifests"},{"name":"1.16.0rc2","sha":"8d0836d7c4f08f442d38d5af6984fac98f132170","kind":"tag","published_at":"2023-11-05T01:33:18.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc2/manifests"},{"name":"1.16.0rc1","sha":"0c9ad919240f7c49cf5ff39e1f690cc9b35aa671","kind":"tag","published_at":"2023-10-07T06:41:32.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc1/manifests"},{"name":"1.15.0","sha":"0634a79c934e4bbf11b4081d3f1610588d7ae4a6","kind":"tag","published_at":"2023-02-27T01:08:18.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.15.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0/manifests"},{"name":"1.15.0rc1","sha":"c11181dc7b891c9e59391a24379f89a8cdac9092","kind":"tag","published_at":"2023-01-12T06:57:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.15.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.15.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.15.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0rc1/manifests"},{"name":"1.14.1","sha":"f2f1a680113d500f525de78da91ae19235efef16","kind":"tag","published_at":"2022-05-02T04:27:44.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.1/manifests"},{"name":"1.14.0","sha":"77634fa8a3e092b2e876f4ffec8849a0fe5a33fb","kind":"tag","published_at":"2022-03-10T07:11:34.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0/manifests"},{"name":"1.14.0rc1","sha":"8f180bf981fc7a92094cfecfd7a9e5f591d4bd4b","kind":"tag","published_at":"2022-03-05T06:07:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0rc1/manifests"},{"name":"1.13.3","sha":"4c614824025222c12ce41301213842f5c3cb0139","kind":"tag","published_at":"2021-10-29T21:00:41.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3/manifests"},{"name":"1.13.3rc1","sha":"d604b81ebbe7f23f132bf269c55397827efa4d13","kind":"tag","published_at":"2021-10-17T01:01:02.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.3rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.3rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.3rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3rc1/manifests"},{"name":"1.13.2rc1","sha":"7990df3f32bd0ffb795ce0bc28e0d6b4cbae803e","kind":"tag","published_at":"2021-10-17T01:00:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.2rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.2rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.2rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2rc1/manifests"},{"name":"1.13.0rc1","sha":"97743109d79a3a3e5bf8b7b5b18d0ec92b2654ab","kind":"tag","published_at":"2021-10-17T00:55:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc1/manifests"},{"name":"1.13.0rc3","sha":"690cc2cb654a5772d73ecc83932358b4a6091921","kind":"tag","published_at":"2021-10-17T00:54:52.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc3/manifests"},{"name":"1.13.0rc2","sha":"7cb212b7021ec026fcbc928491819166ed18eecc","kind":"tag","published_at":"2021-10-17T00:54:35.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc2/manifests"},{"name":"1.13.2","sha":"a8f5b3c11c42bbe082eb408f6a3228eb1988114f","kind":"tag","published_at":"2021-10-13T03:21:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2/manifests"},{"name":"1.13.1","sha":"463f54d26cb5a486ca8cb995a07d039f297bcd0d","kind":"tag","published_at":"2021-10-05T04:09:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.1/manifests"},{"name":"1.13.0","sha":"013632b7a1763f75d8ebc60238568f9a47715ad9","kind":"tag","published_at":"2021-10-04T23:50:30.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0/manifests"},{"name":"1.12.1","sha":"68316bea668fd905a4acb21f37f12596d8c30d80","kind":"tag","published_at":"2020-03-09T02:31:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.12.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.1/manifests"},{"name":"1.12.0","sha":"0148e39ab7baffe281e2ce7e6639c9a46da3afeb","kind":"tag","published_at":"2020-02-16T23:26:17.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.12.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.0/manifests"},{"name":"1.11.2","sha":"22df552d2a0836ab7dc7127d19b90d15d3bba803","kind":"tag","published_at":"2019-06-18T01:10:12.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.2/manifests"},{"name":"1.11.1","sha":"58209f12d31e0339b2570ecda15d43a79fb9b4ff","kind":"tag","published_at":"2019-01-19T05:37:04.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.1/manifests"},{"name":"1.11.0","sha":"f17fef7f85204ecdf4aad05a45459fb46b0c37a0","kind":"tag","published_at":"2019-01-10T04:28:46.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.0/manifests"},{"name":"1.10.11","sha":"a4aeb4c7924ca18f4e9afa97172c95b1dad1e925","kind":"tag","published_at":"2017-08-11T05:22:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.11","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.11/manifests"},{"name":"1.10.10","sha":"b2e4759d31b3e4815077f03aeefea9ceadc67530","kind":"tag","published_at":"2017-03-15T00:37:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.10","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.10/manifests"},{"name":"1.10.9","sha":"f857716ca6cb08a29c2db7af633c57007773a5b5","kind":"tag","published_at":"2017-03-15T00:02:23.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.9","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.9/manifests"},{"name":"1.10.8","sha":"5f70d5c6b0d8c9a21a9396dfc261699fee4e023d","kind":"tag","published_at":"2016-04-10T23:32:33.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.8","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.8/manifests"},{"name":"1.10.7","sha":"fa8f7305886eff6df7b1cb06bc0eeb3a26b96cef","kind":"tag","published_at":"2016-03-31T05:49:07.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.7","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.7/manifests"},{"name":"1.10.6","sha":"5ce37e6dc4a91b4f5e0d57d62b5b182e2162016f","kind":"tag","published_at":"2015-12-08T23:05:05.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.6","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.6/manifests"},{"name":"1.10.5","sha":"42af0563bf88e84d215dea9ea6f989cb867e930e","kind":"tag","published_at":"2015-07-03T00:29:15.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.5","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.5/manifests"},{"name":"1.10.4","sha":"e57ed908133f52dce74ff35a321eb5cf9faa4e80","kind":"tag","published_at":"2015-03-18T04:24:34.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.4/manifests"},{"name":"1.10.3","sha":"778f1a0923215e2b8c17d047a7e107da2061d4f0","kind":"tag","published_at":"2015-03-18T04:13:12.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.3/manifests"},{"name":"1.10.2","sha":"74ef3b02a189809688290c84bddd54b4f33e1d2b","kind":"tag","published_at":"2014-12-11T09:48:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.2/manifests"},{"name":"1.10.1","sha":"71d7e7c3849982f7596eb7203ed6288ea290f2a1","kind":"tag","published_at":"2014-11-26T00:30:36.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.1/manifests"},{"name":"1.10.0","sha":"7fd59051fc4fb5d1f293675e4a249e3b5b0c406d","kind":"tag","published_at":"2014-11-20T06:20:09.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.0/manifests"},{"name":"1.9.0","sha":"a3c7f8c681c5809d6b5771bcd376b0b1817a4d38","kind":"tag","published_at":"2014-08-22T10:47:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.9.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.9.0/manifests"},{"name":"1.8.0","sha":"356a131d83c27e00a61a61fcc1264958942710a4","kind":"tag","published_at":"2014-05-03T10:15:32.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.8.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.8.0/manifests"},{"name":"1.7.0","sha":"dc8a30137def6524330b4a235158ca84ebc864f7","kind":"tag","published_at":"2014-04-26T11:19:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.7.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.7.0/manifests"},{"name":"1.6.0","sha":"4abbac872ccf0c253374277ce7c72f188b8469b7","kind":"commit","published_at":"2014-01-26T05:02:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.6.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.6.0/manifests"},{"name":"1.5.1","sha":"928e21c085621cc7baf4bad0b8ade851d35d62fa","kind":"commit","published_at":"2014-01-14T09:22:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.5.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.1/manifests"},{"name":"1.5.0","sha":"9826d05da58c4f3281de43bc268dd7a7674f8385","kind":"commit","published_at":"2014-01-02T10:04:43.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.5.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.0/manifests"},{"name":"1.4.2","sha":"4f6dda2be47c92d5554e34414304b3c1e23b221c","kind":"commit","published_at":"2013-12-28T02:53:35.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"440b8beeda5fe3fe601c275661d0c86bea7e7dc7","kind":"commit","published_at":"2013-12-23T00:26:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.1/manifests"},{"name":"1.4.0","sha":"f005088486bbb0f285ae5532ef1a18ed6c3b1f85","kind":"commit","published_at":"2013-12-20T09:56:49.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.0/manifests"},{"name":"1.3.1","sha":"a260e7cd2c36c475823ab57f548d321615178454","kind":"commit","published_at":"2013-12-19T11:15:10.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.3.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.1/manifests"},{"name":"1.3.0","sha":"fd6abb6c43699bc80b3810ef2861b5cb18f08fb4","kind":"commit","published_at":"2013-12-19T10:46:24.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.3.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.0/manifests"},{"name":"1.2.1","sha":"a8fd78136bebe05cb94470b9b514ba5167f5a687","kind":"commit","published_at":"2013-10-16T05:42:33.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.2.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.1/manifests"},{"name":"1.2.0","sha":"8dc4c2cfd92940c83e76882f433dce85f1b846a8","kind":"commit","published_at":"2013-10-11T01:03:41.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.2.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.0/manifests"},{"name":"1.1.4","sha":"34e963a757cb5b8c5f21d0c34f1ca055a0e0ad5f","kind":"commit","published_at":"2013-09-27T02:33:47.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.4/manifests"},{"name":"1.1.3","sha":"cecccbdaeeb1a5b3428351a38011f6bc6bca36b5","kind":"commit","published_at":"2013-09-24T10:48:06.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.3/manifests"},{"name":"1.1.2","sha":"d1036fe0de611f4790f534e15dfd264ee2843eae","kind":"commit","published_at":"2013-09-20T12:16:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.2/manifests"},{"name":"1.1.1","sha":"032c7c6b42981742b5c228e68aae2fb2f98da196","kind":"commit","published_at":"2013-09-19T12:34:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.1/manifests"},{"name":"1.1.0","sha":"2bc2959d4e36140801d27d24c24dca461ae50470","kind":"commit","published_at":"2013-09-18T12:07:16.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.0/manifests"},{"name":"1.0.0","sha":"4a0420cc40c6d7b73498a58283e2d62a6a0d4a15","kind":"commit","published_at":"2013-09-06T21:18:31.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.0.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-03-23T09:18:22.719Z","dependent_packages_count":22,"downloads":859849,"downloads_period":"total","dependent_repos_count":728,"rankings":{"downloads":null,"dependent_repos_count":5.552147239263803,"dependent_packages_count":1.441717791411043,"stargazers_count":18.220858895705522,"forks_count":22.300613496932513,"docker_downloads_count":null,"average":11.87883435582822},"purl":"pkg:conda/wrapt","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/wrapt","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/wrapt","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/wrapt/dependencies","status":null,"funding_links":["https://github.com/sponsors/GrahamDumpleton"],"critical":false,"issue_metadata":{"last_synced_at":"2025-10-20T05:00:42.535Z","issues_count":117,"pull_requests_count":52,"avg_time_to_close_issue":40792119.4054054,"avg_time_to_close_pull_request":26920321.43902439,"issues_closed_count":74,"pull_requests_closed_count":41,"pull_request_authors_count":32,"issue_authors_count":103,"avg_comments_per_issue":6.538461538461538,"avg_comments_per_pull_request":3.6153846153846154,"merged_pull_requests_count":21,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":9,"past_year_pull_requests_count":18,"past_year_avg_time_to_close_issue":67627.5,"past_year_avg_time_to_close_pull_request":5039400.363636363,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":7,"past_year_issue_authors_count":8,"past_year_avg_comments_per_issue":8.666666666666666,"past_year_avg_comments_per_pull_request":1.722222222222222,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":9,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/wrapt/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/wrapt/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/wrapt/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/wrapt/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/wrapt/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/wrapt/codemeta","maintainers":[],"registry":{"name":"anaconda.org","url":"https://anaconda.org","ecosystem":"conda","default":true,"packages_count":5209,"maintainers_count":0,"namespaces_count":0,"keywords_count":3232,"github":"Anaconda","metadata":{"kind":"anaconda","key":"Main","api":"https://repo.ananconda.com","funded_packages_count":759},"icon_url":"https://github.com/Anaconda.png","created_at":"2022-10-03T15:37:08.736Z","updated_at":"2026-06-10T05:18:41.108Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/namespaces"}},{"id":5294332,"name":"wrapt","ecosystem":"conda","description":"The aim of the wrapt module is to provide a transparent object proxy for Python, which can be used as the basis for the construction of function wrappers and decorator functions.","homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":[],"namespace":null,"versions_count":12,"first_release_published_at":"2022-10-03T15:56:43.871Z","latest_release_published_at":"2022-05-02T12:42:37.000Z","latest_release_number":"1.14.1","last_synced_at":"2026-03-23T09:14:36.502Z","created_at":"2022-10-03T15:56:43.861Z","updated_at":"2026-03-23T09:18:22.746Z","registry_url":"https://anaconda.org/conda-forge/wrapt","install_command":"conda install -c conda-forge wrapt","documentation_url":null,"metadata":{},"repo_metadata":{"id":8694002,"uuid":"10357291","full_name":"GrahamDumpleton/wrapt","owner":"GrahamDumpleton","description":"A Python module for decorators, wrappers and monkey patching.","archived":false,"fork":false,"pushed_at":"2025-10-17T07:59:23.000Z","size":1486,"stargazers_count":2221,"open_issues_count":55,"forks_count":244,"subscribers_count":41,"default_branch":"develop","last_synced_at":"2025-10-19T12:54:43.803Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GrahamDumpleton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["GrahamDumpleton"]}},"created_at":"2013-05-29T10:22:45.000Z","updated_at":"2025-10-19T04:26:26.000Z","dependencies_parsed_at":"2024-01-15T03:58:05.093Z","dependency_job_id":"9f56c0e6-6d73-4ece-98ce-41503187ae82","html_url":"https://github.com/GrahamDumpleton/wrapt","commit_stats":{"total_commits":675,"total_committers":29,"mean_commits":"23.275862068965516","dds":0.1274074074074074,"last_synced_commit":"0da4ba568953b58cb0fe022684cf58fc307c9d83"},"previous_names":[],"tags_count":69,"template":false,"template_full_name":null,"purl":"pkg:github/GrahamDumpleton/wrapt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/sbom","scorecard":{"id":58984,"data":{"date":"2025-08-11","repo":{"name":"github.com/GrahamDumpleton/wrapt","commit":"c71bbf7198752f0f488cd6227a457c546adc3cec"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.4,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":0,"reason":"Found 0/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/build-test-release.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"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/build-test-release.yml:222: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:227: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:80: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:105: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:161: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:186: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:196: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:112","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:114","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:116","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:193","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:41","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:73","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:75","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:77","Info:   0 out of  15 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of  10 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 2-Clause \"Simplified\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'develop'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}}]},"last_synced_at":"2025-08-15T01:18:52.523Z","repository_id":8694002,"created_at":"2025-08-15T01:18:52.523Z","updated_at":"2025-08-15T01:18:52.523Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279932269,"owners_count":26246523,"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-19T02:00:07.647Z","response_time":64,"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":"GrahamDumpleton","name":"Graham Dumpleton","uuid":"507637","kind":"user","description":"","email":"","website":"http://blog.dscpl.com.au","location":"Sydney, Australia","twitter":"GrahamDumpleton","company":null,"icon_url":"https://avatars.githubusercontent.com/u/507637?v=4","repositories_count":20,"last_synced_at":"2025-10-20T04:43:11.061Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/GrahamDumpleton","funding_links":["https://github.com/sponsors/GrahamDumpleton"],"total_stars":3189,"followers":676,"following":0,"created_at":"2022-11-02T16:22:48.531Z","updated_at":"2025-10-20T04:43:11.061Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton/repositories"},"tags":[{"name":"2.0.0rc6","sha":"93ec4aa33ded323d546a447c9dc93433c03e0942","kind":"tag","published_at":"2025-10-17T07:59:20.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc6","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc6/manifests"},{"name":"2.0.0rc5","sha":"074d2785d8efde7d5150609e0048faf1ec888e95","kind":"tag","published_at":"2025-10-16T05:11:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc5","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc5/manifests"},{"name":"2.0.0rc4","sha":"809cb14094467e6f17ad467bae34f60cf3df6500","kind":"tag","published_at":"2025-10-05T09:27:36.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc4/manifests"},{"name":"2.0.0rc3","sha":"d9cc11b32d1fb7dd7800b3e39559d627f92ec13d","kind":"tag","published_at":"2025-10-03T23:21:44.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc3/manifests"},{"name":"2.0.0rc2","sha":"f78e26c86bac207144893e50c214d7538e36a814","kind":"tag","published_at":"2025-08-19T01:36:57.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc2/manifests"},{"name":"1.14.2","sha":"16cff8e15f3f234686abf9ace315094ec319af2a","kind":"tag","published_at":"2025-08-12T06:34:45.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.2/manifests"},{"name":"1.17.3","sha":"99130c02842c87001f40dbe73e21934c0615398d","kind":"tag","published_at":"2025-08-12T04:58:30.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.3/manifests"},{"name":"2.0.0rc1","sha":"42afd773f4ba0d181310d5cac2bbe3199b2378d1","kind":"tag","published_at":"2025-08-11T08:41:47.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc1/manifests"},{"name":"1.17.2","sha":"bcc1f26b2fe8fc962f5033c3a3a773425500789a","kind":"tag","published_at":"2025-01-14T10:18:28.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.2/manifests"},{"name":"1.17.1","sha":"c41e6eadb39f45ce96f488cecb250e417926b49d","kind":"tag","published_at":"2025-01-11T02:25:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.1/manifests"},{"name":"1.17.0","sha":"e663d4910a81d666786ac773ad7c16199b01d31b","kind":"tag","published_at":"2024-11-22T06:00:51.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0/manifests"},{"name":"1.17.0rc1","sha":"75f291f8bf1fe6535b13b0b3dfedca012ca6c8a5","kind":"tag","published_at":"2024-10-17T02:34:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0rc1/manifests"},{"name":"1.17.0dev4","sha":"1a6b4680cba43c28f991149800249ec9f3089e26","kind":"tag","published_at":"2024-10-07T23:00:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev4/manifests"},{"name":"1.17.0dev3","sha":"74d5547da1d0fdd8b6401805ac23ec942e9dd8f2","kind":"tag","published_at":"2024-10-06T23:40:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev3/manifests"},{"name":"1.17.0dev2","sha":"c91f60cca38ed012de06b116acb9339c4a992157","kind":"tag","published_at":"2024-10-06T23:23:50.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev2/manifests"},{"name":"1.17.0dev1","sha":"a8066b5637b2e76c112c30a3b8df0020854a2b90","kind":"tag","published_at":"2024-10-06T22:55:49.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev1/manifests"},{"name":"1.16.0","sha":"14ac73e28b2e8b330443e1d31c4a1d226329babc","kind":"tag","published_at":"2023-11-09T06:09:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0/manifests"},{"name":"1.16.0rc2","sha":"8d0836d7c4f08f442d38d5af6984fac98f132170","kind":"tag","published_at":"2023-11-05T01:33:18.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc2/manifests"},{"name":"1.16.0rc1","sha":"0c9ad919240f7c49cf5ff39e1f690cc9b35aa671","kind":"tag","published_at":"2023-10-07T06:41:32.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc1/manifests"},{"name":"1.15.0","sha":"0634a79c934e4bbf11b4081d3f1610588d7ae4a6","kind":"tag","published_at":"2023-02-27T01:08:18.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.15.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0/manifests"},{"name":"1.15.0rc1","sha":"c11181dc7b891c9e59391a24379f89a8cdac9092","kind":"tag","published_at":"2023-01-12T06:57:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.15.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.15.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.15.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0rc1/manifests"},{"name":"1.14.1","sha":"f2f1a680113d500f525de78da91ae19235efef16","kind":"tag","published_at":"2022-05-02T04:27:44.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.1/manifests"},{"name":"1.14.0","sha":"77634fa8a3e092b2e876f4ffec8849a0fe5a33fb","kind":"tag","published_at":"2022-03-10T07:11:34.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0/manifests"},{"name":"1.14.0rc1","sha":"8f180bf981fc7a92094cfecfd7a9e5f591d4bd4b","kind":"tag","published_at":"2022-03-05T06:07:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0rc1/manifests"},{"name":"1.13.3","sha":"4c614824025222c12ce41301213842f5c3cb0139","kind":"tag","published_at":"2021-10-29T21:00:41.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3/manifests"},{"name":"1.13.3rc1","sha":"d604b81ebbe7f23f132bf269c55397827efa4d13","kind":"tag","published_at":"2021-10-17T01:01:02.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.3rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.3rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.3rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3rc1/manifests"},{"name":"1.13.2rc1","sha":"7990df3f32bd0ffb795ce0bc28e0d6b4cbae803e","kind":"tag","published_at":"2021-10-17T01:00:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.2rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.2rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.2rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2rc1/manifests"},{"name":"1.13.0rc1","sha":"97743109d79a3a3e5bf8b7b5b18d0ec92b2654ab","kind":"tag","published_at":"2021-10-17T00:55:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc1/manifests"},{"name":"1.13.0rc3","sha":"690cc2cb654a5772d73ecc83932358b4a6091921","kind":"tag","published_at":"2021-10-17T00:54:52.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc3/manifests"},{"name":"1.13.0rc2","sha":"7cb212b7021ec026fcbc928491819166ed18eecc","kind":"tag","published_at":"2021-10-17T00:54:35.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc2/manifests"},{"name":"1.13.2","sha":"a8f5b3c11c42bbe082eb408f6a3228eb1988114f","kind":"tag","published_at":"2021-10-13T03:21:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2/manifests"},{"name":"1.13.1","sha":"463f54d26cb5a486ca8cb995a07d039f297bcd0d","kind":"tag","published_at":"2021-10-05T04:09:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.1/manifests"},{"name":"1.13.0","sha":"013632b7a1763f75d8ebc60238568f9a47715ad9","kind":"tag","published_at":"2021-10-04T23:50:30.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0/manifests"},{"name":"1.12.1","sha":"68316bea668fd905a4acb21f37f12596d8c30d80","kind":"tag","published_at":"2020-03-09T02:31:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.12.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.1/manifests"},{"name":"1.12.0","sha":"0148e39ab7baffe281e2ce7e6639c9a46da3afeb","kind":"tag","published_at":"2020-02-16T23:26:17.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.12.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.0/manifests"},{"name":"1.11.2","sha":"22df552d2a0836ab7dc7127d19b90d15d3bba803","kind":"tag","published_at":"2019-06-18T01:10:12.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.2/manifests"},{"name":"1.11.1","sha":"58209f12d31e0339b2570ecda15d43a79fb9b4ff","kind":"tag","published_at":"2019-01-19T05:37:04.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.1/manifests"},{"name":"1.11.0","sha":"f17fef7f85204ecdf4aad05a45459fb46b0c37a0","kind":"tag","published_at":"2019-01-10T04:28:46.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.0/manifests"},{"name":"1.10.11","sha":"a4aeb4c7924ca18f4e9afa97172c95b1dad1e925","kind":"tag","published_at":"2017-08-11T05:22:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.11","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.11/manifests"},{"name":"1.10.10","sha":"b2e4759d31b3e4815077f03aeefea9ceadc67530","kind":"tag","published_at":"2017-03-15T00:37:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.10","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.10/manifests"},{"name":"1.10.9","sha":"f857716ca6cb08a29c2db7af633c57007773a5b5","kind":"tag","published_at":"2017-03-15T00:02:23.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.9","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.9/manifests"},{"name":"1.10.8","sha":"5f70d5c6b0d8c9a21a9396dfc261699fee4e023d","kind":"tag","published_at":"2016-04-10T23:32:33.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.8","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.8/manifests"},{"name":"1.10.7","sha":"fa8f7305886eff6df7b1cb06bc0eeb3a26b96cef","kind":"tag","published_at":"2016-03-31T05:49:07.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.7","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.7/manifests"},{"name":"1.10.6","sha":"5ce37e6dc4a91b4f5e0d57d62b5b182e2162016f","kind":"tag","published_at":"2015-12-08T23:05:05.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.6","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.6/manifests"},{"name":"1.10.5","sha":"42af0563bf88e84d215dea9ea6f989cb867e930e","kind":"tag","published_at":"2015-07-03T00:29:15.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.5","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.5/manifests"},{"name":"1.10.4","sha":"e57ed908133f52dce74ff35a321eb5cf9faa4e80","kind":"tag","published_at":"2015-03-18T04:24:34.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.4/manifests"},{"name":"1.10.3","sha":"778f1a0923215e2b8c17d047a7e107da2061d4f0","kind":"tag","published_at":"2015-03-18T04:13:12.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.3/manifests"},{"name":"1.10.2","sha":"74ef3b02a189809688290c84bddd54b4f33e1d2b","kind":"tag","published_at":"2014-12-11T09:48:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.2/manifests"},{"name":"1.10.1","sha":"71d7e7c3849982f7596eb7203ed6288ea290f2a1","kind":"tag","published_at":"2014-11-26T00:30:36.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.1/manifests"},{"name":"1.10.0","sha":"7fd59051fc4fb5d1f293675e4a249e3b5b0c406d","kind":"tag","published_at":"2014-11-20T06:20:09.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.0/manifests"},{"name":"1.9.0","sha":"a3c7f8c681c5809d6b5771bcd376b0b1817a4d38","kind":"tag","published_at":"2014-08-22T10:47:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.9.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.9.0/manifests"},{"name":"1.8.0","sha":"356a131d83c27e00a61a61fcc1264958942710a4","kind":"tag","published_at":"2014-05-03T10:15:32.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.8.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.8.0/manifests"},{"name":"1.7.0","sha":"dc8a30137def6524330b4a235158ca84ebc864f7","kind":"tag","published_at":"2014-04-26T11:19:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.7.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.7.0/manifests"},{"name":"1.6.0","sha":"4abbac872ccf0c253374277ce7c72f188b8469b7","kind":"commit","published_at":"2014-01-26T05:02:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.6.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.6.0/manifests"},{"name":"1.5.1","sha":"928e21c085621cc7baf4bad0b8ade851d35d62fa","kind":"commit","published_at":"2014-01-14T09:22:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.5.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.1/manifests"},{"name":"1.5.0","sha":"9826d05da58c4f3281de43bc268dd7a7674f8385","kind":"commit","published_at":"2014-01-02T10:04:43.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.5.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.0/manifests"},{"name":"1.4.2","sha":"4f6dda2be47c92d5554e34414304b3c1e23b221c","kind":"commit","published_at":"2013-12-28T02:53:35.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"440b8beeda5fe3fe601c275661d0c86bea7e7dc7","kind":"commit","published_at":"2013-12-23T00:26:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.1/manifests"},{"name":"1.4.0","sha":"f005088486bbb0f285ae5532ef1a18ed6c3b1f85","kind":"commit","published_at":"2013-12-20T09:56:49.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.0/manifests"},{"name":"1.3.1","sha":"a260e7cd2c36c475823ab57f548d321615178454","kind":"commit","published_at":"2013-12-19T11:15:10.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.3.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.1/manifests"},{"name":"1.3.0","sha":"fd6abb6c43699bc80b3810ef2861b5cb18f08fb4","kind":"commit","published_at":"2013-12-19T10:46:24.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.3.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.0/manifests"},{"name":"1.2.1","sha":"a8fd78136bebe05cb94470b9b514ba5167f5a687","kind":"commit","published_at":"2013-10-16T05:42:33.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.2.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.1/manifests"},{"name":"1.2.0","sha":"8dc4c2cfd92940c83e76882f433dce85f1b846a8","kind":"commit","published_at":"2013-10-11T01:03:41.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.2.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.0/manifests"},{"name":"1.1.4","sha":"34e963a757cb5b8c5f21d0c34f1ca055a0e0ad5f","kind":"commit","published_at":"2013-09-27T02:33:47.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.4/manifests"},{"name":"1.1.3","sha":"cecccbdaeeb1a5b3428351a38011f6bc6bca36b5","kind":"commit","published_at":"2013-09-24T10:48:06.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.3/manifests"},{"name":"1.1.2","sha":"d1036fe0de611f4790f534e15dfd264ee2843eae","kind":"commit","published_at":"2013-09-20T12:16:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.2/manifests"},{"name":"1.1.1","sha":"032c7c6b42981742b5c228e68aae2fb2f98da196","kind":"commit","published_at":"2013-09-19T12:34:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.1/manifests"},{"name":"1.1.0","sha":"2bc2959d4e36140801d27d24c24dca461ae50470","kind":"commit","published_at":"2013-09-18T12:07:16.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.0/manifests"},{"name":"1.0.0","sha":"4a0420cc40c6d7b73498a58283e2d62a6a0d4a15","kind":"commit","published_at":"2013-09-06T21:18:31.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.0.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-03-23T09:18:22.721Z","dependent_packages_count":91,"downloads":33245105,"downloads_period":"total","dependent_repos_count":728,"rankings":{"downloads":null,"dependent_repos_count":0.9233840778637383,"dependent_packages_count":0.8335413027202396,"stargazers_count":9.208884452208634,"forks_count":12.208634888944347,"docker_downloads_count":null,"average":5.79361118043424},"purl":"pkg:conda/wrapt?repository_url=https://conda-forge.org","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/wrapt","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/wrapt","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/wrapt/dependencies","status":null,"funding_links":["https://github.com/sponsors/GrahamDumpleton"],"critical":true,"issue_metadata":{"last_synced_at":"2025-10-20T05:00:42.535Z","issues_count":117,"pull_requests_count":52,"avg_time_to_close_issue":40792119.4054054,"avg_time_to_close_pull_request":26920321.43902439,"issues_closed_count":74,"pull_requests_closed_count":41,"pull_request_authors_count":32,"issue_authors_count":103,"avg_comments_per_issue":6.538461538461538,"avg_comments_per_pull_request":3.6153846153846154,"merged_pull_requests_count":21,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":9,"past_year_pull_requests_count":18,"past_year_avg_time_to_close_issue":67627.5,"past_year_avg_time_to_close_pull_request":5039400.363636363,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":7,"past_year_issue_authors_count":8,"past_year_avg_comments_per_issue":8.666666666666666,"past_year_avg_comments_per_pull_request":1.722222222222222,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":9,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/wrapt/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/wrapt/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/wrapt/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/wrapt/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/wrapt/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/wrapt/codemeta","maintainers":[],"registry":{"name":"conda-forge.org","url":"https://conda-forge.org","ecosystem":"conda","default":false,"packages_count":20636,"maintainers_count":0,"namespaces_count":0,"keywords_count":13549,"github":"conda-forge","metadata":{"kind":"conda-forge","key":"CondaForge","api":"https://conda.anaconda.org","funded_packages_count":2269},"icon_url":"https://github.com/conda-forge.png","created_at":"2022-10-03T15:37:08.743Z","updated_at":"2026-06-10T05:18:51.687Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/namespaces"}},{"id":11767359,"name":"py3-wrapt","ecosystem":"alpine","description":"Module for decorators, wrappers and monkey patching","homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2024-12-05T02:35:26.000Z","latest_release_published_at":"2024-12-05T02:35:26.000Z","latest_release_number":"1.17.0-r0","last_synced_at":"2026-03-23T09:14:03.378Z","created_at":"2025-06-07T19:08:34.969Z","updated_at":"2026-03-23T09:14:03.378Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.22/community/x86_64/py3-wrapt","install_command":"apk add py3-wrapt","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":8694002,"uuid":"10357291","full_name":"GrahamDumpleton/wrapt","owner":"GrahamDumpleton","description":"A Python module for decorators, wrappers and monkey patching.","archived":false,"fork":false,"pushed_at":"2025-10-17T07:59:23.000Z","size":1486,"stargazers_count":2221,"open_issues_count":55,"forks_count":244,"subscribers_count":41,"default_branch":"develop","last_synced_at":"2025-10-19T12:54:43.803Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GrahamDumpleton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["GrahamDumpleton"]}},"created_at":"2013-05-29T10:22:45.000Z","updated_at":"2025-10-19T04:26:26.000Z","dependencies_parsed_at":"2024-01-15T03:58:05.093Z","dependency_job_id":"9f56c0e6-6d73-4ece-98ce-41503187ae82","html_url":"https://github.com/GrahamDumpleton/wrapt","commit_stats":{"total_commits":675,"total_committers":29,"mean_commits":"23.275862068965516","dds":0.1274074074074074,"last_synced_commit":"0da4ba568953b58cb0fe022684cf58fc307c9d83"},"previous_names":[],"tags_count":69,"template":false,"template_full_name":null,"purl":"pkg:github/GrahamDumpleton/wrapt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/sbom","scorecard":{"id":58984,"data":{"date":"2025-08-11","repo":{"name":"github.com/GrahamDumpleton/wrapt","commit":"c71bbf7198752f0f488cd6227a457c546adc3cec"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.4,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":0,"reason":"Found 0/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/build-test-release.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"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/build-test-release.yml:222: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:227: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:80: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:105: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:161: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:186: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:196: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:112","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:114","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:116","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:193","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:41","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:73","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:75","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:77","Info:   0 out of  15 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of  10 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 2-Clause \"Simplified\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'develop'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}}]},"last_synced_at":"2025-08-15T01:18:52.523Z","repository_id":8694002,"created_at":"2025-08-15T01:18:52.523Z","updated_at":"2025-08-15T01:18:52.523Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279932269,"owners_count":26246523,"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-19T02:00:07.647Z","response_time":64,"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":"GrahamDumpleton","name":"Graham Dumpleton","uuid":"507637","kind":"user","description":"","email":"","website":"http://blog.dscpl.com.au","location":"Sydney, Australia","twitter":"GrahamDumpleton","company":null,"icon_url":"https://avatars.githubusercontent.com/u/507637?v=4","repositories_count":20,"last_synced_at":"2025-10-20T04:43:11.061Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/GrahamDumpleton","funding_links":["https://github.com/sponsors/GrahamDumpleton"],"total_stars":3189,"followers":676,"following":0,"created_at":"2022-11-02T16:22:48.531Z","updated_at":"2025-10-20T04:43:11.061Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton/repositories"},"tags":[{"name":"2.0.0rc6","sha":"93ec4aa33ded323d546a447c9dc93433c03e0942","kind":"tag","published_at":"2025-10-17T07:59:20.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc6","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc6/manifests"},{"name":"2.0.0rc5","sha":"074d2785d8efde7d5150609e0048faf1ec888e95","kind":"tag","published_at":"2025-10-16T05:11:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc5","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc5/manifests"},{"name":"2.0.0rc4","sha":"809cb14094467e6f17ad467bae34f60cf3df6500","kind":"tag","published_at":"2025-10-05T09:27:36.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc4/manifests"},{"name":"2.0.0rc3","sha":"d9cc11b32d1fb7dd7800b3e39559d627f92ec13d","kind":"tag","published_at":"2025-10-03T23:21:44.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc3/manifests"},{"name":"2.0.0rc2","sha":"f78e26c86bac207144893e50c214d7538e36a814","kind":"tag","published_at":"2025-08-19T01:36:57.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc2/manifests"},{"name":"1.14.2","sha":"16cff8e15f3f234686abf9ace315094ec319af2a","kind":"tag","published_at":"2025-08-12T06:34:45.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.2/manifests"},{"name":"1.17.3","sha":"99130c02842c87001f40dbe73e21934c0615398d","kind":"tag","published_at":"2025-08-12T04:58:30.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.3/manifests"},{"name":"2.0.0rc1","sha":"42afd773f4ba0d181310d5cac2bbe3199b2378d1","kind":"tag","published_at":"2025-08-11T08:41:47.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc1/manifests"},{"name":"1.17.2","sha":"bcc1f26b2fe8fc962f5033c3a3a773425500789a","kind":"tag","published_at":"2025-01-14T10:18:28.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.2/manifests"},{"name":"1.17.1","sha":"c41e6eadb39f45ce96f488cecb250e417926b49d","kind":"tag","published_at":"2025-01-11T02:25:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.1/manifests"},{"name":"1.17.0","sha":"e663d4910a81d666786ac773ad7c16199b01d31b","kind":"tag","published_at":"2024-11-22T06:00:51.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0/manifests"},{"name":"1.17.0rc1","sha":"75f291f8bf1fe6535b13b0b3dfedca012ca6c8a5","kind":"tag","published_at":"2024-10-17T02:34:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0rc1/manifests"},{"name":"1.17.0dev4","sha":"1a6b4680cba43c28f991149800249ec9f3089e26","kind":"tag","published_at":"2024-10-07T23:00:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev4/manifests"},{"name":"1.17.0dev3","sha":"74d5547da1d0fdd8b6401805ac23ec942e9dd8f2","kind":"tag","published_at":"2024-10-06T23:40:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev3/manifests"},{"name":"1.17.0dev2","sha":"c91f60cca38ed012de06b116acb9339c4a992157","kind":"tag","published_at":"2024-10-06T23:23:50.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev2/manifests"},{"name":"1.17.0dev1","sha":"a8066b5637b2e76c112c30a3b8df0020854a2b90","kind":"tag","published_at":"2024-10-06T22:55:49.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev1/manifests"},{"name":"1.16.0","sha":"14ac73e28b2e8b330443e1d31c4a1d226329babc","kind":"tag","published_at":"2023-11-09T06:09:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0/manifests"},{"name":"1.16.0rc2","sha":"8d0836d7c4f08f442d38d5af6984fac98f132170","kind":"tag","published_at":"2023-11-05T01:33:18.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc2/manifests"},{"name":"1.16.0rc1","sha":"0c9ad919240f7c49cf5ff39e1f690cc9b35aa671","kind":"tag","published_at":"2023-10-07T06:41:32.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc1/manifests"},{"name":"1.15.0","sha":"0634a79c934e4bbf11b4081d3f1610588d7ae4a6","kind":"tag","published_at":"2023-02-27T01:08:18.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.15.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0/manifests"},{"name":"1.15.0rc1","sha":"c11181dc7b891c9e59391a24379f89a8cdac9092","kind":"tag","published_at":"2023-01-12T06:57:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.15.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.15.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.15.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0rc1/manifests"},{"name":"1.14.1","sha":"f2f1a680113d500f525de78da91ae19235efef16","kind":"tag","published_at":"2022-05-02T04:27:44.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.1/manifests"},{"name":"1.14.0","sha":"77634fa8a3e092b2e876f4ffec8849a0fe5a33fb","kind":"tag","published_at":"2022-03-10T07:11:34.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0/manifests"},{"name":"1.14.0rc1","sha":"8f180bf981fc7a92094cfecfd7a9e5f591d4bd4b","kind":"tag","published_at":"2022-03-05T06:07:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0rc1/manifests"},{"name":"1.13.3","sha":"4c614824025222c12ce41301213842f5c3cb0139","kind":"tag","published_at":"2021-10-29T21:00:41.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3/manifests"},{"name":"1.13.3rc1","sha":"d604b81ebbe7f23f132bf269c55397827efa4d13","kind":"tag","published_at":"2021-10-17T01:01:02.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.3rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.3rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.3rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3rc1/manifests"},{"name":"1.13.2rc1","sha":"7990df3f32bd0ffb795ce0bc28e0d6b4cbae803e","kind":"tag","published_at":"2021-10-17T01:00:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.2rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.2rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.2rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2rc1/manifests"},{"name":"1.13.0rc1","sha":"97743109d79a3a3e5bf8b7b5b18d0ec92b2654ab","kind":"tag","published_at":"2021-10-17T00:55:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc1/manifests"},{"name":"1.13.0rc3","sha":"690cc2cb654a5772d73ecc83932358b4a6091921","kind":"tag","published_at":"2021-10-17T00:54:52.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc3/manifests"},{"name":"1.13.0rc2","sha":"7cb212b7021ec026fcbc928491819166ed18eecc","kind":"tag","published_at":"2021-10-17T00:54:35.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc2/manifests"},{"name":"1.13.2","sha":"a8f5b3c11c42bbe082eb408f6a3228eb1988114f","kind":"tag","published_at":"2021-10-13T03:21:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2/manifests"},{"name":"1.13.1","sha":"463f54d26cb5a486ca8cb995a07d039f297bcd0d","kind":"tag","published_at":"2021-10-05T04:09:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.1/manifests"},{"name":"1.13.0","sha":"013632b7a1763f75d8ebc60238568f9a47715ad9","kind":"tag","published_at":"2021-10-04T23:50:30.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0/manifests"},{"name":"1.12.1","sha":"68316bea668fd905a4acb21f37f12596d8c30d80","kind":"tag","published_at":"2020-03-09T02:31:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.12.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.1/manifests"},{"name":"1.12.0","sha":"0148e39ab7baffe281e2ce7e6639c9a46da3afeb","kind":"tag","published_at":"2020-02-16T23:26:17.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.12.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.0/manifests"},{"name":"1.11.2","sha":"22df552d2a0836ab7dc7127d19b90d15d3bba803","kind":"tag","published_at":"2019-06-18T01:10:12.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.2/manifests"},{"name":"1.11.1","sha":"58209f12d31e0339b2570ecda15d43a79fb9b4ff","kind":"tag","published_at":"2019-01-19T05:37:04.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.1/manifests"},{"name":"1.11.0","sha":"f17fef7f85204ecdf4aad05a45459fb46b0c37a0","kind":"tag","published_at":"2019-01-10T04:28:46.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.0/manifests"},{"name":"1.10.11","sha":"a4aeb4c7924ca18f4e9afa97172c95b1dad1e925","kind":"tag","published_at":"2017-08-11T05:22:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.11","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.11/manifests"},{"name":"1.10.10","sha":"b2e4759d31b3e4815077f03aeefea9ceadc67530","kind":"tag","published_at":"2017-03-15T00:37:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.10","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.10/manifests"},{"name":"1.10.9","sha":"f857716ca6cb08a29c2db7af633c57007773a5b5","kind":"tag","published_at":"2017-03-15T00:02:23.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.9","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.9/manifests"},{"name":"1.10.8","sha":"5f70d5c6b0d8c9a21a9396dfc261699fee4e023d","kind":"tag","published_at":"2016-04-10T23:32:33.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.8","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.8/manifests"},{"name":"1.10.7","sha":"fa8f7305886eff6df7b1cb06bc0eeb3a26b96cef","kind":"tag","published_at":"2016-03-31T05:49:07.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.7","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.7/manifests"},{"name":"1.10.6","sha":"5ce37e6dc4a91b4f5e0d57d62b5b182e2162016f","kind":"tag","published_at":"2015-12-08T23:05:05.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.6","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.6/manifests"},{"name":"1.10.5","sha":"42af0563bf88e84d215dea9ea6f989cb867e930e","kind":"tag","published_at":"2015-07-03T00:29:15.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.5","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.5/manifests"},{"name":"1.10.4","sha":"e57ed908133f52dce74ff35a321eb5cf9faa4e80","kind":"tag","published_at":"2015-03-18T04:24:34.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.4/manifests"},{"name":"1.10.3","sha":"778f1a0923215e2b8c17d047a7e107da2061d4f0","kind":"tag","published_at":"2015-03-18T04:13:12.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.3/manifests"},{"name":"1.10.2","sha":"74ef3b02a189809688290c84bddd54b4f33e1d2b","kind":"tag","published_at":"2014-12-11T09:48:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.2/manifests"},{"name":"1.10.1","sha":"71d7e7c3849982f7596eb7203ed6288ea290f2a1","kind":"tag","published_at":"2014-11-26T00:30:36.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.1/manifests"},{"name":"1.10.0","sha":"7fd59051fc4fb5d1f293675e4a249e3b5b0c406d","kind":"tag","published_at":"2014-11-20T06:20:09.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.0/manifests"},{"name":"1.9.0","sha":"a3c7f8c681c5809d6b5771bcd376b0b1817a4d38","kind":"tag","published_at":"2014-08-22T10:47:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.9.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.9.0/manifests"},{"name":"1.8.0","sha":"356a131d83c27e00a61a61fcc1264958942710a4","kind":"tag","published_at":"2014-05-03T10:15:32.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.8.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.8.0/manifests"},{"name":"1.7.0","sha":"dc8a30137def6524330b4a235158ca84ebc864f7","kind":"tag","published_at":"2014-04-26T11:19:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.7.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.7.0/manifests"},{"name":"1.6.0","sha":"4abbac872ccf0c253374277ce7c72f188b8469b7","kind":"commit","published_at":"2014-01-26T05:02:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.6.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.6.0/manifests"},{"name":"1.5.1","sha":"928e21c085621cc7baf4bad0b8ade851d35d62fa","kind":"commit","published_at":"2014-01-14T09:22:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.5.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.1/manifests"},{"name":"1.5.0","sha":"9826d05da58c4f3281de43bc268dd7a7674f8385","kind":"commit","published_at":"2014-01-02T10:04:43.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.5.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.0/manifests"},{"name":"1.4.2","sha":"4f6dda2be47c92d5554e34414304b3c1e23b221c","kind":"commit","published_at":"2013-12-28T02:53:35.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"440b8beeda5fe3fe601c275661d0c86bea7e7dc7","kind":"commit","published_at":"2013-12-23T00:26:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.1/manifests"},{"name":"1.4.0","sha":"f005088486bbb0f285ae5532ef1a18ed6c3b1f85","kind":"commit","published_at":"2013-12-20T09:56:49.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.0/manifests"},{"name":"1.3.1","sha":"a260e7cd2c36c475823ab57f548d321615178454","kind":"commit","published_at":"2013-12-19T11:15:10.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.3.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.1/manifests"},{"name":"1.3.0","sha":"fd6abb6c43699bc80b3810ef2861b5cb18f08fb4","kind":"commit","published_at":"2013-12-19T10:46:24.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.3.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.0/manifests"},{"name":"1.2.1","sha":"a8fd78136bebe05cb94470b9b514ba5167f5a687","kind":"commit","published_at":"2013-10-16T05:42:33.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.2.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.1/manifests"},{"name":"1.2.0","sha":"8dc4c2cfd92940c83e76882f433dce85f1b846a8","kind":"commit","published_at":"2013-10-11T01:03:41.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.2.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.0/manifests"},{"name":"1.1.4","sha":"34e963a757cb5b8c5f21d0c34f1ca055a0e0ad5f","kind":"commit","published_at":"2013-09-27T02:33:47.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.4/manifests"},{"name":"1.1.3","sha":"cecccbdaeeb1a5b3428351a38011f6bc6bca36b5","kind":"commit","published_at":"2013-09-24T10:48:06.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.3/manifests"},{"name":"1.1.2","sha":"d1036fe0de611f4790f534e15dfd264ee2843eae","kind":"commit","published_at":"2013-09-20T12:16:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.2/manifests"},{"name":"1.1.1","sha":"032c7c6b42981742b5c228e68aae2fb2f98da196","kind":"commit","published_at":"2013-09-19T12:34:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.1/manifests"},{"name":"1.1.0","sha":"2bc2959d4e36140801d27d24c24dca461ae50470","kind":"commit","published_at":"2013-09-18T12:07:16.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.0/manifests"},{"name":"1.0.0","sha":"4a0420cc40c6d7b73498a58283e2d62a6a0d4a15","kind":"commit","published_at":"2013-09-06T21:18:31.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.0.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-10-21T00:56:17.690Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/py3-wrapt?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.22","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-wrapt","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-wrapt","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-wrapt/dependencies","status":null,"funding_links":["https://github.com/sponsors/GrahamDumpleton"],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-20T05:00:42.535Z","issues_count":117,"pull_requests_count":52,"avg_time_to_close_issue":40792119.4054054,"avg_time_to_close_pull_request":26920321.43902439,"issues_closed_count":74,"pull_requests_closed_count":41,"pull_request_authors_count":32,"issue_authors_count":103,"avg_comments_per_issue":6.538461538461538,"avg_comments_per_pull_request":3.6153846153846154,"merged_pull_requests_count":21,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":9,"past_year_pull_requests_count":18,"past_year_avg_time_to_close_issue":67627.5,"past_year_avg_time_to_close_pull_request":5039400.363636363,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":7,"past_year_issue_authors_count":8,"past_year_avg_comments_per_issue":8.666666666666666,"past_year_avg_comments_per_pull_request":1.722222222222222,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":9,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-wrapt/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-wrapt/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-wrapt/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-wrapt/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-wrapt/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-wrapt/codemeta","maintainers":[{"uuid":"prspkt@protonmail.com","login":null,"name":"prspkt","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=prspkt","packages_count":80,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=prspkt","role":null,"created_at":"2025-06-08T17:21:33.709Z","updated_at":"2025-06-08T17:21:33.709Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/maintainers/prspkt@protonmail.com/packages"}],"registry":{"name":"alpine-v3.22","url":"https://pkgs.alpinelinux.org/packages?branch=v3.22","ecosystem":"alpine","default":false,"packages_count":26322,"maintainers_count":422,"namespaces_count":2,"keywords_count":4641,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1728},"icon_url":"https://github.com/alpinelinux.png","created_at":"2025-06-05T10:49:56.987Z","updated_at":"2026-06-10T05:18:29.151Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/namespaces"}},{"id":11767360,"name":"py3-wrapt-pyc","ecosystem":"alpine","description":"Precompiled Python bytecode for py3-wrapt","homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2024-12-05T02:35:26.000Z","latest_release_published_at":"2024-12-05T02:35:26.000Z","latest_release_number":"1.17.0-r0","last_synced_at":"2026-03-23T09:14:03.938Z","created_at":"2025-06-07T19:08:34.998Z","updated_at":"2026-03-23T09:14:03.938Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.22/community/x86_64/py3-wrapt-pyc","install_command":"apk add py3-wrapt-pyc","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":8694002,"uuid":"10357291","full_name":"GrahamDumpleton/wrapt","owner":"GrahamDumpleton","description":"A Python module for decorators, wrappers and monkey patching.","archived":false,"fork":false,"pushed_at":"2025-10-17T07:59:23.000Z","size":1486,"stargazers_count":2221,"open_issues_count":55,"forks_count":244,"subscribers_count":41,"default_branch":"develop","last_synced_at":"2025-10-19T12:54:43.803Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GrahamDumpleton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["GrahamDumpleton"]}},"created_at":"2013-05-29T10:22:45.000Z","updated_at":"2025-10-19T04:26:26.000Z","dependencies_parsed_at":"2024-01-15T03:58:05.093Z","dependency_job_id":"9f56c0e6-6d73-4ece-98ce-41503187ae82","html_url":"https://github.com/GrahamDumpleton/wrapt","commit_stats":{"total_commits":675,"total_committers":29,"mean_commits":"23.275862068965516","dds":0.1274074074074074,"last_synced_commit":"0da4ba568953b58cb0fe022684cf58fc307c9d83"},"previous_names":[],"tags_count":69,"template":false,"template_full_name":null,"purl":"pkg:github/GrahamDumpleton/wrapt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/sbom","scorecard":{"id":58984,"data":{"date":"2025-08-11","repo":{"name":"github.com/GrahamDumpleton/wrapt","commit":"c71bbf7198752f0f488cd6227a457c546adc3cec"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.4,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":0,"reason":"Found 0/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/build-test-release.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"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/build-test-release.yml:222: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:227: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:80: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:105: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:161: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:186: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:196: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:112","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:114","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:116","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:193","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:41","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:73","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:75","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:77","Info:   0 out of  15 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of  10 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 2-Clause \"Simplified\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'develop'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}}]},"last_synced_at":"2025-08-15T01:18:52.523Z","repository_id":8694002,"created_at":"2025-08-15T01:18:52.523Z","updated_at":"2025-08-15T01:18:52.523Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279932269,"owners_count":26246523,"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-19T02:00:07.647Z","response_time":64,"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":"GrahamDumpleton","name":"Graham Dumpleton","uuid":"507637","kind":"user","description":"","email":"","website":"http://blog.dscpl.com.au","location":"Sydney, Australia","twitter":"GrahamDumpleton","company":null,"icon_url":"https://avatars.githubusercontent.com/u/507637?v=4","repositories_count":20,"last_synced_at":"2025-10-20T04:43:11.061Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/GrahamDumpleton","funding_links":["https://github.com/sponsors/GrahamDumpleton"],"total_stars":3189,"followers":676,"following":0,"created_at":"2022-11-02T16:22:48.531Z","updated_at":"2025-10-20T04:43:11.061Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton/repositories"},"tags":[{"name":"2.0.0rc6","sha":"93ec4aa33ded323d546a447c9dc93433c03e0942","kind":"tag","published_at":"2025-10-17T07:59:20.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc6","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc6/manifests"},{"name":"2.0.0rc5","sha":"074d2785d8efde7d5150609e0048faf1ec888e95","kind":"tag","published_at":"2025-10-16T05:11:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc5","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc5/manifests"},{"name":"2.0.0rc4","sha":"809cb14094467e6f17ad467bae34f60cf3df6500","kind":"tag","published_at":"2025-10-05T09:27:36.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc4/manifests"},{"name":"2.0.0rc3","sha":"d9cc11b32d1fb7dd7800b3e39559d627f92ec13d","kind":"tag","published_at":"2025-10-03T23:21:44.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc3/manifests"},{"name":"2.0.0rc2","sha":"f78e26c86bac207144893e50c214d7538e36a814","kind":"tag","published_at":"2025-08-19T01:36:57.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc2/manifests"},{"name":"1.14.2","sha":"16cff8e15f3f234686abf9ace315094ec319af2a","kind":"tag","published_at":"2025-08-12T06:34:45.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.2/manifests"},{"name":"1.17.3","sha":"99130c02842c87001f40dbe73e21934c0615398d","kind":"tag","published_at":"2025-08-12T04:58:30.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.3/manifests"},{"name":"2.0.0rc1","sha":"42afd773f4ba0d181310d5cac2bbe3199b2378d1","kind":"tag","published_at":"2025-08-11T08:41:47.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc1/manifests"},{"name":"1.17.2","sha":"bcc1f26b2fe8fc962f5033c3a3a773425500789a","kind":"tag","published_at":"2025-01-14T10:18:28.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.2/manifests"},{"name":"1.17.1","sha":"c41e6eadb39f45ce96f488cecb250e417926b49d","kind":"tag","published_at":"2025-01-11T02:25:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.1/manifests"},{"name":"1.17.0","sha":"e663d4910a81d666786ac773ad7c16199b01d31b","kind":"tag","published_at":"2024-11-22T06:00:51.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0/manifests"},{"name":"1.17.0rc1","sha":"75f291f8bf1fe6535b13b0b3dfedca012ca6c8a5","kind":"tag","published_at":"2024-10-17T02:34:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0rc1/manifests"},{"name":"1.17.0dev4","sha":"1a6b4680cba43c28f991149800249ec9f3089e26","kind":"tag","published_at":"2024-10-07T23:00:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev4/manifests"},{"name":"1.17.0dev3","sha":"74d5547da1d0fdd8b6401805ac23ec942e9dd8f2","kind":"tag","published_at":"2024-10-06T23:40:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev3/manifests"},{"name":"1.17.0dev2","sha":"c91f60cca38ed012de06b116acb9339c4a992157","kind":"tag","published_at":"2024-10-06T23:23:50.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev2/manifests"},{"name":"1.17.0dev1","sha":"a8066b5637b2e76c112c30a3b8df0020854a2b90","kind":"tag","published_at":"2024-10-06T22:55:49.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev1/manifests"},{"name":"1.16.0","sha":"14ac73e28b2e8b330443e1d31c4a1d226329babc","kind":"tag","published_at":"2023-11-09T06:09:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0/manifests"},{"name":"1.16.0rc2","sha":"8d0836d7c4f08f442d38d5af6984fac98f132170","kind":"tag","published_at":"2023-11-05T01:33:18.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc2/manifests"},{"name":"1.16.0rc1","sha":"0c9ad919240f7c49cf5ff39e1f690cc9b35aa671","kind":"tag","published_at":"2023-10-07T06:41:32.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc1/manifests"},{"name":"1.15.0","sha":"0634a79c934e4bbf11b4081d3f1610588d7ae4a6","kind":"tag","published_at":"2023-02-27T01:08:18.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.15.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0/manifests"},{"name":"1.15.0rc1","sha":"c11181dc7b891c9e59391a24379f89a8cdac9092","kind":"tag","published_at":"2023-01-12T06:57:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.15.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.15.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.15.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0rc1/manifests"},{"name":"1.14.1","sha":"f2f1a680113d500f525de78da91ae19235efef16","kind":"tag","published_at":"2022-05-02T04:27:44.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.1/manifests"},{"name":"1.14.0","sha":"77634fa8a3e092b2e876f4ffec8849a0fe5a33fb","kind":"tag","published_at":"2022-03-10T07:11:34.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0/manifests"},{"name":"1.14.0rc1","sha":"8f180bf981fc7a92094cfecfd7a9e5f591d4bd4b","kind":"tag","published_at":"2022-03-05T06:07:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0rc1/manifests"},{"name":"1.13.3","sha":"4c614824025222c12ce41301213842f5c3cb0139","kind":"tag","published_at":"2021-10-29T21:00:41.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3/manifests"},{"name":"1.13.3rc1","sha":"d604b81ebbe7f23f132bf269c55397827efa4d13","kind":"tag","published_at":"2021-10-17T01:01:02.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.3rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.3rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.3rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3rc1/manifests"},{"name":"1.13.2rc1","sha":"7990df3f32bd0ffb795ce0bc28e0d6b4cbae803e","kind":"tag","published_at":"2021-10-17T01:00:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.2rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.2rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.2rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2rc1/manifests"},{"name":"1.13.0rc1","sha":"97743109d79a3a3e5bf8b7b5b18d0ec92b2654ab","kind":"tag","published_at":"2021-10-17T00:55:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc1/manifests"},{"name":"1.13.0rc3","sha":"690cc2cb654a5772d73ecc83932358b4a6091921","kind":"tag","published_at":"2021-10-17T00:54:52.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc3/manifests"},{"name":"1.13.0rc2","sha":"7cb212b7021ec026fcbc928491819166ed18eecc","kind":"tag","published_at":"2021-10-17T00:54:35.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc2/manifests"},{"name":"1.13.2","sha":"a8f5b3c11c42bbe082eb408f6a3228eb1988114f","kind":"tag","published_at":"2021-10-13T03:21:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2/manifests"},{"name":"1.13.1","sha":"463f54d26cb5a486ca8cb995a07d039f297bcd0d","kind":"tag","published_at":"2021-10-05T04:09:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.1/manifests"},{"name":"1.13.0","sha":"013632b7a1763f75d8ebc60238568f9a47715ad9","kind":"tag","published_at":"2021-10-04T23:50:30.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0/manifests"},{"name":"1.12.1","sha":"68316bea668fd905a4acb21f37f12596d8c30d80","kind":"tag","published_at":"2020-03-09T02:31:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.12.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.1/manifests"},{"name":"1.12.0","sha":"0148e39ab7baffe281e2ce7e6639c9a46da3afeb","kind":"tag","published_at":"2020-02-16T23:26:17.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.12.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.0/manifests"},{"name":"1.11.2","sha":"22df552d2a0836ab7dc7127d19b90d15d3bba803","kind":"tag","published_at":"2019-06-18T01:10:12.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.2/manifests"},{"name":"1.11.1","sha":"58209f12d31e0339b2570ecda15d43a79fb9b4ff","kind":"tag","published_at":"2019-01-19T05:37:04.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.1/manifests"},{"name":"1.11.0","sha":"f17fef7f85204ecdf4aad05a45459fb46b0c37a0","kind":"tag","published_at":"2019-01-10T04:28:46.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.0/manifests"},{"name":"1.10.11","sha":"a4aeb4c7924ca18f4e9afa97172c95b1dad1e925","kind":"tag","published_at":"2017-08-11T05:22:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.11","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.11/manifests"},{"name":"1.10.10","sha":"b2e4759d31b3e4815077f03aeefea9ceadc67530","kind":"tag","published_at":"2017-03-15T00:37:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.10","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.10/manifests"},{"name":"1.10.9","sha":"f857716ca6cb08a29c2db7af633c57007773a5b5","kind":"tag","published_at":"2017-03-15T00:02:23.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.9","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.9/manifests"},{"name":"1.10.8","sha":"5f70d5c6b0d8c9a21a9396dfc261699fee4e023d","kind":"tag","published_at":"2016-04-10T23:32:33.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.8","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.8/manifests"},{"name":"1.10.7","sha":"fa8f7305886eff6df7b1cb06bc0eeb3a26b96cef","kind":"tag","published_at":"2016-03-31T05:49:07.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.7","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.7/manifests"},{"name":"1.10.6","sha":"5ce37e6dc4a91b4f5e0d57d62b5b182e2162016f","kind":"tag","published_at":"2015-12-08T23:05:05.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.6","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.6/manifests"},{"name":"1.10.5","sha":"42af0563bf88e84d215dea9ea6f989cb867e930e","kind":"tag","published_at":"2015-07-03T00:29:15.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.5","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.5/manifests"},{"name":"1.10.4","sha":"e57ed908133f52dce74ff35a321eb5cf9faa4e80","kind":"tag","published_at":"2015-03-18T04:24:34.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.4/manifests"},{"name":"1.10.3","sha":"778f1a0923215e2b8c17d047a7e107da2061d4f0","kind":"tag","published_at":"2015-03-18T04:13:12.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.3/manifests"},{"name":"1.10.2","sha":"74ef3b02a189809688290c84bddd54b4f33e1d2b","kind":"tag","published_at":"2014-12-11T09:48:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.2/manifests"},{"name":"1.10.1","sha":"71d7e7c3849982f7596eb7203ed6288ea290f2a1","kind":"tag","published_at":"2014-11-26T00:30:36.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.1/manifests"},{"name":"1.10.0","sha":"7fd59051fc4fb5d1f293675e4a249e3b5b0c406d","kind":"tag","published_at":"2014-11-20T06:20:09.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.0/manifests"},{"name":"1.9.0","sha":"a3c7f8c681c5809d6b5771bcd376b0b1817a4d38","kind":"tag","published_at":"2014-08-22T10:47:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.9.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.9.0/manifests"},{"name":"1.8.0","sha":"356a131d83c27e00a61a61fcc1264958942710a4","kind":"tag","published_at":"2014-05-03T10:15:32.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.8.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.8.0/manifests"},{"name":"1.7.0","sha":"dc8a30137def6524330b4a235158ca84ebc864f7","kind":"tag","published_at":"2014-04-26T11:19:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.7.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.7.0/manifests"},{"name":"1.6.0","sha":"4abbac872ccf0c253374277ce7c72f188b8469b7","kind":"commit","published_at":"2014-01-26T05:02:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.6.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.6.0/manifests"},{"name":"1.5.1","sha":"928e21c085621cc7baf4bad0b8ade851d35d62fa","kind":"commit","published_at":"2014-01-14T09:22:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.5.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.1/manifests"},{"name":"1.5.0","sha":"9826d05da58c4f3281de43bc268dd7a7674f8385","kind":"commit","published_at":"2014-01-02T10:04:43.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.5.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.0/manifests"},{"name":"1.4.2","sha":"4f6dda2be47c92d5554e34414304b3c1e23b221c","kind":"commit","published_at":"2013-12-28T02:53:35.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"440b8beeda5fe3fe601c275661d0c86bea7e7dc7","kind":"commit","published_at":"2013-12-23T00:26:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.1/manifests"},{"name":"1.4.0","sha":"f005088486bbb0f285ae5532ef1a18ed6c3b1f85","kind":"commit","published_at":"2013-12-20T09:56:49.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.0/manifests"},{"name":"1.3.1","sha":"a260e7cd2c36c475823ab57f548d321615178454","kind":"commit","published_at":"2013-12-19T11:15:10.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.3.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.1/manifests"},{"name":"1.3.0","sha":"fd6abb6c43699bc80b3810ef2861b5cb18f08fb4","kind":"commit","published_at":"2013-12-19T10:46:24.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.3.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.0/manifests"},{"name":"1.2.1","sha":"a8fd78136bebe05cb94470b9b514ba5167f5a687","kind":"commit","published_at":"2013-10-16T05:42:33.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.2.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.1/manifests"},{"name":"1.2.0","sha":"8dc4c2cfd92940c83e76882f433dce85f1b846a8","kind":"commit","published_at":"2013-10-11T01:03:41.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.2.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.0/manifests"},{"name":"1.1.4","sha":"34e963a757cb5b8c5f21d0c34f1ca055a0e0ad5f","kind":"commit","published_at":"2013-09-27T02:33:47.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.4/manifests"},{"name":"1.1.3","sha":"cecccbdaeeb1a5b3428351a38011f6bc6bca36b5","kind":"commit","published_at":"2013-09-24T10:48:06.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.3/manifests"},{"name":"1.1.2","sha":"d1036fe0de611f4790f534e15dfd264ee2843eae","kind":"commit","published_at":"2013-09-20T12:16:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.2/manifests"},{"name":"1.1.1","sha":"032c7c6b42981742b5c228e68aae2fb2f98da196","kind":"commit","published_at":"2013-09-19T12:34:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.1/manifests"},{"name":"1.1.0","sha":"2bc2959d4e36140801d27d24c24dca461ae50470","kind":"commit","published_at":"2013-09-18T12:07:16.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.0/manifests"},{"name":"1.0.0","sha":"4a0420cc40c6d7b73498a58283e2d62a6a0d4a15","kind":"commit","published_at":"2013-09-06T21:18:31.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.0.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-10-21T00:56:17.945Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/py3-wrapt-pyc?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.22","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-wrapt-pyc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-wrapt-pyc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-wrapt-pyc/dependencies","status":null,"funding_links":["https://github.com/sponsors/GrahamDumpleton"],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-20T05:00:42.535Z","issues_count":117,"pull_requests_count":52,"avg_time_to_close_issue":40792119.4054054,"avg_time_to_close_pull_request":26920321.43902439,"issues_closed_count":74,"pull_requests_closed_count":41,"pull_request_authors_count":32,"issue_authors_count":103,"avg_comments_per_issue":6.538461538461538,"avg_comments_per_pull_request":3.6153846153846154,"merged_pull_requests_count":21,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":9,"past_year_pull_requests_count":18,"past_year_avg_time_to_close_issue":67627.5,"past_year_avg_time_to_close_pull_request":5039400.363636363,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":7,"past_year_issue_authors_count":8,"past_year_avg_comments_per_issue":8.666666666666666,"past_year_avg_comments_per_pull_request":1.722222222222222,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":9,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-wrapt-pyc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-wrapt-pyc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-wrapt-pyc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-wrapt-pyc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-wrapt-pyc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-wrapt-pyc/codemeta","maintainers":[{"uuid":"prspkt@protonmail.com","login":null,"name":"prspkt","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=prspkt","packages_count":80,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=prspkt","role":null,"created_at":"2025-06-08T17:21:33.747Z","updated_at":"2025-06-08T17:21:33.747Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/maintainers/prspkt@protonmail.com/packages"}],"registry":{"name":"alpine-v3.22","url":"https://pkgs.alpinelinux.org/packages?branch=v3.22","ecosystem":"alpine","default":false,"packages_count":26322,"maintainers_count":422,"namespaces_count":2,"keywords_count":4641,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1728},"icon_url":"https://github.com/alpinelinux.png","created_at":"2025-06-05T10:49:56.987Z","updated_at":"2026-06-10T05:18:29.151Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/namespaces"}},{"id":12823309,"name":"python310Packages.wrapt","ecosystem":"nixpkgs","description":"Module for decorators, wrappers and monkey patching","homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-26T18:29:20.930Z","latest_release_published_at":"2026-01-26T18:29:20.930Z","latest_release_number":"1.14.1","last_synced_at":"2026-04-10T04:04:19.288Z","created_at":"2026-01-26T18:29:20.603Z","updated_at":"2026-04-10T04:31:57.839Z","registry_url":"https://search.nixos.org/packages?channel=23.05\u0026query=python310Packages.wrapt","install_command":"nix-env -iA nixpkgs.python310Packages.wrapt","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/development/python-modules/wrapt/default.nix#L36","metadata":{"nix_attribute":"python3.10-wrapt-1.14.1","position":"pkgs/development/python-modules/wrapt/default.nix:36","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mipsel-linux","mips64el-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","doc","out"],"upstream_ecosystem":"pypi","upstream_name":"wrapt","upstream_purl":"pkg:pypi/wrapt"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/python310Packages.wrapt?channel=23.05\u0026repository_url=https://channels.nixos.org/nixos-23.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python310Packages.wrapt","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python310Packages.wrapt","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python310Packages.wrapt/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python310Packages.wrapt/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python310Packages.wrapt/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python310Packages.wrapt/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python310Packages.wrapt/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python310Packages.wrapt/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python310Packages.wrapt/codemeta","maintainers":[],"registry":{"name":"nixpkgs-23.05","url":"https://channels.nixos.org/nixos-23.05","ecosystem":"nixpkgs","default":false,"packages_count":101092,"maintainers_count":2622,"namespaces_count":0,"keywords_count":613,"github":"NixOS","metadata":{"funded_packages_count":183},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.882Z","updated_at":"2026-06-10T05:16:22.193Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/namespaces"}},{"id":8678582,"name":"py3-wrapt-pyc","ecosystem":"alpine","description":"Precompiled Python bytecode for py3-wrapt","homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2023-11-10T22:46:11.000Z","latest_release_published_at":"2023-11-10T22:46:11.000Z","latest_release_number":"1.16.0-r0","last_synced_at":"2026-04-02T15:49:14.902Z","created_at":"2023-12-20T10:31:25.882Z","updated_at":"2026-04-02T15:49:14.902Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.19/community/x86_64/py3-wrapt-pyc","install_command":"apk add py3-wrapt-pyc","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":8694002,"uuid":"10357291","full_name":"GrahamDumpleton/wrapt","owner":"GrahamDumpleton","description":"A Python module for decorators, wrappers and monkey patching.","archived":false,"fork":false,"pushed_at":"2025-10-17T07:59:23.000Z","size":1486,"stargazers_count":2221,"open_issues_count":55,"forks_count":244,"subscribers_count":41,"default_branch":"develop","last_synced_at":"2025-10-19T12:54:43.803Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GrahamDumpleton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["GrahamDumpleton"]}},"created_at":"2013-05-29T10:22:45.000Z","updated_at":"2025-10-19T04:26:26.000Z","dependencies_parsed_at":"2024-01-15T03:58:05.093Z","dependency_job_id":"9f56c0e6-6d73-4ece-98ce-41503187ae82","html_url":"https://github.com/GrahamDumpleton/wrapt","commit_stats":{"total_commits":675,"total_committers":29,"mean_commits":"23.275862068965516","dds":0.1274074074074074,"last_synced_commit":"0da4ba568953b58cb0fe022684cf58fc307c9d83"},"previous_names":[],"tags_count":69,"template":false,"template_full_name":null,"purl":"pkg:github/GrahamDumpleton/wrapt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/sbom","scorecard":{"id":58984,"data":{"date":"2025-08-11","repo":{"name":"github.com/GrahamDumpleton/wrapt","commit":"c71bbf7198752f0f488cd6227a457c546adc3cec"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.4,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":0,"reason":"Found 0/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/build-test-release.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"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/build-test-release.yml:222: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:227: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:80: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:105: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:161: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:186: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:196: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:112","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:114","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:116","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:193","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:41","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:73","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:75","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:77","Info:   0 out of  15 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of  10 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 2-Clause \"Simplified\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'develop'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}}]},"last_synced_at":"2025-08-15T01:18:52.523Z","repository_id":8694002,"created_at":"2025-08-15T01:18:52.523Z","updated_at":"2025-08-15T01:18:52.523Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279932269,"owners_count":26246523,"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-19T02:00:07.647Z","response_time":64,"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":"GrahamDumpleton","name":"Graham Dumpleton","uuid":"507637","kind":"user","description":"","email":"","website":"http://blog.dscpl.com.au","location":"Sydney, Australia","twitter":"GrahamDumpleton","company":null,"icon_url":"https://avatars.githubusercontent.com/u/507637?v=4","repositories_count":20,"last_synced_at":"2025-10-20T04:43:11.061Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/GrahamDumpleton","funding_links":["https://github.com/sponsors/GrahamDumpleton"],"total_stars":3189,"followers":676,"following":0,"created_at":"2022-11-02T16:22:48.531Z","updated_at":"2025-10-20T04:43:11.061Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton/repositories"},"tags":[{"name":"2.0.0rc6","sha":"93ec4aa33ded323d546a447c9dc93433c03e0942","kind":"tag","published_at":"2025-10-17T07:59:20.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc6","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc6/manifests"},{"name":"2.0.0rc5","sha":"074d2785d8efde7d5150609e0048faf1ec888e95","kind":"tag","published_at":"2025-10-16T05:11:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc5","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc5/manifests"},{"name":"2.0.0rc4","sha":"809cb14094467e6f17ad467bae34f60cf3df6500","kind":"tag","published_at":"2025-10-05T09:27:36.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc4/manifests"},{"name":"2.0.0rc3","sha":"d9cc11b32d1fb7dd7800b3e39559d627f92ec13d","kind":"tag","published_at":"2025-10-03T23:21:44.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc3/manifests"},{"name":"2.0.0rc2","sha":"f78e26c86bac207144893e50c214d7538e36a814","kind":"tag","published_at":"2025-08-19T01:36:57.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc2/manifests"},{"name":"1.14.2","sha":"16cff8e15f3f234686abf9ace315094ec319af2a","kind":"tag","published_at":"2025-08-12T06:34:45.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.2/manifests"},{"name":"1.17.3","sha":"99130c02842c87001f40dbe73e21934c0615398d","kind":"tag","published_at":"2025-08-12T04:58:30.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.3/manifests"},{"name":"2.0.0rc1","sha":"42afd773f4ba0d181310d5cac2bbe3199b2378d1","kind":"tag","published_at":"2025-08-11T08:41:47.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc1/manifests"},{"name":"1.17.2","sha":"bcc1f26b2fe8fc962f5033c3a3a773425500789a","kind":"tag","published_at":"2025-01-14T10:18:28.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.2/manifests"},{"name":"1.17.1","sha":"c41e6eadb39f45ce96f488cecb250e417926b49d","kind":"tag","published_at":"2025-01-11T02:25:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.1/manifests"},{"name":"1.17.0","sha":"e663d4910a81d666786ac773ad7c16199b01d31b","kind":"tag","published_at":"2024-11-22T06:00:51.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0/manifests"},{"name":"1.17.0rc1","sha":"75f291f8bf1fe6535b13b0b3dfedca012ca6c8a5","kind":"tag","published_at":"2024-10-17T02:34:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0rc1/manifests"},{"name":"1.17.0dev4","sha":"1a6b4680cba43c28f991149800249ec9f3089e26","kind":"tag","published_at":"2024-10-07T23:00:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev4/manifests"},{"name":"1.17.0dev3","sha":"74d5547da1d0fdd8b6401805ac23ec942e9dd8f2","kind":"tag","published_at":"2024-10-06T23:40:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev3/manifests"},{"name":"1.17.0dev2","sha":"c91f60cca38ed012de06b116acb9339c4a992157","kind":"tag","published_at":"2024-10-06T23:23:50.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev2/manifests"},{"name":"1.17.0dev1","sha":"a8066b5637b2e76c112c30a3b8df0020854a2b90","kind":"tag","published_at":"2024-10-06T22:55:49.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev1/manifests"},{"name":"1.16.0","sha":"14ac73e28b2e8b330443e1d31c4a1d226329babc","kind":"tag","published_at":"2023-11-09T06:09:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0/manifests"},{"name":"1.16.0rc2","sha":"8d0836d7c4f08f442d38d5af6984fac98f132170","kind":"tag","published_at":"2023-11-05T01:33:18.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc2/manifests"},{"name":"1.16.0rc1","sha":"0c9ad919240f7c49cf5ff39e1f690cc9b35aa671","kind":"tag","published_at":"2023-10-07T06:41:32.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc1/manifests"},{"name":"1.15.0","sha":"0634a79c934e4bbf11b4081d3f1610588d7ae4a6","kind":"tag","published_at":"2023-02-27T01:08:18.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.15.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0/manifests"},{"name":"1.15.0rc1","sha":"c11181dc7b891c9e59391a24379f89a8cdac9092","kind":"tag","published_at":"2023-01-12T06:57:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.15.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.15.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.15.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0rc1/manifests"},{"name":"1.14.1","sha":"f2f1a680113d500f525de78da91ae19235efef16","kind":"tag","published_at":"2022-05-02T04:27:44.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.1/manifests"},{"name":"1.14.0","sha":"77634fa8a3e092b2e876f4ffec8849a0fe5a33fb","kind":"tag","published_at":"2022-03-10T07:11:34.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0/manifests"},{"name":"1.14.0rc1","sha":"8f180bf981fc7a92094cfecfd7a9e5f591d4bd4b","kind":"tag","published_at":"2022-03-05T06:07:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0rc1/manifests"},{"name":"1.13.3","sha":"4c614824025222c12ce41301213842f5c3cb0139","kind":"tag","published_at":"2021-10-29T21:00:41.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3/manifests"},{"name":"1.13.3rc1","sha":"d604b81ebbe7f23f132bf269c55397827efa4d13","kind":"tag","published_at":"2021-10-17T01:01:02.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.3rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.3rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.3rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3rc1/manifests"},{"name":"1.13.2rc1","sha":"7990df3f32bd0ffb795ce0bc28e0d6b4cbae803e","kind":"tag","published_at":"2021-10-17T01:00:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.2rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.2rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.2rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2rc1/manifests"},{"name":"1.13.0rc1","sha":"97743109d79a3a3e5bf8b7b5b18d0ec92b2654ab","kind":"tag","published_at":"2021-10-17T00:55:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc1/manifests"},{"name":"1.13.0rc3","sha":"690cc2cb654a5772d73ecc83932358b4a6091921","kind":"tag","published_at":"2021-10-17T00:54:52.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc3/manifests"},{"name":"1.13.0rc2","sha":"7cb212b7021ec026fcbc928491819166ed18eecc","kind":"tag","published_at":"2021-10-17T00:54:35.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc2/manifests"},{"name":"1.13.2","sha":"a8f5b3c11c42bbe082eb408f6a3228eb1988114f","kind":"tag","published_at":"2021-10-13T03:21:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2/manifests"},{"name":"1.13.1","sha":"463f54d26cb5a486ca8cb995a07d039f297bcd0d","kind":"tag","published_at":"2021-10-05T04:09:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.1/manifests"},{"name":"1.13.0","sha":"013632b7a1763f75d8ebc60238568f9a47715ad9","kind":"tag","published_at":"2021-10-04T23:50:30.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0/manifests"},{"name":"1.12.1","sha":"68316bea668fd905a4acb21f37f12596d8c30d80","kind":"tag","published_at":"2020-03-09T02:31:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.12.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.1/manifests"},{"name":"1.12.0","sha":"0148e39ab7baffe281e2ce7e6639c9a46da3afeb","kind":"tag","published_at":"2020-02-16T23:26:17.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.12.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.0/manifests"},{"name":"1.11.2","sha":"22df552d2a0836ab7dc7127d19b90d15d3bba803","kind":"tag","published_at":"2019-06-18T01:10:12.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.2/manifests"},{"name":"1.11.1","sha":"58209f12d31e0339b2570ecda15d43a79fb9b4ff","kind":"tag","published_at":"2019-01-19T05:37:04.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.1/manifests"},{"name":"1.11.0","sha":"f17fef7f85204ecdf4aad05a45459fb46b0c37a0","kind":"tag","published_at":"2019-01-10T04:28:46.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.0/manifests"},{"name":"1.10.11","sha":"a4aeb4c7924ca18f4e9afa97172c95b1dad1e925","kind":"tag","published_at":"2017-08-11T05:22:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.11","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.11/manifests"},{"name":"1.10.10","sha":"b2e4759d31b3e4815077f03aeefea9ceadc67530","kind":"tag","published_at":"2017-03-15T00:37:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.10","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.10/manifests"},{"name":"1.10.9","sha":"f857716ca6cb08a29c2db7af633c57007773a5b5","kind":"tag","published_at":"2017-03-15T00:02:23.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.9","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.9/manifests"},{"name":"1.10.8","sha":"5f70d5c6b0d8c9a21a9396dfc261699fee4e023d","kind":"tag","published_at":"2016-04-10T23:32:33.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.8","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.8/manifests"},{"name":"1.10.7","sha":"fa8f7305886eff6df7b1cb06bc0eeb3a26b96cef","kind":"tag","published_at":"2016-03-31T05:49:07.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.7","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.7/manifests"},{"name":"1.10.6","sha":"5ce37e6dc4a91b4f5e0d57d62b5b182e2162016f","kind":"tag","published_at":"2015-12-08T23:05:05.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.6","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.6/manifests"},{"name":"1.10.5","sha":"42af0563bf88e84d215dea9ea6f989cb867e930e","kind":"tag","published_at":"2015-07-03T00:29:15.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.5","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.5/manifests"},{"name":"1.10.4","sha":"e57ed908133f52dce74ff35a321eb5cf9faa4e80","kind":"tag","published_at":"2015-03-18T04:24:34.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.4/manifests"},{"name":"1.10.3","sha":"778f1a0923215e2b8c17d047a7e107da2061d4f0","kind":"tag","published_at":"2015-03-18T04:13:12.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.3/manifests"},{"name":"1.10.2","sha":"74ef3b02a189809688290c84bddd54b4f33e1d2b","kind":"tag","published_at":"2014-12-11T09:48:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.2/manifests"},{"name":"1.10.1","sha":"71d7e7c3849982f7596eb7203ed6288ea290f2a1","kind":"tag","published_at":"2014-11-26T00:30:36.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.1/manifests"},{"name":"1.10.0","sha":"7fd59051fc4fb5d1f293675e4a249e3b5b0c406d","kind":"tag","published_at":"2014-11-20T06:20:09.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.0/manifests"},{"name":"1.9.0","sha":"a3c7f8c681c5809d6b5771bcd376b0b1817a4d38","kind":"tag","published_at":"2014-08-22T10:47:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.9.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.9.0/manifests"},{"name":"1.8.0","sha":"356a131d83c27e00a61a61fcc1264958942710a4","kind":"tag","published_at":"2014-05-03T10:15:32.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.8.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.8.0/manifests"},{"name":"1.7.0","sha":"dc8a30137def6524330b4a235158ca84ebc864f7","kind":"tag","published_at":"2014-04-26T11:19:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.7.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.7.0/manifests"},{"name":"1.6.0","sha":"4abbac872ccf0c253374277ce7c72f188b8469b7","kind":"commit","published_at":"2014-01-26T05:02:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.6.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.6.0/manifests"},{"name":"1.5.1","sha":"928e21c085621cc7baf4bad0b8ade851d35d62fa","kind":"commit","published_at":"2014-01-14T09:22:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.5.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.1/manifests"},{"name":"1.5.0","sha":"9826d05da58c4f3281de43bc268dd7a7674f8385","kind":"commit","published_at":"2014-01-02T10:04:43.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.5.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.0/manifests"},{"name":"1.4.2","sha":"4f6dda2be47c92d5554e34414304b3c1e23b221c","kind":"commit","published_at":"2013-12-28T02:53:35.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"440b8beeda5fe3fe601c275661d0c86bea7e7dc7","kind":"commit","published_at":"2013-12-23T00:26:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.1/manifests"},{"name":"1.4.0","sha":"f005088486bbb0f285ae5532ef1a18ed6c3b1f85","kind":"commit","published_at":"2013-12-20T09:56:49.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.0/manifests"},{"name":"1.3.1","sha":"a260e7cd2c36c475823ab57f548d321615178454","kind":"commit","published_at":"2013-12-19T11:15:10.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.3.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.1/manifests"},{"name":"1.3.0","sha":"fd6abb6c43699bc80b3810ef2861b5cb18f08fb4","kind":"commit","published_at":"2013-12-19T10:46:24.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.3.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.0/manifests"},{"name":"1.2.1","sha":"a8fd78136bebe05cb94470b9b514ba5167f5a687","kind":"commit","published_at":"2013-10-16T05:42:33.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.2.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.1/manifests"},{"name":"1.2.0","sha":"8dc4c2cfd92940c83e76882f433dce85f1b846a8","kind":"commit","published_at":"2013-10-11T01:03:41.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.2.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.0/manifests"},{"name":"1.1.4","sha":"34e963a757cb5b8c5f21d0c34f1ca055a0e0ad5f","kind":"commit","published_at":"2013-09-27T02:33:47.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.4/manifests"},{"name":"1.1.3","sha":"cecccbdaeeb1a5b3428351a38011f6bc6bca36b5","kind":"commit","published_at":"2013-09-24T10:48:06.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.3/manifests"},{"name":"1.1.2","sha":"d1036fe0de611f4790f534e15dfd264ee2843eae","kind":"commit","published_at":"2013-09-20T12:16:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.2/manifests"},{"name":"1.1.1","sha":"032c7c6b42981742b5c228e68aae2fb2f98da196","kind":"commit","published_at":"2013-09-19T12:34:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.1/manifests"},{"name":"1.1.0","sha":"2bc2959d4e36140801d27d24c24dca461ae50470","kind":"commit","published_at":"2013-09-18T12:07:16.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.0/manifests"},{"name":"1.0.0","sha":"4a0420cc40c6d7b73498a58283e2d62a6a0d4a15","kind":"commit","published_at":"2013-09-06T21:18:31.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.0.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-10-21T00:56:18.157Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/py3-wrapt-pyc?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.19","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-wrapt-pyc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-wrapt-pyc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-wrapt-pyc/dependencies","status":null,"funding_links":["https://github.com/sponsors/GrahamDumpleton"],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-20T05:00:42.535Z","issues_count":117,"pull_requests_count":52,"avg_time_to_close_issue":40792119.4054054,"avg_time_to_close_pull_request":26920321.43902439,"issues_closed_count":74,"pull_requests_closed_count":41,"pull_request_authors_count":32,"issue_authors_count":103,"avg_comments_per_issue":6.538461538461538,"avg_comments_per_pull_request":3.6153846153846154,"merged_pull_requests_count":21,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":9,"past_year_pull_requests_count":18,"past_year_avg_time_to_close_issue":67627.5,"past_year_avg_time_to_close_pull_request":5039400.363636363,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":7,"past_year_issue_authors_count":8,"past_year_avg_comments_per_issue":8.666666666666666,"past_year_avg_comments_per_pull_request":1.722222222222222,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":9,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/py3-wrapt-pyc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/py3-wrapt-pyc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/py3-wrapt-pyc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/py3-wrapt-pyc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/py3-wrapt-pyc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/py3-wrapt-pyc/codemeta","maintainers":[{"uuid":"prspkt@protonmail.com","login":null,"name":"prspkt","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=prspkt","packages_count":78,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=prspkt","role":null,"created_at":"2026-03-02T15:28:14.300Z","updated_at":"2026-03-02T15:28:14.300Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/maintainers/prspkt@protonmail.com/packages"}],"registry":{"name":"alpine-v3.19","url":"https://pkgs.alpinelinux.org/packages?branch=v3.19","ecosystem":"alpine","default":false,"packages_count":23031,"maintainers_count":392,"namespaces_count":2,"keywords_count":3179,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":824},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-12-20T09:51:56.346Z","updated_at":"2026-06-10T05:19:05.125Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/namespaces"}},{"id":13537009,"name":"python-wrapt","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-11T00:29:11.187Z","latest_release_published_at":"2026-02-11T00:29:11.187Z","latest_release_number":"1.14.1-2build1","last_synced_at":"2026-03-11T18:39:43.485Z","created_at":"2026-02-11T00:29:11.023Z","updated_at":"2026-03-11T18:39:43.485Z","registry_url":"https://launchpad.net/ubuntu/+source/python-wrapt","install_command":"apt-get install python-wrapt","documentation_url":null,"metadata":{"component":"main","architecture":"any all","priority":"optional","binary":"python-wrapt-doc, python3-wrapt","standards_version":"4.1.1","maintainer":"Debian OpenStack \u003cteam+openstack@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 11), dh-python, openstack-pkg-tools (\u003e= 99~), python3-all, python3-all-dev, python3-pytest, python3-setuptools, python3-six, python3-sphinx, python3-sphinx-rtd-theme","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-11T14:29:10.188Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/python-wrapt?arch=source\u0026distro=ubuntu-23.04\u0026repository_url=https://launchpad.net/ubuntu/lunar","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/python-wrapt","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/python-wrapt","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/python-wrapt/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/python-wrapt/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/python-wrapt/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/python-wrapt/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/python-wrapt/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/python-wrapt/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/python-wrapt/codemeta","maintainers":[],"registry":{"name":"ubuntu-23.04","url":"https://launchpad.net/ubuntu/lunar","ecosystem":"ubuntu","default":false,"packages_count":36116,"maintainers_count":0,"namespaces_count":4,"keywords_count":1000,"github":"ubuntu","metadata":{"codename":"lunar","mirror":"http://old-releases.ubuntu.com/ubuntu","funded_packages_count":133},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:49.117Z","updated_at":"2026-06-10T05:17:49.008Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/namespaces"}},{"id":13432670,"name":"python-wrapt","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-07T20:13:45.853Z","latest_release_published_at":"2026-02-07T20:13:45.853Z","latest_release_number":"1.11.2-2build1","last_synced_at":"2026-03-07T20:38:42.584Z","created_at":"2026-02-07T20:13:45.524Z","updated_at":"2026-03-07T21:02:37.340Z","registry_url":"https://launchpad.net/ubuntu/+source/python-wrapt","install_command":"apt-get install python-wrapt","documentation_url":null,"metadata":{"component":"main","architecture":"any all","priority":"optional","binary":"python-wrapt-doc, python3-wrapt","standards_version":"4.1.1","maintainer":"Debian OpenStack \u003cteam+openstack@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 9), dh-python, openstack-pkg-tools (\u003e= 99~), python3-all, python3-all-dev, python3-pytest, python3-setuptools, python3-six, python3-sphinx, python3-sphinx-rtd-theme","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/python-wrapt?arch=source\u0026distro=ubuntu-20.04\u0026repository_url=https://launchpad.net/ubuntu/focal","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/python-wrapt","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/python-wrapt","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/python-wrapt/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/python-wrapt/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/python-wrapt/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/python-wrapt/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/python-wrapt/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/python-wrapt/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/python-wrapt/codemeta","maintainers":[],"registry":{"name":"ubuntu-20.04","url":"https://launchpad.net/ubuntu/focal","ecosystem":"ubuntu","default":false,"packages_count":30789,"maintainers_count":0,"namespaces_count":4,"keywords_count":1430,"github":"ubuntu","metadata":{"codename":"focal","funded_packages_count":165},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:47.233Z","updated_at":"2026-06-10T05:17:46.717Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/namespaces"}},{"id":13010809,"name":"py3-wrapt-pyc","ecosystem":"alpine","description":"Precompiled Python bytecode for py3-wrapt","homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2025-07-11T21:51:27.000Z","latest_release_published_at":"2025-07-11T21:51:27.000Z","latest_release_number":"1.17.2-r0","last_synced_at":"2026-04-13T13:04:05.857Z","created_at":"2026-01-31T01:30:41.430Z","updated_at":"2026-04-13T13:04:05.857Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.23/community/x86_64/py3-wrapt-pyc","install_command":"apk add py3-wrapt-pyc","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/py3-wrapt-pyc?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.23","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-wrapt-pyc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-wrapt-pyc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-wrapt-pyc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/py3-wrapt-pyc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/py3-wrapt-pyc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/py3-wrapt-pyc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/py3-wrapt-pyc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/py3-wrapt-pyc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/py3-wrapt-pyc/codemeta","maintainers":[{"uuid":"prspkt@protonmail.com","login":null,"name":"prspkt","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=prspkt","packages_count":78,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=prspkt","role":null,"created_at":"2026-03-04T04:56:33.273Z","updated_at":"2026-03-04T04:56:33.273Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/maintainers/prspkt@protonmail.com/packages"}],"registry":{"name":"alpine-v3.23","url":"https://pkgs.alpinelinux.org/packages?branch=v3.23","ecosystem":"alpine","default":false,"packages_count":27574,"maintainers_count":428,"namespaces_count":2,"keywords_count":181,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":104},"icon_url":"https://github.com/alpinelinux.png","created_at":"2026-01-24T14:35:50.739Z","updated_at":"2026-06-10T05:17:06.512Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/namespaces"}},{"id":13666000,"name":"python-wrapt","ecosystem":"debian","description":null,"homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T10:55:38.910Z","latest_release_published_at":"2026-02-12T10:55:38.910Z","latest_release_number":"1.15.0-4","last_synced_at":"2026-03-14T15:30:47.550Z","created_at":"2026-02-12T10:55:38.315Z","updated_at":"2026-03-14T15:30:47.551Z","registry_url":"https://tracker.debian.org/pkg/python-wrapt","install_command":"apt-get install python-wrapt","documentation_url":"https://packages.debian.org/trixie/python-wrapt","metadata":{"component":"main","architecture":"any all","priority":"optional","binary":"python-wrapt-doc, python3-wrapt","standards_version":"4.1.1","maintainer":"Debian OpenStack \u003cteam+openstack@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 11), dh-python, openstack-pkg-tools, python3-all, python3-all-dev, python3-pytest, python3-setuptools, python3-sphinx, python3-sphinx-rtd-theme","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-12T10:55:39.398Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/python-wrapt?arch=source\u0026distro=debian-13\u0026repository_url=https://packages.debian.org/trixie","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/python-wrapt","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/python-wrapt","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/python-wrapt/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/python-wrapt/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/python-wrapt/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/python-wrapt/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/python-wrapt/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/python-wrapt/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/python-wrapt/codemeta","maintainers":[],"registry":{"name":"debian-13","url":"https://packages.debian.org/trixie","ecosystem":"debian","default":false,"packages_count":38024,"maintainers_count":0,"namespaces_count":4,"keywords_count":1987,"github":"debian","metadata":{"codename":"trixie","funded_packages_count":316},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:50.448Z","updated_at":"2026-06-10T05:17:04.542Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/namespaces"}},{"id":13381474,"name":"python-wrapt","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-05T07:37:51.547Z","latest_release_published_at":"2026-02-05T07:37:51.547Z","latest_release_number":"1.15.0-2build3","last_synced_at":"2026-03-05T11:21:37.754Z","created_at":"2026-02-05T07:37:50.919Z","updated_at":"2026-03-05T11:31:31.054Z","registry_url":"https://launchpad.net/ubuntu/+source/python-wrapt","install_command":"apt-get install python-wrapt","documentation_url":null,"metadata":{"component":"main","architecture":"any all","priority":"optional","binary":"python-wrapt-doc, python3-wrapt","standards_version":"4.1.1","maintainer":"Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e","build_depends":"debhelper-compat (= 11), dh-python, openstack-pkg-tools, python3-all, python3-all-dev, python3-pytest, python3-setuptools, python3-sphinx, python3-sphinx-rtd-theme","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/python-wrapt?arch=source\u0026distro=ubuntu-24.04","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/python-wrapt","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/python-wrapt","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/python-wrapt/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/python-wrapt/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/python-wrapt/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/python-wrapt/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/python-wrapt/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/python-wrapt/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/python-wrapt/codemeta","maintainers":[],"registry":{"name":"ubuntu-24.04","url":"https://launchpad.net/ubuntu/noble","ecosystem":"ubuntu","default":true,"packages_count":37306,"maintainers_count":0,"namespaces_count":4,"keywords_count":1701,"github":"ubuntu","metadata":{"codename":"noble","funded_packages_count":198},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:45.928Z","updated_at":"2026-06-10T05:17:44.581Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/namespaces"}},{"id":6045543,"name":"py3-wrapt","ecosystem":"alpine","description":"Module for decorators, wrappers and monkey patching","homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":[],"namespace":"community","versions_count":7,"first_release_published_at":"2022-11-22T19:33:35.000Z","latest_release_published_at":"2025-07-11T21:51:27.000Z","latest_release_number":"1.17.2-r0","last_synced_at":"2026-03-12T05:05:32.896Z","created_at":"2023-01-31T18:02:17.674Z","updated_at":"2026-03-12T05:05:32.896Z","registry_url":"https://pkgs.alpinelinux.org/package/edge/community/x86_64/py3-wrapt","install_command":"apk add py3-wrapt","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":8694002,"uuid":"10357291","full_name":"GrahamDumpleton/wrapt","owner":"GrahamDumpleton","description":"A Python module for decorators, wrappers and monkey patching.","archived":false,"fork":false,"pushed_at":"2025-10-17T07:59:23.000Z","size":1486,"stargazers_count":2221,"open_issues_count":55,"forks_count":244,"subscribers_count":41,"default_branch":"develop","last_synced_at":"2025-10-19T12:54:43.803Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GrahamDumpleton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["GrahamDumpleton"]}},"created_at":"2013-05-29T10:22:45.000Z","updated_at":"2025-10-19T04:26:26.000Z","dependencies_parsed_at":"2024-01-15T03:58:05.093Z","dependency_job_id":"9f56c0e6-6d73-4ece-98ce-41503187ae82","html_url":"https://github.com/GrahamDumpleton/wrapt","commit_stats":{"total_commits":675,"total_committers":29,"mean_commits":"23.275862068965516","dds":0.1274074074074074,"last_synced_commit":"0da4ba568953b58cb0fe022684cf58fc307c9d83"},"previous_names":[],"tags_count":69,"template":false,"template_full_name":null,"purl":"pkg:github/GrahamDumpleton/wrapt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/sbom","scorecard":{"id":58984,"data":{"date":"2025-08-11","repo":{"name":"github.com/GrahamDumpleton/wrapt","commit":"c71bbf7198752f0f488cd6227a457c546adc3cec"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.4,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":0,"reason":"Found 0/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/build-test-release.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"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/build-test-release.yml:222: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:227: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:80: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:105: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:161: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:186: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:196: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:112","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:114","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:116","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:193","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:41","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:73","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:75","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:77","Info:   0 out of  15 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of  10 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 2-Clause \"Simplified\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'develop'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}}]},"last_synced_at":"2025-08-15T01:18:52.523Z","repository_id":8694002,"created_at":"2025-08-15T01:18:52.523Z","updated_at":"2025-08-15T01:18:52.523Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279932269,"owners_count":26246523,"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-19T02:00:07.647Z","response_time":64,"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":"GrahamDumpleton","name":"Graham Dumpleton","uuid":"507637","kind":"user","description":"","email":"","website":"http://blog.dscpl.com.au","location":"Sydney, Australia","twitter":"GrahamDumpleton","company":null,"icon_url":"https://avatars.githubusercontent.com/u/507637?v=4","repositories_count":20,"last_synced_at":"2025-10-20T04:43:11.061Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/GrahamDumpleton","funding_links":["https://github.com/sponsors/GrahamDumpleton"],"total_stars":3189,"followers":676,"following":0,"created_at":"2022-11-02T16:22:48.531Z","updated_at":"2025-10-20T04:43:11.061Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton/repositories"},"tags":[{"name":"2.0.0rc6","sha":"93ec4aa33ded323d546a447c9dc93433c03e0942","kind":"tag","published_at":"2025-10-17T07:59:20.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc6","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc6/manifests"},{"name":"2.0.0rc5","sha":"074d2785d8efde7d5150609e0048faf1ec888e95","kind":"tag","published_at":"2025-10-16T05:11:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc5","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc5/manifests"},{"name":"2.0.0rc4","sha":"809cb14094467e6f17ad467bae34f60cf3df6500","kind":"tag","published_at":"2025-10-05T09:27:36.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc4/manifests"},{"name":"2.0.0rc3","sha":"d9cc11b32d1fb7dd7800b3e39559d627f92ec13d","kind":"tag","published_at":"2025-10-03T23:21:44.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc3/manifests"},{"name":"2.0.0rc2","sha":"f78e26c86bac207144893e50c214d7538e36a814","kind":"tag","published_at":"2025-08-19T01:36:57.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc2/manifests"},{"name":"1.14.2","sha":"16cff8e15f3f234686abf9ace315094ec319af2a","kind":"tag","published_at":"2025-08-12T06:34:45.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.2/manifests"},{"name":"1.17.3","sha":"99130c02842c87001f40dbe73e21934c0615398d","kind":"tag","published_at":"2025-08-12T04:58:30.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.3/manifests"},{"name":"2.0.0rc1","sha":"42afd773f4ba0d181310d5cac2bbe3199b2378d1","kind":"tag","published_at":"2025-08-11T08:41:47.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc1/manifests"},{"name":"1.17.2","sha":"bcc1f26b2fe8fc962f5033c3a3a773425500789a","kind":"tag","published_at":"2025-01-14T10:18:28.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.2/manifests"},{"name":"1.17.1","sha":"c41e6eadb39f45ce96f488cecb250e417926b49d","kind":"tag","published_at":"2025-01-11T02:25:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.1/manifests"},{"name":"1.17.0","sha":"e663d4910a81d666786ac773ad7c16199b01d31b","kind":"tag","published_at":"2024-11-22T06:00:51.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0/manifests"},{"name":"1.17.0rc1","sha":"75f291f8bf1fe6535b13b0b3dfedca012ca6c8a5","kind":"tag","published_at":"2024-10-17T02:34:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0rc1/manifests"},{"name":"1.17.0dev4","sha":"1a6b4680cba43c28f991149800249ec9f3089e26","kind":"tag","published_at":"2024-10-07T23:00:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev4/manifests"},{"name":"1.17.0dev3","sha":"74d5547da1d0fdd8b6401805ac23ec942e9dd8f2","kind":"tag","published_at":"2024-10-06T23:40:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev3/manifests"},{"name":"1.17.0dev2","sha":"c91f60cca38ed012de06b116acb9339c4a992157","kind":"tag","published_at":"2024-10-06T23:23:50.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev2/manifests"},{"name":"1.17.0dev1","sha":"a8066b5637b2e76c112c30a3b8df0020854a2b90","kind":"tag","published_at":"2024-10-06T22:55:49.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev1/manifests"},{"name":"1.16.0","sha":"14ac73e28b2e8b330443e1d31c4a1d226329babc","kind":"tag","published_at":"2023-11-09T06:09:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0/manifests"},{"name":"1.16.0rc2","sha":"8d0836d7c4f08f442d38d5af6984fac98f132170","kind":"tag","published_at":"2023-11-05T01:33:18.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc2/manifests"},{"name":"1.16.0rc1","sha":"0c9ad919240f7c49cf5ff39e1f690cc9b35aa671","kind":"tag","published_at":"2023-10-07T06:41:32.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc1/manifests"},{"name":"1.15.0","sha":"0634a79c934e4bbf11b4081d3f1610588d7ae4a6","kind":"tag","published_at":"2023-02-27T01:08:18.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.15.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0/manifests"},{"name":"1.15.0rc1","sha":"c11181dc7b891c9e59391a24379f89a8cdac9092","kind":"tag","published_at":"2023-01-12T06:57:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.15.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.15.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.15.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0rc1/manifests"},{"name":"1.14.1","sha":"f2f1a680113d500f525de78da91ae19235efef16","kind":"tag","published_at":"2022-05-02T04:27:44.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.1/manifests"},{"name":"1.14.0","sha":"77634fa8a3e092b2e876f4ffec8849a0fe5a33fb","kind":"tag","published_at":"2022-03-10T07:11:34.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0/manifests"},{"name":"1.14.0rc1","sha":"8f180bf981fc7a92094cfecfd7a9e5f591d4bd4b","kind":"tag","published_at":"2022-03-05T06:07:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0rc1/manifests"},{"name":"1.13.3","sha":"4c614824025222c12ce41301213842f5c3cb0139","kind":"tag","published_at":"2021-10-29T21:00:41.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3/manifests"},{"name":"1.13.3rc1","sha":"d604b81ebbe7f23f132bf269c55397827efa4d13","kind":"tag","published_at":"2021-10-17T01:01:02.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.3rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.3rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.3rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3rc1/manifests"},{"name":"1.13.2rc1","sha":"7990df3f32bd0ffb795ce0bc28e0d6b4cbae803e","kind":"tag","published_at":"2021-10-17T01:00:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.2rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.2rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.2rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2rc1/manifests"},{"name":"1.13.0rc1","sha":"97743109d79a3a3e5bf8b7b5b18d0ec92b2654ab","kind":"tag","published_at":"2021-10-17T00:55:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc1/manifests"},{"name":"1.13.0rc3","sha":"690cc2cb654a5772d73ecc83932358b4a6091921","kind":"tag","published_at":"2021-10-17T00:54:52.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc3/manifests"},{"name":"1.13.0rc2","sha":"7cb212b7021ec026fcbc928491819166ed18eecc","kind":"tag","published_at":"2021-10-17T00:54:35.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc2/manifests"},{"name":"1.13.2","sha":"a8f5b3c11c42bbe082eb408f6a3228eb1988114f","kind":"tag","published_at":"2021-10-13T03:21:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2/manifests"},{"name":"1.13.1","sha":"463f54d26cb5a486ca8cb995a07d039f297bcd0d","kind":"tag","published_at":"2021-10-05T04:09:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.1/manifests"},{"name":"1.13.0","sha":"013632b7a1763f75d8ebc60238568f9a47715ad9","kind":"tag","published_at":"2021-10-04T23:50:30.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0/manifests"},{"name":"1.12.1","sha":"68316bea668fd905a4acb21f37f12596d8c30d80","kind":"tag","published_at":"2020-03-09T02:31:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.12.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.1/manifests"},{"name":"1.12.0","sha":"0148e39ab7baffe281e2ce7e6639c9a46da3afeb","kind":"tag","published_at":"2020-02-16T23:26:17.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.12.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.0/manifests"},{"name":"1.11.2","sha":"22df552d2a0836ab7dc7127d19b90d15d3bba803","kind":"tag","published_at":"2019-06-18T01:10:12.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.2/manifests"},{"name":"1.11.1","sha":"58209f12d31e0339b2570ecda15d43a79fb9b4ff","kind":"tag","published_at":"2019-01-19T05:37:04.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.1/manifests"},{"name":"1.11.0","sha":"f17fef7f85204ecdf4aad05a45459fb46b0c37a0","kind":"tag","published_at":"2019-01-10T04:28:46.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.0/manifests"},{"name":"1.10.11","sha":"a4aeb4c7924ca18f4e9afa97172c95b1dad1e925","kind":"tag","published_at":"2017-08-11T05:22:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.11","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.11/manifests"},{"name":"1.10.10","sha":"b2e4759d31b3e4815077f03aeefea9ceadc67530","kind":"tag","published_at":"2017-03-15T00:37:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.10","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.10/manifests"},{"name":"1.10.9","sha":"f857716ca6cb08a29c2db7af633c57007773a5b5","kind":"tag","published_at":"2017-03-15T00:02:23.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.9","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.9/manifests"},{"name":"1.10.8","sha":"5f70d5c6b0d8c9a21a9396dfc261699fee4e023d","kind":"tag","published_at":"2016-04-10T23:32:33.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.8","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.8/manifests"},{"name":"1.10.7","sha":"fa8f7305886eff6df7b1cb06bc0eeb3a26b96cef","kind":"tag","published_at":"2016-03-31T05:49:07.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.7","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.7/manifests"},{"name":"1.10.6","sha":"5ce37e6dc4a91b4f5e0d57d62b5b182e2162016f","kind":"tag","published_at":"2015-12-08T23:05:05.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.6","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.6/manifests"},{"name":"1.10.5","sha":"42af0563bf88e84d215dea9ea6f989cb867e930e","kind":"tag","published_at":"2015-07-03T00:29:15.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.5","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.5/manifests"},{"name":"1.10.4","sha":"e57ed908133f52dce74ff35a321eb5cf9faa4e80","kind":"tag","published_at":"2015-03-18T04:24:34.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.4/manifests"},{"name":"1.10.3","sha":"778f1a0923215e2b8c17d047a7e107da2061d4f0","kind":"tag","published_at":"2015-03-18T04:13:12.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.3/manifests"},{"name":"1.10.2","sha":"74ef3b02a189809688290c84bddd54b4f33e1d2b","kind":"tag","published_at":"2014-12-11T09:48:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.2/manifests"},{"name":"1.10.1","sha":"71d7e7c3849982f7596eb7203ed6288ea290f2a1","kind":"tag","published_at":"2014-11-26T00:30:36.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.1/manifests"},{"name":"1.10.0","sha":"7fd59051fc4fb5d1f293675e4a249e3b5b0c406d","kind":"tag","published_at":"2014-11-20T06:20:09.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.0/manifests"},{"name":"1.9.0","sha":"a3c7f8c681c5809d6b5771bcd376b0b1817a4d38","kind":"tag","published_at":"2014-08-22T10:47:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.9.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.9.0/manifests"},{"name":"1.8.0","sha":"356a131d83c27e00a61a61fcc1264958942710a4","kind":"tag","published_at":"2014-05-03T10:15:32.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.8.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.8.0/manifests"},{"name":"1.7.0","sha":"dc8a30137def6524330b4a235158ca84ebc864f7","kind":"tag","published_at":"2014-04-26T11:19:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.7.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.7.0/manifests"},{"name":"1.6.0","sha":"4abbac872ccf0c253374277ce7c72f188b8469b7","kind":"commit","published_at":"2014-01-26T05:02:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.6.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.6.0/manifests"},{"name":"1.5.1","sha":"928e21c085621cc7baf4bad0b8ade851d35d62fa","kind":"commit","published_at":"2014-01-14T09:22:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.5.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.1/manifests"},{"name":"1.5.0","sha":"9826d05da58c4f3281de43bc268dd7a7674f8385","kind":"commit","published_at":"2014-01-02T10:04:43.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.5.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.0/manifests"},{"name":"1.4.2","sha":"4f6dda2be47c92d5554e34414304b3c1e23b221c","kind":"commit","published_at":"2013-12-28T02:53:35.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"440b8beeda5fe3fe601c275661d0c86bea7e7dc7","kind":"commit","published_at":"2013-12-23T00:26:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.1/manifests"},{"name":"1.4.0","sha":"f005088486bbb0f285ae5532ef1a18ed6c3b1f85","kind":"commit","published_at":"2013-12-20T09:56:49.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.0/manifests"},{"name":"1.3.1","sha":"a260e7cd2c36c475823ab57f548d321615178454","kind":"commit","published_at":"2013-12-19T11:15:10.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.3.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.1/manifests"},{"name":"1.3.0","sha":"fd6abb6c43699bc80b3810ef2861b5cb18f08fb4","kind":"commit","published_at":"2013-12-19T10:46:24.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.3.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.0/manifests"},{"name":"1.2.1","sha":"a8fd78136bebe05cb94470b9b514ba5167f5a687","kind":"commit","published_at":"2013-10-16T05:42:33.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.2.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.1/manifests"},{"name":"1.2.0","sha":"8dc4c2cfd92940c83e76882f433dce85f1b846a8","kind":"commit","published_at":"2013-10-11T01:03:41.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.2.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.0/manifests"},{"name":"1.1.4","sha":"34e963a757cb5b8c5f21d0c34f1ca055a0e0ad5f","kind":"commit","published_at":"2013-09-27T02:33:47.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.4/manifests"},{"name":"1.1.3","sha":"cecccbdaeeb1a5b3428351a38011f6bc6bca36b5","kind":"commit","published_at":"2013-09-24T10:48:06.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.3/manifests"},{"name":"1.1.2","sha":"d1036fe0de611f4790f534e15dfd264ee2843eae","kind":"commit","published_at":"2013-09-20T12:16:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.2/manifests"},{"name":"1.1.1","sha":"032c7c6b42981742b5c228e68aae2fb2f98da196","kind":"commit","published_at":"2013-09-19T12:34:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.1/manifests"},{"name":"1.1.0","sha":"2bc2959d4e36140801d27d24c24dca461ae50470","kind":"commit","published_at":"2013-09-18T12:07:16.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.0/manifests"},{"name":"1.0.0","sha":"4a0420cc40c6d7b73498a58283e2d62a6a0d4a15","kind":"commit","published_at":"2013-09-06T21:18:31.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.0.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-10-21T00:56:17.963Z","dependent_packages_count":3,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":2.34815278647464,"stargazers_count":5.823418910457107,"forks_count":7.623669380087664,"average":3.948810269254853},"purl":"pkg:apk/alpine/py3-wrapt?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=edge","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-wrapt","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-wrapt","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-wrapt/dependencies","status":null,"funding_links":["https://github.com/sponsors/GrahamDumpleton"],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-20T05:00:42.535Z","issues_count":117,"pull_requests_count":52,"avg_time_to_close_issue":40792119.4054054,"avg_time_to_close_pull_request":26920321.43902439,"issues_closed_count":74,"pull_requests_closed_count":41,"pull_request_authors_count":32,"issue_authors_count":103,"avg_comments_per_issue":6.538461538461538,"avg_comments_per_pull_request":3.6153846153846154,"merged_pull_requests_count":21,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":9,"past_year_pull_requests_count":18,"past_year_avg_time_to_close_issue":67627.5,"past_year_avg_time_to_close_pull_request":5039400.363636363,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":7,"past_year_issue_authors_count":8,"past_year_avg_comments_per_issue":8.666666666666666,"past_year_avg_comments_per_pull_request":1.722222222222222,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":9,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/py3-wrapt/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/py3-wrapt/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/py3-wrapt/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/py3-wrapt/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/py3-wrapt/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/py3-wrapt/codemeta","maintainers":[{"uuid":"prspkt@protonmail.com","login":null,"name":"prspkt","email":"prspkt@protonmail.com","url":"https://pkgs.alpinelinux.org/packages?maintainer=prspkt","packages_count":97,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=prspkt","role":null,"created_at":"2023-01-31T19:52:24.366Z","updated_at":"2023-01-31T19:52:24.366Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers/prspkt@protonmail.com/packages"}],"registry":{"name":"alpine-edge","url":"https://pkgs.alpinelinux.org/packages?branch=edge","ecosystem":"alpine","default":false,"packages_count":39516,"maintainers_count":890,"namespaces_count":3,"keywords_count":6579,"github":"alpinelinux","metadata":{"repos":["main","community","testing"],"funded_packages_count":2727},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.616Z","updated_at":"2026-06-10T05:16:50.784Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/namespaces"}},{"id":76561,"name":"py-wrapt","ecosystem":"spack","description":"Module for decorators, wrappers and monkey patching.\n","homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":"[]","normalized_licenses":["Other"],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":[],"namespace":null,"versions_count":9,"first_release_published_at":"2022-04-05T09:30:14.152Z","latest_release_published_at":"2026-05-03T14:53:06.882Z","latest_release_number":"2.1.2","last_synced_at":"2026-06-17T03:22:27.402Z","created_at":"2022-04-05T09:30:14.120Z","updated_at":"2026-06-17T03:22:27.402Z","registry_url":"https://packages.spack.io/package.html?name=py-wrapt","install_command":"spack install py-wrapt","documentation_url":null,"metadata":{},"repo_metadata":{"id":8694002,"uuid":"10357291","full_name":"GrahamDumpleton/wrapt","owner":"GrahamDumpleton","description":"A Python module for decorators, wrappers and monkey patching.","archived":false,"fork":false,"pushed_at":"2025-10-17T07:59:23.000Z","size":1486,"stargazers_count":2221,"open_issues_count":55,"forks_count":244,"subscribers_count":41,"default_branch":"develop","last_synced_at":"2025-10-19T12:54:43.803Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GrahamDumpleton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["GrahamDumpleton"]}},"created_at":"2013-05-29T10:22:45.000Z","updated_at":"2025-10-19T04:26:26.000Z","dependencies_parsed_at":"2024-01-15T03:58:05.093Z","dependency_job_id":"9f56c0e6-6d73-4ece-98ce-41503187ae82","html_url":"https://github.com/GrahamDumpleton/wrapt","commit_stats":{"total_commits":675,"total_committers":29,"mean_commits":"23.275862068965516","dds":0.1274074074074074,"last_synced_commit":"0da4ba568953b58cb0fe022684cf58fc307c9d83"},"previous_names":[],"tags_count":69,"template":false,"template_full_name":null,"purl":"pkg:github/GrahamDumpleton/wrapt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/sbom","scorecard":{"id":58984,"data":{"date":"2025-08-11","repo":{"name":"github.com/GrahamDumpleton/wrapt","commit":"c71bbf7198752f0f488cd6227a457c546adc3cec"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.4,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":0,"reason":"Found 0/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/build-test-release.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"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/build-test-release.yml:222: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:227: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:80: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:105: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:161: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:186: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:196: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:112","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:114","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:116","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:193","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:41","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:73","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:75","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:77","Info:   0 out of  15 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of  10 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 2-Clause \"Simplified\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'develop'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}}]},"last_synced_at":"2025-08-15T01:18:52.523Z","repository_id":8694002,"created_at":"2025-08-15T01:18:52.523Z","updated_at":"2025-08-15T01:18:52.523Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279932269,"owners_count":26246523,"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-19T02:00:07.647Z","response_time":64,"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":"GrahamDumpleton","name":"Graham Dumpleton","uuid":"507637","kind":"user","description":"","email":"","website":"http://blog.dscpl.com.au","location":"Sydney, Australia","twitter":"GrahamDumpleton","company":null,"icon_url":"https://avatars.githubusercontent.com/u/507637?v=4","repositories_count":20,"last_synced_at":"2025-10-20T04:43:11.061Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/GrahamDumpleton","funding_links":["https://github.com/sponsors/GrahamDumpleton"],"total_stars":3189,"followers":676,"following":0,"created_at":"2022-11-02T16:22:48.531Z","updated_at":"2025-10-20T04:43:11.061Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton/repositories"},"tags":[{"name":"2.0.0rc6","sha":"93ec4aa33ded323d546a447c9dc93433c03e0942","kind":"tag","published_at":"2025-10-17T07:59:20.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc6","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc6/manifests"},{"name":"2.0.0rc5","sha":"074d2785d8efde7d5150609e0048faf1ec888e95","kind":"tag","published_at":"2025-10-16T05:11:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc5","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc5/manifests"},{"name":"2.0.0rc4","sha":"809cb14094467e6f17ad467bae34f60cf3df6500","kind":"tag","published_at":"2025-10-05T09:27:36.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc4/manifests"},{"name":"2.0.0rc3","sha":"d9cc11b32d1fb7dd7800b3e39559d627f92ec13d","kind":"tag","published_at":"2025-10-03T23:21:44.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc3/manifests"},{"name":"2.0.0rc2","sha":"f78e26c86bac207144893e50c214d7538e36a814","kind":"tag","published_at":"2025-08-19T01:36:57.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc2/manifests"},{"name":"1.14.2","sha":"16cff8e15f3f234686abf9ace315094ec319af2a","kind":"tag","published_at":"2025-08-12T06:34:45.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.2/manifests"},{"name":"1.17.3","sha":"99130c02842c87001f40dbe73e21934c0615398d","kind":"tag","published_at":"2025-08-12T04:58:30.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.3/manifests"},{"name":"2.0.0rc1","sha":"42afd773f4ba0d181310d5cac2bbe3199b2378d1","kind":"tag","published_at":"2025-08-11T08:41:47.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc1/manifests"},{"name":"1.17.2","sha":"bcc1f26b2fe8fc962f5033c3a3a773425500789a","kind":"tag","published_at":"2025-01-14T10:18:28.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.2/manifests"},{"name":"1.17.1","sha":"c41e6eadb39f45ce96f488cecb250e417926b49d","kind":"tag","published_at":"2025-01-11T02:25:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.1/manifests"},{"name":"1.17.0","sha":"e663d4910a81d666786ac773ad7c16199b01d31b","kind":"tag","published_at":"2024-11-22T06:00:51.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0/manifests"},{"name":"1.17.0rc1","sha":"75f291f8bf1fe6535b13b0b3dfedca012ca6c8a5","kind":"tag","published_at":"2024-10-17T02:34:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0rc1/manifests"},{"name":"1.17.0dev4","sha":"1a6b4680cba43c28f991149800249ec9f3089e26","kind":"tag","published_at":"2024-10-07T23:00:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev4/manifests"},{"name":"1.17.0dev3","sha":"74d5547da1d0fdd8b6401805ac23ec942e9dd8f2","kind":"tag","published_at":"2024-10-06T23:40:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev3/manifests"},{"name":"1.17.0dev2","sha":"c91f60cca38ed012de06b116acb9339c4a992157","kind":"tag","published_at":"2024-10-06T23:23:50.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev2/manifests"},{"name":"1.17.0dev1","sha":"a8066b5637b2e76c112c30a3b8df0020854a2b90","kind":"tag","published_at":"2024-10-06T22:55:49.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev1/manifests"},{"name":"1.16.0","sha":"14ac73e28b2e8b330443e1d31c4a1d226329babc","kind":"tag","published_at":"2023-11-09T06:09:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0/manifests"},{"name":"1.16.0rc2","sha":"8d0836d7c4f08f442d38d5af6984fac98f132170","kind":"tag","published_at":"2023-11-05T01:33:18.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc2/manifests"},{"name":"1.16.0rc1","sha":"0c9ad919240f7c49cf5ff39e1f690cc9b35aa671","kind":"tag","published_at":"2023-10-07T06:41:32.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc1/manifests"},{"name":"1.15.0","sha":"0634a79c934e4bbf11b4081d3f1610588d7ae4a6","kind":"tag","published_at":"2023-02-27T01:08:18.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.15.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0/manifests"},{"name":"1.15.0rc1","sha":"c11181dc7b891c9e59391a24379f89a8cdac9092","kind":"tag","published_at":"2023-01-12T06:57:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.15.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.15.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.15.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0rc1/manifests"},{"name":"1.14.1","sha":"f2f1a680113d500f525de78da91ae19235efef16","kind":"tag","published_at":"2022-05-02T04:27:44.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.1/manifests"},{"name":"1.14.0","sha":"77634fa8a3e092b2e876f4ffec8849a0fe5a33fb","kind":"tag","published_at":"2022-03-10T07:11:34.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0/manifests"},{"name":"1.14.0rc1","sha":"8f180bf981fc7a92094cfecfd7a9e5f591d4bd4b","kind":"tag","published_at":"2022-03-05T06:07:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0rc1/manifests"},{"name":"1.13.3","sha":"4c614824025222c12ce41301213842f5c3cb0139","kind":"tag","published_at":"2021-10-29T21:00:41.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3/manifests"},{"name":"1.13.3rc1","sha":"d604b81ebbe7f23f132bf269c55397827efa4d13","kind":"tag","published_at":"2021-10-17T01:01:02.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.3rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.3rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.3rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3rc1/manifests"},{"name":"1.13.2rc1","sha":"7990df3f32bd0ffb795ce0bc28e0d6b4cbae803e","kind":"tag","published_at":"2021-10-17T01:00:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.2rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.2rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.2rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2rc1/manifests"},{"name":"1.13.0rc1","sha":"97743109d79a3a3e5bf8b7b5b18d0ec92b2654ab","kind":"tag","published_at":"2021-10-17T00:55:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc1/manifests"},{"name":"1.13.0rc3","sha":"690cc2cb654a5772d73ecc83932358b4a6091921","kind":"tag","published_at":"2021-10-17T00:54:52.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc3/manifests"},{"name":"1.13.0rc2","sha":"7cb212b7021ec026fcbc928491819166ed18eecc","kind":"tag","published_at":"2021-10-17T00:54:35.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc2/manifests"},{"name":"1.13.2","sha":"a8f5b3c11c42bbe082eb408f6a3228eb1988114f","kind":"tag","published_at":"2021-10-13T03:21:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2/manifests"},{"name":"1.13.1","sha":"463f54d26cb5a486ca8cb995a07d039f297bcd0d","kind":"tag","published_at":"2021-10-05T04:09:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.1/manifests"},{"name":"1.13.0","sha":"013632b7a1763f75d8ebc60238568f9a47715ad9","kind":"tag","published_at":"2021-10-04T23:50:30.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0/manifests"},{"name":"1.12.1","sha":"68316bea668fd905a4acb21f37f12596d8c30d80","kind":"tag","published_at":"2020-03-09T02:31:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.12.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.1/manifests"},{"name":"1.12.0","sha":"0148e39ab7baffe281e2ce7e6639c9a46da3afeb","kind":"tag","published_at":"2020-02-16T23:26:17.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.12.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.0/manifests"},{"name":"1.11.2","sha":"22df552d2a0836ab7dc7127d19b90d15d3bba803","kind":"tag","published_at":"2019-06-18T01:10:12.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.2/manifests"},{"name":"1.11.1","sha":"58209f12d31e0339b2570ecda15d43a79fb9b4ff","kind":"tag","published_at":"2019-01-19T05:37:04.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.1/manifests"},{"name":"1.11.0","sha":"f17fef7f85204ecdf4aad05a45459fb46b0c37a0","kind":"tag","published_at":"2019-01-10T04:28:46.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.0/manifests"},{"name":"1.10.11","sha":"a4aeb4c7924ca18f4e9afa97172c95b1dad1e925","kind":"tag","published_at":"2017-08-11T05:22:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.11","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.11/manifests"},{"name":"1.10.10","sha":"b2e4759d31b3e4815077f03aeefea9ceadc67530","kind":"tag","published_at":"2017-03-15T00:37:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.10","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.10/manifests"},{"name":"1.10.9","sha":"f857716ca6cb08a29c2db7af633c57007773a5b5","kind":"tag","published_at":"2017-03-15T00:02:23.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.9","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.9/manifests"},{"name":"1.10.8","sha":"5f70d5c6b0d8c9a21a9396dfc261699fee4e023d","kind":"tag","published_at":"2016-04-10T23:32:33.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.8","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.8/manifests"},{"name":"1.10.7","sha":"fa8f7305886eff6df7b1cb06bc0eeb3a26b96cef","kind":"tag","published_at":"2016-03-31T05:49:07.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.7","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.7/manifests"},{"name":"1.10.6","sha":"5ce37e6dc4a91b4f5e0d57d62b5b182e2162016f","kind":"tag","published_at":"2015-12-08T23:05:05.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.6","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.6/manifests"},{"name":"1.10.5","sha":"42af0563bf88e84d215dea9ea6f989cb867e930e","kind":"tag","published_at":"2015-07-03T00:29:15.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.5","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.5/manifests"},{"name":"1.10.4","sha":"e57ed908133f52dce74ff35a321eb5cf9faa4e80","kind":"tag","published_at":"2015-03-18T04:24:34.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.4/manifests"},{"name":"1.10.3","sha":"778f1a0923215e2b8c17d047a7e107da2061d4f0","kind":"tag","published_at":"2015-03-18T04:13:12.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.3/manifests"},{"name":"1.10.2","sha":"74ef3b02a189809688290c84bddd54b4f33e1d2b","kind":"tag","published_at":"2014-12-11T09:48:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.2/manifests"},{"name":"1.10.1","sha":"71d7e7c3849982f7596eb7203ed6288ea290f2a1","kind":"tag","published_at":"2014-11-26T00:30:36.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.1/manifests"},{"name":"1.10.0","sha":"7fd59051fc4fb5d1f293675e4a249e3b5b0c406d","kind":"tag","published_at":"2014-11-20T06:20:09.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.0/manifests"},{"name":"1.9.0","sha":"a3c7f8c681c5809d6b5771bcd376b0b1817a4d38","kind":"tag","published_at":"2014-08-22T10:47:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.9.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.9.0/manifests"},{"name":"1.8.0","sha":"356a131d83c27e00a61a61fcc1264958942710a4","kind":"tag","published_at":"2014-05-03T10:15:32.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.8.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.8.0/manifests"},{"name":"1.7.0","sha":"dc8a30137def6524330b4a235158ca84ebc864f7","kind":"tag","published_at":"2014-04-26T11:19:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.7.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.7.0/manifests"},{"name":"1.6.0","sha":"4abbac872ccf0c253374277ce7c72f188b8469b7","kind":"commit","published_at":"2014-01-26T05:02:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.6.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.6.0/manifests"},{"name":"1.5.1","sha":"928e21c085621cc7baf4bad0b8ade851d35d62fa","kind":"commit","published_at":"2014-01-14T09:22:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.5.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.1/manifests"},{"name":"1.5.0","sha":"9826d05da58c4f3281de43bc268dd7a7674f8385","kind":"commit","published_at":"2014-01-02T10:04:43.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.5.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.0/manifests"},{"name":"1.4.2","sha":"4f6dda2be47c92d5554e34414304b3c1e23b221c","kind":"commit","published_at":"2013-12-28T02:53:35.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"440b8beeda5fe3fe601c275661d0c86bea7e7dc7","kind":"commit","published_at":"2013-12-23T00:26:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.1/manifests"},{"name":"1.4.0","sha":"f005088486bbb0f285ae5532ef1a18ed6c3b1f85","kind":"commit","published_at":"2013-12-20T09:56:49.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.0/manifests"},{"name":"1.3.1","sha":"a260e7cd2c36c475823ab57f548d321615178454","kind":"commit","published_at":"2013-12-19T11:15:10.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.3.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.1/manifests"},{"name":"1.3.0","sha":"fd6abb6c43699bc80b3810ef2861b5cb18f08fb4","kind":"commit","published_at":"2013-12-19T10:46:24.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.3.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.0/manifests"},{"name":"1.2.1","sha":"a8fd78136bebe05cb94470b9b514ba5167f5a687","kind":"commit","published_at":"2013-10-16T05:42:33.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.2.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.1/manifests"},{"name":"1.2.0","sha":"8dc4c2cfd92940c83e76882f433dce85f1b846a8","kind":"commit","published_at":"2013-10-11T01:03:41.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.2.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.0/manifests"},{"name":"1.1.4","sha":"34e963a757cb5b8c5f21d0c34f1ca055a0e0ad5f","kind":"commit","published_at":"2013-09-27T02:33:47.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.4/manifests"},{"name":"1.1.3","sha":"cecccbdaeeb1a5b3428351a38011f6bc6bca36b5","kind":"commit","published_at":"2013-09-24T10:48:06.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.3/manifests"},{"name":"1.1.2","sha":"d1036fe0de611f4790f534e15dfd264ee2843eae","kind":"commit","published_at":"2013-09-20T12:16:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.2/manifests"},{"name":"1.1.1","sha":"032c7c6b42981742b5c228e68aae2fb2f98da196","kind":"commit","published_at":"2013-09-19T12:34:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.1/manifests"},{"name":"1.1.0","sha":"2bc2959d4e36140801d27d24c24dca461ae50470","kind":"commit","published_at":"2013-09-18T12:07:16.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.0/manifests"},{"name":"1.0.0","sha":"4a0420cc40c6d7b73498a58283e2d62a6a0d4a15","kind":"commit","published_at":"2013-09-06T21:18:31.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.0.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-10-21T00:56:17.817Z","dependent_packages_count":14,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":4.362928998193691,"stargazers_count":5.39113519522023,"forks_count":6.627761567319716,"average":4.095456440183409},"purl":"pkg:spack/py-wrapt","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/spack/py-wrapt","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/spack/py-wrapt","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/spack/py-wrapt/dependencies","status":null,"funding_links":["https://github.com/sponsors/GrahamDumpleton"],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-20T05:00:42.535Z","issues_count":117,"pull_requests_count":52,"avg_time_to_close_issue":40792119.4054054,"avg_time_to_close_pull_request":26920321.43902439,"issues_closed_count":74,"pull_requests_closed_count":41,"pull_request_authors_count":32,"issue_authors_count":103,"avg_comments_per_issue":6.538461538461538,"avg_comments_per_pull_request":3.6153846153846154,"merged_pull_requests_count":21,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":9,"past_year_pull_requests_count":18,"past_year_avg_time_to_close_issue":67627.5,"past_year_avg_time_to_close_pull_request":5039400.363636363,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":7,"past_year_issue_authors_count":8,"past_year_avg_comments_per_issue":8.666666666666666,"past_year_avg_comments_per_pull_request":1.722222222222222,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":9,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-wrapt/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-wrapt/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-wrapt/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-wrapt/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-wrapt/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-wrapt/codemeta","maintainers":[{"uuid":"adamjstewart","login":"adamjstewart","name":null,"email":null,"url":"https://github.com/adamjstewart","packages_count":2168,"html_url":null,"role":null,"created_at":"2022-11-14T16:56:29.974Z","updated_at":"2022-11-14T16:56:29.974Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/maintainers/adamjstewart/packages"}],"registry":{"name":"spack.io","url":"https://packages.spack.io","ecosystem":"spack","default":true,"packages_count":9197,"maintainers_count":989,"namespaces_count":0,"keywords_count":3801,"github":"spack","metadata":{"funded_packages_count":440},"icon_url":"https://github.com/spack.png","created_at":"2022-04-04T15:19:23.514Z","updated_at":"2026-06-10T05:19:56.194Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/namespaces"}},{"id":14513454,"name":"dev-python/wrapt","ecosystem":"gentoo","description":"Module for decorators, wrappers and monkey patching","homepage":"https://github.com/GrahamDumpleton/wrapt/","licenses":"BSD","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":["~alpha","~amd64","~arm","~arm64","~hppa","~loong","~m68k","~mips","~ppc","~ppc64","~riscv","~s390","~sparc","~x86","~x64-macos"],"namespace":"dev-python","versions_count":3,"first_release_published_at":"2026-05-11T16:39:47.000Z","latest_release_published_at":"2026-05-23T06:08:39.000Z","latest_release_number":"2.2.1","last_synced_at":"2026-05-27T02:41:41.041Z","created_at":"2026-05-27T02:41:40.641Z","updated_at":"2026-05-27T02:41:41.327Z","registry_url":"https://packages.gentoo.org/packages/dev-python/wrapt","install_command":"emerge dev-python/wrapt","documentation_url":"https://packages.gentoo.org/packages/dev-python/wrapt","metadata":{"category":"dev-python","slot":"0","eapi":"8","inherit":"distutils-r1 pypi","iuse":"+native-extensions test python_targets_pypy3_11 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 debug verify-provenance"},"repo_metadata":{},"repo_metadata_updated_at":"2026-05-27T02:41:41.300Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:gentoo/dev-python/wrapt","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/gentoo/dev-python/wrapt","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/gentoo/dev-python/wrapt","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/gentoo/dev-python/wrapt/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/gentoo-portage/packages/dev-python%2Fwrapt/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/gentoo-portage/packages/dev-python%2Fwrapt/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/gentoo-portage/packages/dev-python%2Fwrapt/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/gentoo-portage/packages/dev-python%2Fwrapt/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/gentoo-portage/packages/dev-python%2Fwrapt/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/gentoo-portage/packages/dev-python%2Fwrapt/codemeta","maintainers":[],"registry":{"name":"gentoo-portage","url":"https://packages.gentoo.org/","ecosystem":"gentoo","default":true,"packages_count":19339,"maintainers_count":0,"namespaces_count":174,"keywords_count":382,"github":"gentoo","metadata":{"snapshot_url":"https://distfiles.gentoo.org/snapshots/portage-latest.tar.xz","funded_packages_count":77},"icon_url":"https://github.com/gentoo.png","created_at":"2026-05-26T08:59:24.155Z","updated_at":"2026-06-10T05:04:01.738Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/gentoo-portage/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/gentoo-portage/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/gentoo-portage/namespaces"}},{"id":13200931,"name":"python311Packages.wrapt","ecosystem":"nixpkgs","description":"Module for decorators, wrappers and monkey patching","homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T00:47:52.465Z","latest_release_published_at":"2026-02-02T00:47:52.465Z","latest_release_number":"1.16.0","last_synced_at":"2026-05-13T01:07:51.645Z","created_at":"2026-02-02T00:47:47.499Z","updated_at":"2026-05-13T01:32:56.691Z","registry_url":"https://search.nixos.org/packages?channel=24.05\u0026query=python311Packages.wrapt","install_command":"nix-env -iA nixpkgs.python311Packages.wrapt","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/development/python-modules/wrapt/default.nix#L36","metadata":{"nix_attribute":"python3.11-wrapt-1.16.0","position":"pkgs/development/python-modules/wrapt/default.nix:36","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","x86_64-windows","i686-windows"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","doc","out"],"upstream_ecosystem":"pypi","upstream_name":"wrapt","upstream_purl":"pkg:pypi/wrapt"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/python311Packages.wrapt?channel=24.05\u0026repository_url=https://channels.nixos.org/nixos-24.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python311Packages.wrapt","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python311Packages.wrapt","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python311Packages.wrapt/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.wrapt/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.wrapt/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.wrapt/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.wrapt/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.wrapt/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.wrapt/codemeta","maintainers":[],"registry":{"name":"nixpkgs-24.05","url":"https://channels.nixos.org/nixos-24.05","ecosystem":"nixpkgs","default":false,"packages_count":116156,"maintainers_count":3383,"namespaces_count":0,"keywords_count":654,"github":"NixOS","metadata":{"funded_packages_count":264},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.309Z","updated_at":"2026-06-09T05:04:49.559Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/namespaces"}},{"id":14528103,"name":"devel/py-wrapt","ecosystem":"pkgsrc","description":"Python module for decorators, wrappers and monkey patching","homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":"2-clause-bsd","normalized_licenses":["MulanPSL-2.0"],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":["devel","python"],"namespace":"devel","versions_count":1,"first_release_published_at":"2026-03-19T05:50:46.000Z","latest_release_published_at":"2026-03-19T05:50:46.000Z","latest_release_number":"2.1.2","last_synced_at":"2026-05-27T06:43:53.857Z","created_at":"2026-05-27T06:43:53.565Z","updated_at":"2026-05-27T06:43:54.293Z","registry_url":"https://pkgsrc.se/devel/py-wrapt","install_command":"pkg_add py314-wrapt","documentation_url":"https://pkgsrc.se/devel/py-wrapt","metadata":{"pkg_slug":"py-wrapt","pkgbase":"py314-wrapt","machine_arch":"x86_64","opsys":"NetBSD","pkgname_latest":"py314-wrapt-2.1.2"},"repo_metadata":{},"repo_metadata_updated_at":"2026-05-27T06:43:54.265Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:pkgsrc/devel/py-wrapt?arch=x86_64\u0026os=NetBSD","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pkgsrc/devel/py-wrapt","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pkgsrc/devel/py-wrapt","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pkgsrc/devel/py-wrapt/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pkgsrc-netbsd-x86_64-10.1-all/packages/devel%2Fpy-wrapt/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pkgsrc-netbsd-x86_64-10.1-all/packages/devel%2Fpy-wrapt/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pkgsrc-netbsd-x86_64-10.1-all/packages/devel%2Fpy-wrapt/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pkgsrc-netbsd-x86_64-10.1-all/packages/devel%2Fpy-wrapt/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pkgsrc-netbsd-x86_64-10.1-all/packages/devel%2Fpy-wrapt/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pkgsrc-netbsd-x86_64-10.1-all/packages/devel%2Fpy-wrapt/codemeta","maintainers":[],"registry":{"name":"pkgsrc-netbsd-x86_64-10.1-all","url":"https://cdn.netbsd.org/pub/pkgsrc/packages/NetBSD/x86_64/10.1/All","ecosystem":"pkgsrc","default":true,"packages_count":19499,"maintainers_count":0,"namespaces_count":42,"keywords_count":308,"github":"pkgsrc","metadata":{"funded_packages_count":48},"icon_url":"https://github.com/pkgsrc.png","created_at":"2026-05-26T08:59:24.518Z","updated_at":"2026-06-09T05:04:46.058Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pkgsrc-netbsd-x86_64-10.1-all/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pkgsrc-netbsd-x86_64-10.1-all/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pkgsrc-netbsd-x86_64-10.1-all/namespaces"}},{"id":13091080,"name":"python312Packages.wrapt","ecosystem":"nixpkgs","description":"Module for decorators, wrappers and monkey patching","homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-01T18:17:20.710Z","latest_release_published_at":"2026-02-01T18:17:20.710Z","latest_release_number":"1.16.0","last_synced_at":"2026-03-09T09:05:44.545Z","created_at":"2026-02-01T18:17:11.837Z","updated_at":"2026-03-09T11:43:09.500Z","registry_url":"https://search.nixos.org/packages?channel=24.11\u0026query=python312Packages.wrapt","install_command":"nix-env -iA nixpkgs.python312Packages.wrapt","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/development/python-modules/wrapt/default.nix#L36","metadata":{"nix_attribute":"python3.12-wrapt-1.16.0","position":"pkgs/development/python-modules/wrapt/default.nix:36","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","aarch64-windows","x86_64-windows","i686-windows","i686-freebsd","x86_64-freebsd"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","doc","out"],"upstream_ecosystem":"pypi","upstream_name":"wrapt","upstream_purl":"pkg:pypi/wrapt"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/python312Packages.wrapt?channel=24.11\u0026repository_url=https://channels.nixos.org/nixos-24.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python312Packages.wrapt","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python312Packages.wrapt","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python312Packages.wrapt/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.wrapt/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.wrapt/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.wrapt/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.wrapt/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.wrapt/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.wrapt/codemeta","maintainers":[],"registry":{"name":"nixpkgs-24.11","url":"https://channels.nixos.org/nixos-24.11","ecosystem":"nixpkgs","default":false,"packages_count":121983,"maintainers_count":3777,"namespaces_count":0,"keywords_count":739,"github":"NixOS","metadata":{"funded_packages_count":283},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.059Z","updated_at":"2026-06-10T05:16:24.031Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/namespaces"}},{"id":7780495,"name":"py3-wrapt","ecosystem":"alpine","description":"Module for decorators, wrappers and monkey patching","homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2023-04-21T14:18:25.000Z","latest_release_published_at":"2023-04-21T14:18:25.000Z","latest_release_number":"1.15.0-r1","last_synced_at":"2026-04-09T03:02:45.973Z","created_at":"2023-05-22T14:44:30.414Z","updated_at":"2026-04-09T03:02:45.973Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.18/community/x86_64/py3-wrapt","install_command":"apk add py3-wrapt","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":8694002,"uuid":"10357291","full_name":"GrahamDumpleton/wrapt","owner":"GrahamDumpleton","description":"A Python module for decorators, wrappers and monkey patching.","archived":false,"fork":false,"pushed_at":"2025-10-17T07:59:23.000Z","size":1486,"stargazers_count":2221,"open_issues_count":55,"forks_count":244,"subscribers_count":41,"default_branch":"develop","last_synced_at":"2025-10-19T12:54:43.803Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GrahamDumpleton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["GrahamDumpleton"]}},"created_at":"2013-05-29T10:22:45.000Z","updated_at":"2025-10-19T04:26:26.000Z","dependencies_parsed_at":"2024-01-15T03:58:05.093Z","dependency_job_id":"9f56c0e6-6d73-4ece-98ce-41503187ae82","html_url":"https://github.com/GrahamDumpleton/wrapt","commit_stats":{"total_commits":675,"total_committers":29,"mean_commits":"23.275862068965516","dds":0.1274074074074074,"last_synced_commit":"0da4ba568953b58cb0fe022684cf58fc307c9d83"},"previous_names":[],"tags_count":69,"template":false,"template_full_name":null,"purl":"pkg:github/GrahamDumpleton/wrapt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/sbom","scorecard":{"id":58984,"data":{"date":"2025-08-11","repo":{"name":"github.com/GrahamDumpleton/wrapt","commit":"c71bbf7198752f0f488cd6227a457c546adc3cec"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.4,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":0,"reason":"Found 0/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/build-test-release.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"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/build-test-release.yml:222: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:227: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:80: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:105: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:161: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:186: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:196: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:112","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:114","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:116","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:193","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:41","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:73","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:75","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:77","Info:   0 out of  15 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of  10 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 2-Clause \"Simplified\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'develop'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}}]},"last_synced_at":"2025-08-15T01:18:52.523Z","repository_id":8694002,"created_at":"2025-08-15T01:18:52.523Z","updated_at":"2025-08-15T01:18:52.523Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279932269,"owners_count":26246523,"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-19T02:00:07.647Z","response_time":64,"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":"GrahamDumpleton","name":"Graham Dumpleton","uuid":"507637","kind":"user","description":"","email":"","website":"http://blog.dscpl.com.au","location":"Sydney, Australia","twitter":"GrahamDumpleton","company":null,"icon_url":"https://avatars.githubusercontent.com/u/507637?v=4","repositories_count":20,"last_synced_at":"2025-10-20T04:43:11.061Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/GrahamDumpleton","funding_links":["https://github.com/sponsors/GrahamDumpleton"],"total_stars":3189,"followers":676,"following":0,"created_at":"2022-11-02T16:22:48.531Z","updated_at":"2025-10-20T04:43:11.061Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton/repositories"},"tags":[{"name":"2.0.0rc6","sha":"93ec4aa33ded323d546a447c9dc93433c03e0942","kind":"tag","published_at":"2025-10-17T07:59:20.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc6","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc6/manifests"},{"name":"2.0.0rc5","sha":"074d2785d8efde7d5150609e0048faf1ec888e95","kind":"tag","published_at":"2025-10-16T05:11:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc5","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc5/manifests"},{"name":"2.0.0rc4","sha":"809cb14094467e6f17ad467bae34f60cf3df6500","kind":"tag","published_at":"2025-10-05T09:27:36.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc4/manifests"},{"name":"2.0.0rc3","sha":"d9cc11b32d1fb7dd7800b3e39559d627f92ec13d","kind":"tag","published_at":"2025-10-03T23:21:44.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc3/manifests"},{"name":"2.0.0rc2","sha":"f78e26c86bac207144893e50c214d7538e36a814","kind":"tag","published_at":"2025-08-19T01:36:57.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc2/manifests"},{"name":"1.14.2","sha":"16cff8e15f3f234686abf9ace315094ec319af2a","kind":"tag","published_at":"2025-08-12T06:34:45.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.2/manifests"},{"name":"1.17.3","sha":"99130c02842c87001f40dbe73e21934c0615398d","kind":"tag","published_at":"2025-08-12T04:58:30.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.3/manifests"},{"name":"2.0.0rc1","sha":"42afd773f4ba0d181310d5cac2bbe3199b2378d1","kind":"tag","published_at":"2025-08-11T08:41:47.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc1/manifests"},{"name":"1.17.2","sha":"bcc1f26b2fe8fc962f5033c3a3a773425500789a","kind":"tag","published_at":"2025-01-14T10:18:28.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.2/manifests"},{"name":"1.17.1","sha":"c41e6eadb39f45ce96f488cecb250e417926b49d","kind":"tag","published_at":"2025-01-11T02:25:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.1/manifests"},{"name":"1.17.0","sha":"e663d4910a81d666786ac773ad7c16199b01d31b","kind":"tag","published_at":"2024-11-22T06:00:51.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0/manifests"},{"name":"1.17.0rc1","sha":"75f291f8bf1fe6535b13b0b3dfedca012ca6c8a5","kind":"tag","published_at":"2024-10-17T02:34:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0rc1/manifests"},{"name":"1.17.0dev4","sha":"1a6b4680cba43c28f991149800249ec9f3089e26","kind":"tag","published_at":"2024-10-07T23:00:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev4/manifests"},{"name":"1.17.0dev3","sha":"74d5547da1d0fdd8b6401805ac23ec942e9dd8f2","kind":"tag","published_at":"2024-10-06T23:40:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev3/manifests"},{"name":"1.17.0dev2","sha":"c91f60cca38ed012de06b116acb9339c4a992157","kind":"tag","published_at":"2024-10-06T23:23:50.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev2/manifests"},{"name":"1.17.0dev1","sha":"a8066b5637b2e76c112c30a3b8df0020854a2b90","kind":"tag","published_at":"2024-10-06T22:55:49.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev1/manifests"},{"name":"1.16.0","sha":"14ac73e28b2e8b330443e1d31c4a1d226329babc","kind":"tag","published_at":"2023-11-09T06:09:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0/manifests"},{"name":"1.16.0rc2","sha":"8d0836d7c4f08f442d38d5af6984fac98f132170","kind":"tag","published_at":"2023-11-05T01:33:18.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc2/manifests"},{"name":"1.16.0rc1","sha":"0c9ad919240f7c49cf5ff39e1f690cc9b35aa671","kind":"tag","published_at":"2023-10-07T06:41:32.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc1/manifests"},{"name":"1.15.0","sha":"0634a79c934e4bbf11b4081d3f1610588d7ae4a6","kind":"tag","published_at":"2023-02-27T01:08:18.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.15.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0/manifests"},{"name":"1.15.0rc1","sha":"c11181dc7b891c9e59391a24379f89a8cdac9092","kind":"tag","published_at":"2023-01-12T06:57:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.15.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.15.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.15.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0rc1/manifests"},{"name":"1.14.1","sha":"f2f1a680113d500f525de78da91ae19235efef16","kind":"tag","published_at":"2022-05-02T04:27:44.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.1/manifests"},{"name":"1.14.0","sha":"77634fa8a3e092b2e876f4ffec8849a0fe5a33fb","kind":"tag","published_at":"2022-03-10T07:11:34.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0/manifests"},{"name":"1.14.0rc1","sha":"8f180bf981fc7a92094cfecfd7a9e5f591d4bd4b","kind":"tag","published_at":"2022-03-05T06:07:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0rc1/manifests"},{"name":"1.13.3","sha":"4c614824025222c12ce41301213842f5c3cb0139","kind":"tag","published_at":"2021-10-29T21:00:41.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3/manifests"},{"name":"1.13.3rc1","sha":"d604b81ebbe7f23f132bf269c55397827efa4d13","kind":"tag","published_at":"2021-10-17T01:01:02.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.3rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.3rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.3rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3rc1/manifests"},{"name":"1.13.2rc1","sha":"7990df3f32bd0ffb795ce0bc28e0d6b4cbae803e","kind":"tag","published_at":"2021-10-17T01:00:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.2rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.2rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.2rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2rc1/manifests"},{"name":"1.13.0rc1","sha":"97743109d79a3a3e5bf8b7b5b18d0ec92b2654ab","kind":"tag","published_at":"2021-10-17T00:55:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc1/manifests"},{"name":"1.13.0rc3","sha":"690cc2cb654a5772d73ecc83932358b4a6091921","kind":"tag","published_at":"2021-10-17T00:54:52.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc3/manifests"},{"name":"1.13.0rc2","sha":"7cb212b7021ec026fcbc928491819166ed18eecc","kind":"tag","published_at":"2021-10-17T00:54:35.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc2/manifests"},{"name":"1.13.2","sha":"a8f5b3c11c42bbe082eb408f6a3228eb1988114f","kind":"tag","published_at":"2021-10-13T03:21:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2/manifests"},{"name":"1.13.1","sha":"463f54d26cb5a486ca8cb995a07d039f297bcd0d","kind":"tag","published_at":"2021-10-05T04:09:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.1/manifests"},{"name":"1.13.0","sha":"013632b7a1763f75d8ebc60238568f9a47715ad9","kind":"tag","published_at":"2021-10-04T23:50:30.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0/manifests"},{"name":"1.12.1","sha":"68316bea668fd905a4acb21f37f12596d8c30d80","kind":"tag","published_at":"2020-03-09T02:31:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.12.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.1/manifests"},{"name":"1.12.0","sha":"0148e39ab7baffe281e2ce7e6639c9a46da3afeb","kind":"tag","published_at":"2020-02-16T23:26:17.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.12.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.0/manifests"},{"name":"1.11.2","sha":"22df552d2a0836ab7dc7127d19b90d15d3bba803","kind":"tag","published_at":"2019-06-18T01:10:12.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.2/manifests"},{"name":"1.11.1","sha":"58209f12d31e0339b2570ecda15d43a79fb9b4ff","kind":"tag","published_at":"2019-01-19T05:37:04.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.1/manifests"},{"name":"1.11.0","sha":"f17fef7f85204ecdf4aad05a45459fb46b0c37a0","kind":"tag","published_at":"2019-01-10T04:28:46.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.0/manifests"},{"name":"1.10.11","sha":"a4aeb4c7924ca18f4e9afa97172c95b1dad1e925","kind":"tag","published_at":"2017-08-11T05:22:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.11","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.11/manifests"},{"name":"1.10.10","sha":"b2e4759d31b3e4815077f03aeefea9ceadc67530","kind":"tag","published_at":"2017-03-15T00:37:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.10","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.10/manifests"},{"name":"1.10.9","sha":"f857716ca6cb08a29c2db7af633c57007773a5b5","kind":"tag","published_at":"2017-03-15T00:02:23.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.9","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.9/manifests"},{"name":"1.10.8","sha":"5f70d5c6b0d8c9a21a9396dfc261699fee4e023d","kind":"tag","published_at":"2016-04-10T23:32:33.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.8","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.8/manifests"},{"name":"1.10.7","sha":"fa8f7305886eff6df7b1cb06bc0eeb3a26b96cef","kind":"tag","published_at":"2016-03-31T05:49:07.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.7","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.7/manifests"},{"name":"1.10.6","sha":"5ce37e6dc4a91b4f5e0d57d62b5b182e2162016f","kind":"tag","published_at":"2015-12-08T23:05:05.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.6","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.6/manifests"},{"name":"1.10.5","sha":"42af0563bf88e84d215dea9ea6f989cb867e930e","kind":"tag","published_at":"2015-07-03T00:29:15.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.5","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.5/manifests"},{"name":"1.10.4","sha":"e57ed908133f52dce74ff35a321eb5cf9faa4e80","kind":"tag","published_at":"2015-03-18T04:24:34.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.4/manifests"},{"name":"1.10.3","sha":"778f1a0923215e2b8c17d047a7e107da2061d4f0","kind":"tag","published_at":"2015-03-18T04:13:12.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.3/manifests"},{"name":"1.10.2","sha":"74ef3b02a189809688290c84bddd54b4f33e1d2b","kind":"tag","published_at":"2014-12-11T09:48:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.2/manifests"},{"name":"1.10.1","sha":"71d7e7c3849982f7596eb7203ed6288ea290f2a1","kind":"tag","published_at":"2014-11-26T00:30:36.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.1/manifests"},{"name":"1.10.0","sha":"7fd59051fc4fb5d1f293675e4a249e3b5b0c406d","kind":"tag","published_at":"2014-11-20T06:20:09.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.0/manifests"},{"name":"1.9.0","sha":"a3c7f8c681c5809d6b5771bcd376b0b1817a4d38","kind":"tag","published_at":"2014-08-22T10:47:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.9.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.9.0/manifests"},{"name":"1.8.0","sha":"356a131d83c27e00a61a61fcc1264958942710a4","kind":"tag","published_at":"2014-05-03T10:15:32.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.8.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.8.0/manifests"},{"name":"1.7.0","sha":"dc8a30137def6524330b4a235158ca84ebc864f7","kind":"tag","published_at":"2014-04-26T11:19:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.7.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.7.0/manifests"},{"name":"1.6.0","sha":"4abbac872ccf0c253374277ce7c72f188b8469b7","kind":"commit","published_at":"2014-01-26T05:02:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.6.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.6.0/manifests"},{"name":"1.5.1","sha":"928e21c085621cc7baf4bad0b8ade851d35d62fa","kind":"commit","published_at":"2014-01-14T09:22:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.5.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.1/manifests"},{"name":"1.5.0","sha":"9826d05da58c4f3281de43bc268dd7a7674f8385","kind":"commit","published_at":"2014-01-02T10:04:43.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.5.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.0/manifests"},{"name":"1.4.2","sha":"4f6dda2be47c92d5554e34414304b3c1e23b221c","kind":"commit","published_at":"2013-12-28T02:53:35.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"440b8beeda5fe3fe601c275661d0c86bea7e7dc7","kind":"commit","published_at":"2013-12-23T00:26:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.1/manifests"},{"name":"1.4.0","sha":"f005088486bbb0f285ae5532ef1a18ed6c3b1f85","kind":"commit","published_at":"2013-12-20T09:56:49.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.0/manifests"},{"name":"1.3.1","sha":"a260e7cd2c36c475823ab57f548d321615178454","kind":"commit","published_at":"2013-12-19T11:15:10.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.3.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.1/manifests"},{"name":"1.3.0","sha":"fd6abb6c43699bc80b3810ef2861b5cb18f08fb4","kind":"commit","published_at":"2013-12-19T10:46:24.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.3.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.0/manifests"},{"name":"1.2.1","sha":"a8fd78136bebe05cb94470b9b514ba5167f5a687","kind":"commit","published_at":"2013-10-16T05:42:33.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.2.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.1/manifests"},{"name":"1.2.0","sha":"8dc4c2cfd92940c83e76882f433dce85f1b846a8","kind":"commit","published_at":"2013-10-11T01:03:41.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.2.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.0/manifests"},{"name":"1.1.4","sha":"34e963a757cb5b8c5f21d0c34f1ca055a0e0ad5f","kind":"commit","published_at":"2013-09-27T02:33:47.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.4/manifests"},{"name":"1.1.3","sha":"cecccbdaeeb1a5b3428351a38011f6bc6bca36b5","kind":"commit","published_at":"2013-09-24T10:48:06.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.3/manifests"},{"name":"1.1.2","sha":"d1036fe0de611f4790f534e15dfd264ee2843eae","kind":"commit","published_at":"2013-09-20T12:16:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.2/manifests"},{"name":"1.1.1","sha":"032c7c6b42981742b5c228e68aae2fb2f98da196","kind":"commit","published_at":"2013-09-19T12:34:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.1/manifests"},{"name":"1.1.0","sha":"2bc2959d4e36140801d27d24c24dca461ae50470","kind":"commit","published_at":"2013-09-18T12:07:16.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.0/manifests"},{"name":"1.0.0","sha":"4a0420cc40c6d7b73498a58283e2d62a6a0d4a15","kind":"commit","published_at":"2013-09-06T21:18:31.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.0.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-10-21T00:56:17.944Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":5.675527405116951,"forks_count":6.623111066779712,"docker_downloads_count":null,"average":3.0746596179741656},"purl":"pkg:apk/alpine/py3-wrapt?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.18","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-wrapt","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-wrapt","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-wrapt/dependencies","status":null,"funding_links":["https://github.com/sponsors/GrahamDumpleton"],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-20T05:00:42.535Z","issues_count":117,"pull_requests_count":52,"avg_time_to_close_issue":40792119.4054054,"avg_time_to_close_pull_request":26920321.43902439,"issues_closed_count":74,"pull_requests_closed_count":41,"pull_request_authors_count":32,"issue_authors_count":103,"avg_comments_per_issue":6.538461538461538,"avg_comments_per_pull_request":3.6153846153846154,"merged_pull_requests_count":21,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":9,"past_year_pull_requests_count":18,"past_year_avg_time_to_close_issue":67627.5,"past_year_avg_time_to_close_pull_request":5039400.363636363,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":7,"past_year_issue_authors_count":8,"past_year_avg_comments_per_issue":8.666666666666666,"past_year_avg_comments_per_pull_request":1.722222222222222,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":9,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/py3-wrapt/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/py3-wrapt/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/py3-wrapt/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/py3-wrapt/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/py3-wrapt/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages/py3-wrapt/codemeta","maintainers":[{"uuid":"prspkt@protonmail.com","login":null,"name":"prspkt","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=prspkt","packages_count":73,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=prspkt","role":null,"created_at":"2023-05-23T08:08:49.293Z","updated_at":"2023-05-23T08:08:49.293Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/maintainers/prspkt@protonmail.com/packages"}],"registry":{"name":"alpine-v3.18","url":"https://pkgs.alpinelinux.org/packages?branch=v3.18","ecosystem":"alpine","default":false,"packages_count":20068,"maintainers_count":367,"namespaces_count":2,"keywords_count":3640,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1185},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-05-22T10:43:30.622Z","updated_at":"2026-06-10T05:19:44.026Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.18/namespaces"}},{"id":13708848,"name":"python-wrapt","ecosystem":"debian","description":null,"homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T22:44:18.370Z","latest_release_published_at":"2026-02-12T22:44:18.370Z","latest_release_number":"1.14.1-2","last_synced_at":"2026-03-13T08:36:48.565Z","created_at":"2026-02-12T22:44:18.195Z","updated_at":"2026-03-13T08:36:48.566Z","registry_url":"https://tracker.debian.org/pkg/python-wrapt","install_command":"apt-get install python-wrapt","documentation_url":"https://packages.debian.org/bookworm/python-wrapt","metadata":{"component":"main","architecture":"any all","priority":"optional","binary":"python-wrapt-doc, python3-wrapt","standards_version":"4.1.1","maintainer":"Debian OpenStack \u003cteam+openstack@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 11), dh-python, openstack-pkg-tools (\u003e= 99~), python3-all, python3-all-dev, python3-pytest, python3-setuptools, python3-six, python3-sphinx, python3-sphinx-rtd-theme","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-12T22:44:18.864Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/python-wrapt?arch=source\u0026distro=debian-12","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/python-wrapt","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/python-wrapt","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/python-wrapt/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/python-wrapt/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/python-wrapt/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/python-wrapt/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/python-wrapt/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/python-wrapt/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/python-wrapt/codemeta","maintainers":[],"registry":{"name":"debian-12","url":"https://packages.debian.org/bookworm","ecosystem":"debian","default":true,"packages_count":34734,"maintainers_count":0,"namespaces_count":4,"keywords_count":2667,"github":"debian","metadata":{"codename":"bookworm","funded_packages_count":395},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:49.459Z","updated_at":"2026-06-10T05:17:51.014Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/namespaces"}},{"id":13010815,"name":"py3-wrapt","ecosystem":"alpine","description":"Module for decorators, wrappers and monkey patching","homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2025-07-11T21:51:27.000Z","latest_release_published_at":"2025-07-11T21:51:27.000Z","latest_release_number":"1.17.2-r0","last_synced_at":"2026-04-09T12:05:31.069Z","created_at":"2026-01-31T01:30:43.628Z","updated_at":"2026-04-09T12:05:31.069Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.23/community/x86_64/py3-wrapt","install_command":"apk add py3-wrapt","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/py3-wrapt?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.23","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-wrapt","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-wrapt","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-wrapt/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/py3-wrapt/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/py3-wrapt/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/py3-wrapt/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/py3-wrapt/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/py3-wrapt/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/py3-wrapt/codemeta","maintainers":[{"uuid":"prspkt@protonmail.com","login":null,"name":"prspkt","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=prspkt","packages_count":78,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=prspkt","role":null,"created_at":"2026-03-03T17:53:07.038Z","updated_at":"2026-03-03T17:53:07.038Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/maintainers/prspkt@protonmail.com/packages"}],"registry":{"name":"alpine-v3.23","url":"https://pkgs.alpinelinux.org/packages?branch=v3.23","ecosystem":"alpine","default":false,"packages_count":27574,"maintainers_count":428,"namespaces_count":2,"keywords_count":181,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":104},"icon_url":"https://github.com/alpinelinux.png","created_at":"2026-01-24T14:35:50.739Z","updated_at":"2026-06-10T05:17:06.512Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/namespaces"}},{"id":13082230,"name":"python311Packages.wrapt","ecosystem":"nixpkgs","description":"Module for decorators, wrappers and monkey patching","homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-01T17:52:33.303Z","latest_release_published_at":"2026-02-01T17:52:33.303Z","latest_release_number":"1.16.0","last_synced_at":"2026-04-09T14:02:02.682Z","created_at":"2026-02-01T17:52:32.226Z","updated_at":"2026-04-09T14:02:02.682Z","registry_url":"https://search.nixos.org/packages?channel=24.11\u0026query=python311Packages.wrapt","install_command":"nix-env -iA nixpkgs.python311Packages.wrapt","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/development/python-modules/wrapt/default.nix#L36","metadata":{"nix_attribute":"python3.11-wrapt-1.16.0","position":"pkgs/development/python-modules/wrapt/default.nix:36","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","aarch64-windows","x86_64-windows","i686-windows","i686-freebsd","x86_64-freebsd"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","doc","out"],"upstream_ecosystem":"pypi","upstream_name":"wrapt","upstream_purl":"pkg:pypi/wrapt"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/python311Packages.wrapt?channel=24.11\u0026repository_url=https://channels.nixos.org/nixos-24.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python311Packages.wrapt","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python311Packages.wrapt","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python311Packages.wrapt/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.wrapt/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.wrapt/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.wrapt/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.wrapt/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.wrapt/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.wrapt/codemeta","maintainers":[],"registry":{"name":"nixpkgs-24.11","url":"https://channels.nixos.org/nixos-24.11","ecosystem":"nixpkgs","default":false,"packages_count":121983,"maintainers_count":3777,"namespaces_count":0,"keywords_count":739,"github":"NixOS","metadata":{"funded_packages_count":283},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.059Z","updated_at":"2026-06-10T05:16:24.031Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/namespaces"}},{"id":13952261,"name":"python-wrapt","ecosystem":"guix","description":"Module for decorators, wrappers and monkey patching","homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":"bsd-2","normalized_licenses":["BSD-1-Clause"],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-03-02T19:32:10.288Z","latest_release_published_at":"2026-03-02T19:32:10.288Z","latest_release_number":"2.0.1","last_synced_at":"2026-04-27T16:24:40.533Z","created_at":"2026-03-02T19:32:10.106Z","updated_at":"2026-04-27T16:24:41.113Z","registry_url":"https://packages.guix.gnu.org/packages/python-wrapt/2.0.1/","install_command":"guix install python-wrapt","documentation_url":"https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/python-xyz.scm#n40877","metadata":{"location":"gnu/packages/python-xyz.scm:40877","variable_name":"python-wrapt"},"repo_metadata":{"id":8694002,"uuid":"10357291","full_name":"GrahamDumpleton/wrapt","owner":"GrahamDumpleton","description":"A Python module for decorators, wrappers and monkey patching.","archived":false,"fork":false,"pushed_at":"2026-03-06T04:51:44.000Z","size":1333,"stargazers_count":2277,"open_issues_count":47,"forks_count":245,"subscribers_count":38,"default_branch":"develop","last_synced_at":"2026-03-29T06:54:23.998Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GrahamDumpleton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["GrahamDumpleton"]}},"created_at":"2013-05-29T10:22:45.000Z","updated_at":"2026-03-20T01:54:17.000Z","dependencies_parsed_at":"2024-01-15T03:58:05.093Z","dependency_job_id":"9f56c0e6-6d73-4ece-98ce-41503187ae82","html_url":"https://github.com/GrahamDumpleton/wrapt","commit_stats":{"total_commits":675,"total_committers":29,"mean_commits":"23.275862068965516","dds":0.1274074074074074,"last_synced_commit":"0da4ba568953b58cb0fe022684cf58fc307c9d83"},"previous_names":[],"tags_count":80,"template":false,"template_full_name":null,"purl":"pkg:github/GrahamDumpleton/wrapt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/sbom","scorecard":{"id":58984,"data":{"date":"2025-08-11","repo":{"name":"github.com/GrahamDumpleton/wrapt","commit":"c71bbf7198752f0f488cd6227a457c546adc3cec"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.4,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":0,"reason":"Found 0/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/build-test-release.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"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/build-test-release.yml:222: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:227: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:80: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:105: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:161: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:186: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:196: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:112","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:114","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:116","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:193","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:41","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:73","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:75","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:77","Info:   0 out of  15 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of  10 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 2-Clause \"Simplified\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'develop'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}}]},"last_synced_at":"2025-08-15T01:18:52.523Z","repository_id":8694002,"created_at":"2025-08-15T01:18:52.523Z","updated_at":"2025-08-15T01:18:52.523Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31143318,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-29T11:01:20.541Z","status":"ssl_error","status_checked_at":"2026-03-29T11:01:14.322Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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"}},"repo_metadata_updated_at":"2026-04-27T16:24:41.085Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:guix/python-wrapt","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/guix/python-wrapt","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/guix/python-wrapt","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/guix/python-wrapt/dependencies","status":null,"funding_links":["https://github.com/sponsors/GrahamDumpleton"],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-22T23:50:02.515Z","issues_count":134,"pull_requests_count":57,"avg_time_to_close_issue":36446068.42045455,"avg_time_to_close_pull_request":24094908.56521739,"issues_closed_count":88,"pull_requests_closed_count":46,"pull_request_authors_count":33,"issue_authors_count":118,"avg_comments_per_issue":6.335820895522388,"avg_comments_per_pull_request":3.8596491228070176,"merged_pull_requests_count":24,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":23,"past_year_pull_requests_count":16,"past_year_avg_time_to_close_issue":966165.3846153846,"past_year_avg_time_to_close_pull_request":1936863.8333333333,"past_year_issues_closed_count":13,"past_year_pull_requests_closed_count":12,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":5.521739130434782,"past_year_avg_comments_per_pull_request":3.125,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":10,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/issues","maintainers":[{"login":"GrahamDumpleton","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/GrahamDumpleton"}],"active_maintainers":[{"login":"GrahamDumpleton","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/GrahamDumpleton"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/python-wrapt/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/python-wrapt/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/python-wrapt/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/python-wrapt/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/python-wrapt/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/python-wrapt/codemeta","maintainers":[],"registry":{"name":"guix","url":"https://guix.gnu.org","ecosystem":"guix","default":true,"packages_count":31778,"maintainers_count":0,"namespaces_count":0,"keywords_count":1627,"github":"guix-mirror","metadata":{"funded_packages_count":368},"icon_url":"https://github.com/guix-mirror.png","created_at":"2026-03-02T16:23:46.981Z","updated_at":"2026-06-10T05:17:25.224Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/guix/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/guix/namespaces"}},{"id":11140715,"name":"py3-wrapt","ecosystem":"alpine","description":"Module for decorators, wrappers and monkey patching","homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2024-12-05T02:35:26.000Z","latest_release_published_at":"2024-12-05T02:35:26.000Z","latest_release_number":"1.17.0-r0","last_synced_at":"2026-03-23T09:13:21.061Z","created_at":"2024-12-07T13:26:53.262Z","updated_at":"2026-03-23T09:13:21.061Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.21/community/x86_64/py3-wrapt","install_command":"apk add py3-wrapt","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":8694002,"uuid":"10357291","full_name":"GrahamDumpleton/wrapt","owner":"GrahamDumpleton","description":"A Python module for decorators, wrappers and monkey patching.","archived":false,"fork":false,"pushed_at":"2025-10-17T07:59:23.000Z","size":1486,"stargazers_count":2221,"open_issues_count":55,"forks_count":244,"subscribers_count":41,"default_branch":"develop","last_synced_at":"2025-10-19T12:54:43.803Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GrahamDumpleton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["GrahamDumpleton"]}},"created_at":"2013-05-29T10:22:45.000Z","updated_at":"2025-10-19T04:26:26.000Z","dependencies_parsed_at":"2024-01-15T03:58:05.093Z","dependency_job_id":"9f56c0e6-6d73-4ece-98ce-41503187ae82","html_url":"https://github.com/GrahamDumpleton/wrapt","commit_stats":{"total_commits":675,"total_committers":29,"mean_commits":"23.275862068965516","dds":0.1274074074074074,"last_synced_commit":"0da4ba568953b58cb0fe022684cf58fc307c9d83"},"previous_names":[],"tags_count":69,"template":false,"template_full_name":null,"purl":"pkg:github/GrahamDumpleton/wrapt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/sbom","scorecard":{"id":58984,"data":{"date":"2025-08-11","repo":{"name":"github.com/GrahamDumpleton/wrapt","commit":"c71bbf7198752f0f488cd6227a457c546adc3cec"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.4,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":0,"reason":"Found 0/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/build-test-release.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"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/build-test-release.yml:222: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:227: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:80: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:105: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:161: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:186: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:196: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:112","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:114","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:116","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:193","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:41","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:73","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:75","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:77","Info:   0 out of  15 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of  10 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 2-Clause \"Simplified\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'develop'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}}]},"last_synced_at":"2025-08-15T01:18:52.523Z","repository_id":8694002,"created_at":"2025-08-15T01:18:52.523Z","updated_at":"2025-08-15T01:18:52.523Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279932269,"owners_count":26246523,"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-19T02:00:07.647Z","response_time":64,"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":"GrahamDumpleton","name":"Graham Dumpleton","uuid":"507637","kind":"user","description":"","email":"","website":"http://blog.dscpl.com.au","location":"Sydney, Australia","twitter":"GrahamDumpleton","company":null,"icon_url":"https://avatars.githubusercontent.com/u/507637?v=4","repositories_count":20,"last_synced_at":"2025-10-20T04:43:11.061Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/GrahamDumpleton","funding_links":["https://github.com/sponsors/GrahamDumpleton"],"total_stars":3189,"followers":676,"following":0,"created_at":"2022-11-02T16:22:48.531Z","updated_at":"2025-10-20T04:43:11.061Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton/repositories"},"tags":[{"name":"2.0.0rc6","sha":"93ec4aa33ded323d546a447c9dc93433c03e0942","kind":"tag","published_at":"2025-10-17T07:59:20.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc6","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc6/manifests"},{"name":"2.0.0rc5","sha":"074d2785d8efde7d5150609e0048faf1ec888e95","kind":"tag","published_at":"2025-10-16T05:11:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc5","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc5/manifests"},{"name":"2.0.0rc4","sha":"809cb14094467e6f17ad467bae34f60cf3df6500","kind":"tag","published_at":"2025-10-05T09:27:36.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc4/manifests"},{"name":"2.0.0rc3","sha":"d9cc11b32d1fb7dd7800b3e39559d627f92ec13d","kind":"tag","published_at":"2025-10-03T23:21:44.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc3/manifests"},{"name":"2.0.0rc2","sha":"f78e26c86bac207144893e50c214d7538e36a814","kind":"tag","published_at":"2025-08-19T01:36:57.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc2/manifests"},{"name":"1.14.2","sha":"16cff8e15f3f234686abf9ace315094ec319af2a","kind":"tag","published_at":"2025-08-12T06:34:45.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.2/manifests"},{"name":"1.17.3","sha":"99130c02842c87001f40dbe73e21934c0615398d","kind":"tag","published_at":"2025-08-12T04:58:30.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.3/manifests"},{"name":"2.0.0rc1","sha":"42afd773f4ba0d181310d5cac2bbe3199b2378d1","kind":"tag","published_at":"2025-08-11T08:41:47.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc1/manifests"},{"name":"1.17.2","sha":"bcc1f26b2fe8fc962f5033c3a3a773425500789a","kind":"tag","published_at":"2025-01-14T10:18:28.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.2/manifests"},{"name":"1.17.1","sha":"c41e6eadb39f45ce96f488cecb250e417926b49d","kind":"tag","published_at":"2025-01-11T02:25:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.1/manifests"},{"name":"1.17.0","sha":"e663d4910a81d666786ac773ad7c16199b01d31b","kind":"tag","published_at":"2024-11-22T06:00:51.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0/manifests"},{"name":"1.17.0rc1","sha":"75f291f8bf1fe6535b13b0b3dfedca012ca6c8a5","kind":"tag","published_at":"2024-10-17T02:34:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0rc1/manifests"},{"name":"1.17.0dev4","sha":"1a6b4680cba43c28f991149800249ec9f3089e26","kind":"tag","published_at":"2024-10-07T23:00:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev4/manifests"},{"name":"1.17.0dev3","sha":"74d5547da1d0fdd8b6401805ac23ec942e9dd8f2","kind":"tag","published_at":"2024-10-06T23:40:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev3/manifests"},{"name":"1.17.0dev2","sha":"c91f60cca38ed012de06b116acb9339c4a992157","kind":"tag","published_at":"2024-10-06T23:23:50.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev2/manifests"},{"name":"1.17.0dev1","sha":"a8066b5637b2e76c112c30a3b8df0020854a2b90","kind":"tag","published_at":"2024-10-06T22:55:49.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev1/manifests"},{"name":"1.16.0","sha":"14ac73e28b2e8b330443e1d31c4a1d226329babc","kind":"tag","published_at":"2023-11-09T06:09:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0/manifests"},{"name":"1.16.0rc2","sha":"8d0836d7c4f08f442d38d5af6984fac98f132170","kind":"tag","published_at":"2023-11-05T01:33:18.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc2/manifests"},{"name":"1.16.0rc1","sha":"0c9ad919240f7c49cf5ff39e1f690cc9b35aa671","kind":"tag","published_at":"2023-10-07T06:41:32.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc1/manifests"},{"name":"1.15.0","sha":"0634a79c934e4bbf11b4081d3f1610588d7ae4a6","kind":"tag","published_at":"2023-02-27T01:08:18.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.15.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0/manifests"},{"name":"1.15.0rc1","sha":"c11181dc7b891c9e59391a24379f89a8cdac9092","kind":"tag","published_at":"2023-01-12T06:57:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.15.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.15.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.15.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0rc1/manifests"},{"name":"1.14.1","sha":"f2f1a680113d500f525de78da91ae19235efef16","kind":"tag","published_at":"2022-05-02T04:27:44.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.1/manifests"},{"name":"1.14.0","sha":"77634fa8a3e092b2e876f4ffec8849a0fe5a33fb","kind":"tag","published_at":"2022-03-10T07:11:34.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0/manifests"},{"name":"1.14.0rc1","sha":"8f180bf981fc7a92094cfecfd7a9e5f591d4bd4b","kind":"tag","published_at":"2022-03-05T06:07:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0rc1/manifests"},{"name":"1.13.3","sha":"4c614824025222c12ce41301213842f5c3cb0139","kind":"tag","published_at":"2021-10-29T21:00:41.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3/manifests"},{"name":"1.13.3rc1","sha":"d604b81ebbe7f23f132bf269c55397827efa4d13","kind":"tag","published_at":"2021-10-17T01:01:02.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.3rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.3rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.3rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3rc1/manifests"},{"name":"1.13.2rc1","sha":"7990df3f32bd0ffb795ce0bc28e0d6b4cbae803e","kind":"tag","published_at":"2021-10-17T01:00:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.2rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.2rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.2rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2rc1/manifests"},{"name":"1.13.0rc1","sha":"97743109d79a3a3e5bf8b7b5b18d0ec92b2654ab","kind":"tag","published_at":"2021-10-17T00:55:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc1/manifests"},{"name":"1.13.0rc3","sha":"690cc2cb654a5772d73ecc83932358b4a6091921","kind":"tag","published_at":"2021-10-17T00:54:52.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc3/manifests"},{"name":"1.13.0rc2","sha":"7cb212b7021ec026fcbc928491819166ed18eecc","kind":"tag","published_at":"2021-10-17T00:54:35.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc2/manifests"},{"name":"1.13.2","sha":"a8f5b3c11c42bbe082eb408f6a3228eb1988114f","kind":"tag","published_at":"2021-10-13T03:21:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2/manifests"},{"name":"1.13.1","sha":"463f54d26cb5a486ca8cb995a07d039f297bcd0d","kind":"tag","published_at":"2021-10-05T04:09:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.1/manifests"},{"name":"1.13.0","sha":"013632b7a1763f75d8ebc60238568f9a47715ad9","kind":"tag","published_at":"2021-10-04T23:50:30.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0/manifests"},{"name":"1.12.1","sha":"68316bea668fd905a4acb21f37f12596d8c30d80","kind":"tag","published_at":"2020-03-09T02:31:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.12.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.1/manifests"},{"name":"1.12.0","sha":"0148e39ab7baffe281e2ce7e6639c9a46da3afeb","kind":"tag","published_at":"2020-02-16T23:26:17.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.12.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.0/manifests"},{"name":"1.11.2","sha":"22df552d2a0836ab7dc7127d19b90d15d3bba803","kind":"tag","published_at":"2019-06-18T01:10:12.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.2/manifests"},{"name":"1.11.1","sha":"58209f12d31e0339b2570ecda15d43a79fb9b4ff","kind":"tag","published_at":"2019-01-19T05:37:04.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.1/manifests"},{"name":"1.11.0","sha":"f17fef7f85204ecdf4aad05a45459fb46b0c37a0","kind":"tag","published_at":"2019-01-10T04:28:46.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.0/manifests"},{"name":"1.10.11","sha":"a4aeb4c7924ca18f4e9afa97172c95b1dad1e925","kind":"tag","published_at":"2017-08-11T05:22:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.11","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.11/manifests"},{"name":"1.10.10","sha":"b2e4759d31b3e4815077f03aeefea9ceadc67530","kind":"tag","published_at":"2017-03-15T00:37:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.10","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.10/manifests"},{"name":"1.10.9","sha":"f857716ca6cb08a29c2db7af633c57007773a5b5","kind":"tag","published_at":"2017-03-15T00:02:23.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.9","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.9/manifests"},{"name":"1.10.8","sha":"5f70d5c6b0d8c9a21a9396dfc261699fee4e023d","kind":"tag","published_at":"2016-04-10T23:32:33.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.8","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.8/manifests"},{"name":"1.10.7","sha":"fa8f7305886eff6df7b1cb06bc0eeb3a26b96cef","kind":"tag","published_at":"2016-03-31T05:49:07.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.7","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.7/manifests"},{"name":"1.10.6","sha":"5ce37e6dc4a91b4f5e0d57d62b5b182e2162016f","kind":"tag","published_at":"2015-12-08T23:05:05.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.6","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.6/manifests"},{"name":"1.10.5","sha":"42af0563bf88e84d215dea9ea6f989cb867e930e","kind":"tag","published_at":"2015-07-03T00:29:15.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.5","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.5/manifests"},{"name":"1.10.4","sha":"e57ed908133f52dce74ff35a321eb5cf9faa4e80","kind":"tag","published_at":"2015-03-18T04:24:34.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.4/manifests"},{"name":"1.10.3","sha":"778f1a0923215e2b8c17d047a7e107da2061d4f0","kind":"tag","published_at":"2015-03-18T04:13:12.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.3/manifests"},{"name":"1.10.2","sha":"74ef3b02a189809688290c84bddd54b4f33e1d2b","kind":"tag","published_at":"2014-12-11T09:48:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.2/manifests"},{"name":"1.10.1","sha":"71d7e7c3849982f7596eb7203ed6288ea290f2a1","kind":"tag","published_at":"2014-11-26T00:30:36.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.1/manifests"},{"name":"1.10.0","sha":"7fd59051fc4fb5d1f293675e4a249e3b5b0c406d","kind":"tag","published_at":"2014-11-20T06:20:09.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.0/manifests"},{"name":"1.9.0","sha":"a3c7f8c681c5809d6b5771bcd376b0b1817a4d38","kind":"tag","published_at":"2014-08-22T10:47:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.9.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.9.0/manifests"},{"name":"1.8.0","sha":"356a131d83c27e00a61a61fcc1264958942710a4","kind":"tag","published_at":"2014-05-03T10:15:32.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.8.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.8.0/manifests"},{"name":"1.7.0","sha":"dc8a30137def6524330b4a235158ca84ebc864f7","kind":"tag","published_at":"2014-04-26T11:19:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.7.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.7.0/manifests"},{"name":"1.6.0","sha":"4abbac872ccf0c253374277ce7c72f188b8469b7","kind":"commit","published_at":"2014-01-26T05:02:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.6.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.6.0/manifests"},{"name":"1.5.1","sha":"928e21c085621cc7baf4bad0b8ade851d35d62fa","kind":"commit","published_at":"2014-01-14T09:22:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.5.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.1/manifests"},{"name":"1.5.0","sha":"9826d05da58c4f3281de43bc268dd7a7674f8385","kind":"commit","published_at":"2014-01-02T10:04:43.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.5.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.0/manifests"},{"name":"1.4.2","sha":"4f6dda2be47c92d5554e34414304b3c1e23b221c","kind":"commit","published_at":"2013-12-28T02:53:35.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"440b8beeda5fe3fe601c275661d0c86bea7e7dc7","kind":"commit","published_at":"2013-12-23T00:26:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.1/manifests"},{"name":"1.4.0","sha":"f005088486bbb0f285ae5532ef1a18ed6c3b1f85","kind":"commit","published_at":"2013-12-20T09:56:49.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.0/manifests"},{"name":"1.3.1","sha":"a260e7cd2c36c475823ab57f548d321615178454","kind":"commit","published_at":"2013-12-19T11:15:10.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.3.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.1/manifests"},{"name":"1.3.0","sha":"fd6abb6c43699bc80b3810ef2861b5cb18f08fb4","kind":"commit","published_at":"2013-12-19T10:46:24.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.3.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.0/manifests"},{"name":"1.2.1","sha":"a8fd78136bebe05cb94470b9b514ba5167f5a687","kind":"commit","published_at":"2013-10-16T05:42:33.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.2.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.1/manifests"},{"name":"1.2.0","sha":"8dc4c2cfd92940c83e76882f433dce85f1b846a8","kind":"commit","published_at":"2013-10-11T01:03:41.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.2.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.0/manifests"},{"name":"1.1.4","sha":"34e963a757cb5b8c5f21d0c34f1ca055a0e0ad5f","kind":"commit","published_at":"2013-09-27T02:33:47.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.4/manifests"},{"name":"1.1.3","sha":"cecccbdaeeb1a5b3428351a38011f6bc6bca36b5","kind":"commit","published_at":"2013-09-24T10:48:06.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.3/manifests"},{"name":"1.1.2","sha":"d1036fe0de611f4790f534e15dfd264ee2843eae","kind":"commit","published_at":"2013-09-20T12:16:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.2/manifests"},{"name":"1.1.1","sha":"032c7c6b42981742b5c228e68aae2fb2f98da196","kind":"commit","published_at":"2013-09-19T12:34:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.1/manifests"},{"name":"1.1.0","sha":"2bc2959d4e36140801d27d24c24dca461ae50470","kind":"commit","published_at":"2013-09-18T12:07:16.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.0/manifests"},{"name":"1.0.0","sha":"4a0420cc40c6d7b73498a58283e2d62a6a0d4a15","kind":"commit","published_at":"2013-09-06T21:18:31.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.0.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-10-21T00:56:18.564Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/py3-wrapt?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.21","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-wrapt","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-wrapt","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-wrapt/dependencies","status":null,"funding_links":["https://github.com/sponsors/GrahamDumpleton"],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-20T05:00:42.535Z","issues_count":117,"pull_requests_count":52,"avg_time_to_close_issue":40792119.4054054,"avg_time_to_close_pull_request":26920321.43902439,"issues_closed_count":74,"pull_requests_closed_count":41,"pull_request_authors_count":32,"issue_authors_count":103,"avg_comments_per_issue":6.538461538461538,"avg_comments_per_pull_request":3.6153846153846154,"merged_pull_requests_count":21,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":9,"past_year_pull_requests_count":18,"past_year_avg_time_to_close_issue":67627.5,"past_year_avg_time_to_close_pull_request":5039400.363636363,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":7,"past_year_issue_authors_count":8,"past_year_avg_comments_per_issue":8.666666666666666,"past_year_avg_comments_per_pull_request":1.722222222222222,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":9,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/py3-wrapt/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/py3-wrapt/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/py3-wrapt/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/py3-wrapt/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/py3-wrapt/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/py3-wrapt/codemeta","maintainers":[{"uuid":"prspkt@protonmail.com","login":null,"name":"prspkt","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=prspkt","packages_count":80,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=prspkt","role":null,"created_at":"2024-12-09T18:56:59.498Z","updated_at":"2024-12-09T18:56:59.498Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/maintainers/prspkt@protonmail.com/packages"}],"registry":{"name":"alpine-v3.21","url":"https://pkgs.alpinelinux.org/packages?branch=v3.21","ecosystem":"alpine","default":false,"packages_count":25393,"maintainers_count":413,"namespaces_count":2,"keywords_count":3612,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1270},"icon_url":"https://github.com/alpinelinux.png","created_at":"2024-12-06T12:06:36.014Z","updated_at":"2026-06-10T05:18:33.774Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/namespaces"}},{"id":11140718,"name":"py3-wrapt-pyc","ecosystem":"alpine","description":"Precompiled Python bytecode for py3-wrapt","homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2024-12-05T02:35:26.000Z","latest_release_published_at":"2024-12-05T02:35:26.000Z","latest_release_number":"1.17.0-r0","last_synced_at":"2026-03-23T09:13:22.465Z","created_at":"2024-12-07T13:27:37.251Z","updated_at":"2026-03-23T09:13:22.466Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.21/community/x86_64/py3-wrapt-pyc","install_command":"apk add py3-wrapt-pyc","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":8694002,"uuid":"10357291","full_name":"GrahamDumpleton/wrapt","owner":"GrahamDumpleton","description":"A Python module for decorators, wrappers and monkey patching.","archived":false,"fork":false,"pushed_at":"2025-10-17T07:59:23.000Z","size":1486,"stargazers_count":2221,"open_issues_count":55,"forks_count":244,"subscribers_count":41,"default_branch":"develop","last_synced_at":"2025-10-19T12:54:43.803Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GrahamDumpleton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["GrahamDumpleton"]}},"created_at":"2013-05-29T10:22:45.000Z","updated_at":"2025-10-19T04:26:26.000Z","dependencies_parsed_at":"2024-01-15T03:58:05.093Z","dependency_job_id":"9f56c0e6-6d73-4ece-98ce-41503187ae82","html_url":"https://github.com/GrahamDumpleton/wrapt","commit_stats":{"total_commits":675,"total_committers":29,"mean_commits":"23.275862068965516","dds":0.1274074074074074,"last_synced_commit":"0da4ba568953b58cb0fe022684cf58fc307c9d83"},"previous_names":[],"tags_count":69,"template":false,"template_full_name":null,"purl":"pkg:github/GrahamDumpleton/wrapt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/sbom","scorecard":{"id":58984,"data":{"date":"2025-08-11","repo":{"name":"github.com/GrahamDumpleton/wrapt","commit":"c71bbf7198752f0f488cd6227a457c546adc3cec"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.4,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":0,"reason":"Found 0/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/build-test-release.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"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/build-test-release.yml:222: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:227: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:80: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:105: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:161: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:186: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:196: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:112","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:114","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:116","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:193","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:41","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:73","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:75","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:77","Info:   0 out of  15 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of  10 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 2-Clause \"Simplified\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'develop'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}}]},"last_synced_at":"2025-08-15T01:18:52.523Z","repository_id":8694002,"created_at":"2025-08-15T01:18:52.523Z","updated_at":"2025-08-15T01:18:52.523Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279932269,"owners_count":26246523,"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-19T02:00:07.647Z","response_time":64,"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":"GrahamDumpleton","name":"Graham Dumpleton","uuid":"507637","kind":"user","description":"","email":"","website":"http://blog.dscpl.com.au","location":"Sydney, Australia","twitter":"GrahamDumpleton","company":null,"icon_url":"https://avatars.githubusercontent.com/u/507637?v=4","repositories_count":20,"last_synced_at":"2025-10-20T04:43:11.061Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/GrahamDumpleton","funding_links":["https://github.com/sponsors/GrahamDumpleton"],"total_stars":3189,"followers":676,"following":0,"created_at":"2022-11-02T16:22:48.531Z","updated_at":"2025-10-20T04:43:11.061Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton/repositories"},"tags":[{"name":"2.0.0rc6","sha":"93ec4aa33ded323d546a447c9dc93433c03e0942","kind":"tag","published_at":"2025-10-17T07:59:20.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc6","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc6/manifests"},{"name":"2.0.0rc5","sha":"074d2785d8efde7d5150609e0048faf1ec888e95","kind":"tag","published_at":"2025-10-16T05:11:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc5","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc5/manifests"},{"name":"2.0.0rc4","sha":"809cb14094467e6f17ad467bae34f60cf3df6500","kind":"tag","published_at":"2025-10-05T09:27:36.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc4/manifests"},{"name":"2.0.0rc3","sha":"d9cc11b32d1fb7dd7800b3e39559d627f92ec13d","kind":"tag","published_at":"2025-10-03T23:21:44.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc3/manifests"},{"name":"2.0.0rc2","sha":"f78e26c86bac207144893e50c214d7538e36a814","kind":"tag","published_at":"2025-08-19T01:36:57.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc2/manifests"},{"name":"1.14.2","sha":"16cff8e15f3f234686abf9ace315094ec319af2a","kind":"tag","published_at":"2025-08-12T06:34:45.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.2/manifests"},{"name":"1.17.3","sha":"99130c02842c87001f40dbe73e21934c0615398d","kind":"tag","published_at":"2025-08-12T04:58:30.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.3/manifests"},{"name":"2.0.0rc1","sha":"42afd773f4ba0d181310d5cac2bbe3199b2378d1","kind":"tag","published_at":"2025-08-11T08:41:47.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc1/manifests"},{"name":"1.17.2","sha":"bcc1f26b2fe8fc962f5033c3a3a773425500789a","kind":"tag","published_at":"2025-01-14T10:18:28.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.2/manifests"},{"name":"1.17.1","sha":"c41e6eadb39f45ce96f488cecb250e417926b49d","kind":"tag","published_at":"2025-01-11T02:25:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.1/manifests"},{"name":"1.17.0","sha":"e663d4910a81d666786ac773ad7c16199b01d31b","kind":"tag","published_at":"2024-11-22T06:00:51.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0/manifests"},{"name":"1.17.0rc1","sha":"75f291f8bf1fe6535b13b0b3dfedca012ca6c8a5","kind":"tag","published_at":"2024-10-17T02:34:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0rc1/manifests"},{"name":"1.17.0dev4","sha":"1a6b4680cba43c28f991149800249ec9f3089e26","kind":"tag","published_at":"2024-10-07T23:00:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev4/manifests"},{"name":"1.17.0dev3","sha":"74d5547da1d0fdd8b6401805ac23ec942e9dd8f2","kind":"tag","published_at":"2024-10-06T23:40:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev3/manifests"},{"name":"1.17.0dev2","sha":"c91f60cca38ed012de06b116acb9339c4a992157","kind":"tag","published_at":"2024-10-06T23:23:50.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev2/manifests"},{"name":"1.17.0dev1","sha":"a8066b5637b2e76c112c30a3b8df0020854a2b90","kind":"tag","published_at":"2024-10-06T22:55:49.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev1/manifests"},{"name":"1.16.0","sha":"14ac73e28b2e8b330443e1d31c4a1d226329babc","kind":"tag","published_at":"2023-11-09T06:09:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0/manifests"},{"name":"1.16.0rc2","sha":"8d0836d7c4f08f442d38d5af6984fac98f132170","kind":"tag","published_at":"2023-11-05T01:33:18.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc2/manifests"},{"name":"1.16.0rc1","sha":"0c9ad919240f7c49cf5ff39e1f690cc9b35aa671","kind":"tag","published_at":"2023-10-07T06:41:32.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc1/manifests"},{"name":"1.15.0","sha":"0634a79c934e4bbf11b4081d3f1610588d7ae4a6","kind":"tag","published_at":"2023-02-27T01:08:18.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.15.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0/manifests"},{"name":"1.15.0rc1","sha":"c11181dc7b891c9e59391a24379f89a8cdac9092","kind":"tag","published_at":"2023-01-12T06:57:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.15.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.15.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.15.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0rc1/manifests"},{"name":"1.14.1","sha":"f2f1a680113d500f525de78da91ae19235efef16","kind":"tag","published_at":"2022-05-02T04:27:44.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.1/manifests"},{"name":"1.14.0","sha":"77634fa8a3e092b2e876f4ffec8849a0fe5a33fb","kind":"tag","published_at":"2022-03-10T07:11:34.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0/manifests"},{"name":"1.14.0rc1","sha":"8f180bf981fc7a92094cfecfd7a9e5f591d4bd4b","kind":"tag","published_at":"2022-03-05T06:07:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0rc1/manifests"},{"name":"1.13.3","sha":"4c614824025222c12ce41301213842f5c3cb0139","kind":"tag","published_at":"2021-10-29T21:00:41.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3/manifests"},{"name":"1.13.3rc1","sha":"d604b81ebbe7f23f132bf269c55397827efa4d13","kind":"tag","published_at":"2021-10-17T01:01:02.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.3rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.3rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.3rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3rc1/manifests"},{"name":"1.13.2rc1","sha":"7990df3f32bd0ffb795ce0bc28e0d6b4cbae803e","kind":"tag","published_at":"2021-10-17T01:00:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.2rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.2rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.2rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2rc1/manifests"},{"name":"1.13.0rc1","sha":"97743109d79a3a3e5bf8b7b5b18d0ec92b2654ab","kind":"tag","published_at":"2021-10-17T00:55:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc1/manifests"},{"name":"1.13.0rc3","sha":"690cc2cb654a5772d73ecc83932358b4a6091921","kind":"tag","published_at":"2021-10-17T00:54:52.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc3/manifests"},{"name":"1.13.0rc2","sha":"7cb212b7021ec026fcbc928491819166ed18eecc","kind":"tag","published_at":"2021-10-17T00:54:35.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc2/manifests"},{"name":"1.13.2","sha":"a8f5b3c11c42bbe082eb408f6a3228eb1988114f","kind":"tag","published_at":"2021-10-13T03:21:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2/manifests"},{"name":"1.13.1","sha":"463f54d26cb5a486ca8cb995a07d039f297bcd0d","kind":"tag","published_at":"2021-10-05T04:09:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.1/manifests"},{"name":"1.13.0","sha":"013632b7a1763f75d8ebc60238568f9a47715ad9","kind":"tag","published_at":"2021-10-04T23:50:30.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0/manifests"},{"name":"1.12.1","sha":"68316bea668fd905a4acb21f37f12596d8c30d80","kind":"tag","published_at":"2020-03-09T02:31:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.12.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.1/manifests"},{"name":"1.12.0","sha":"0148e39ab7baffe281e2ce7e6639c9a46da3afeb","kind":"tag","published_at":"2020-02-16T23:26:17.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.12.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.0/manifests"},{"name":"1.11.2","sha":"22df552d2a0836ab7dc7127d19b90d15d3bba803","kind":"tag","published_at":"2019-06-18T01:10:12.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.2/manifests"},{"name":"1.11.1","sha":"58209f12d31e0339b2570ecda15d43a79fb9b4ff","kind":"tag","published_at":"2019-01-19T05:37:04.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.1/manifests"},{"name":"1.11.0","sha":"f17fef7f85204ecdf4aad05a45459fb46b0c37a0","kind":"tag","published_at":"2019-01-10T04:28:46.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.0/manifests"},{"name":"1.10.11","sha":"a4aeb4c7924ca18f4e9afa97172c95b1dad1e925","kind":"tag","published_at":"2017-08-11T05:22:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.11","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.11/manifests"},{"name":"1.10.10","sha":"b2e4759d31b3e4815077f03aeefea9ceadc67530","kind":"tag","published_at":"2017-03-15T00:37:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.10","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.10/manifests"},{"name":"1.10.9","sha":"f857716ca6cb08a29c2db7af633c57007773a5b5","kind":"tag","published_at":"2017-03-15T00:02:23.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.9","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.9/manifests"},{"name":"1.10.8","sha":"5f70d5c6b0d8c9a21a9396dfc261699fee4e023d","kind":"tag","published_at":"2016-04-10T23:32:33.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.8","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.8/manifests"},{"name":"1.10.7","sha":"fa8f7305886eff6df7b1cb06bc0eeb3a26b96cef","kind":"tag","published_at":"2016-03-31T05:49:07.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.7","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.7/manifests"},{"name":"1.10.6","sha":"5ce37e6dc4a91b4f5e0d57d62b5b182e2162016f","kind":"tag","published_at":"2015-12-08T23:05:05.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.6","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.6/manifests"},{"name":"1.10.5","sha":"42af0563bf88e84d215dea9ea6f989cb867e930e","kind":"tag","published_at":"2015-07-03T00:29:15.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.5","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.5/manifests"},{"name":"1.10.4","sha":"e57ed908133f52dce74ff35a321eb5cf9faa4e80","kind":"tag","published_at":"2015-03-18T04:24:34.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.4/manifests"},{"name":"1.10.3","sha":"778f1a0923215e2b8c17d047a7e107da2061d4f0","kind":"tag","published_at":"2015-03-18T04:13:12.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.3/manifests"},{"name":"1.10.2","sha":"74ef3b02a189809688290c84bddd54b4f33e1d2b","kind":"tag","published_at":"2014-12-11T09:48:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.2/manifests"},{"name":"1.10.1","sha":"71d7e7c3849982f7596eb7203ed6288ea290f2a1","kind":"tag","published_at":"2014-11-26T00:30:36.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.1/manifests"},{"name":"1.10.0","sha":"7fd59051fc4fb5d1f293675e4a249e3b5b0c406d","kind":"tag","published_at":"2014-11-20T06:20:09.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.0/manifests"},{"name":"1.9.0","sha":"a3c7f8c681c5809d6b5771bcd376b0b1817a4d38","kind":"tag","published_at":"2014-08-22T10:47:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.9.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.9.0/manifests"},{"name":"1.8.0","sha":"356a131d83c27e00a61a61fcc1264958942710a4","kind":"tag","published_at":"2014-05-03T10:15:32.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.8.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.8.0/manifests"},{"name":"1.7.0","sha":"dc8a30137def6524330b4a235158ca84ebc864f7","kind":"tag","published_at":"2014-04-26T11:19:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.7.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.7.0/manifests"},{"name":"1.6.0","sha":"4abbac872ccf0c253374277ce7c72f188b8469b7","kind":"commit","published_at":"2014-01-26T05:02:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.6.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.6.0/manifests"},{"name":"1.5.1","sha":"928e21c085621cc7baf4bad0b8ade851d35d62fa","kind":"commit","published_at":"2014-01-14T09:22:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.5.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.1/manifests"},{"name":"1.5.0","sha":"9826d05da58c4f3281de43bc268dd7a7674f8385","kind":"commit","published_at":"2014-01-02T10:04:43.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.5.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.0/manifests"},{"name":"1.4.2","sha":"4f6dda2be47c92d5554e34414304b3c1e23b221c","kind":"commit","published_at":"2013-12-28T02:53:35.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"440b8beeda5fe3fe601c275661d0c86bea7e7dc7","kind":"commit","published_at":"2013-12-23T00:26:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.1/manifests"},{"name":"1.4.0","sha":"f005088486bbb0f285ae5532ef1a18ed6c3b1f85","kind":"commit","published_at":"2013-12-20T09:56:49.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.0/manifests"},{"name":"1.3.1","sha":"a260e7cd2c36c475823ab57f548d321615178454","kind":"commit","published_at":"2013-12-19T11:15:10.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.3.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.1/manifests"},{"name":"1.3.0","sha":"fd6abb6c43699bc80b3810ef2861b5cb18f08fb4","kind":"commit","published_at":"2013-12-19T10:46:24.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.3.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.0/manifests"},{"name":"1.2.1","sha":"a8fd78136bebe05cb94470b9b514ba5167f5a687","kind":"commit","published_at":"2013-10-16T05:42:33.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.2.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.1/manifests"},{"name":"1.2.0","sha":"8dc4c2cfd92940c83e76882f433dce85f1b846a8","kind":"commit","published_at":"2013-10-11T01:03:41.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.2.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.0/manifests"},{"name":"1.1.4","sha":"34e963a757cb5b8c5f21d0c34f1ca055a0e0ad5f","kind":"commit","published_at":"2013-09-27T02:33:47.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.4/manifests"},{"name":"1.1.3","sha":"cecccbdaeeb1a5b3428351a38011f6bc6bca36b5","kind":"commit","published_at":"2013-09-24T10:48:06.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.3/manifests"},{"name":"1.1.2","sha":"d1036fe0de611f4790f534e15dfd264ee2843eae","kind":"commit","published_at":"2013-09-20T12:16:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.2/manifests"},{"name":"1.1.1","sha":"032c7c6b42981742b5c228e68aae2fb2f98da196","kind":"commit","published_at":"2013-09-19T12:34:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.1/manifests"},{"name":"1.1.0","sha":"2bc2959d4e36140801d27d24c24dca461ae50470","kind":"commit","published_at":"2013-09-18T12:07:16.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.0/manifests"},{"name":"1.0.0","sha":"4a0420cc40c6d7b73498a58283e2d62a6a0d4a15","kind":"commit","published_at":"2013-09-06T21:18:31.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.0.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-10-21T00:56:18.961Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/py3-wrapt-pyc?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.21","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-wrapt-pyc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-wrapt-pyc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-wrapt-pyc/dependencies","status":null,"funding_links":["https://github.com/sponsors/GrahamDumpleton"],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-20T05:00:42.535Z","issues_count":117,"pull_requests_count":52,"avg_time_to_close_issue":40792119.4054054,"avg_time_to_close_pull_request":26920321.43902439,"issues_closed_count":74,"pull_requests_closed_count":41,"pull_request_authors_count":32,"issue_authors_count":103,"avg_comments_per_issue":6.538461538461538,"avg_comments_per_pull_request":3.6153846153846154,"merged_pull_requests_count":21,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":9,"past_year_pull_requests_count":18,"past_year_avg_time_to_close_issue":67627.5,"past_year_avg_time_to_close_pull_request":5039400.363636363,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":7,"past_year_issue_authors_count":8,"past_year_avg_comments_per_issue":8.666666666666666,"past_year_avg_comments_per_pull_request":1.722222222222222,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":9,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/py3-wrapt-pyc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/py3-wrapt-pyc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/py3-wrapt-pyc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/py3-wrapt-pyc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/py3-wrapt-pyc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/py3-wrapt-pyc/codemeta","maintainers":[{"uuid":"prspkt@protonmail.com","login":null,"name":"prspkt","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=prspkt","packages_count":80,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=prspkt","role":null,"created_at":"2024-12-09T18:56:53.606Z","updated_at":"2024-12-09T18:56:53.606Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/maintainers/prspkt@protonmail.com/packages"}],"registry":{"name":"alpine-v3.21","url":"https://pkgs.alpinelinux.org/packages?branch=v3.21","ecosystem":"alpine","default":false,"packages_count":25393,"maintainers_count":413,"namespaces_count":2,"keywords_count":3612,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1270},"icon_url":"https://github.com/alpinelinux.png","created_at":"2024-12-06T12:06:36.014Z","updated_at":"2026-06-10T05:18:33.774Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/namespaces"}},{"id":13308649,"name":"python311Packages.wrapt","ecosystem":"nixpkgs","description":"Module for decorators, wrappers and monkey patching","homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T07:11:23.960Z","latest_release_published_at":"2026-02-02T07:11:23.960Z","latest_release_number":"1.14.1","last_synced_at":"2026-03-08T11:45:27.203Z","created_at":"2026-02-02T07:11:22.893Z","updated_at":"2026-03-10T07:37:35.045Z","registry_url":"https://search.nixos.org/packages?channel=23.11\u0026query=python311Packages.wrapt","install_command":"nix-env -iA nixpkgs.python311Packages.wrapt","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/development/python-modules/wrapt/default.nix#L36","metadata":{"nix_attribute":"python3.11-wrapt-1.14.1","position":"pkgs/development/python-modules/wrapt/default.nix:36","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","x86_64-windows","i686-windows"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","doc","out"],"upstream_ecosystem":"pypi","upstream_name":"wrapt","upstream_purl":"pkg:pypi/wrapt"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/python311Packages.wrapt?channel=23.11\u0026repository_url=https://channels.nixos.org/nixos-23.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python311Packages.wrapt","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python311Packages.wrapt","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python311Packages.wrapt/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python311Packages.wrapt/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python311Packages.wrapt/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python311Packages.wrapt/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python311Packages.wrapt/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python311Packages.wrapt/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python311Packages.wrapt/codemeta","maintainers":[],"registry":{"name":"nixpkgs-23.11","url":"https://channels.nixos.org/nixos-23.11","ecosystem":"nixpkgs","default":false,"packages_count":108178,"maintainers_count":2997,"namespaces_count":0,"keywords_count":569,"github":"NixOS","metadata":{"funded_packages_count":229},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.577Z","updated_at":"2026-06-10T05:16:53.702Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/namespaces"}},{"id":13300988,"name":"python310Packages.wrapt","ecosystem":"nixpkgs","description":"Module for decorators, wrappers and monkey patching","homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T06:44:06.138Z","latest_release_published_at":"2026-02-02T06:44:06.138Z","latest_release_number":"1.14.1","last_synced_at":"2026-04-12T03:03:32.752Z","created_at":"2026-02-02T06:44:05.898Z","updated_at":"2026-04-12T03:03:32.752Z","registry_url":"https://search.nixos.org/packages?channel=23.11\u0026query=python310Packages.wrapt","install_command":"nix-env -iA nixpkgs.python310Packages.wrapt","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/development/python-modules/wrapt/default.nix#L36","metadata":{"nix_attribute":"python3.10-wrapt-1.14.1","position":"pkgs/development/python-modules/wrapt/default.nix:36","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","x86_64-windows","i686-windows"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","doc","out"],"upstream_ecosystem":"pypi","upstream_name":"wrapt","upstream_purl":"pkg:pypi/wrapt"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/python310Packages.wrapt?channel=23.11\u0026repository_url=https://channels.nixos.org/nixos-23.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python310Packages.wrapt","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python310Packages.wrapt","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python310Packages.wrapt/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python310Packages.wrapt/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python310Packages.wrapt/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python310Packages.wrapt/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python310Packages.wrapt/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python310Packages.wrapt/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python310Packages.wrapt/codemeta","maintainers":[],"registry":{"name":"nixpkgs-23.11","url":"https://channels.nixos.org/nixos-23.11","ecosystem":"nixpkgs","default":false,"packages_count":108178,"maintainers_count":2997,"namespaces_count":0,"keywords_count":569,"github":"NixOS","metadata":{"funded_packages_count":229},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.577Z","updated_at":"2026-06-10T05:16:53.702Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/namespaces"}},{"id":13441948,"name":"python-wrapt","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-08T06:29:45.946Z","latest_release_published_at":"2026-02-08T06:29:45.946Z","latest_release_number":"1.15.0-2build3","last_synced_at":"2026-03-08T07:36:36.931Z","created_at":"2026-02-08T06:29:45.637Z","updated_at":"2026-03-10T12:33:01.327Z","registry_url":"https://launchpad.net/ubuntu/+source/python-wrapt","install_command":"apt-get install python-wrapt","documentation_url":null,"metadata":{"component":"main","architecture":"any all","priority":"optional","binary":"python-wrapt-doc, python3-wrapt","standards_version":"4.1.1","maintainer":"Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e","build_depends":"debhelper-compat (= 11), dh-python, openstack-pkg-tools, python3-all, python3-all-dev, python3-pytest, python3-setuptools, python3-sphinx, python3-sphinx-rtd-theme","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/python-wrapt?arch=source\u0026distro=ubuntu-24.10\u0026repository_url=https://launchpad.net/ubuntu/oracular","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/python-wrapt","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/python-wrapt","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/python-wrapt/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/python-wrapt/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/python-wrapt/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/python-wrapt/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/python-wrapt/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/python-wrapt/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/python-wrapt/codemeta","maintainers":[],"registry":{"name":"ubuntu-24.10","url":"https://launchpad.net/ubuntu/oracular","ecosystem":"ubuntu","default":false,"packages_count":38437,"maintainers_count":0,"namespaces_count":4,"keywords_count":1473,"github":"ubuntu","metadata":{"codename":"oracular","mirror":"http://old-releases.ubuntu.com/ubuntu","funded_packages_count":214},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.028Z","updated_at":"2026-06-10T05:17:05.787Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/namespaces"}},{"id":12835625,"name":"python311Packages.wrapt","ecosystem":"nixpkgs","description":"Module for decorators, wrappers and monkey patching","homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-26T20:52:31.164Z","latest_release_published_at":"2026-01-26T20:52:31.164Z","latest_release_number":"1.14.1","last_synced_at":"2026-04-08T11:05:52.847Z","created_at":"2026-01-26T20:52:31.012Z","updated_at":"2026-04-08T11:05:52.848Z","registry_url":"https://search.nixos.org/packages?channel=23.05\u0026query=python311Packages.wrapt","install_command":"nix-env -iA nixpkgs.python311Packages.wrapt","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/development/python-modules/wrapt/default.nix#L36","metadata":{"nix_attribute":"python3.11-wrapt-1.14.1","position":"pkgs/development/python-modules/wrapt/default.nix:36","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mipsel-linux","mips64el-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","doc","out"],"upstream_ecosystem":"pypi","upstream_name":"wrapt","upstream_purl":"pkg:pypi/wrapt"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/python311Packages.wrapt?channel=23.05\u0026repository_url=https://channels.nixos.org/nixos-23.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python311Packages.wrapt","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python311Packages.wrapt","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python311Packages.wrapt/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python311Packages.wrapt/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python311Packages.wrapt/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python311Packages.wrapt/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python311Packages.wrapt/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python311Packages.wrapt/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python311Packages.wrapt/codemeta","maintainers":[],"registry":{"name":"nixpkgs-23.05","url":"https://channels.nixos.org/nixos-23.05","ecosystem":"nixpkgs","default":false,"packages_count":101092,"maintainers_count":2622,"namespaces_count":0,"keywords_count":613,"github":"NixOS","metadata":{"funded_packages_count":183},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.882Z","updated_at":"2026-06-10T05:16:22.193Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/namespaces"}},{"id":13411358,"name":"python-wrapt","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-06T20:30:19.822Z","latest_release_published_at":"2026-02-06T20:30:19.822Z","latest_release_number":"1.13.3-1build1","last_synced_at":"2026-03-06T20:43:46.896Z","created_at":"2026-02-06T20:30:19.467Z","updated_at":"2026-03-06T21:09:11.884Z","registry_url":"https://launchpad.net/ubuntu/+source/python-wrapt","install_command":"apt-get install python-wrapt","documentation_url":null,"metadata":{"component":"main","architecture":"any all","priority":"optional","binary":"python-wrapt-doc, python3-wrapt","standards_version":"4.1.1","maintainer":"Debian OpenStack \u003cteam+openstack@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 11), dh-python, openstack-pkg-tools (\u003e= 99~), python3-all, python3-all-dev, python3-pytest, python3-setuptools, python3-six, python3-sphinx, python3-sphinx-rtd-theme","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/python-wrapt?arch=source\u0026distro=ubuntu-22.04\u0026repository_url=https://launchpad.net/ubuntu/jammy","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/python-wrapt","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/python-wrapt","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/python-wrapt/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/python-wrapt/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/python-wrapt/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/python-wrapt/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/python-wrapt/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/python-wrapt/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/python-wrapt/codemeta","maintainers":[],"registry":{"name":"ubuntu-22.04","url":"https://launchpad.net/ubuntu/jammy","ecosystem":"ubuntu","default":false,"packages_count":34289,"maintainers_count":0,"namespaces_count":4,"keywords_count":1523,"github":"ubuntu","metadata":{"codename":"jammy","funded_packages_count":167},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:46.486Z","updated_at":"2026-06-10T05:17:45.610Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/namespaces"}},{"id":6219015,"name":"py3-wrapt","ecosystem":"alpine","description":"Module for decorators, wrappers and monkey patching","homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2020-03-09T22:16:26.000Z","latest_release_published_at":"2020-03-09T22:16:26.000Z","latest_release_number":"1.12.1-r0","last_synced_at":"2026-03-23T09:03:24.303Z","created_at":"2023-02-01T03:34:03.609Z","updated_at":"2026-03-23T09:03:24.304Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.12/community/x86_64/py3-wrapt","install_command":"apk add py3-wrapt","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":8694002,"uuid":"10357291","full_name":"GrahamDumpleton/wrapt","owner":"GrahamDumpleton","description":"A Python module for decorators, wrappers and monkey patching.","archived":false,"fork":false,"pushed_at":"2025-10-17T07:59:23.000Z","size":1486,"stargazers_count":2221,"open_issues_count":55,"forks_count":244,"subscribers_count":41,"default_branch":"develop","last_synced_at":"2025-10-19T12:54:43.803Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GrahamDumpleton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["GrahamDumpleton"]}},"created_at":"2013-05-29T10:22:45.000Z","updated_at":"2025-10-19T04:26:26.000Z","dependencies_parsed_at":"2024-01-15T03:58:05.093Z","dependency_job_id":"9f56c0e6-6d73-4ece-98ce-41503187ae82","html_url":"https://github.com/GrahamDumpleton/wrapt","commit_stats":{"total_commits":675,"total_committers":29,"mean_commits":"23.275862068965516","dds":0.1274074074074074,"last_synced_commit":"0da4ba568953b58cb0fe022684cf58fc307c9d83"},"previous_names":[],"tags_count":69,"template":false,"template_full_name":null,"purl":"pkg:github/GrahamDumpleton/wrapt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/sbom","scorecard":{"id":58984,"data":{"date":"2025-08-11","repo":{"name":"github.com/GrahamDumpleton/wrapt","commit":"c71bbf7198752f0f488cd6227a457c546adc3cec"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.4,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":0,"reason":"Found 0/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/build-test-release.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"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/build-test-release.yml:222: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:227: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:80: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:105: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:161: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:186: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test-release.yml:196: update your workflow using https://app.stepsecurity.io/secureworkflow/GrahamDumpleton/wrapt/build-test-release.yml/develop?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:112","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:114","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:116","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:193","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:41","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:73","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:75","Warn: pipCommand not pinned by hash: .github/workflows/build-test-release.yml:77","Info:   0 out of  15 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of  10 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 2-Clause \"Simplified\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'develop'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}}]},"last_synced_at":"2025-08-15T01:18:52.523Z","repository_id":8694002,"created_at":"2025-08-15T01:18:52.523Z","updated_at":"2025-08-15T01:18:52.523Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279932269,"owners_count":26246523,"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-19T02:00:07.647Z","response_time":64,"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":"GrahamDumpleton","name":"Graham Dumpleton","uuid":"507637","kind":"user","description":"","email":"","website":"http://blog.dscpl.com.au","location":"Sydney, Australia","twitter":"GrahamDumpleton","company":null,"icon_url":"https://avatars.githubusercontent.com/u/507637?v=4","repositories_count":20,"last_synced_at":"2025-10-20T04:43:11.061Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/GrahamDumpleton","funding_links":["https://github.com/sponsors/GrahamDumpleton"],"total_stars":3189,"followers":676,"following":0,"created_at":"2022-11-02T16:22:48.531Z","updated_at":"2025-10-20T04:43:11.061Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrahamDumpleton/repositories"},"tags":[{"name":"2.0.0rc6","sha":"93ec4aa33ded323d546a447c9dc93433c03e0942","kind":"tag","published_at":"2025-10-17T07:59:20.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc6","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc6/manifests"},{"name":"2.0.0rc5","sha":"074d2785d8efde7d5150609e0048faf1ec888e95","kind":"tag","published_at":"2025-10-16T05:11:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc5","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc5/manifests"},{"name":"2.0.0rc4","sha":"809cb14094467e6f17ad467bae34f60cf3df6500","kind":"tag","published_at":"2025-10-05T09:27:36.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc4/manifests"},{"name":"2.0.0rc3","sha":"d9cc11b32d1fb7dd7800b3e39559d627f92ec13d","kind":"tag","published_at":"2025-10-03T23:21:44.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc3/manifests"},{"name":"2.0.0rc2","sha":"f78e26c86bac207144893e50c214d7538e36a814","kind":"tag","published_at":"2025-08-19T01:36:57.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc2/manifests"},{"name":"1.14.2","sha":"16cff8e15f3f234686abf9ace315094ec319af2a","kind":"tag","published_at":"2025-08-12T06:34:45.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.2/manifests"},{"name":"1.17.3","sha":"99130c02842c87001f40dbe73e21934c0615398d","kind":"tag","published_at":"2025-08-12T04:58:30.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.3/manifests"},{"name":"2.0.0rc1","sha":"42afd773f4ba0d181310d5cac2bbe3199b2378d1","kind":"tag","published_at":"2025-08-11T08:41:47.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/2.0.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/2.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@2.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/2.0.0rc1/manifests"},{"name":"1.17.2","sha":"bcc1f26b2fe8fc962f5033c3a3a773425500789a","kind":"tag","published_at":"2025-01-14T10:18:28.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.2/manifests"},{"name":"1.17.1","sha":"c41e6eadb39f45ce96f488cecb250e417926b49d","kind":"tag","published_at":"2025-01-11T02:25:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.1/manifests"},{"name":"1.17.0","sha":"e663d4910a81d666786ac773ad7c16199b01d31b","kind":"tag","published_at":"2024-11-22T06:00:51.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0/manifests"},{"name":"1.17.0rc1","sha":"75f291f8bf1fe6535b13b0b3dfedca012ca6c8a5","kind":"tag","published_at":"2024-10-17T02:34:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0rc1/manifests"},{"name":"1.17.0dev4","sha":"1a6b4680cba43c28f991149800249ec9f3089e26","kind":"tag","published_at":"2024-10-07T23:00:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev4/manifests"},{"name":"1.17.0dev3","sha":"74d5547da1d0fdd8b6401805ac23ec942e9dd8f2","kind":"tag","published_at":"2024-10-06T23:40:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev3/manifests"},{"name":"1.17.0dev2","sha":"c91f60cca38ed012de06b116acb9339c4a992157","kind":"tag","published_at":"2024-10-06T23:23:50.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev2/manifests"},{"name":"1.17.0dev1","sha":"a8066b5637b2e76c112c30a3b8df0020854a2b90","kind":"tag","published_at":"2024-10-06T22:55:49.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.17.0dev1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.17.0dev1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.17.0dev1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.17.0dev1/manifests"},{"name":"1.16.0","sha":"14ac73e28b2e8b330443e1d31c4a1d226329babc","kind":"tag","published_at":"2023-11-09T06:09:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0/manifests"},{"name":"1.16.0rc2","sha":"8d0836d7c4f08f442d38d5af6984fac98f132170","kind":"tag","published_at":"2023-11-05T01:33:18.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc2/manifests"},{"name":"1.16.0rc1","sha":"0c9ad919240f7c49cf5ff39e1f690cc9b35aa671","kind":"tag","published_at":"2023-10-07T06:41:32.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.16.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.16.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.16.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.16.0rc1/manifests"},{"name":"1.15.0","sha":"0634a79c934e4bbf11b4081d3f1610588d7ae4a6","kind":"tag","published_at":"2023-02-27T01:08:18.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.15.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0/manifests"},{"name":"1.15.0rc1","sha":"c11181dc7b891c9e59391a24379f89a8cdac9092","kind":"tag","published_at":"2023-01-12T06:57:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.15.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.15.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.15.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.15.0rc1/manifests"},{"name":"1.14.1","sha":"f2f1a680113d500f525de78da91ae19235efef16","kind":"tag","published_at":"2022-05-02T04:27:44.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.1/manifests"},{"name":"1.14.0","sha":"77634fa8a3e092b2e876f4ffec8849a0fe5a33fb","kind":"tag","published_at":"2022-03-10T07:11:34.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0/manifests"},{"name":"1.14.0rc1","sha":"8f180bf981fc7a92094cfecfd7a9e5f591d4bd4b","kind":"tag","published_at":"2022-03-05T06:07:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.14.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.14.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.14.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.14.0rc1/manifests"},{"name":"1.13.3","sha":"4c614824025222c12ce41301213842f5c3cb0139","kind":"tag","published_at":"2021-10-29T21:00:41.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3/manifests"},{"name":"1.13.3rc1","sha":"d604b81ebbe7f23f132bf269c55397827efa4d13","kind":"tag","published_at":"2021-10-17T01:01:02.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.3rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.3rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.3rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.3rc1/manifests"},{"name":"1.13.2rc1","sha":"7990df3f32bd0ffb795ce0bc28e0d6b4cbae803e","kind":"tag","published_at":"2021-10-17T01:00:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.2rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.2rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.2rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2rc1/manifests"},{"name":"1.13.0rc1","sha":"97743109d79a3a3e5bf8b7b5b18d0ec92b2654ab","kind":"tag","published_at":"2021-10-17T00:55:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc1/manifests"},{"name":"1.13.0rc3","sha":"690cc2cb654a5772d73ecc83932358b4a6091921","kind":"tag","published_at":"2021-10-17T00:54:52.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc3/manifests"},{"name":"1.13.0rc2","sha":"7cb212b7021ec026fcbc928491819166ed18eecc","kind":"tag","published_at":"2021-10-17T00:54:35.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0rc2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0rc2/manifests"},{"name":"1.13.2","sha":"a8f5b3c11c42bbe082eb408f6a3228eb1988114f","kind":"tag","published_at":"2021-10-13T03:21:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.2/manifests"},{"name":"1.13.1","sha":"463f54d26cb5a486ca8cb995a07d039f297bcd0d","kind":"tag","published_at":"2021-10-05T04:09:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.1/manifests"},{"name":"1.13.0","sha":"013632b7a1763f75d8ebc60238568f9a47715ad9","kind":"tag","published_at":"2021-10-04T23:50:30.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.13.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.13.0/manifests"},{"name":"1.12.1","sha":"68316bea668fd905a4acb21f37f12596d8c30d80","kind":"tag","published_at":"2020-03-09T02:31:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.12.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.1/manifests"},{"name":"1.12.0","sha":"0148e39ab7baffe281e2ce7e6639c9a46da3afeb","kind":"tag","published_at":"2020-02-16T23:26:17.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.12.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.12.0/manifests"},{"name":"1.11.2","sha":"22df552d2a0836ab7dc7127d19b90d15d3bba803","kind":"tag","published_at":"2019-06-18T01:10:12.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.2/manifests"},{"name":"1.11.1","sha":"58209f12d31e0339b2570ecda15d43a79fb9b4ff","kind":"tag","published_at":"2019-01-19T05:37:04.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.1/manifests"},{"name":"1.11.0","sha":"f17fef7f85204ecdf4aad05a45459fb46b0c37a0","kind":"tag","published_at":"2019-01-10T04:28:46.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.11.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.11.0/manifests"},{"name":"1.10.11","sha":"a4aeb4c7924ca18f4e9afa97172c95b1dad1e925","kind":"tag","published_at":"2017-08-11T05:22:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.11","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.11/manifests"},{"name":"1.10.10","sha":"b2e4759d31b3e4815077f03aeefea9ceadc67530","kind":"tag","published_at":"2017-03-15T00:37:55.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.10","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.10/manifests"},{"name":"1.10.9","sha":"f857716ca6cb08a29c2db7af633c57007773a5b5","kind":"tag","published_at":"2017-03-15T00:02:23.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.9","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.9/manifests"},{"name":"1.10.8","sha":"5f70d5c6b0d8c9a21a9396dfc261699fee4e023d","kind":"tag","published_at":"2016-04-10T23:32:33.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.8","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.8/manifests"},{"name":"1.10.7","sha":"fa8f7305886eff6df7b1cb06bc0eeb3a26b96cef","kind":"tag","published_at":"2016-03-31T05:49:07.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.7","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.7/manifests"},{"name":"1.10.6","sha":"5ce37e6dc4a91b4f5e0d57d62b5b182e2162016f","kind":"tag","published_at":"2015-12-08T23:05:05.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.6","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.6/manifests"},{"name":"1.10.5","sha":"42af0563bf88e84d215dea9ea6f989cb867e930e","kind":"tag","published_at":"2015-07-03T00:29:15.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.5","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.5/manifests"},{"name":"1.10.4","sha":"e57ed908133f52dce74ff35a321eb5cf9faa4e80","kind":"tag","published_at":"2015-03-18T04:24:34.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.4/manifests"},{"name":"1.10.3","sha":"778f1a0923215e2b8c17d047a7e107da2061d4f0","kind":"tag","published_at":"2015-03-18T04:13:12.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.3/manifests"},{"name":"1.10.2","sha":"74ef3b02a189809688290c84bddd54b4f33e1d2b","kind":"tag","published_at":"2014-12-11T09:48:25.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.2/manifests"},{"name":"1.10.1","sha":"71d7e7c3849982f7596eb7203ed6288ea290f2a1","kind":"tag","published_at":"2014-11-26T00:30:36.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.1/manifests"},{"name":"1.10.0","sha":"7fd59051fc4fb5d1f293675e4a249e3b5b0c406d","kind":"tag","published_at":"2014-11-20T06:20:09.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.10.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.10.0/manifests"},{"name":"1.9.0","sha":"a3c7f8c681c5809d6b5771bcd376b0b1817a4d38","kind":"tag","published_at":"2014-08-22T10:47:29.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.9.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.9.0/manifests"},{"name":"1.8.0","sha":"356a131d83c27e00a61a61fcc1264958942710a4","kind":"tag","published_at":"2014-05-03T10:15:32.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.8.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.8.0/manifests"},{"name":"1.7.0","sha":"dc8a30137def6524330b4a235158ca84ebc864f7","kind":"tag","published_at":"2014-04-26T11:19:39.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.7.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.7.0/manifests"},{"name":"1.6.0","sha":"4abbac872ccf0c253374277ce7c72f188b8469b7","kind":"commit","published_at":"2014-01-26T05:02:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.6.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.6.0/manifests"},{"name":"1.5.1","sha":"928e21c085621cc7baf4bad0b8ade851d35d62fa","kind":"commit","published_at":"2014-01-14T09:22:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.5.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.1/manifests"},{"name":"1.5.0","sha":"9826d05da58c4f3281de43bc268dd7a7674f8385","kind":"commit","published_at":"2014-01-02T10:04:43.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.5.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.5.0/manifests"},{"name":"1.4.2","sha":"4f6dda2be47c92d5554e34414304b3c1e23b221c","kind":"commit","published_at":"2013-12-28T02:53:35.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"440b8beeda5fe3fe601c275661d0c86bea7e7dc7","kind":"commit","published_at":"2013-12-23T00:26:27.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.1/manifests"},{"name":"1.4.0","sha":"f005088486bbb0f285ae5532ef1a18ed6c3b1f85","kind":"commit","published_at":"2013-12-20T09:56:49.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.4.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.4.0/manifests"},{"name":"1.3.1","sha":"a260e7cd2c36c475823ab57f548d321615178454","kind":"commit","published_at":"2013-12-19T11:15:10.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.3.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.1/manifests"},{"name":"1.3.0","sha":"fd6abb6c43699bc80b3810ef2861b5cb18f08fb4","kind":"commit","published_at":"2013-12-19T10:46:24.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.3.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.3.0/manifests"},{"name":"1.2.1","sha":"a8fd78136bebe05cb94470b9b514ba5167f5a687","kind":"commit","published_at":"2013-10-16T05:42:33.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.2.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.1/manifests"},{"name":"1.2.0","sha":"8dc4c2cfd92940c83e76882f433dce85f1b846a8","kind":"commit","published_at":"2013-10-11T01:03:41.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.2.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.2.0/manifests"},{"name":"1.1.4","sha":"34e963a757cb5b8c5f21d0c34f1ca055a0e0ad5f","kind":"commit","published_at":"2013-09-27T02:33:47.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.4","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.4/manifests"},{"name":"1.1.3","sha":"cecccbdaeeb1a5b3428351a38011f6bc6bca36b5","kind":"commit","published_at":"2013-09-24T10:48:06.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.3","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.3/manifests"},{"name":"1.1.2","sha":"d1036fe0de611f4790f534e15dfd264ee2843eae","kind":"commit","published_at":"2013-09-20T12:16:14.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.2","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.2/manifests"},{"name":"1.1.1","sha":"032c7c6b42981742b5c228e68aae2fb2f98da196","kind":"commit","published_at":"2013-09-19T12:34:26.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.1","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.1/manifests"},{"name":"1.1.0","sha":"2bc2959d4e36140801d27d24c24dca461ae50470","kind":"commit","published_at":"2013-09-18T12:07:16.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.1.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.1.0/manifests"},{"name":"1.0.0","sha":"4a0420cc40c6d7b73498a58283e2d62a6a0d4a15","kind":"commit","published_at":"2013-09-06T21:18:31.000Z","download_url":"https://codeload.github.com/GrahamDumpleton/wrapt/tar.gz/1.0.0","html_url":"https://github.com/GrahamDumpleton/wrapt/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/GrahamDumpleton/wrapt@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/tags/1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-10-21T00:56:18.963Z","dependent_packages_count":1,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":21.468306824414324,"stargazers_count":3.3847841416594844,"forks_count":4.442529185928073,"average":7.32390503800047},"purl":"pkg:apk/alpine/py3-wrapt?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.12","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-wrapt","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-wrapt","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-wrapt/dependencies","status":null,"funding_links":["https://github.com/sponsors/GrahamDumpleton"],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-20T05:00:42.535Z","issues_count":117,"pull_requests_count":52,"avg_time_to_close_issue":40792119.4054054,"avg_time_to_close_pull_request":26920321.43902439,"issues_closed_count":74,"pull_requests_closed_count":41,"pull_request_authors_count":32,"issue_authors_count":103,"avg_comments_per_issue":6.538461538461538,"avg_comments_per_pull_request":3.6153846153846154,"merged_pull_requests_count":21,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":9,"past_year_pull_requests_count":18,"past_year_avg_time_to_close_issue":67627.5,"past_year_avg_time_to_close_pull_request":5039400.363636363,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":7,"past_year_issue_authors_count":8,"past_year_avg_comments_per_issue":8.666666666666666,"past_year_avg_comments_per_pull_request":1.722222222222222,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":9,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.12/packages/py3-wrapt/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.12/packages/py3-wrapt/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.12/packages/py3-wrapt/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.12/packages/py3-wrapt/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.12/packages/py3-wrapt/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.12/packages/py3-wrapt/codemeta","maintainers":[{"uuid":"prspkt@protonmail.com","login":null,"name":"prspkt","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=prspkt","packages_count":37,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=prspkt","role":null,"created_at":"2023-02-06T13:08:16.662Z","updated_at":"2023-02-06T13:08:16.662Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.12/maintainers/prspkt@protonmail.com/packages"}],"registry":{"name":"alpine-v3.12","url":"https://pkgs.alpinelinux.org/packages?branch=v3.12","ecosystem":"alpine","default":false,"packages_count":12763,"maintainers_count":216,"namespaces_count":2,"keywords_count":1443,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":482},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.748Z","updated_at":"2026-06-10T05:16:20.001Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.12/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.12/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.12/namespaces"}},{"id":8678581,"name":"py3-wrapt","ecosystem":"alpine","description":"Module for decorators, wrappers and monkey patching","homepage":"https://github.com/GrahamDumpleton/wrapt","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/GrahamDumpleton/wrapt","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2023-11-10T22:46:11.000Z","latest_release_published_at":"2023-11-10T22:46:11.000Z","latest_release_number":"1.16.0-r0","last_synced_at":"2026-03-23T09:15:48.521Z","created_at":"2023-12-20T10:31:25.773Z","updated_at":"2026-03-23T09:15:48.521Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.19/community/x86_64/py3-wrapt","install_command":"apk add py3-wrapt","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/py3-wrapt?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.19","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-wrapt","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-wrapt","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-wrapt/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/py3-wrapt/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/py3-wrapt/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/py3-wrapt/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/py3-wrapt/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/py3-wrapt/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/py3-wrapt/codemeta","maintainers":[{"uuid":"prspkt@protonmail.com","login":null,"name":"prspkt","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=prspkt","packages_count":78,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=prspkt","role":null,"created_at":"2024-08-26T10:55:38.533Z","updated_at":"2024-08-26T10:55:38.533Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/maintainers/prspkt@protonmail.com/packages"}],"registry":{"name":"alpine-v3.19","url":"https://pkgs.alpinelinux.org/packages?branch=v3.19","ecosystem":"alpine","default":false,"packages_count":23031,"maintainers_count":392,"namespaces_count":2,"keywords_count":3179,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":824},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-12-20T09:51:56.346Z","updated_at":"2026-06-10T05:19:05.125Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/namespaces"}}],"commits":{"id":1816,"full_name":"GrahamDumpleton/wrapt","default_branch":"develop","total_commits":1121,"total_committers":37,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":30.2972972972973,"dds":0.09634255129348801,"past_year_total_commits":442,"past_year_total_committers":7,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":63.142857142857146,"past_year_dds":0.04524886877828049,"last_synced_at":"2026-04-30T12:58:41.776Z","last_synced_commit":"7e09f904eb0cbe2ede2ee8f5ac8c434875d36668","created_at":"2023-03-07T09:12:27.386Z","updated_at":"2026-04-30T12:58:36.446Z","committers":[{"name":"Graham Dumpleton","email":"Graham.Dumpleton@gmail.com","login":"GrahamDumpleton","count":1013},{"name":"Martin Larralde","email":"martin.larralde@embl.de","login":"althonos","count":18},{"name":"stepshal","email":"nessento@openmailbox.org","login":null,"count":11},{"name":"Aron Griffis","email":"aron@arongriffis.com","login":"agriffis","count":9},{"name":"Varun Agrawal","email":"varagrawal@gmail.com","login":"varunagrawal","count":9},{"name":"Finn Womack","email":"flan313@gmail.com","login":"finnagin","count":6},{"name":"user","email":"grayjk@gmail.com","login":"grayjk","count":5},{"name":"ffgan","email":"sudoemt@gmail.com","login":"ffgan","count":4},{"name":"Allan Feldman","email":"afeldman@newrelic.com","login":"a-feld","count":4},{"name":"Hugo","email":"hugovk","login":"hugovk","count":3},{"name":"James G. Reynolds","email":"eire1130@gmail.com","login":"eire1130","count":3},{"name":"Yaroslav Halchenko","email":"debian@onerussian.com","login":"yarikoptic","count":3},{"name":"Cyril Jouve","email":"jv.cyril@gmail.com","login":"jouve","count":2},{"name":"Eugene Toder","email":"eltoder@gmail.com","login":"eltoder","count":2},{"name":"Filipe Laíns","email":"lains@riseup.net","login":"FFY00","count":2},{"name":"Kadir Can Ozden","email":"101993364+bysiber","login":"bysiber","count":2},{"name":"Stevie","email":"stevie.gayet@backmarket.com","login":"stegayet","count":2},{"name":"Thor Whalen","email":"thorwhalen1@gmail.com","login":"thorwhalen","count":2},{"name":"Varsha GS","email":"varsha.gs@ibm.com","login":"GSVarsha","count":2},{"name":"hongweipeng","email":"hongweichen8888@sina.com","login":"hongweipeng","count":2},{"name":"rsyring","email":"rsyring@gmail.com","login":"rsyring","count":1},{"name":"Adam Chainz","email":"adam@adamj.eu","login":null,"count":1},{"name":"Neil Wadhvana","email":"neil.wadhvana@torc.ai","login":null,"count":1},{"name":"odidev","email":"odidev@puresoftware.com","login":"odidev","count":1},{"name":"daniel-o-jones","email":"52241655+daniel-o-jones","login":"daniel-o-jones","count":1},{"name":"Tom Hu","email":"thomas.hu@sentry.io","login":"thomasrockhu-codecov","count":1},{"name":"Tim Gates","email":"tim.gates@iress.com","login":"timgates42","count":1},{"name":"Miro Hrončok","email":"miro@hroncok.cz","login":"hroncok","count":1},{"name":"Laurie O","email":"laurie_opperman@hotmail.com","login":"EpicWink","count":1},{"name":"Javier Candeira","email":"javier@candeira.com","login":"candeira","count":1},{"name":"Jakub Wilk","email":"jwilk@jwilk.net","login":"jwilk","count":1},{"name":"Ionel Cristian Mărieș","email":"contact@ionelmc.ro","login":"ionelmc","count":1},{"name":"Grégory Starck","email":"g.starck@gmail.com","login":"gst","count":1},{"name":"Ghostkeeper","email":"ghost_keeper+github@hotmail.com","login":"Ghostkeeper","count":1},{"name":"Federico Stra","email":"stra.federico@gmail.com","login":"FedericoStra","count":1},{"name":"Ben Greiner","email":"code@bnavigator.de","login":"bnavigator","count":1},{"name":"Adam Johnson","email":"me@adamj.eu","login":"adamchainz","count":1}],"past_year_committers":[{"name":"Graham Dumpleton","email":"Graham.Dumpleton@gmail.com","login":"GrahamDumpleton","count":422},{"name":"Finn Womack","email":"flan313@gmail.com","login":"finnagin","count":6},{"name":"user","email":"grayjk@gmail.com","login":"grayjk","count":5},{"name":"ffgan","email":"sudoemt@gmail.com","login":"ffgan","count":4},{"name":"Varsha GS","email":"varsha.gs@ibm.com","login":"GSVarsha","count":2},{"name":"Kadir Can Ozden","email":"101993364+bysiber","login":"bysiber","count":2},{"name":"Laurie O","email":"laurie_opperman@hotmail.com","login":"EpicWink","count":1}],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-04-30T00:00:07.427Z","repositories_count":6223834,"commits_count":900050450,"contributors_count":34902052,"owners_count":1147610,"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":"GrahamDumpleton/wrapt","html_url":"https://github.com/GrahamDumpleton/wrapt","last_synced_at":"2026-04-25T19:01:26.765Z","status":null,"issues_count":141,"pull_requests_count":57,"avg_time_to_close_issue":63699066.2,"avg_time_to_close_pull_request":26637224.340425532,"issues_closed_count":110,"pull_requests_closed_count":47,"pull_request_authors_count":33,"issue_authors_count":123,"avg_comments_per_issue":6.652482269503546,"avg_comments_per_pull_request":3.8771929824561404,"merged_pull_requests_count":24,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":24,"past_year_pull_requests_count":16,"past_year_avg_time_to_close_issue":929677.9285714285,"past_year_avg_time_to_close_pull_request":1936863.8333333333,"past_year_issues_closed_count":14,"past_year_pull_requests_closed_count":12,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":22,"past_year_avg_comments_per_issue":5.541666666666667,"past_year_avg_comments_per_pull_request":3.125,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":10,"created_at":"2023-05-10T11:04:54.486Z","updated_at":"2026-04-25T19:01:26.771Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrahamDumpleton%2Fwrapt/issues","issue_labels_count":{"table":{"question":1}},"pull_request_labels_count":{"table":{"dependencies":1}},"issue_author_associations_count":{"table":{"NONE":130,"CONTRIBUTOR":10,"OWNER":1}},"pull_request_author_associations_count":{"table":{"NONE":32,"CONTRIBUTOR":25}},"issue_authors":{"table":{"kloczek":5,"lazorchakp":3,"dgrigonis":3,"mtelka":2,"contrast-jproberts":2,"MrFizzyBubbs":2,"Trung0246":2,"injust":2,"simonzack":2,"schlichtanders":2,"DRMacIver":2,"mentalisttraceur":2,"finnagin":2,"yarikoptic":1,"blackd":1,"Dom1st":1,"Tinche":1,"jlec":1,"apirogov":1,"pyhacks":1,"namurphy":1,"rggjan":1,"jelly":1,"arquolo":1,"obmarg":1,"stolpovsky":1,"ankostis":1,"lucaswiman":1,"justeph":1,"marwan116":1,"oobug":1,"pakal":1,"eltoder":1,"bitranox":1,"ceridwen":1,"GSVarsha":1,"SeppMe":1,"abompard":1,"jni":1,"bersbersbers":1,"NellyWhads":1,"fleming79":1,"ymyzk":1,"AlexanderFarkas":1,"gfiedler":1,"andy-maier":1,"antonymilne":1,"levon003":1,"gst":1,"asmodehn":1,"aaltat":1,"pythonoi":1,"FFY00":1,"majorgreys":1,"DarwinAwardWinner":1,"hongweipeng":1,"mghalix":1,"tklltkioc":1,"JaapJoris":1,"GrahamDumpleton":1,"RomanCedric":1,"ilrico":1,"blankjul":1,"lilymooncake":1,"lcrh":1,"OnceUponATimeInAmerica":1,"riga":1,"thedrow":1,"p7g":1,"gmontamat":1,"jbenes1":1,"fizyk":1,"AnthonyTheKoala":1,"mtihlenfield":1,"julianstrietzel":1,"jabooth":1,"Atry":1,"subsurfaceiodev":1,"memsharded":1,"champialex":1,"eli-schwartz":1,"n1ngu":1,"alonp123":1,"Kyle-Verhoog":1,"wpietri":1,"mgorny":1,"hynek":1,"joeyearsley":1,"sxwebster":1,"3CHosler":1,"cristianmatache":1,"IvanMalison":1,"rnikiforova":1,"Spill-Tea":1,"timbrown5":1,"cableray":1,"TafkaMax":1,"henryiii":1,"matt-chalmers":1,"NophKe":1,"andythomas":1,"anuraaga":1,"ThiefMaster":1,"dimaqq":1,"ddelange":1,"NonoBo25":1,"jankatins":1,"bashtage":1,"dongyun-kim-arch":1,"huzecong":1,"asottile":1,"vphilippon":1,"odidev":1,"denizdogan":1,"Ricyteach":1,"ICE-FlatLine":1,"stegayet":1,"harlowja":1,"madssander":1,"mwgamble":1,"NiklasRosenstein":1,"jwilk":1,"guyarad":1}},"pull_request_authors":{"table":{"grayjk":6,"FFY00":4,"Kludex":4,"tiran":3,"stephenfin":3,"finnagin":3,"eltoder":2,"GSVarsha":2,"ffgan":2,"hroncok":2,"bysiber":2,"kloczek":2,"thomasrockhu-codecov":2,"ossdev07":1,"NellyWhads":1,"groodt":1,"beniwohli":1,"mgorny":1,"jouve":1,"bitranox":1,"odidev":1,"varunagrawal":1,"hongweipeng":1,"scarabeusiv":1,"dependabot[bot]":1,"althonos":1,"rominf":1,"rsyring":1,"thorwhalen":1,"kainjow":1,"stegayet":1,"adamchainz":1,"cclauss":1}},"host":{"table":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-04-26T00:00:11.126Z","repositories_count":14421130,"issues_count":34448019,"pull_requests_count":112726035,"authors_count":11246315,"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":{"NONE":21,"CONTRIBUTOR":2,"OWNER":1}},"past_year_pull_request_author_associations_count":{"table":{"CONTRIBUTOR":9,"NONE":7}},"past_year_issue_authors":{"table":{"finnagin":2,"injust":2,"ymyzk":1,"pyhacks":1,"NonoBo25":1,"mtelka":1,"mghalix":1,"justeph":1,"jelly":1,"jankatins":1,"JaapJoris":1,"GSVarsha":1,"GrahamDumpleton":1,"fleming79":1,"eli-schwartz":1,"ddelange":1,"contrast-jproberts":1,"blackd":1,"bashtage":1,"Atry":1,"andythomas":1,"abompard":1}},"past_year_pull_request_authors":{"table":{"grayjk":5,"finnagin":3,"bysiber":2,"ffgan":2,"GSVarsha":2,"stephenfin":2}},"maintainers":[{"table":{"login":"GrahamDumpleton","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/GrahamDumpleton"}}],"active_maintainers":[{"table":{"login":"GrahamDumpleton","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/GrahamDumpleton"}}]}},"events":{"total":{"ReleaseEvent":5,"PullRequestEvent":23,"ForkEvent":13,"IssuesEvent":39,"WatchEvent":155,"IssueCommentEvent":163,"PushEvent":192,"PullRequestReviewEvent":6,"PullRequestReviewCommentEvent":8,"CreateEvent":8},"last_year":{"ReleaseEvent":3,"PullRequestEvent":17,"ForkEvent":8,"IssuesEvent":28,"WatchEvent":77,"IssueCommentEvent":96,"PushEvent":178,"PullRequestReviewEvent":4,"PullRequestReviewCommentEvent":5,"CreateEvent":4}},"keywords":[],"dependencies":[{"ecosystem":"actions","filepath":".github/workflows/main.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T14:56:57.126Z","updated_at":"2023-01-13T14:56:57.126Z","repository_link":"https://github.com/GrahamDumpleton/wrapt/blob/develop/.github/workflows/main.yml","dependencies":[{"id":6878802158,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":6878802159,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":6878802160,"package_name":"actions/upload-artifact","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":6878802161,"package_name":"pypa/cibuildwheel","ecosystem":"actions","requirements":"v1.11.1.post1","direct":true,"kind":"composite","optional":false},{"id":6878802162,"package_name":"docker/setup-qemu-action","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":6878802163,"package_name":"pypa/cibuildwheel","ecosystem":"actions","requirements":"v2.11.4","direct":true,"kind":"composite","optional":false},{"id":6878802164,"package_name":"actions/download-artifact","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":6878802165,"package_name":"AndreMiras/coveralls-python-action","ecosystem":"actions","requirements":"develop","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"pypi","filepath":"tests/requirements.txt","sha":null,"kind":"manifest","created_at":"2023-01-13T14:56:57.261Z","updated_at":"2023-01-13T14:56:57.261Z","repository_link":"https://github.com/GrahamDumpleton/wrapt/blob/develop/tests/requirements.txt","dependencies":[{"id":6878802166,"package_name":"tox","ecosystem":"pypi","requirements":"*","direct":true,"kind":"test","optional":false}]},{"ecosystem":"pypi","filepath":"docs/requirements.txt","sha":null,"kind":"manifest","created_at":"2024-01-15T03:58:04.774Z","updated_at":"2024-01-15T03:58:04.774Z","repository_link":"https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/requirements.txt","dependencies":[{"id":15618388118,"package_name":"sphinx","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":15618388119,"package_name":"sphinx_rtd_theme","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"setup.py","sha":null,"kind":"manifest","created_at":"2024-01-15T03:58:04.974Z","updated_at":"2024-01-15T03:58:04.974Z","repository_link":"https://github.com/GrahamDumpleton/wrapt/blob/develop/setup.py","dependencies":[]}],"score":33.789316477091774,"created_at":"2025-10-10T18:57:01.259Z","updated_at":"2026-06-19T22:30:29.290Z","avatar_url":"https://github.com/GrahamDumpleton.png","language":"Python","codemeta":null,"publiccode":null,"project_url":"https://summary.ecosyste.ms/api/v1/projects/368990","html_url":"https://summary.ecosyste.ms/projects/368990"}