Package: wnpp Severity: wishlist Owner: ro...@debian.org X-Debbugs-CC: debian-devel@lists.debian.org
* 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.