-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.lock
More file actions
66 lines (66 loc) · 2.17 KB
/
Copy pathdeno.lock
File metadata and controls
66 lines (66 loc) · 2.17 KB
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
{
"version": "5",
"specifiers": {
"npm:@rescript/core@^1.6.1": "1.6.1_rescript@12.2.0",
"npm:@rescript/runtime@12.2.0": "12.2.0",
"npm:rescript@*": "12.2.0",
"npm:rescript@12": "12.2.0"
},
"npm": {
"@rescript/core@1.6.1_rescript@12.2.0": {
"integrity": "sha512-vyb5k90ck+65Fgui+5vCja/mUfzKaK3kOPT4Z6aAJdHLH1eljEi1zKhXroCiCtpNLSWp8k4ulh1bdB5WS0hvqA==",
"dependencies": [
"rescript"
]
},
"@rescript/darwin-arm64@12.2.0": {
"integrity": "sha512-xc3K/J7Ujl1vPiFY2009mRf3kWRlUe/VZyJWprseKxlcEtUQv89ter7r6pY+YFbtYvA/fcaEncL9CVGEdattAg==",
"os": ["darwin"],
"cpu": ["arm64"]
},
"@rescript/darwin-x64@12.2.0": {
"integrity": "sha512-qqcTvnlSeoKkywLjG7cXfYvKZ1e4Gz2kUKcD6SiqDgCqm8TF+spwlFAiM6sloRUOFsc0bpC/0R0B3yr01FCB1A==",
"os": ["darwin"],
"cpu": ["x64"]
},
"@rescript/linux-arm64@12.2.0": {
"integrity": "sha512-ODmpG3ji+Nj/8d5yvXkeHlfKkmbw1Q4t1iIjVuNwtmFpz7TiEa7n/sQqoYdE+WzbDX3DoJfmJNbp3Ob7qCUoOg==",
"os": ["linux"],
"cpu": ["arm64"]
},
"@rescript/linux-x64@12.2.0": {
"integrity": "sha512-2W9Y9/g19Y4F/subl8yV3T8QBG2oRaP+HciNRcBjptyEdw9LmCKH8+rhWO6sp3E+nZLwoE2IAkwH0WKV3wqlxQ==",
"os": ["linux"],
"cpu": ["x64"]
},
"@rescript/runtime@12.2.0": {
"integrity": "sha512-NwfljDRq1rjFPHUaca1nzFz13xsa9ZGkBkLvMhvVgavJT5+A4rMcLu8XAaVTi/oAhO/tlHf9ZDoOTF1AfyAk9Q=="
},
"@rescript/win32-x64@12.2.0": {
"integrity": "sha512-fhf8CBj3p1lkIXPeNko3mVTKQfXXm4BoxJtR1xAXxUn43wDpd8Lox4w8/EPBbbW6C/YFQW6H7rtpY+2AKuNaDA==",
"os": ["win32"],
"cpu": ["x64"]
},
"rescript@12.2.0": {
"integrity": "sha512-1Jf2cmNhyx5Mj2vwZ4XXPcXvNSjGj9D1jPBUcoqIOqRpLPo1ch2Ta/7eWh23xAHWHK5ow7BCDyYFjvZSjyjLzg==",
"dependencies": [
"@rescript/runtime"
],
"optionalDependencies": [
"@rescript/darwin-arm64",
"@rescript/darwin-x64",
"@rescript/linux-arm64",
"@rescript/linux-x64",
"@rescript/win32-x64"
],
"bin": true
}
},
"workspace": {
"dependencies": [
"npm:@rescript/core@^1.6.1",
"npm:@rescript/runtime@12.2.0",
"npm:rescript@12"
]
}
}