A top-level report of the licenses for all code included in a bundle

This is roughly informed by the terms defined in the SPDX spec, though is not an SPDX Document, since there seem to be several (incompatible) specs in that repo.

interface ILicenseBundle {
    packages: IPackageLicenseInfo[];
    readonly [key: string]: ReadonlyJSONValue;
}

Hierarchy

Indexable

  • readonly [key: string]: ReadonlyJSONValue

Properties

Properties