-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.99 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
{
"name": "@xpack-dev-tools/m4",
"version": "1.4.19-3.1",
"description": "A binary xpm package with the GNU M4 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/m4-xpack.git"
},
"bugs": {
"url": "https://github.com/xpack-dev-tools/m4-xpack/issues"
},
"homepage": "https://xpack-dev-tools.github.io/m4-xpack/",
"keywords": [
"xpack",
"gnu",
"m4",
"readlink"
],
"author": {
"name": "Liviu Ionescu",
"email": "ilg@livius.net",
"url": "https://github.com/ilg-ul"
},
"license": "MIT",
"xpack": {
"minimumXpmRequired": "0.16.3",
"binaries": {
"destination": "./.content",
"baseUrl": "https://github.com/xpack-dev-tools/m4-xpack/releases/download/v1.4.19-3",
"skip": 1,
"platforms": {
"darwin-arm64": {
"fileName": "xpack-m4-1.4.19-3-darwin-arm64.tar.gz",
"sha256": "85db52443bf0011827b5422a3280905a00d8b5b308799d801d0b1239fe53d072"
},
"darwin-x64": {
"fileName": "xpack-m4-1.4.19-3-darwin-x64.tar.gz",
"sha256": "d377b57ffce461bc8d445cda806ee9dc4a6ac5788e61c1c8fe582dacc444efb6"
},
"linux-arm64": {
"fileName": "xpack-m4-1.4.19-3-linux-arm64.tar.gz",
"sha256": "efffb0c84f80db1331781cf62b6698b68f359fa673ab9d700113e45e471b6ba3"
},
"linux-arm": {
"fileName": "xpack-m4-1.4.19-3-linux-arm.tar.gz",
"sha256": "2be4d9ab2e5dbd8fe7b2ca4622ffb2b82a34c634b1f0aba827d3202a7be120ad"
},
"linux-x64": {
"fileName": "xpack-m4-1.4.19-3-linux-x64.tar.gz",
"sha256": "cc91f42a22c500193419f98e6faae1333bb51c90e53374b28d0ba8149d065d63"
}
}
},
"bin": {
"gm4": "./.content/bin/gm4",
"m4": "./.content/bin/m4"
}
}
}