import { type LockFileJson } from "https://deno.land/x/molt@0.17.2/lib/lockfile.ts";
A parsed lockfile JSON object.
Examples
Example 1
Example 1
{
version: "3",
packages: {
specifiers: {
"jsr:@core/match@0.1.x": "jsr:@core/match@0.1.9",
"npm:node-emoji@^2": "npm:node-emoji@2.1.3",
"npm:ts-toolbelt@9.6.0": "npm:ts-toolbelt@9.6.0"
},
},
}
definition: PredicateType<isLockFileJson>