deno_lockfile 0.52.0

An implementation of a lockfile used in Deno
Documentation
1
2
3
4
5
6
{
  "cpu": ["x86_64"],
  "os": ["darwin", "linux", "win32"],
  "tarballUrl": "https://fake-registry.com/a/pkg-2.1.5.tgz",
  "optionalDependencies": { "@b/pkg": "2.0.5" }
}