in lib/fs/tmpdir.js [7:9]
module.exports = function(filePath) { return require('path').resolve(os.tmpdir(), filePath); };