{"id":16827985,"url":"https://github.com/hyperlink/bluebird-async-wrapper","last_synced_at":"2025-08-10T12:07:27.313Z","repository":{"id":136841181,"uuid":"130889958","full_name":"hyperlink/bluebird-async-wrapper","owner":"hyperlink","description":"Helper to migrate from Bluebird to async/await by wrapping each async method with bluebird Resolve","archived":false,"fork":false,"pushed_at":"2018-04-25T18:39:29.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-09T02:37:02.521Z","etag":null,"topics":["async-await","bluebird"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hyperlink.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-24T17:24:00.000Z","updated_at":"2023-04-11T15:22:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"b29d27c6-c572-456f-b726-bf2bc19594c4","html_url":"https://github.com/hyperlink/bluebird-async-wrapper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hyperlink/bluebird-async-wrapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperlink%2Fbluebird-async-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperlink%2Fbluebird-async-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperlink%2Fbluebird-async-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperlink%2Fbluebird-async-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperlink","download_url":"https://codeload.github.com/hyperlink/bluebird-async-wrapper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperlink%2Fbluebird-async-wrapper/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269683063,"owners_count":24458617,"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-08-10T02:00:08.965Z","response_time":71,"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"}},"keywords":["async-await","bluebird"],"created_at":"2024-10-13T11:23:53.048Z","updated_at":"2025-08-10T12:07:27.274Z","avatar_url":"https://github.com/hyperlink.png","language":"JavaScript","readme":"# Bluebird Async Wrapper\n\n[![Build Status](https://travis-ci.org/hyperlink/bluebird-async-wrapper.svg?branch=master)](https://travis-ci.org/hyperlink/bluebird-async-wrapper)\n\nHelper to migrate from Bluebird to async/await by wrapping each async method with bluebird Resolve\n\n## Install\n\n```bash\nnpm install bluebird-async-wrap\n```\n\n## Usage\n\n```javascript\nconst bluebirdify = require('bluebird-async-wrap');\n\nclass Test {\n async asyncMethod () {\n   return true;\n }\n\n syncMethod () {\n   return true;\n }\n}\n\nbluebirdify(Test);\n\nconst test = new Test();\n\ntest.asyncMethod().tap( v =\u003e console.log('this works!'));\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperlink%2Fbluebird-async-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperlink%2Fbluebird-async-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperlink%2Fbluebird-async-wrapper/lists"}