blacklist : Returns a shallow copy of an object without blacklisted properties. You can installing blacklist 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 blacklist $ sudo npm install -g blacklist
If want to update the blacklist package execute the command as below,
$ sudo npm update blacklist
Update package globally,
$ npm install -g blacklist
$ sudo git clone https://github.com/rektide/blacklist.git
$ sudo npm install -g ./blacklist
blacklist@1.1.4 /usr/lib/node_modules/blacklist
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall blacklist
Package Name | blacklist |
Version | 1.1.4 |
Description | Returns a shallow copy of an object without blacklisted properties |
Released Date | 2016-07-13T04:22:15.219Z |
Published by | dcousens |
How to Learn | https://www.npmjs.com/package/blacklist/tutorial |