UNPKG

this

Version:

Traverses up the directory tree and returns the first module found

8 lines (4 loc) 158 B
'use strict'; const pkgDir = require('pkg-dir'); const packageDir = pkgDir.sync(); module.exports = packageDir === null ? undefined : require(packageDir);