in lib/main.js [71:74]
function parseOutputJSON(output) { let raw = JSON.parse(output); return raw.map(makeAnnotation); }