-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 2.01 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/bison",
"version": "3.8.2-1.1",
"description": "A binary xPack with the GNU bison 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/bison-xpack.git/"
},
"bugs": {
"url": "https://github.com/xpack-dev-tools/bison-xpack/issues/"
},
"homepage": "https://github.com/xpack-dev-tools/bison-xpack#readme",
"keywords": [
"xpack",
"gnu",
"bison"
],
"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/bison-xpack/releases/download/v3.8.2-1",
"skip": 1,
"platforms": {
"darwin-arm64": {
"fileName": "xpack-bison-3.8.2-1-darwin-arm64.tar.gz",
"sha256": "e46dd1b8ae40125c7180470fccddde121ebf219e7cd27a3b7c118d2815247a3c"
},
"darwin-x64": {
"fileName": "xpack-bison-3.8.2-1-darwin-x64.tar.gz",
"sha256": "d45064315fa2612817979399ac11532ffe68c4786fa664ed6655b233e8bc818b"
},
"linux-arm64": {
"fileName": "xpack-bison-3.8.2-1-linux-arm64.tar.gz",
"sha256": "907ff696b73a01d1224ac193c9e1a966bf53336eb3e7bc7dee459ea9e086284f"
},
"linux-arm": {
"fileName": "xpack-bison-3.8.2-1-linux-arm.tar.gz",
"sha256": "b094cf6591d137ba5de81305f4e841c894ad5a2e2aa01447491e3bc82e1624c6"
},
"linux-x64": {
"fileName": "xpack-bison-3.8.2-1-linux-x64.tar.gz",
"sha256": "543bc8f31c05713c5506c1a7dfa4fe81e57dec3cc41c243a47a08e4defd6100d"
}
}
},
"bin": {
"bison": "./.content/bin/bison",
"yacc": "./.content/bin/yacc"
}
}
}