all property

Unmodifiable map view of all currently registered dependencies, keyed by specifier.

Implementation

static Map<String, NpmDependency> get all => Map.unmodifiable(_deps);