read-metadata : Load a JSON or YAML metadata file as an object. You can installing read-metadata 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 read-metadata $ sudo npm install -g read-metadata
If want to update the read-metadata package execute the command as below,
$ sudo npm update read-metadata
Update package globally,
$ npm install -g read-metadata
$ sudo git clone https://github.com/rektide/read-metadata.git
$ sudo npm install -g ./read-metadata
read-metadata@1.0.0 /usr/lib/node_modules/read-metadata
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall read-metadata
| Package Name | read-metadata |
| Version | 1.0.0 |
| Description | Load a JSON or YAML metadata file as an object |
| Released Date | 2014-08-12T22:58:27.247Z |
| Published by | ianstormtaylor |
| How to Learn | https://www.npmjs.com/package/read-metadata/tutorial |