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

PackageVersion

import type { PackageVersion } from "https://googleapis.deno.dev/v1/ondemandscanning:v1.ts";
interface PackageVersion {
licenses?: string[];
name?: string;
version?: string;
}

§Properties

§
licenses?: string[]
[src]

The licenses associated with this package. Note that this has to go on the PackageVersion level, because we can have cases with images with the same source having different licences. E.g. in Alpine, musl and musl-utils both have the same origin musl, but have different sets of licenses.

§
name?: string
[src]
§
version?: string
[src]