-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
39 lines (39 loc) · 1.1 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
{
"name": "@brownplt/s-expression",
"version": "4.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@brownplt/s-expression",
"version": "4.0.0",
"license": "MIT",
"dependencies": {
"@rescript/core": "^1.5.2",
"rescript": "^11.1.3"
}
},
"node_modules/@rescript/core": {
"version": "1.5.2",
"resolved": "https://registry.npmjs.org/@rescript/core/-/core-1.5.2.tgz",
"integrity": "sha512-VWRFHrQu8hWnd9Y9LYZ8kig2urybhZlDVGy5u50bqf2WCRAeysBIfxK8eN4VlpQT38igMo0/uLX1KSpwCVMYGw==",
"peerDependencies": {
"rescript": "^11.1.0-rc.7"
}
},
"node_modules/rescript": {
"version": "11.1.3",
"resolved": "https://registry.npmjs.org/rescript/-/rescript-11.1.3.tgz",
"integrity": "sha512-bI+yxDcwsv7qE34zLuXeO8Qkc2+1ng5ErlSjnUIZdrAWKoGzHXpJ6ZxiiRBUoYnoMsgRwhqvrugIFyNgWasmsw==",
"hasInstallScript": true,
"bin": {
"bsc": "bsc",
"bstracing": "lib/bstracing",
"rescript": "rescript"
},
"engines": {
"node": ">=10"
}
}
}
}