CLI options: --unusedt Unused in the entry module's dependency tree. --unuseda Unused anywhere i.e. no dependants in entry module's tree, or among other unused. --filter Unused module listing filter. (see --unusedt and --unuseda) e.g. --filter=/node_modules/parse-asn1 --unuseddc List dependencies of unused modules (what the unused module depends on). (see --unusedt and --unuseda) --unuseddd List d

