Object.keys(data.attrs).forEach((key) => {
            chunk.write(' ' + key + '="' + data.attrs[key].replace(/"/g, '"') + '"');
          });