const superRequire = require('power-require')
const a = superRequire.fromFile('path/to/file','whatever/node/module/path/you/want')
Required
Type: string
where file is located, either absolute or relative path is supported.
Type: string
Default: .
from where to find module path, default is the path of the requiring parent file