module.exports.format = function (data, options) {
    console.log(JSON.stringify(data))
}