# events **Repository Path**: mirrors_fis-components/mirrors_fis-components_events ## Basic Information - **Project Name**: events - **Description**: Fork from https://github.com/Gozala/events.git - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-09 - **Last Updated**: 2025-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # events [![Build Status](https://travis-ci.org/Gozala/events.png?branch=master)](https://travis-ci.org/Gozala/events) Node's event emitter for all engines. ## Install ## ``` npm install events ``` ## Require ## ```javascript var EventEmitter = require('events').EventEmitter ``` ## Usage ## See the [node.js event emitter docs](http://nodejs.org/api/events.html)