bplist-parser : Binary plist parser.. You can installing bplist-parser 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 bplist-parser $ sudo npm install -g bplist-parser
If want to update the bplist-parser package execute the command as below,
$ sudo npm update bplist-parser
Update package globally,
$ npm install -g bplist-parser
$ sudo git clone https://github.com/rektide/bplist-parser.git
$ sudo npm install -g ./bplist-parser
bplist-parser@0.1.1 /usr/lib/node_modules/bplist-parser
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall bplist-parser
Package Name | bplist-parser |
Version | 0.1.1 |
Description | Binary plist parser. |
Released Date | 2015-11-19T12:59:58.204Z |
Published by | joeferner |
How to Learn | https://www.npmjs.com/package/bplist-parser/tutorial |