-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeno.lock
52 lines (52 loc) · 2.27 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
{
"version": "4",
"specifiers": {
"jsr:@gizmo/http-status@1": "1.0.0",
"jsr:@std/collections@^1.0.8": "1.0.8",
"npm:@types/node@*": "22.5.4",
"npm:argparse@^2.0.1": "2.0.1",
"npm:chalk@^5.3.0": "5.3.0"
},
"jsr": {
"@gizmo/[email protected]": {
"integrity": "7fba6f65bd90498b5fa7727eb293c509cc32c148c3d9d834b2dd12881627197a"
},
"@std/[email protected]": {
"integrity": "de76692f9121838711b1d2fb5042619c074db26905a87b58cff56cfe1bd6d6d0"
}
},
"npm": {
"@types/[email protected]": {
"integrity": "sha512-FDuKUJQm/ju9fT/SeX/6+gBzoPzlVCzfzmGkwKvRHQVxi4BntVbyIwf6a4Xn62mrvndLiml6z/UBXIdEVjQLXg==",
"dependencies": [
"undici-types"
]
},
"[email protected]": {
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
},
"[email protected]": {
"integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w=="
},
"[email protected]": {
"integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw=="
}
},
"remote": {
"https://deno.land/[email protected]/node/tty.ts": "9fa7f7b461759774b4eeab00334ac5d25b69bf0de003c02814be01e65150da79",
"https://deno.land/x/[email protected]/source/ansi-styles/index.js": "7cc96ab93d1c9cfc0746e9dffb40be872e42ee242906f48e68df0d2c9669f737",
"https://deno.land/x/[email protected]/source/has-flag/index.js": "aed21e4eba656057e7b8c6024305f5354d2ebee2adc857a1d8cd5207923de7e5",
"https://deno.land/x/[email protected]/source/index.js": "6339123f32f7eb4b17c5c9c926ecdf3dbc353fd4fda7811ad2d3c1d4b98a7420",
"https://deno.land/x/[email protected]/source/supports-color/index.js": "4d7f2d216b6ac9013d9ec7e004de21f5a7d00bf2be4075bab2d82638d0d41a86",
"https://deno.land/x/[email protected]/source/templates.js": "f2e12be18cb84710e341e5499528280278052909fa74a12cefc9e2cc26a597ac",
"https://deno.land/x/[email protected]/source/util.js": "cd08297ec411dcee91826ad01a00d3427235d4548ba605a59e64f0da83af8306"
},
"workspace": {
"dependencies": [
"jsr:@gizmo/http-status@1",
"jsr:@std/collections@^1.0.8",
"npm:argparse@^2.0.1",
"npm:chalk@^5.3.0"
]
}
}