# Functions
ParseComposerFile parses a composer.json file to retrieve the metadata of a Composer package.
ParsePackage parses the metadata of a Composer package file.
# Constants
TypeProperty is the name of the property for Composer package types.
# Variables
ErrInvalidName indicates an invalid package name.
ErrInvalidVersion indicates an invalid package version.
ErrMissingComposerFile indicates a missing composer.json file.