Curious to know how many 'Third Party Modules' are in https://deno.land/x?
Use Census to get this info.
import { countModulesInDenoLandX } from "https://deno.land/x/census/mod.ts";
console.log(await countModulesInDenoLandX()); // 549Alternatively, you can use it directly from the CLI:
deno run --allow-net https://deno.land/x/census/cli.tsYou can also install it globally using the following:
deno install --allow-net -n census https://deno.land/x/census/cli.tsThen, the package is available to run:
censusRequired permissions:
--allow-net
Total third party modules in https://deno.land/x :
| Date Time | Count |
|---|---|
| 12:55 pm, Monday, 1 June 2020 (IST) | 549 |