PATH:
usr
/
local
/
lib
/
node_modules
/
ghost-cli
/
node_modules
/
path-is-root
/
src
const path = require('path') module.exports = (p)=> { const parentPath = path.join(p, '../') return p === parentPath || parentPath === './' }
[+]
..
[-] index.js
[edit]