summaryrefslogtreecommitdiff
path: root/tests/specs/install/future_install_node_modules/deno.lock.out
blob: 3a6ae85868e845ec54b21ef3558fd08a22035a1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "version": "4",
  "specifiers": {
    "npm:@denotest/esm-basic@*": "1.0.0"
  },
  "npm": {
    "@denotest/esm-basic@1.0.0": {
      "integrity": "[WILDCARD]"
    }
  },
  "workspace": {
    "packageJson": {
      "dependencies": [
        "npm:@denotest/esm-basic@*"
      ]
    }
  }
}