{"id":15022025,"url":"https://github.com/theotterlord/easyemit","last_synced_at":"2026-02-05T23:01:22.996Z","repository":{"id":57218851,"uuid":"436711028","full_name":"TheOtterlord/easyemit","owner":"TheOtterlord","description":"An easy-to-use event emitter for Deno \u0026 Node.js","archived":false,"fork":false,"pushed_at":"2021-12-09T18:41:55.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-20T00:27:35.579Z","etag":null,"topics":["deno","emitters","event-emitter","events","nodejs"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/easyemit","language":"TypeScript","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/TheOtterlord.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}},"created_at":"2021-12-09T17:54:05.000Z","updated_at":"2022-04-11T16:13:20.000Z","dependencies_parsed_at":"2022-08-29T02:11:48.731Z","dependency_job_id":null,"html_url":"https://github.com/TheOtterlord/easyemit","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/TheOtterlord/easyemit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheOtterlord%2Feasyemit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheOtterlord%2Feasyemit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheOtterlord%2Feasyemit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheOtterlord%2Feasyemit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheOtterlord","download_url":"https://codeload.github.com/TheOtterlord/easyemit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheOtterlord%2Feasyemit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29137751,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T22:49:08.052Z","status":"ssl_error","status_checked_at":"2026-02-05T22:45:32.059Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["deno","emitters","event-emitter","events","nodejs"],"created_at":"2024-09-24T19:57:20.805Z","updated_at":"2026-02-05T23:01:22.970Z","avatar_url":"https://github.com/TheOtterlord.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EasyEmit - A Tri Platform Event Emitter\n\nEasyEmit is an event emitter for Deno, Node.js, and the web.\n\n## Installation\n\nYou can install EasyEmit for Node.js, Deno, or directly into a web page via a `script` tag.\n\n### Node.js\n\n```bash\n# npm\nnpm install easyemit\n# yarn\nyarn add easyemit\n```\n\n### Deno\n\n```js\nimport EventEmitter from 'https://deno.land/x/easyemit@0.1.0/index.min.js'\n```\n\n### Include Via CDN\n\n```html\n\u003cscript src=\"https://unpkg.com/easyemit@0.1.0/index.min.js\" /\u003e\n```\n\n## Usage\n\n```js\nlet emitter = new EventEmitter()\n\nemitter.on('hello', (data) =\u003e {\n  console.log(`Hello ${data ?? 'world'}`)\n})\n\nemitter.emit('hello')\nemitter.emit('hello', 'emitter')\n```\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheotterlord%2Feasyemit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheotterlord%2Feasyemit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheotterlord%2Feasyemit/lists"}