export async function postcondition({read, readPkg, assert}) {
    const {homepage} = await readPkg();
    const domain = homepage.replace(/^https:\/\//, '');
    const homepageCount = await count([homepage], [filename], {
        read,