"pkg.allAuthorLinks": ({ user, eol }) => {
            const $pkg = pkg(user);
            const $author = authorLink($pkg.author);
            const res = [];
            if ($pkg.contributors) {