'use strict' const path = require('path') module.exports = function (callback) { callback(null, { force: true, mode: '644', path: path.resolve(__dirname, '../.work/work-rendered.json'), tmpl: 'json', mkdirp: true, data: { foo: 'bar' } }) }