Supports `deno task --frozen=false some_task`, which is necessary because with `"nodeModulesDir": "auto"` or `"global"` (the default with no package.json) we do an auto-install of npm packages. Closes https://github.com/denoland/deno/issues/28070