-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 2.07 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/realpath",
"version": "9.5.0-1.1",
"description": "A binary xpm package with the GNU realpath 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/realpath-xpack.git"
},
"bugs": {
"url": "https://github.com/xpack-dev-tools/realpath-xpack/issues"
},
"homepage": "https://xpack-dev-tools.github.io/realpath-xpack/",
"keywords": [
"xpack",
"gnu",
"realpath",
"readlink"
],
"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/realpath-xpack/releases/download/v9.5.0-1",
"skip": 1,
"platforms": {
"darwin-arm64": {
"fileName": "xpack-realpath-9.5.0-1-darwin-arm64.tar.gz",
"sha256": "5aacc672cd7f0709a5c6f25721ab4fcb3b6f84989721285b26411630d8427894"
},
"darwin-x64": {
"fileName": "xpack-realpath-9.5.0-1-darwin-x64.tar.gz",
"sha256": "556f5ec6ddd07c065d30e9ed9646684236a31a05e7502688c308e3478df0f539"
},
"linux-arm64": {
"fileName": "xpack-realpath-9.5.0-1-linux-arm64.tar.gz",
"sha256": "f8529fe39d362a00207d291b63b505a698932a71fc7d249fdd0ad4b06beacb63"
},
"linux-arm": {
"fileName": "xpack-realpath-9.5.0-1-linux-arm.tar.gz",
"sha256": "dd4a440de3ba7d95652609f5c6403f7725706a1c40da6aeb285299b5f1ecad43"
},
"linux-x64": {
"fileName": "xpack-realpath-9.5.0-1-linux-x64.tar.gz",
"sha256": "16591e53d084b856a5a1df18cf3227a4e3f937b8c4881af0cf6b003238a54321"
}
}
},
"bin": {
"greadlink": "./.content/bin/greadlink",
"grealpath": "./.content/bin/grealpath"
}
}
}