PATH:
usr
/
local
/
lib
/
node_modules
/
knex-migrator
/
node_modules
/
homedir-polyfill
'use strict'; var os = require('os'); if (typeof os.homedir !== 'undefined') { module.exports = os.homedir; } else { module.exports = require('./polyfill.js'); }
[+]
..
[-] package.json
[edit]
[-] polyfill.js
[edit]
[-] index.js
[edit]
[-] README.md
[edit]
[-] LICENSE
[edit]