-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
45 lines (45 loc) · 1.42 KB
/
package-lock.json
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
{
"name": "rescript-future",
"version": "0.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "rescript-future",
"version": "0.0.0",
"license": "MIT",
"dependencies": {
"@rescript/core": "^0.7.0",
"rescript": "^11.1.0-rc.2",
"rescript-webapi": "^0.9.1"
}
},
"node_modules/@rescript/core": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@rescript/core/-/core-0.7.0.tgz",
"integrity": "sha512-5arTnw1EVPvssqq4v+XHkigROoWXYm/3pD+ZyOSeJgnbzMccRibGWb4L6Ss3QBoEkpuCodX06RnLx8Vqa3kECQ==",
"peerDependencies": {
"rescript": "^10.1.0 || ^11.0.0"
}
},
"node_modules/rescript": {
"version": "11.1.0-rc.2",
"resolved": "https://registry.npmjs.org/rescript/-/rescript-11.1.0-rc.2.tgz",
"integrity": "sha512-kCUtmsODEUF1Eth5ppc+yIK79HLI7CwRs1R4iopDek4FC58IqHSLT3K1XHGB39YCWuOuV9WMly+wksHRJcSLcw==",
"hasInstallScript": true,
"bin": {
"bsc": "bsc",
"bstracing": "lib/bstracing",
"rescript": "rescript"
},
"engines": {
"node": ">=10"
}
},
"node_modules/rescript-webapi": {
"version": "0.9.1",
"resolved": "https://registry.npmjs.org/rescript-webapi/-/rescript-webapi-0.9.1.tgz",
"integrity": "sha512-6havxEsyCgcCB4EsH8ac2QpLVbv5Nv6IMjTIn6XifpU/bjgXEvMTpNJ78/JEKtSH6kFUeFV/T/QHPRSZb66Rew=="
}
}
}