UNPKG

pomy

Version:

Based on the concept of a project object model (POM), POMY can manage a project's build, reporting and documentation from a central piece of information.

11 lines 195 B
"use strict"; module.exports = function(e) { return Object.keys(e).reduce(function(n, s) { return n.nodes.push({ label: s, nodes: e[s].dep }), n }, { nodes: [] }) };