summaryrefslogtreecommitdiff
path: root/tests/specs/lockfile/adding_npm_dep/lock01.out
blob: 0ed6aa8c780e9b011482e3b0a2be8d30c7f42f55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "version": "4",
  "specifiers": {
    "npm:@denotest/add@1": "npm:@denotest/add@1.0.0"
  },
  "npm": {
    "@denotest/add@1.0.0": {
      "integrity": "[WILDLINE]"
    }
  },
  "workspace": {
    "dependencies": [
      "npm:@denotest/add@1",
      "npm:@denotest/subtract@1"
    ]
  }
}