Check if a node ID represents a library dependency.
static bool isLibraryDependencyNodeId(String nodeId) => _libraryDependency.matches(nodeId);