-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmoon.mod.json
More file actions
38 lines (38 loc) · 1.03 KB
/
moon.mod.json
File metadata and controls
38 lines (38 loc) · 1.03 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
{
"name": "Haoxincode/moonbash",
"version": "0.1.0",
"deps": {
"moonbitlang/regexp": "0.3.5",
"gmlewis/md5": "0.19.26",
"shu-kitamura/sha256": "0.1.1",
"gmlewis/sha1": "0.12.4",
"gmlewis/io": "0.23.4",
"moonbit-community/yaml": "0.0.4",
"gmlewis/gzip": "0.34.4",
"gmlewis/flate": "0.36.4",
"gmlewis/base64": "0.16.3",
"moonbit-community/piediff": "0.0.9",
"justjavac/glob": "0.1.5",
"bobzhang/moonjq": "0.1.0",
"tiye/dom-ffi": "0.2.3",
"moonbitlang/async": "0.18.0",
"peter-jerry-ye/parse_args": "0.1.1",
"tonyfettes/url": "0.3.1",
"moonbitlang/x": "0.4.43"
},
"readme": "README.md",
"repository": "https://github.com/Haoxincode/MoonBash",
"license": "Apache-2.0",
"keywords": ["bash", "shell", "sandbox"],
"description": "Zero-dependency pure-memory POSIX Shell sandbox",
"exclude": [
"website",
"wrapper",
"**/pkg.generated.mbti",
"**/*_test.mbt",
"**/*_wbtest.mbt",
"**/*.mbt.md"
],
"preferred-target": "js",
"supported-targets": "js"
}