system environment/libraries

nodejs-dep-graph - Simple dependency graph management in JavaScript

Website: https://github.com/TrevorBurnham/dep-graph
License: MIT
Vendor: Fedora Project
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.

Packages

nodejs-dep-graph-1.1.0-2.el6.src [12 KiB] Changelog by Jamie Nguyen (2013-06-16):
- unconditionalize 'cake build'
- improve Summary

Listing created by Repoview-0.6.6-1.el6