for-in : Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js. You can installing for-in 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 for-in $ sudo npm install -g for-in
If want to update the for-in package execute the command as below,
$ sudo npm update for-in
Update package globally,
$ npm install -g for-in
$ sudo git clone https://github.com/rektide/for-in.git
$ sudo npm install -g ./for-in
for-in@1.0.2 /usr/lib/node_modules/for-in
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall for-in
Package Name | for-in |
Version | 1.0.2 |
Description | Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js |
Released Date | 2017-02-28T16:12:56.286Z |
Published by | jonschlinkert |
How to Learn | https://www.npmjs.com/package/for-in/tutorial |