has-own-prop : A safer `.hasOwnProperty()`. You can installing has-own-prop 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 has-own-prop $ sudo npm install -g has-own-prop
If want to update the has-own-prop package execute the command as below,
$ sudo npm update has-own-prop
Update package globally,
$ npm install -g has-own-prop
$ sudo git clone https://github.com/rektide/has-own-prop.git
$ sudo npm install -g ./has-own-prop
has-own-prop@1.0.0 /usr/lib/node_modules/has-own-prop
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall has-own-prop
Package Name | has-own-prop |
Version | 1.0.0 |
Description | A safer `.hasOwnProperty()` |
Released Date | 2014-08-06T22:42:04.067Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/has-own-prop/tutorial |