-
Notifications
You must be signed in to change notification settings - Fork 3
/
deno.lock
54 lines (54 loc) · 2.4 KB
/
deno.lock
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
{
"version": "3",
"packages": {
"specifiers": {
"jsr:@nats-io/[email protected]": "jsr:@nats-io/[email protected]",
"jsr:@std/assert@^0.225.3": "jsr:@std/[email protected]",
"jsr:@std/[email protected]": "jsr:@std/[email protected]"
},
"jsr": {
"@nats-io/[email protected]": {
"integrity": "6cbfe6e04f3d25c30e1d3a76e9ce565ad43c8be35fbc8c5f1dd5f85b6196967e"
},
"@std/[email protected]": {
"integrity": "b3c2847aecf6955b50644cdb9cf072004ea3d1998dd7579fc0acb99dbb23bd4f"
},
"@std/[email protected]": {
"integrity": "54fd879e24b738f6812dcc75bcae1534ba8f014245064ceae1bcfc2996c06d44",
"dependencies": [
"jsr:@std/assert@^0.225.3"
]
}
}
},
"remote": {
"https://deno.land/[email protected]/_util/assert.ts": "e94f2eb37cebd7f199952e242c77654e43333c1ac4c5c700e929ea3aa5489f74",
"https://deno.land/[email protected]/_util/os.ts": "49b92edea1e82ba295ec946de8ffd956ed123e2948d9bd1d3e901b04e4307617",
"https://deno.land/[email protected]/path/_constants.ts": "df1db3ffa6dd6d1252cc9617e5d72165cd2483df90e93833e13580687b6083c3",
"https://deno.land/[email protected]/path/_interface.ts": "ee3b431a336b80cf445441109d089b70d87d5e248f4f90ff906820889ecf8d09",
"https://deno.land/[email protected]/path/_util.ts": "c1e9686d0164e29f7d880b2158971d805b6e0efc3110d0b3e24e4b8af2190d2b",
"https://deno.land/[email protected]/path/common.ts": "bee563630abd2d97f99d83c96c2fa0cca7cee103e8cb4e7699ec4d5db7bd2633",
"https://deno.land/[email protected]/path/glob.ts": "cb5255638de1048973c3e69e420c77dc04f75755524cb3b2e160fe9277d939ee",
"https://deno.land/[email protected]/path/mod.ts": "4275129bb766f0e475ecc5246aa35689eeade419d72a48355203f31802640be7",
"https://deno.land/[email protected]/path/posix.ts": "293cdaec3ecccec0a9cc2b534302dfe308adb6f10861fa183275d6695faace44",
"https://deno.land/[email protected]/path/separator.ts": "fe1816cb765a8068afb3e8f13ad272351c85cbc739af56dacfc7d93d710fe0f9",
"https://deno.land/[email protected]/path/win32.ts": "31811536855e19ba37a999cd8d1b62078235548d67902ece4aa6b814596dd757"
},
"workspace": {
"dependencies": [
"jsr:@nats-io/nkeys@^1.2.0-4",
"jsr:@std/[email protected]",
"jsr:@std/[email protected]",
"jsr:@std/[email protected]"
],
"packageJson": {
"dependencies": [
"npm:@types/node@^20.14.x",
"npm:nkeys.js@^1.2.0-4",
"npm:shx@^0.3.3",
"npm:typedoc@^0.25.13",
"npm:typescript@^5.4.5"
]
}
}
}