oss-review-toolkit / ort

A suite of tools to automate software compliance checks.
https://oss-review-toolkit.org
Apache License 2.0
1.59k stars 309 forks source link

NPM: Add support for optional dependencies #94

Closed mnonnenmacher closed 5 years ago

mnonnenmacher commented 6 years ago

Add support for the optionalDependencies scope to NPM. Make sure that the report contains a warning in case an optional dependency could not be installed.

sschuberth commented 5 years ago

This was implemented as part of https://github.com/heremaps/oss-review-toolkit/pull/877.