object.values : ES2017 spec-compliant Object.values shim.. You can installing object.values 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 object.values $ sudo npm install -g object.values
If want to update the object.values package execute the command as below,
$ sudo npm update object.values
Update package globally,
$ npm install -g object.values
$ sudo git clone https://github.com/rektide/object.values.git
$ sudo npm install -g ./object.values
object.values@1.0.4 /usr/lib/node_modules/object.values
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall object.values
Package Name | object.values |
Version | 1.0.4 |
Description | ES2017 spec-compliant Object.values shim. |
Released Date | 2016-12-04T19:56:59.257Z |
Published by | ljharb |
How to Learn | https://www.npmjs.com/package/object.values/tutorial |