interface ModuleJson
implements CacheInfo
import { type ModuleJson } from "https://deno.land/x/deno_graph@0.49.0/types.d.ts";
Properties
optional
kind: ModuleKindThe module kind that was determined when the module was resolved. This is used by loaders to indicate how a module needs to be loaded at runtime.
optional
dependencies: DependencyJson[]An array of dependencies that were identified in the module.
optional
typesDependency: TypesDependencyJsonIf the module had a types dependency, the information about that dependency.
optional
mediaType: MediaTypeThe resolved media type of the module, which determines how Deno will handle the module.