Optional
matchA function that takes a path and a package.json object and returns a boolean indicating whether the package.json matches the criteria. The default function returns true if both the path and package.json are truthy.
Optional
normalizeWhether to normalize the package.json file using npm's normalize-package-data. Defaults to false. Can be set to true or an object with options for the normalize function. Default options are strict:false and warn:console.warn.
Optional
workingThe directory to start searching from. If not provided, the current working directory will be used.
Options for the findUpPackage function.