Skip to main content
Latest
interface DependencyModuleMetrics
import { type DependencyModuleMetrics } from "https://deno.land/x/apiland@1.7.2/types.d.ts";

Properties

count: number

The count of deno.land/x module version that have a dependency on this module/package/repo

dependents: string[]

The deno.land/x module that has a dependency.

dependent_versions: string[]

The specific deno.land/x module and version that has a dependency.

versions: Record<string, number>

A map of the version tags and the count of specific versions. Dependencies that are un-versioned have a key of $$unpinned$$.