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.
package.json
dir
process.title
Optional
It will find and return the contents of the first
package.json
found, recursing up, starting ondir
. It can optionally normalize the data and set theprocess.title
to the package name.