-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.19 KB
/
package.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "@xpack-dev-tools/bash",
"version": "5.2.21-1.1",
"description": "A binary xPack with the GNU Bash executables",
"main": "",
"scripts": {
"postversion": "git push origin --all && git push origin --tags",
"test": "echo \"Error: no test specified\" && exit 1",
"liquidjs": "liquidjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xpack-dev-tools/bash-xpack.git/"
},
"bugs": {
"url": "https://github.com/xpack-dev-tools/bash-xpack/issues/"
},
"homepage": "https://github.com/xpack-dev-tools/bash-xpack.git#readme",
"keywords": [
"xpack",
"bash",
"build"
],
"author": {
"name": "Liviu Ionescu",
"email": "[email protected]",
"url": "https://github.com/ilg-ul/"
},
"license": "MIT",
"xpack": {
"minimumXpmRequired": "0.16.3",
"binaries": {
"destination": "./.content",
"baseUrl": "https://github.com/xpack-dev-tools/bash-xpack/releases/download/v3.27.9-1",
"skip": 1,
"platforms": {
"darwin-arm64": {
"fileName": "xpack-bash-3.27.9-1-darwin-arm64.tar.gz",
"sha256": "bedb466409d50858c22b0e50496d44911e4daaf6b10a0e60326fcb98d20b1ae6"
},
"darwin-x64": {
"fileName": "xpack-bash-3.27.9-1-darwin-x64.tar.gz",
"sha256": "1303e71321b439112ddd8bc78d6d9b21eea519a856f0542ee67d3d13bc008df8"
},
"linux-arm": {
"fileName": "xpack-bash-3.27.9-1-linux-arm.tar.gz",
"sha256": "b27b98533d150922f9e891ea8c764b9da111c5092b30020ce6a216469b6a91cb"
},
"linux-arm64": {
"fileName": "xpack-bash-3.27.9-1-linux-arm64.tar.gz",
"sha256": "f05347ca20c7544a1d0bdead8713f68c2cdac20556f77b7f7f3787ed4612556f"
},
"linux-x64": {
"fileName": "xpack-bash-3.27.9-1-linux-x64.tar.gz",
"sha256": "1118a91a7da1557a62f0dd84323b9a031bcc134a5c799b2508a02518ad6b9d5b"
},
"win32-x64": {
"fileName": "xpack-bash-3.27.9-1-win32-x64.zip",
"sha256": "b818e299ad59227367e253440d1a0e342d4c3c123dcad5898531e0a9aacdb566"
}
}
},
"bin": {
"bash": "./.content/bin/bash",
"bashbug": "./.content/bin/bashbug"
}
}
}