in parsers/locations/about-locations-parser.js [125:132]
function getLocationsJSONFile() {
const parsed = parseAboutLocations(document);
console.log(parsed);
const json = JSON.stringify(parsed, null, 2);
//console.log(json);
download("products.json", json);
}