deep-freeze : recursively Object.freeze() objects and functions. You can installing deep-freeze 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 deep-freeze $ sudo npm install -g deep-freeze
If want to update the deep-freeze package execute the command as below,
$ sudo npm update deep-freeze
Update package globally,
$ npm install -g deep-freeze
$ sudo git clone https://github.com/rektide/deep-freeze.git
$ sudo npm install -g ./deep-freeze
deep-freeze@0.0.1 /usr/lib/node_modules/deep-freeze
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall deep-freeze
Package Name | deep-freeze |
Version | 0.0.1 |
Description | recursively Object.freeze() objects and functions |
Released Date | 2012-09-04T05:03:19.708Z |
Published by | npm |
How to Learn | https://www.npmjs.com/package/deep-freeze/tutorial |