[ol7_developer_EPEL] nodejs-dep-graph-1.1.0-6.el7.noarch

Name:nodejs-dep-graph
Version:1.1.0
Release:6.el7
Architecture:noarch
Group:System Environment/Libraries
Size:23051
License:MIT
RPM: nodejs-dep-graph-1.1.0-6.el7.noarch.rpm
Source RPM: nodejs-dep-graph-1.1.0-6.el7.src.rpm
Build Date:Tue Dec 19 2017
Build Host:x86-ol6-builder-03.us.oracle.com
Vendor:Oracle America
URL:https://github.com/TrevorBurnham/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.

Changelog (Show File list) (Show related packages)