{"id":22374865,"url":"https://github.com/qubitproducts/event-kitten","last_synced_at":"2025-07-30T22:31:26.193Z","repository":{"id":29474766,"uuid":"33011442","full_name":"QubitProducts/event-kitten","owner":"QubitProducts","description":"An event emitter inspired by event-kit, written in JavaScript","archived":false,"fork":false,"pushed_at":"2015-09-25T11:16:27.000Z","size":172,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-04-25T13:01:51.843Z","etag":null,"topics":["ceh","implement"],"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/QubitProducts.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-03-27T22:11:37.000Z","updated_at":"2023-06-02T12:06:38.000Z","dependencies_parsed_at":"2022-08-26T09:50:17.470Z","dependency_job_id":null,"html_url":"https://github.com/QubitProducts/event-kitten","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QubitProducts%2Fevent-kitten","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QubitProducts%2Fevent-kitten/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QubitProducts%2Fevent-kitten/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QubitProducts%2Fevent-kitten/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QubitProducts","download_url":"https://codeload.github.com/QubitProducts/event-kitten/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228192283,"owners_count":17882764,"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":["ceh","implement"],"created_at":"2024-12-04T21:18:48.538Z","updated_at":"2024-12-04T21:18:48.636Z","avatar_url":"https://github.com/QubitProducts.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Event Kitten\n------------\n\n[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)\n\nAn event emitter inspired by [event-kit](https://github.com/atom/event-kit), written in JavaScript. Meow.\n\n### Motivation\n\n[event-kit](https://github.com/atom/event-kit) is pretty awesome however it is written in coffeescript :disappointed: and uses [Grim](https://github.com/atom/grim) which is a \u003e1MB dependency!\n\n\n### API\n\n```javascript\nvar createEmitter = require('event-kitten')\nvar emitter = createEmitter()\n\nvar sub = emitter.on('foo', function () {\n  console.log('bar')\n})\n\n// logs 'bar'\nemitter.emit('foo')\n\n// remove the observer\nsub.dispose()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqubitproducts%2Fevent-kitten","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqubitproducts%2Fevent-kitten","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqubitproducts%2Fevent-kitten/lists"}