Is there a way to lock an npm dependency without `deno.json`?
As in, one that's imported using
import x from "npm:y"1 Reply
nevermind, figured out it's just
--lock. any idea if deno run respects the lockfile when running a remote script?