plist : Mac OS X Plist parser/builder for Node.js and browsers. You can installing plist 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 plist $ sudo npm install -g plist
If want to update the plist package execute the command as below,
$ sudo npm update plist
Update package globally,
$ npm install -g plist
$ sudo git clone https://github.com/rektide/plist.git
$ sudo npm install -g ./plist
plist@2.1.0 /usr/lib/node_modules/plist
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall plist
| Package Name | plist |
| Version | 2.1.0 |
| Description | Mac OS X Plist parser/builder for Node.js and browsers |
| Released Date | 2017-05-04T16:44:29.805Z |
| Published by | mreinstein |
| How to Learn | https://www.npmjs.com/package/plist/tutorial |