iniparser : a simple .ini parser. You can installing iniparser 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 iniparser $ sudo npm install -g iniparser
If want to update the iniparser package execute the command as below,
$ sudo npm update iniparser
Update package globally,
$ npm install -g iniparser
$ sudo git clone https://github.com/rektide/iniparser.git
$ sudo npm install -g ./iniparser
iniparser@1.0.5 /usr/lib/node_modules/iniparser
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall iniparser
Package Name | iniparser |
Version | 1.0.5 |
Description | a simple .ini parser |
Released Date | 2012-01-02T10:25:04.252Z |
Published by | shockie |
How to Learn | https://www.npmjs.com/package/iniparser/tutorial |