var Repo = require("../"); var repo = new Repo("../../BusFactor"); repo.blame({ path: "LICENSE" }, function() { console.log(arguments); }); // repo.activeDays(function() { // console.log(arguments); // })