import * as molt from "https://deno.land/x/molt@0.17.2/lib/lockfile.ts";
Functions
Collect updates to dependencies in the given lockfile. | |
Create a partial lockfile for the given dependency as a temporary file and returns the parsed LockFile object. | |
Create a new lockfile for each dependency and returns a list of them. | |
Read, parse, and validate a lockfile. | |
Read, parse, and validate a lockfile. |
Interfaces
An object representing a lockfile. | |
A partial lock for a specific dependency |
Type Aliases
A parsed lockfile JSON object. |