Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Location

import type { Location } from "https://googleapis.deno.dev/v1/containeranalysis:v1.ts";

An occurrence of a particular package installation found within a system's filesystem. E.g., glibc was found in /var/lib/dpkg/status.

interface Location {
cpeUri?: string;
path?: string;
version?: Version;
}

§Properties

§
cpeUri?: string
[src]

Deprecated. The CPE URI in CPE format

§
path?: string
[src]

The path from which we gathered that this package/version is installed.

§
version?: Version
[src]

Deprecated. The version installed at this location.