licenseName: getLicenseName()

in src/licenseUtils.js [52:59]


    licenseName: getLicenseName(pkg),
    licenseText: getLicenseContents(dependencyPath)
  };
};

const getLicenseInformationForCompilation = (compilation, filter) => {
  const fileDependencies = Array.from(compilation.fileDependencies);
  return fileDependencies.reduce((memo, dependencyPath) => {