summaryrefslogtreecommitdiff
path: root/tests/deno.lock
blob: 8d368f6c80ec304344534c30df7fbe958b77b22d (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
{
  "version": "4",
  "specifiers": {
    "jsr:@david/dax@*": "0.42.0",
    "jsr:@david/path@0.2": "0.2.0",
    "jsr:@david/which@~0.4.1": "0.4.1",
    "jsr:@std/assert@0.221": "0.221.0",
    "jsr:@std/bytes@0.221": "0.221.0",
    "jsr:@std/fmt@1": "1.0.2",
    "jsr:@std/fs@1": "1.0.5",
    "jsr:@std/io@0.221": "0.221.0",
    "jsr:@std/path@*": "1.0.8",
    "jsr:@std/path@1": "1.0.8",
    "jsr:@std/path@^1.0.7": "1.0.8",
    "jsr:@std/streams@0.221": "0.221.0"
  },
  "jsr": {
    "@david/dax@0.42.0": {
      "integrity": "0c547c9a20577a6072b90def194c159c9ddab82280285ebfd8268a4ebefbd80b",
      "dependencies": [
        "jsr:@david/path",
        "jsr:@david/which",
        "jsr:@std/fmt",
        "jsr:@std/fs",
        "jsr:@std/io",
        "jsr:@std/path@1",
        "jsr:@std/streams"
      ]
    },
    "@david/path@0.2.0": {
      "integrity": "f2d7aa7f02ce5a55e27c09f9f1381794acb09d328f8d3c8a2e3ab3ffc294dccd",
      "dependencies": [
        "jsr:@std/fs",
        "jsr:@std/path@1"
      ]
    },
    "@david/which@0.4.1": {
      "integrity": "896a682b111f92ab866cc70c5b4afab2f5899d2f9bde31ed00203b9c250f225e"
    },
    "@std/assert@0.221.0": {
      "integrity": "a5f1aa6e7909dbea271754fd4ab3f4e687aeff4873b4cef9a320af813adb489a"
    },
    "@std/bytes@0.221.0": {
      "integrity": "64a047011cf833890a4a2ab7293ac55a1b4f5a050624ebc6a0159c357de91966"
    },
    "@std/fmt@1.0.2": {
      "integrity": "87e9dfcdd3ca7c066e0c3c657c1f987c82888eb8103a3a3baa62684ffeb0f7a7"
    },
    "@std/fs@1.0.5": {
      "integrity": "41806ad6823d0b5f275f9849a2640d87e4ef67c51ee1b8fb02426f55e02fd44e",
      "dependencies": [
        "jsr:@std/path@^1.0.7"
      ]
    },
    "@std/io@0.221.0": {
      "integrity": "faf7f8700d46ab527fa05cc6167f4b97701a06c413024431c6b4d207caa010da",
      "dependencies": [
        "jsr:@std/assert",
        "jsr:@std/bytes"
      ]
    },
    "@std/path@1.0.8": {
      "integrity": "548fa456bb6a04d3c1a1e7477986b6cffbce95102d0bb447c67c4ee70e0364be"
    },
    "@std/streams@0.221.0": {
      "integrity": "47f2f74634b47449277c0ee79fe878da4424b66bd8975c032e3afdca88986e61",
      "dependencies": [
        "jsr:@std/io"
      ]
    }
  }
}