kessler / license-report

create a short report about a project's dependencies (license, url etc)
MIT License
226 stars 39 forks source link

Fix issue 84 - remove dependency from package-lock.json #95

Closed BePo65 closed 2 years ago

BePo65 commented 2 years ago

This PR gets the information about installed packages from the node_modules directory instead of from the package-lock.json file. This way license-report can be used with other package managers too and gets license type and author from local files instead of from the repository.

Solves issue #84

JulianCataldo commented 2 years ago

Great! Thanks