-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
41 lines (41 loc) · 1.17 KB
/
package-lock.json
File metadata and controls
41 lines (41 loc) · 1.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
{
"name": "rescript-error-sample-node",
"version": "0.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "rescript-error-sample-node",
"version": "0.0.0",
"license": "MIT",
"dependencies": {
"@rescript/core": "^1.6.1",
"rescript": "^11.1.4"
}
},
"node_modules/@rescript/core": {
"version": "1.6.1",
"resolved": "https://registry.npmjs.org/@rescript/core/-/core-1.6.1.tgz",
"integrity": "sha512-vyb5k90ck+65Fgui+5vCja/mUfzKaK3kOPT4Z6aAJdHLH1eljEi1zKhXroCiCtpNLSWp8k4ulh1bdB5WS0hvqA==",
"license": "MIT",
"peerDependencies": {
"rescript": ">=11.1.0"
}
},
"node_modules/rescript": {
"version": "11.1.4",
"resolved": "https://registry.npmjs.org/rescript/-/rescript-11.1.4.tgz",
"integrity": "sha512-0bGU0bocihjSC6MsE3TMjHjY0EUpchyrREquLS8VsZ3ohSMD+VHUEwimEfB3kpBI1vYkw3UFZ3WD8R28guz/Vw==",
"hasInstallScript": true,
"license": "SEE LICENSE IN LICENSE",
"bin": {
"bsc": "bsc",
"bstracing": "lib/bstracing",
"rescript": "rescript"
},
"engines": {
"node": ">=10"
}
}
}
}