harmony-proxy : Small shim providing `new Proxy(target, handler)`. You can installing harmony-proxy 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 harmony-proxy $ sudo npm install -g harmony-proxy
If want to update the harmony-proxy package execute the command as below,
$ sudo npm update harmony-proxy
Update package globally,
$ npm install -g harmony-proxy
$ sudo git clone https://github.com/rektide/harmony-proxy.git
$ sudo npm install -g ./harmony-proxy
harmony-proxy@1.0.1 /usr/lib/node_modules/harmony-proxy
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall harmony-proxy
Package Name | harmony-proxy |
Version | 1.0.1 |
Description | Small shim providing `new Proxy(target, handler)` |
Released Date | 2016-04-13T07:52:46.233Z |
Published by | swatinem |
How to Learn | https://www.npmjs.com/package/harmony-proxy/tutorial |