{"id":13990031,"url":"https://github.com/imweb/react-native-courseList","last_synced_at":"2025-07-22T12:30:42.310Z","repository":{"id":34707189,"uuid":"38683420","full_name":"imweb/react-native-courseList","owner":"imweb","description":"use react-native to render courseList","archived":false,"fork":false,"pushed_at":"2015-08-15T09:05:12.000Z","size":8319,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":23,"default_branch":"master","last_synced_at":"2025-03-23T02:44:39.693Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/imweb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-07T11:28:28.000Z","updated_at":"2015-08-25T14:42:36.000Z","dependencies_parsed_at":"2022-09-14T18:41:23.682Z","dependency_job_id":null,"html_url":"https://github.com/imweb/react-native-courseList","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/imweb/react-native-courseList","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imweb%2Freact-native-courseList","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imweb%2Freact-native-courseList/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imweb%2Freact-native-courseList/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imweb%2Freact-native-courseList/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imweb","download_url":"https://codeload.github.com/imweb/react-native-courseList/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imweb%2Freact-native-courseList/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266495790,"owners_count":23938597,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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-08-09T13:02:17.599Z","updated_at":"2025-07-22T12:30:42.301Z","avatar_url":"https://github.com/imweb.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# wrappy\n\nCallback wrapping utility\n\n## USAGE\n\n```javascript\nvar wrappy = require(\"wrappy\")\n\n// var wrapper = wrappy(wrapperFunction)\n\n// make sure a cb is called only once\n// See also: http://npm.im/once for this specific use case\nvar once = wrappy(function (cb) {\n  var called = false\n  return function () {\n    if (called) return\n    called = true\n    return cb.apply(this, arguments)\n  }\n})\n\nfunction printBoo () {\n  console.log('boo')\n}\n// has some rando property\nprintBoo.iAmBooPrinter = true\n\nvar onlyPrintOnce = once(printBoo)\n\nonlyPrintOnce() // prints 'boo'\nonlyPrintOnce() // does nothing\n\n// random property is retained!\nassert.equal(onlyPrintOnce.iAmBooPrinter, true)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimweb%2Freact-native-courseList","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimweb%2Freact-native-courseList","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimweb%2Freact-native-courseList/lists"}