all property
Map<String, NpmDependency>
get
all
Unmodifiable map view of all currently registered dependencies, keyed by specifier.
Implementation
static Map<String, NpmDependency> get all => Map.unmodifiable(_deps);