define-properties : Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.. You can installing define-properties 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 define-properties $ sudo npm install -g define-properties
If want to update the define-properties package execute the command as below,
$ sudo npm update define-properties
Update package globally,
$ npm install -g define-properties
$ sudo git clone https://github.com/rektide/define-properties.git
$ sudo npm install -g ./define-properties
define-properties@1.1.2 /usr/lib/node_modules/define-properties
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall define-properties
Package Name | define-properties |
Version | 1.1.2 |
Description | Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines. |
Released Date | 2015-10-14T22:28:41.286Z |
Published by | ljharb |
How to Learn | https://www.npmjs.com/package/define-properties/tutorial |