Projektstart

This commit is contained in:
2026-01-22 16:19:07 +01:00
parent 5174b88af9
commit bc7fbf8ce6
1553 changed files with 111281 additions and 141 deletions

17
backend/node_modules/events-universal/README.md generated vendored Normal file
View File

@@ -0,0 +1,17 @@
# events-universal
Universal wrapper for the Node.js `events` module.
```
npm i events-universal
```
## Usage
```js
const EventEmitter = require('events-universal')
```
## License
Apache-2.0