Initial commit: Torrent search and download application
This commit is contained in:
commit
e38be704ff
4313 changed files with 791544 additions and 0 deletions
17
node_modules/events-universal/README.md
generated
vendored
Normal file
17
node_modules/events-universal/README.md
generated
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue