inspecting objects with node util inspect

Developer from somewhere

Default depth for util.inspect is 2, to make it infinite:

util.inspect(some_object,{depth: null});