This repository was archived by the owner on Oct 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
72 lines (72 loc) · 1.5 KB
/
package-lock.json
File metadata and controls
72 lines (72 loc) · 1.5 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
67
68
69
70
71
72
{
"name": "rescript-stdlib",
"version": "0.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "rescript-stdlib",
"version": "0.0.0",
"workspaces": [
"core",
"belt",
"primitives",
"runtime",
"js"
],
"dependencies": {
"rescript": "^12.0.0-alpha.2"
}
},
"belt": {
"version": "0.0.0"
},
"core": {
"version": "1.5.0"
},
"js": {
"version": "0.0.0"
},
"node_modules/belt": {
"resolved": "belt",
"link": true
},
"node_modules/core": {
"resolved": "core",
"link": true
},
"node_modules/js": {
"resolved": "js",
"link": true
},
"node_modules/primitives": {
"resolved": "primitives",
"link": true
},
"node_modules/rescript": {
"version": "12.0.0-alpha.2",
"resolved": "https://registry.npmjs.org/rescript/-/rescript-12.0.0-alpha.2.tgz",
"integrity": "sha512-9htB2dOo2u9xOxCkt0ddZSoweo1SmWhfbE/YGmbfBY7k2P4fkHOcakqO6iakLQUpNYFUzL1pfTCAXzvAppJ5mA==",
"hasInstallScript": true,
"bin": {
"bsc": "bsc",
"bstracing": "lib/bstracing",
"rescript": "rescript",
"rewatch": "cli/rewatch"
},
"engines": {
"node": ">=18"
}
},
"node_modules/runtime": {
"resolved": "runtime",
"link": true
},
"primitives": {
"version": "0.0.0"
},
"runtime": {
"version": "0.0.0"
}
}
}