Contains all the licenses.
The array is indexed by license identifiers, which contain a numerically indexed array with license details.
[ lowercased license identifier => [ 0 => identifier (string), 1 => full name (string), 2 => osi certified (bool), 3 => deprecated (bool) ] , ... ]
Type: array
private $licenses;