summaryrefslogtreecommitdiff
path: root/tests/specs/remove/basic/add_lock.out
blob: 1f6589380ebc86b8564fa4fcd3ded69d93173cb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "version": "4",
  "specifiers": {
    "jsr:@std/assert@1": "1.0.0",
    "jsr:@std/http@1": "1.0.0"
  },
  "jsr": {
    "@std/assert@1.0.0": {
      "integrity": "[WILDLINE]"
    },
    "@std/http@1.0.0": {
      "integrity": "[WILDLINE]"
    }
  },
  "workspace": {
    "dependencies": [
      "jsr:@std/assert@1",
      "jsr:@std/http@1"
    ]
  }
}