~~ {
  "remoteChecksums": {
    "https://localhost/mod.ts": "invalid"
  }
} ~~
# https://localhost/mod.ts
console.log(123);

# mod.ts
import 'https://localhost/mod.ts'

# output
{
  "roots": [
    "file:///mod.ts"
  ],
  "modules": [
    {
      "kind": "esm",
      "dependencies": [
        {
          "specifier": "https://localhost/mod.ts",
          "code": {
            "specifier": "https://localhost/mod.ts",
            "resolutionMode": "import",
            "span": {
              "start": {
                "line": 0,
                "character": 7
              },
              "end": {
                "line": 0,
                "character": 33
              }
            }
          }
        }
      ],
      "size": 34,
      "mediaType": "TypeScript",
      "specifier": "file:///mod.ts"
    },
    {
      "specifier": "https://localhost/mod.ts",
      "error": "Integrity check failed.\n\nActual: 57fe7492e0def06ef2f6863f5cab3a5d6ec41ac68f2de7c0e27928cc6fef0ccb\nExpected: invalid"
    }
  ],
  "redirects": {}
}

remote checksums:
{
  "https://localhost/mod.ts": "invalid"
}
