From reading the Readme I was under the impression that the NpmComponentDetector
detect the packages under the package.json "dependencies" field.
from reading the source it seems it only extract the name of the package and not its dependencies.
is this intended?