How to Install for-in NPM Packages on Ubuntu / Debian

How to Install for-in software package in NPM Packages

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

Git clone:

$ 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

How to remove for-in package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall for-in

Basic Information of for-in NPM Package:

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