summaryrefslogtreecommitdiff
path: root/tests/specs/npm/npmrc/info.out
blob: ee9aa9ee96732bcd995abbc8f57fc401b450fe7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
[UNORDERED_START]
Download http://localhost:4262/@denotest2%2fbasic
Download http://localhost:4261/@denotest%2fbasic
Download http://localhost:4261/@denotest/basic/1.0.0.tgz
Download http://localhost:4262/@denotest2/basic/1.0.0.tgz
[UNORDERED_END]
[UNORDERED_START]
Initialize @denotest/basic@1.0.0
Initialize @denotest2/basic@1.0.0
[UNORDERED_END]
{
  "version": 1,
  "roots": [
    "file://[WILDCARD]/main.js"
  ],
  "modules": [
    {
      "kind": "esm",
      "dependencies": [
        {
          "specifier": "@denotest/basic",
          "code": {
            "specifier": "npm:@denotest/basic@1.0.0",
            "span": {
              "start": {
                "line": 0,
                "character": 35
              },
              "end": {
                "line": 0,
                "character": 52
              }
            }
          }
        },
        {
          "specifier": "@denotest2/basic",
          "code": {
            "specifier": "npm:@denotest2/basic@1.0.0",
            "span": {
              "start": {
                "line": 1,
                "character": 22
              },
              "end": {
                "line": 1,
                "character": 40
              }
            }
          }
        }
      ],
      "local": "[WILDCARD]main.js",
      "size": 192,
      "mediaType": "JavaScript",
      "specifier": "file://[WILDCARD]/main.js"
    },
    {
      "kind": "npm",
      "specifier": "npm:/@denotest/basic@1.0.0",
      "npmPackage": "@denotest/basic@1.0.0"
    },
    {
      "kind": "npm",
      "specifier": "npm:/@denotest2/basic@1.0.0",
      "npmPackage": "@denotest2/basic@1.0.0"
    }
  ],
  "redirects": {
    "npm:@denotest/basic@1.0.0": "npm:/@denotest/basic@1.0.0",
    "npm:@denotest2/basic@1.0.0": "npm:/@denotest2/basic@1.0.0"
  },
  "npmPackages": {
    "@denotest/basic@1.0.0": {
      "name": "@denotest/basic",
      "version": "1.0.0",
      "dependencies": [],
      "registryUrl": "http://localhost:4261/"
    },
    "@denotest2/basic@1.0.0": {
      "name": "@denotest2/basic",
      "version": "1.0.0",
      "dependencies": [],
      "registryUrl": "http://localhost:4262/"
    }
  }
}