Wed, 26 Jun 2024 10:10:44 UTC | login

Information for build nodejs-dep-graph-1.1.0-14.fc29

ID70047
Package Namenodejs-dep-graph
Version1.1.0
Release14.fc29
Epoch
SummarySimple dependency graph management in JavaScript
DescriptionThis 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedSun, 12 Aug 2018 19:57:19 UTC
CompletedSun, 12 Aug 2018 19:57:19 UTC
Tags
f29
f30
f31
RPMs
src
nodejs-dep-graph-1.1.0-14.fc29.src.rpm (info) (download)
noarch
nodejs-dep-graph-1.1.0-14.fc29.noarch.rpm (info) (download)
Changelog * Thu Jul 19 2018 Tom Hughes <tom@compton.nu> - 1.1.0-14 - Update npm(underscore) dependency * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild