#908208 ITP: node-topo -- Topological sorting with grouping support

Package:
wnpp
Source:
wnpp
Submitter:
Bastien ROUCARIES
Date:
2025-11-29 16:41:49 UTC
Severity:
wishlist
#908208#5
Date:
2018-09-07 11:33:47 UTC
From:
To:
* Package name    : node-topo
  Version         : 3.0.0
  Upstream Author : [Devin Ivy](https://github.com/devinivy)
* URL             : https://github.com/hapijs/topo#readme
* License         : BSD-3-Clause
  Programming Lang: JavaScript
  Description     : Topological sorting with grouping support
 This package allows one to create containers for topologically
sorting a list of nodes with    non-circular interdependencies.
.
In the field of computer science, a topological sort or topological
ordering of a directed graph is a linear ordering of its vertices such
that for every directed edge uv from vertex u to vertex v, u comes
before v in the ordering.
 .
 Node.js is an event-based server-side JavaScript engine.