PackageSupplier.fetchPackageRecipe

Retrieves only the recipe of a particular package.

interface PackageSupplier
Json
fetchPackageRecipe

Parameters

package_id string

Name of the package of which to retrieve the recipe

dep Dependency

Version constraint to match against

pre_release bool

If true, matches the latest pre-release version. Otherwise prefers stable versions.

Meta