Get the dependency with the given name, if it exists.
If the static dependencies have not yet been loaded, this may trigger a resolution step.
The name of the dependency to get.
The dependency with the given name, or undefined if it does not exist.
This is a read-only interface to the FlowrAnalyzerDependenciesContext. It prevents you from modifying the dependencies, but allows you to inspect them (which is probably what you want when using the FlowrAnalyzer). If you are a FlowrAnalyzerPackageVersionsPlugin and want to modify the dependencies, you can use the FlowrAnalyzerDependenciesContext directly.