summaryrefslogtreecommitdiff
path: root/tests/registry/jsr/@denotest/deps/1.0.0_meta.json
blob: 814099af0621608ba80eb5abd8493e9e93818706 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "exports": {
    ".": "./mod.ts"
  },
  "moduleGraph1": {
    "/mod.ts": {
      "dependencies": [{
        "type": "static",
        "kind": "import",
        "range": [[0, 0], [0, 59]],
        "specifier": "jsr:@denotest/module-graph@1/other",
        "specifierRange": [[0, 22], [0, 58]]
      }, {
        "type": "static",
        "kind": "import",
        "range": [[1, 0], [1, 57]],
        "specifier": "jsr:@denotest/no-module-graph@^0.1",
        "specifierRange": [[1, 20], [1, 56]]
      }]
    }
  }
}