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
dependencies
()

Return Value

Type: auto

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

Meta