uid-number : Convert a username/group name to a uid/gid number. You can installing uid-number 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 uid-number $ sudo npm install -g uid-number
If want to update the uid-number package execute the command as below,
$ sudo npm update uid-number
Update package globally,
$ npm install -g uid-number
$ sudo git clone https://github.com/rektide/uid-number.git
$ sudo npm install -g ./uid-number
uid-number@0.0.6 /usr/lib/node_modules/uid-number
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall uid-number
| Package Name | uid-number |
| Version | 0.0.6 |
| Description | Convert a username/group name to a uid/gid number |
| Released Date | 2014-11-12T23:10:40.344Z |
| Published by | isaacs |
| How to Learn | https://www.npmjs.com/package/uid-number/tutorial |