UNPKG

@nathanfaucett/task-cli

Version:
11 lines (6 loc) 279 B
var filePath = require("@nathanfaucett/file_path"), findLocal = require("./findLocal"); module.exports = findLocalModule; function findLocalModule(name) { return filePath.dirname(findLocal(filePath.join("node_modules", name, "package.json"), "node module", name)); }