Function loadPackage

  • It will find and return the contents of the first package.json found, recursing up, starting on dir. It can optionally normalize the data and set the process.title to the package name.

    Parameters

    Returns Promise<Package>