public static function getContributors( $_dir = "./" ) {
      if(!file_exists($_dir))
        return [];
      $currentDir = getcwd();
      chdir($_dir);