coone(fs.readFile, filepath, 'utf-8')(function (err, data) {
  if (err) return console.error(err)
  console.log(data.indexOf('"license": "MIT"') !== -1) // => true
})