{"id":16861237,"url":"https://github.com/rumpl/bingo","last_synced_at":"2025-10-19T21:33:22.598Z","repository":{"id":66257837,"uuid":"4662817","full_name":"rumpl/bingo","owner":"rumpl","description":"Test function calls.","archived":false,"fork":false,"pushed_at":"2012-06-14T13:45:17.000Z","size":119,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-10T14:50:42.460Z","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/rumpl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-MIT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-06-14T12:13:04.000Z","updated_at":"2013-10-07T19:25:01.000Z","dependencies_parsed_at":"2023-02-20T00:55:30.504Z","dependency_job_id":null,"html_url":"https://github.com/rumpl/bingo","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumpl%2Fbingo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumpl%2Fbingo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumpl%2Fbingo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumpl%2Fbingo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rumpl","download_url":"https://codeload.github.com/rumpl/bingo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244245617,"owners_count":20422443,"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-10-13T14:30:37.167Z","updated_at":"2025-10-19T21:33:22.497Z","avatar_url":"https://github.com/rumpl.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bingo\n\nTest function calls.\n\n## Getting Started\nInstall the module with: `npm install bingo`\n\n## Examples\n\n```javascript\n// Require the module.\nvar bingo = require('bingo');\n\n// Bingo that object.\nvar someObject = bingo(someObject);\n\n// Get info about the function.\nconsole.log(someObject.someFunction.didExecute() === false); // true\nconsole.log(someObject.someFunction.timesExecuted()); // 0\n\n// Call some function.\nsomeObject.someFunction();\n\n// Get info about the execution of the function.\nconsole.log(someObject.someFunction.didExecute() === true); // true\nconsole.log(someObject.someFunction.timesExecuted()); // 1\n```\n\n## Contributing\nYes yes, please, contribute. What else do you want to know about an execution of a function ?\n\nLint and test your code using [grunt](https://github.com/cowboy/grunt).\n\n## Release History\n- 0.2.0 (2012-06-14) Make bingo work in the browser\n- 0.1.0 (2012-06-14) First version\n\n## License\n\nCopyright (c) 2012 Djorje Lukic\n\nLicensed under the [MIT license](http://rumpl.mit-license.org/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frumpl%2Fbingo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frumpl%2Fbingo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frumpl%2Fbingo/lists"}