DubComponent.dependencies

Lists all dependencies. This will go through all dependencies and contain the dependencies of dependencies. You need to create a tree structure from this yourself.

class DubComponent
@property const
dependencies
()

Return Value

Type: auto

[{dependencies: string[string], ver: string, name: string}]

Meta