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

x/cliffy/command/upgrade/provider/npm.ts>NpmProvider

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Latest
class NpmProvider
extends Provider
import { NpmProvider } from "https://deno.land/x/cliffy@v1.0.0-rc.7/command/upgrade/provider/npm.ts";

Constructors

new
NpmProvider(unnamed 0?: NpmProviderOptions)

Properties

private
readonly
apiUrl: string
private
readonly
optional
packageName: string
private
readonly
optional
packageScope: string
private
readonly
repositoryUrl: string
name: string

Methods

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