< Home - < Back

nodejs-dep-graph


Information about the package, nodejs-dep-graph, which is shipped with common Linux distributions. The nodejs-dep-graph package is designed for, Simple dependency graph management in JavaScript.


Package Name:

nodejs-dep-graph

Summary:

Simple dependency graph management in JavaScript

Description:

This is a Node.js module for simple dependency graph management in JavaScript. Say you have a set of resources that depend on each other in some way. These resources can be anything (eg, files, chains of command etc.). All that matters is that each one has a unique string identifier, and a list of direct dependencies. dep-graph makes it easy to compute "chains" of dependencies, with guaranteed logical ordering and no duplicates. That's trivial in most cases, but if A depends on B and B depends on A, a naïve dependency graph would get trapped in an infinite loop. dep-graph throws an error if any such "cycles" are detected.

Architecture:

noarch

Version:

1.1.0

Release:

6.el6

Size:

11 k

Repository:

epel

From Repository:

Licence:

MIT



Handy Yum Commands for nodejs-dep-graph


Control the nodejs-dep-graph package with the following handy commands outlined below.


Command

Description of Command

yum install nodejs-dep-graph

This command will install nodejs-dep-graph on the server.

yum remove nodejs-dep-graph

This command will un-install nodejs-dep-graph on the server. When you run this command, you will be asked if you are sure that you want to remove nodejs-dep-graph, so you have to manually confirm that you want to do this.

yum -y remove nodejs-dep-graph

This command will un-install nodejs-dep-graph on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove nodejs-dep-graph when using the -y flag.

yum update nodejs-dep-graph

This command will update nodejs-dep-graph to the latest version. When you run this command, you will be asked if you are sure that you want to remove nodejs-dep-graph, so you have to manually confirm that you want to do this.

yum -y update nodejs-dep-graph

This command will update nodejs-dep-graph to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove nodejs-dep-graph when using the -y flag.

yum info nodejs-dep-graph

This command will show you core information about the nodejs-dep-graph package.

yum deplist nodejs-dep-graph

This command will show you the dependencies for nodejs-dep-graph. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update nodejs-dep-graph

This command will check if there is an update waiting on nodejs-dep-graph. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.