# eventemitter

> Nodejs implementation of EventEmitter

Latest version **0.3.3** (published 2011-05-28) · 0 weekly downloads

## Install

```sh
npm install eventemitter
pnpm add eventemitter
yarn add eventemitter
bun add eventemitter
```

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.3.3 |
| Published | 2011-05-28 |
| First published | 2010-12-30 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | * |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | Elijah Insua |
| Keywords | event, node, browser, observer |

## Links

- npm: https://www.npmjs.com/package/eventemitter
- npm.io page: https://npm.io/package/eventemitter

## Alternatives

- [async-exit-hook](https://npm.io/package/async-exit-hook.md) — 3.7M weekly downloads
- [evnty](https://npm.io/package/evnty.md) — 7.2K weekly downloads
- [eleventy-plugin-asciidoc](https://npm.io/package/eleventy-plugin-asciidoc.md) — 3.5K weekly downloads
- [@jswork/next-get2get](https://npm.io/package/@jswork/next-get2get.md) — 945 weekly downloads
- [@dashersw/axon](https://npm.io/package/@dashersw/axon.md) — 934 weekly downloads

## Recent versions

- 0.3.3 (latest) — 2011-05-28
- 0.3.2 — 2010-12-30

## README

# EventEmitter

This is an extraction of the EventEmitter functionality from nodejs.

## Why?

The EventEmitter API is nice, and it would be a waste of effort to implement it
on the browser. So, basically this is the code extracted so that it will run on
either the client or server side.

# Documentation

See [nodejs/Events]

[nodejs/events]:[http://nodejs.org/docs/v0.3.2/api/events.html]

# License

See [nodejs/LICENSE]

[nodejs/LICENSE]:[https://github.com/ry/node/blob/master/LICENSE]

---
_Source: https://npm.io/package/eventemitter · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
