parse-torrent : Parse a torrent identifier (magnet uri, .torrent file, info hash). You can installing parse-torrent npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install parse-torrent $ sudo npm install -g parse-torrent
If want to update the parse-torrent package execute the command as below,
$ sudo npm update parse-torrent
Update package globally,
$ npm install -g parse-torrent
$ sudo git clone https://github.com/rektide/parse-torrent.git
$ sudo npm install -g ./parse-torrent
parse-torrent@5.8.3 /usr/lib/node_modules/parse-torrent
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall parse-torrent
| Package Name | parse-torrent |
| Version | 5.8.3 |
| Description | Parse a torrent identifier (magnet uri, .torrent file, info hash) |
| Released Date | 2017-04-14T17:54:52.936Z |
| Published by | feross |
| How to Learn | https://www.npmjs.com/package/parse-torrent/tutorial |