-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
180 lines (180 loc) · 5.97 KB
/
package-lock.json
File metadata and controls
180 lines (180 loc) · 5.97 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
{
"name": "@planado-2024/restate",
"version": "0.2.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@planado-2024/restate",
"version": "0.2.0",
"hasInstallScript": true,
"license": "UNLICENSED",
"devDependencies": {
"rescript": "^12.0.0-beta.2"
}
},
"node_modules/@rescript/darwin-arm64": {
"version": "12.0.0-beta.2",
"resolved": "https://registry.npmjs.org/@rescript/darwin-arm64/-/darwin-arm64-12.0.0-beta.2.tgz",
"integrity": "sha512-dltaSpmHdvlDrUrpp2lZudBXqiH0Uh5wB37OJcpqaV6FECgImO7fwMJkXfUMjNvY4sIM09lkPKhD+xFbInKmdQ==",
"cpu": [
"arm64"
],
"dev": true,
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": ">=20.11.0"
}
},
"node_modules/@rescript/darwin-x64": {
"version": "12.0.0-beta.2",
"resolved": "https://registry.npmjs.org/@rescript/darwin-x64/-/darwin-x64-12.0.0-beta.2.tgz",
"integrity": "sha512-Dwf74wfivvytGJdWWyq0HH2lA6IUuaeRGZZnYZVxlteqkygy6+ugmdTRDp993H8ELljHAW8DcIzXLPUlblY0aQ==",
"cpu": [
"x64"
],
"dev": true,
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": ">=20.11.0"
}
},
"node_modules/@rescript/linux-arm64": {
"version": "12.0.0-beta.2",
"resolved": "https://registry.npmjs.org/@rescript/linux-arm64/-/linux-arm64-12.0.0-beta.2.tgz",
"integrity": "sha512-2tMVCkDVb5yotBV11ANA4+6Gem0lSabgG9W1F8byOytCf9ngMqLTFilbHsOoNeAyi/kICbHz6U+rblLKWSrQgw==",
"cpu": [
"arm64"
],
"dev": true,
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">=20.11.0"
}
},
"node_modules/@rescript/linux-x64": {
"version": "12.0.0-beta.2",
"resolved": "https://registry.npmjs.org/@rescript/linux-x64/-/linux-x64-12.0.0-beta.2.tgz",
"integrity": "sha512-CCjvQwe/xgkVfBEiP5sEj1e/UoA/bJLeaa2o+7l+nt1mR+7X8p8vfehZlAHJqaH00bNmuPyOcLUf8i3FtrXx0A==",
"cpu": [
"x64"
],
"dev": true,
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">=20.11.0"
}
},
"node_modules/@rescript/win32-x64": {
"version": "12.0.0-beta.2",
"resolved": "https://registry.npmjs.org/@rescript/win32-x64/-/win32-x64-12.0.0-beta.2.tgz",
"integrity": "sha512-Y1qCehvTFh0KQa0IecfH5Y/qwulDQxXqHLuhIc1I6guVMO76PBi5153JdWMdTAxHV3Z2F/7Z7E2jM6Li1M3mBA==",
"cpu": [
"x64"
],
"dev": true,
"optional": true,
"os": [
"win32"
],
"engines": {
"node": ">=20.11.0"
}
},
"node_modules/rescript": {
"version": "12.0.0-beta.2",
"resolved": "https://registry.npmjs.org/rescript/-/rescript-12.0.0-beta.2.tgz",
"integrity": "sha512-l+KnrLh1pWFC1pJYrln1+hry/Zhsh25N5mPBGnAWns7ny/aSgXZ7Rr1Dd58AMpccFwXMmJWPKjPb1LqWKI3Crg==",
"dev": true,
"workspaces": [
"packages/*",
"packages/@rescript/*",
"tests/dependencies/**",
"tests/analysis_tests/**",
"tests/docstring_tests",
"tests/gentype_tests/**",
"tests/tools_tests",
"scripts/res"
],
"bin": {
"bsc": "cli/bsc.js",
"bstracing": "cli/bstracing.js",
"rescript": "cli/rescript.js",
"rescript-legacy": "cli/rescript-legacy.js",
"rescript-tools": "cli/rescript-tools.js"
},
"engines": {
"node": ">=20.11.0"
},
"optionalDependencies": {
"@rescript/darwin-arm64": "12.0.0-beta.2",
"@rescript/darwin-x64": "12.0.0-beta.2",
"@rescript/linux-arm64": "12.0.0-beta.2",
"@rescript/linux-x64": "12.0.0-beta.2",
"@rescript/win32-x64": "12.0.0-beta.2"
}
}
},
"dependencies": {
"@rescript/darwin-arm64": {
"version": "12.0.0-beta.2",
"resolved": "https://registry.npmjs.org/@rescript/darwin-arm64/-/darwin-arm64-12.0.0-beta.2.tgz",
"integrity": "sha512-dltaSpmHdvlDrUrpp2lZudBXqiH0Uh5wB37OJcpqaV6FECgImO7fwMJkXfUMjNvY4sIM09lkPKhD+xFbInKmdQ==",
"dev": true,
"optional": true
},
"@rescript/darwin-x64": {
"version": "12.0.0-beta.2",
"resolved": "https://registry.npmjs.org/@rescript/darwin-x64/-/darwin-x64-12.0.0-beta.2.tgz",
"integrity": "sha512-Dwf74wfivvytGJdWWyq0HH2lA6IUuaeRGZZnYZVxlteqkygy6+ugmdTRDp993H8ELljHAW8DcIzXLPUlblY0aQ==",
"dev": true,
"optional": true
},
"@rescript/linux-arm64": {
"version": "12.0.0-beta.2",
"resolved": "https://registry.npmjs.org/@rescript/linux-arm64/-/linux-arm64-12.0.0-beta.2.tgz",
"integrity": "sha512-2tMVCkDVb5yotBV11ANA4+6Gem0lSabgG9W1F8byOytCf9ngMqLTFilbHsOoNeAyi/kICbHz6U+rblLKWSrQgw==",
"dev": true,
"optional": true
},
"@rescript/linux-x64": {
"version": "12.0.0-beta.2",
"resolved": "https://registry.npmjs.org/@rescript/linux-x64/-/linux-x64-12.0.0-beta.2.tgz",
"integrity": "sha512-CCjvQwe/xgkVfBEiP5sEj1e/UoA/bJLeaa2o+7l+nt1mR+7X8p8vfehZlAHJqaH00bNmuPyOcLUf8i3FtrXx0A==",
"dev": true,
"optional": true
},
"@rescript/win32-x64": {
"version": "12.0.0-beta.2",
"resolved": "https://registry.npmjs.org/@rescript/win32-x64/-/win32-x64-12.0.0-beta.2.tgz",
"integrity": "sha512-Y1qCehvTFh0KQa0IecfH5Y/qwulDQxXqHLuhIc1I6guVMO76PBi5153JdWMdTAxHV3Z2F/7Z7E2jM6Li1M3mBA==",
"dev": true,
"optional": true
},
"rescript": {
"version": "12.0.0-beta.2",
"resolved": "https://registry.npmjs.org/rescript/-/rescript-12.0.0-beta.2.tgz",
"integrity": "sha512-l+KnrLh1pWFC1pJYrln1+hry/Zhsh25N5mPBGnAWns7ny/aSgXZ7Rr1Dd58AMpccFwXMmJWPKjPb1LqWKI3Crg==",
"dev": true,
"requires": {
"@rescript/darwin-arm64": "12.0.0-beta.2",
"@rescript/darwin-x64": "12.0.0-beta.2",
"@rescript/linux-arm64": "12.0.0-beta.2",
"@rescript/linux-x64": "12.0.0-beta.2",
"@rescript/win32-x64": "12.0.0-beta.2"
}
}
}
}