-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 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
{
"name": "@xpack-dev-tools/flex",
"version": "2.6.4-1.1",
"description": "A binary xpm package with the flex 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/flex-xpack.git"
},
"bugs": {
"url": "https://github.com/xpack-dev-tools/flex-xpack/issues"
},
"homepage": "https://xpack-dev-tools.github.io/flex-xpack/",
"keywords": [
"xpack",
"gnu",
"flex"
],
"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/flex-xpack/releases/download/v2.6.4-1",
"skip": 1,
"platforms": {
"darwin-arm64": {
"fileName": "xpack-flex-2.6.4-1-darwin-arm64.tar.gz",
"sha256": "5b26784eee815f81decc3f77eb414019576e453154664433c2714817d43925cb"
},
"darwin-x64": {
"fileName": "xpack-flex-2.6.4-1-darwin-x64.tar.gz",
"sha256": "3b6b672e30e6c91557b14f3aea523e2af42140e18905ef741cb88a3b8e5eb7ab"
},
"linux-arm64": {
"fileName": "xpack-flex-2.6.4-1-linux-arm64.tar.gz",
"sha256": "356493f256c68a7fb371ff2dd7d0795d799b9becbc1c5cc3ca3e50efb7952ae9"
},
"linux-arm": {
"fileName": "xpack-flex-2.6.4-1-linux-arm.tar.gz",
"sha256": "f58f75328b2adac7e7004460d68df5a0a900928d692481f814db0a61a0da1996"
},
"linux-x64": {
"fileName": "xpack-flex-2.6.4-1-linux-x64.tar.gz",
"sha256": "131fcc0a59a0bdc56c15754d3e8d7d570e003b8cd28eeea391ec0fe20b4c8616"
}
}
},
"bin": {
"flex": "./.content/bin/flex",
"flex++": "./.content/bin/flex++"
}
}
}