_.each(json.nodes,function(entry){g.setNode(entry.v,entry.value);if(entry.parent){g.setParent(entry.v,entry.parent)}});_.each(json.edges,function(entry){g.setEdge({v:entry.v,w:entry.w,name:entry.name},entry.value)});return g}},{"./graph":16,"./lodash":19}],19:[function(require,module,exports){ // eslint-disable-next-line no-redeclare /* global window */ var lodash;if(typeof require==="function"){try{var _=require("@snyk/lodash");lodash={clone:_.clone,constant:_.constant,each:_.each,filter:_.filter,has:_.has,isArray:_.isArray,isEmpty:_.isEmpty,isFunction:_.isFunction,isUndefined:_.isUndefined,keys:_.keys,map:_.map,reduce:_.reduce,size:_.size,transform:_.transform,union:_.union,values:_.values}}catch(e){ // continue regardless of error }}if(!lodash){lodash=window._}module.exports=lodash},{"@snyk/lodash":undefined}],20:[function(require,module,exports){module.exports="2.1.9-patch"},{}]},{},[1])(1)});