mimeparse : Basic functions for handling mime-types.. You can installing mimeparse 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 mimeparse $ sudo npm install -g mimeparse
If want to update the mimeparse package execute the command as below,
$ sudo npm update mimeparse
Update package globally,
$ npm install -g mimeparse
$ sudo git clone https://github.com/rektide/mimeparse.git
$ sudo npm install -g ./mimeparse
mimeparse@0.1.4 /usr/lib/node_modules/mimeparse
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall mimeparse
Package Name | mimeparse |
Version | 0.1.4 |
Description | Basic functions for handling mime-types. |
Released Date | 2012-01-25T19:43:08.432Z |
Published by | kriskowal |
How to Learn | https://www.npmjs.com/package/mimeparse/tutorial |