Skip to main content
Module

x/apiland/types.d.ts>ModInfoPage

The API server for deno.land
Latest
interface ModInfoPage
import { type ModInfoPage } from "https://deno.land/x/apiland@1.7.2/types.d.ts";

Properties

kind: "modinfo"
module: string
optional
description: string
version: string
versions: string[]
latest_version: string
optional
dependencies: ModuleDependency[]

An optional array of dependencies identified for the module.

optional
dependency_errors: DependencyError[]

An optional array of dependencies identified for the module.

optional
defaultModule: ModuleEntry

The default module for the module.

optional
defaultExport: boolean

A flag that indicates if the default module has a default export.

optional
readme: ModuleEntry

The file entry for the module that is a README to be rendered.

optional
config: ModuleEntry

The file entry for the module that has a detectable deno configuration.

optional
import_map: ModuleEntry

The file entry for an import map specified within the detectable config file.

uploaded_at: string
upload_options: UploadOptions
optional
tags: ModuleTag[]