{"id":13472988,"url":"https://github.com/tj/node-thunkify","last_synced_at":"2025-04-04T12:08:49.652Z","repository":{"id":11190649,"uuid":"13570808","full_name":"tj/node-thunkify","owner":"tj","description":"Turn a regular node function into one which returns a thunk","archived":false,"fork":false,"pushed_at":"2018-09-25T19:03:46.000Z","size":13,"stargazers_count":858,"open_issues_count":9,"forks_count":42,"subscribers_count":14,"default_branch":"master","last_synced_at":"2024-10-30T04:49:51.627Z","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/tj.png","metadata":{"files":{"readme":"Readme.md","changelog":"History.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-10-14T19:22:51.000Z","updated_at":"2024-10-19T14:09:02.000Z","dependencies_parsed_at":"2022-08-31T07:10:44.948Z","dependency_job_id":null,"html_url":"https://github.com/tj/node-thunkify","commit_stats":null,"previous_names":["visionmedia/node-thunkify"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj%2Fnode-thunkify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj%2Fnode-thunkify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj%2Fnode-thunkify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj%2Fnode-thunkify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tj","download_url":"https://codeload.github.com/tj/node-thunkify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244676455,"owners_count":20491829,"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"}},"keywords":[],"created_at":"2024-07-31T16:00:59.766Z","updated_at":"2025-03-21T10:06:34.043Z","avatar_url":"https://github.com/tj.png","language":"JavaScript","readme":"# thunkify\n\n  Turn a regular node function into one which returns a thunk,\n  useful for generator-based flow control such as [co](https://github.com/visionmedia/co).\n\n## Installation\n\n```\n$ npm install thunkify\n```\n\n## Example\n\n```js\nvar thunkify = require('thunkify');\nvar fs = require('fs');\n\nvar read = thunkify(fs.readFile);\n\nread('package.json', 'utf8')(function(err, str){\n  \n});\n```\n\n# License\n\n  MIT\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftj%2Fnode-thunkify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftj%2Fnode-thunkify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftj%2Fnode-thunkify/lists"}