summaryrefslogtreecommitdiff
path: root/tests/specs/npm/adding_npm_dep_in_dynamic_import/lock.out
blob: e80d56bd87a14bbf19f9f61e6879e556da2ecdc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "version": "4",
  "specifiers": {
    "npm:@denotest/add@*": "1.0.0",
    "npm:@denotest/subtract@*": "1.0.0"
  },
  "npm": {
    "@denotest/add@1.0.0": {
      "integrity": "[WILDLINE]"
    },
    "@denotest/subtract@1.0.0": {
      "integrity": "[WILDLINE]"
    }
  }
}