MarshallOfSound / flora-colossus

Walk your node_modules folder
6 stars 9 forks source link

Allow walking from non-root dependencies #22

Closed timfish closed 2 years ago

timfish commented 3 years ago

Currently flora-colossus can only walk from the root module and expects devDeps of that modules to exist.

I have been attempting to use it to walk dependencies of production dependencies, however when starting from the root it fails because devDeps of production deps are missing.

This change allows you to override the kind of dependency you are starting from.