{"id":18687282,"url":"https://github.com/junosuarez/ninvoke","last_synced_at":"2025-09-02T21:46:45.110Z","repository":{"id":12433816,"uuid":"15090352","full_name":"junosuarez/ninvoke","owner":"junosuarez","description":"Call a Node callback style method and return a Promise","archived":false,"fork":false,"pushed_at":"2015-02-19T19:51:37.000Z","size":120,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-02T21:46:44.661Z","etag":null,"topics":[],"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/junosuarez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-12-10T21:47:53.000Z","updated_at":"2015-02-19T19:51:37.000Z","dependencies_parsed_at":"2022-09-01T01:21:15.120Z","dependency_job_id":null,"html_url":"https://github.com/junosuarez/ninvoke","commit_stats":null,"previous_names":["jden/ninvoke"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/junosuarez/ninvoke","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junosuarez%2Fninvoke","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junosuarez%2Fninvoke/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junosuarez%2Fninvoke/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junosuarez%2Fninvoke/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/junosuarez","download_url":"https://codeload.github.com/junosuarez/ninvoke/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junosuarez%2Fninvoke/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273355646,"owners_count":25090825,"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-09-02T02:00:09.530Z","response_time":77,"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":[],"created_at":"2024-11-07T10:32:19.337Z","updated_at":"2025-09-02T21:46:45.064Z","avatar_url":"https://github.com/junosuarez.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ninvoke\nCall a Node callback style method and return a Promise\n\nImplemented with [bluebird](https://npm.im/bluebird) for fast, Promise/A+ promises.\n\n## usage\n```js\nvar ninvoke = require('ninvoke')\n\nvar foo = {\n  bar: function (arg, cb) {\n    cb(null, !arg)\n  }\n}\n\nninvoke(foo, 'bar', false)\n  .then(function (val) {\n\n    // val == true\n\n  })\n\n```\n\n## installation\n\n    $ npm install ninvoke\n\n\n## running the tests\n\nFrom package root:\n\n    $ npm install\n    $ npm test\n\n\n## thanks\n\nkudos to [Q](https://npm.im/q), whose api I stole.\n\n## contributors\n\n- jden \u003cjason@denizac.org\u003e\n\n\n## license\n\nMIT. (c) MMXIII jden \u003cjason@denizac.org\u003e. See LICENSE.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunosuarez%2Fninvoke","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjunosuarez%2Fninvoke","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunosuarez%2Fninvoke/lists"}