{"library":"microee","type":"library","category":null,"description":"MicroEE is an extremely lightweight, EventEmitter-like library designed for both client and server-side event routing. At approximately 50 lines of code and ~1200 characters, it was created to be significantly smaller than other event emitter implementations of its time. The package's current stable version is 0.0.6, which was published nearly a decade ago, indicating it is no longer actively maintained. Its primary differentiators were its minimal footprint and a simple API largely based on Node.js's native EventEmitter, with additions like `emitter.when()` for conditional listener removal and `microee.mixin()` for easily extending objects to become event emitters. It lacks modern features like `async` event handling or native ES module support.","language":"javascript","status":"abandoned","version":"0.0.6","tags":["javascript","event","events","eventemitter","emitter"],"install":[{"cmd":"npm install microee","imports":["const MicroEE = require('microee');","const MicroEE = require('microee'); MicroEE.mixin(MyClass);","const obj = new MyClass(); obj.on('event', listener);"]},{"cmd":"yarn add microee","imports":[]},{"cmd":"pnpm add microee","imports":[]}],"homepage":null,"github":"https://github.com/mixu/microee","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/microee","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/microee/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Mon Jul 20","install_tag":null}}