True if the pubspec.yaml has the node build dependency. Not supported.
bool pubspecYamlSupportsNode(Map map) { return pubspecYamlHasAnyDependencies(map, ['build_node_compilers']); }