{"id":1247936,"name":"hapi-error","ecosystem":"npm","description":"catch errors in your hapi application and display the appropriate error message/page","homepage":"https://github.com/dwyl/hapi-error#readme","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/dwyl/hapi-error","keywords_array":["custom","customise","error","friendly","hapi","hapijs","hapi.js","helpful","html","human","json","message","page","useful","user friendly","UX"],"namespace":null,"versions_count":25,"first_release_published_at":"2016-04-17T23:49:37.297Z","latest_release_published_at":"2022-06-27T22:28:24.189Z","latest_release_number":"3.0.0","last_synced_at":"2026-05-04T05:47:41.371Z","created_at":"2022-04-08T14:50:53.608Z","updated_at":"2026-05-04T05:47:41.372Z","registry_url":"https://www.npmjs.com/package/hapi-error","install_command":"npm install hapi-error","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"3.0.0"}},"repo_metadata":{"id":40589190,"uuid":"56464197","full_name":"dwyl/hapi-error","owner":"dwyl","description":":umbrella: Intercept errors in your Hapi Web App/API and send a *useful* message to the client OR redirect to the desired endpoint.","archived":false,"fork":false,"pushed_at":"2022-06-27T22:29:04.000Z","size":275,"stargazers_count":76,"open_issues_count":2,"forks_count":12,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-08-30T20:42:57.464Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dwyl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-04-17T23:45:22.000Z","updated_at":"2023-11-10T15:32:20.000Z","dependencies_parsed_at":"2022-08-27T20:31:49.429Z","dependency_job_id":null,"html_url":"https://github.com/dwyl/hapi-error","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/dwyl/hapi-error","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dwyl","download_url":"https://codeload.github.com/dwyl/hapi-error/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/sbom","scorecard":{"id":361714,"data":{"date":"2025-08-11","repo":{"name":"github.com/dwyl/hapi-error","commit":"d2b985b6f5a5255dd63285deddfad21233ed18a8"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.6,"checks":[{"name":"Code-Review","score":8,"reason":"Found 7/8 approved changesets -- score normalized to 8","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":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/npm-publish.yml:1","Warn: no topLevel permission defined: .github/workflows/npm-test.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":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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/npm-publish.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/dwyl/hapi-error/npm-publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm-publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/dwyl/hapi-error/npm-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm-test.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/dwyl/hapi-error/npm-test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm-test.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/dwyl/hapi-error/npm-test.yml/master?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/npm-test.yml:21","Info:   0 out of   3 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand 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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" 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":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-18T10:59:58.926Z","repository_id":40589190,"created_at":"2025-08-18T10:59:58.926Z","updated_at":"2025-08-18T10:59:58.926Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278173590,"owners_count":25942338,"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-03T02:00:06.070Z","response_time":53,"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":"dwyl","name":"dwyl","uuid":"11708465","kind":"organization","description":"Start here: https://github.com/dwyl/start-here","email":"hello@dwyl.com","website":"https://dwyl.com","location":"Portugal","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/11708465?v=4","repositories_count":414,"last_synced_at":"2025-03-30T10:34:57.747Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/dwyl","funding_links":[],"total_stars":54040,"followers":699,"following":0,"created_at":"2022-11-02T16:23:56.847Z","updated_at":"2025-03-30T10:34:57.747Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dwyl","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dwyl/repositories"},"tags":[{"name":"v3.0.0","sha":"d2b985b6f5a5255dd63285deddfad21233ed18a8","kind":"tag","published_at":"2022-06-27T22:28:55.000Z","download_url":"https://codeload.github.com/dwyl/hapi-error/tar.gz/v3.0.0","html_url":"https://github.com/dwyl/hapi-error/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dwyl/hapi-error@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v3.0.0/manifests"},{"name":"v2.3.0","sha":"f32a99fa7800d7f35144e030898feb75ec0230be","kind":"tag","published_at":"2020-01-28T21:01:40.000Z","download_url":"https://codeload.github.com/dwyl/hapi-error/tar.gz/v2.3.0","html_url":"https://github.com/dwyl/hapi-error/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dwyl/hapi-error@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v2.3.0/manifests"},{"name":"v2.2.2","sha":"64634b198bc976cd51c6c3b38751424740c207a7","kind":"tag","published_at":"2020-01-28T15:53:37.000Z","download_url":"https://codeload.github.com/dwyl/hapi-error/tar.gz/v2.2.2","html_url":"https://github.com/dwyl/hapi-error/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dwyl/hapi-error@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v2.2.2/manifests"},{"name":"v2.2.0","sha":"b8fc426c546fc5aa23c64928e1d3ed5ec340b53f","kind":"tag","published_at":"2019-04-22T18:44:45.000Z","download_url":"https://codeload.github.com/dwyl/hapi-error/tar.gz/v2.2.0","html_url":"https://github.com/dwyl/hapi-error/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dwyl/hapi-error@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"27221501a4e3ad0f0d13c406fb1c142678db11f8","kind":"tag","published_at":"2018-09-20T04:04:25.000Z","download_url":"https://codeload.github.com/dwyl/hapi-error/tar.gz/v2.1.0","html_url":"https://github.com/dwyl/hapi-error/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dwyl/hapi-error@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"da7f02480f645c976d57df11c52fc690685e20da","kind":"tag","published_at":"2018-09-01T09:07:34.000Z","download_url":"https://codeload.github.com/dwyl/hapi-error/tar.gz/v2.0.1","html_url":"https://github.com/dwyl/hapi-error/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dwyl/hapi-error@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"61acf86efe27c6e3dcb1e4e30c2542fcd1d889cb","kind":"tag","published_at":"2018-09-01T09:05:24.000Z","download_url":"https://codeload.github.com/dwyl/hapi-error/tar.gz/v2.0.0","html_url":"https://github.com/dwyl/hapi-error/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dwyl/hapi-error@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v2.0.0/manifests"},{"name":"v1.8.0","sha":"db83dea54344a8e0429ee86f2d24464204c157de","kind":"tag","published_at":"2017-07-12T00:59:11.000Z","download_url":"https://codeload.github.com/dwyl/hapi-error/tar.gz/v1.8.0","html_url":"https://github.com/dwyl/hapi-error/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dwyl/hapi-error@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v1.8.0/manifests"},{"name":"v1.7.0","sha":"915a48a0f26a71f105024610200000bb7db2c0ed","kind":"tag","published_at":"2017-01-13T15:02:36.000Z","download_url":"https://codeload.github.com/dwyl/hapi-error/tar.gz/v1.7.0","html_url":"https://github.com/dwyl/hapi-error/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dwyl/hapi-error@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"0f3f8ef1743b5ba0061e30b9ae3aec0ed32185ba","kind":"tag","published_at":"2016-11-21T10:37:00.000Z","download_url":"https://codeload.github.com/dwyl/hapi-error/tar.gz/v1.6.0","html_url":"https://github.com/dwyl/hapi-error/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dwyl/hapi-error@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v1.6.0/manifests"},{"name":"v1.5.1","sha":"3b966b1a4a8b22f33834afc12608e7b66f9d6465","kind":"tag","published_at":"2016-11-19T07:51:04.000Z","download_url":"https://codeload.github.com/dwyl/hapi-error/tar.gz/v1.5.1","html_url":"https://github.com/dwyl/hapi-error/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dwyl/hapi-error@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"899c81010abc9959c531c5f808ad7627254cbb60","kind":"tag","published_at":"2016-10-14T11:14:01.000Z","download_url":"https://codeload.github.com/dwyl/hapi-error/tar.gz/v1.5.0","html_url":"https://github.com/dwyl/hapi-error/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dwyl/hapi-error@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v1.5.0/manifests"},{"name":"v1.4.1","sha":"aaa9e08b7f32bd06bd9b38f56529d343f6f187de","kind":"tag","published_at":"2016-10-06T11:25:07.000Z","download_url":"https://codeload.github.com/dwyl/hapi-error/tar.gz/v1.4.1","html_url":"https://github.com/dwyl/hapi-error/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dwyl/hapi-error@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"9504e02422a172345e29e65f1ae2774004759716","kind":"tag","published_at":"2016-10-05T19:05:30.000Z","download_url":"https://codeload.github.com/dwyl/hapi-error/tar.gz/v1.4.0","html_url":"https://github.com/dwyl/hapi-error/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dwyl/hapi-error@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v1.4.0/manifests"},{"name":"v1.3.0","sha":"02cc014a49b9ea25c67dd32430dd081e173ccd36","kind":"tag","published_at":"2016-10-04T20:50:52.000Z","download_url":"https://codeload.github.com/dwyl/hapi-error/tar.gz/v1.3.0","html_url":"https://github.com/dwyl/hapi-error/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dwyl/hapi-error@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"451975f9fa738256b1455632f750ee21ddd4f154","kind":"tag","published_at":"2016-10-03T19:14:08.000Z","download_url":"https://codeload.github.com/dwyl/hapi-error/tar.gz/v1.2.0","html_url":"https://github.com/dwyl/hapi-error/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dwyl/hapi-error@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v1.2.0/manifests"},{"name":"v1.1.3","sha":"b243272862e662686f471ef4d4f65bfe924caa1d","kind":"tag","published_at":"2016-08-29T11:28:16.000Z","download_url":"https://codeload.github.com/dwyl/hapi-error/tar.gz/v1.1.3","html_url":"https://github.com/dwyl/hapi-error/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dwyl/hapi-error@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"dee6e858b5745d2b1fb11d27e07bc6468c8bb232","kind":"tag","published_at":"2016-08-25T09:21:48.000Z","download_url":"https://codeload.github.com/dwyl/hapi-error/tar.gz/v1.1.2","html_url":"https://github.com/dwyl/hapi-error/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dwyl/hapi-error@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"70a831f8d5ebb1f57dc20bbd16c3315a80fca4e0","kind":"tag","published_at":"2016-08-24T18:07:33.000Z","download_url":"https://codeload.github.com/dwyl/hapi-error/tar.gz/v1.1.1","html_url":"https://github.com/dwyl/hapi-error/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dwyl/hapi-error@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"4c0af22c899db16e00f71b2e64cb1ec51fb3e7d3","kind":"tag","published_at":"2016-08-22T18:32:50.000Z","download_url":"https://codeload.github.com/dwyl/hapi-error/tar.gz/v1.1.0","html_url":"https://github.com/dwyl/hapi-error/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dwyl/hapi-error@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v1.1.0/manifests"},{"name":"v1.0.4","sha":"e2946e944de410742527a87fac73b4b9a8c8c187","kind":"tag","published_at":"2016-05-15T18:48:27.000Z","download_url":"https://codeload.github.com/dwyl/hapi-error/tar.gz/v1.0.4","html_url":"https://github.com/dwyl/hapi-error/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dwyl/hapi-error@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v1.0.4/manifests"},{"name":"v1.0.3","sha":"1c42635c8bd16230c273f3f58de0bbda4ce10985","kind":"tag","published_at":"2016-05-15T16:15:13.000Z","download_url":"https://codeload.github.com/dwyl/hapi-error/tar.gz/v1.0.3","html_url":"https://github.com/dwyl/hapi-error/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dwyl/hapi-error@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/tags/v1.0.3/manifests"}]},"repo_metadata_updated_at":"2025-11-05T00:19:09.786Z","dependent_packages_count":10,"downloads":3720,"downloads_period":"last-month","dependent_repos_count":59,"rankings":{"downloads":1.7557838310661538,"dependent_repos_count":1.7529264742703827,"dependent_packages_count":2.0605468585716586,"stargazers_count":5.3602864920286954,"forks_count":5.990848529708633,"docker_downloads_count":0.9014141368830674,"average":2.970301053754765},"purl":"pkg:npm/hapi-error","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/hapi-error","docker_dependents_count":4,"docker_downloads_count":168557,"usage_url":"https://repos.ecosyste.ms/usage/npm/hapi-error","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/hapi-error/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-30T20:39:52.968Z","issues_count":44,"pull_requests_count":41,"avg_time_to_close_issue":12683744.395348838,"avg_time_to_close_pull_request":1832498.9,"issues_closed_count":43,"pull_requests_closed_count":40,"pull_request_authors_count":13,"issue_authors_count":19,"avg_comments_per_issue":2.7045454545454546,"avg_comments_per_pull_request":2.707317073170732,"merged_pull_requests_count":35,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwyl%2Fhapi-error/issues","maintainers":[{"login":"nelsonic","count":38,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nelsonic"},{"login":"tejzpr","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tejzpr"},{"login":"naazy","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/naazy"},{"login":"jay-meister","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jay-meister"},{"login":"jrans","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jrans"},{"login":"roryc89","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/roryc89"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/hapi-error/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/hapi-error/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/hapi-error/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/hapi-error/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/hapi-error/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/hapi-error/codemeta","maintainers":[{"uuid":"nelsonic","login":"nelsonic","name":null,"email":"contact.nelsonic@gmail.com","url":null,"packages_count":130,"html_url":"https://www.npmjs.com/~nelsonic","role":null,"created_at":"2022-11-10T20:21:42.030Z","updated_at":"2022-11-10T20:21:42.030Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/nelsonic/packages"}]}