hasIndirectDependencies

The package has indirect (or also called transitive) dependencies. This means that the child dependencies of the package also have dependencies.




In the following example accepts is flagged 🌲 because mime-types has a mime-db dependency which mean that the package is an indirect dependency of accepts.


Indirect dependencies are dangerous for many reasons and you may found useful informations in these articles / study: