Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/proc/tools/deps/cliffy.ts>DenoLandProvider

A better way to work with processes in Deno.
Go to Latest
class DenoLandProvider
extends Provider
import { DenoLandProvider } from "https://deno.land/x/proc@0.21.9/tools/deps/cliffy.ts";

Constructors

new
DenoLandProvider(unnamed 0?: DenoLandProviderOptions)

Properties

private
readonly
optional
moduleName: string
private
readonly
registryUrl: string
private
readonly
repositoryUrl: string
name: string

Methods

getRegistryUrl(name: string, version: string): string
getRepositoryUrl(name: string): string
getVersions(name: string): Promise<Versions>