-
-
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/sed",
"version": "4.9.0-3.1",
"description": "A binary xpm package with the GNU sed 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/sed-xpack.git"
},
"bugs": {
"url": "https://github.com/xpack-dev-tools/sed-xpack/issues"
},
"homepage": "https://xpack-dev-tools.github.io/sed-xpack/",
"keywords": [
"xpack",
"gnu",
"sed",
"gsed"
],
"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/sed-xpack/releases/download/v4.9.0-3",
"skip": 1,
"platforms": {
"darwin-arm64": {
"fileName": "xpack-sed-4.9.0-3-darwin-arm64.tar.gz",
"sha256": "38341252e6693fd63d641d33faeff1addef383744af4bf983999948df2f01929"
},
"darwin-x64": {
"fileName": "xpack-sed-4.9.0-3-darwin-x64.tar.gz",
"sha256": "126a31fd2bc33f6c2d7f2167c1a97eb4e014d7777afd0ef52cbe8a5ed429a58a"
},
"linux-arm64": {
"fileName": "xpack-sed-4.9.0-3-linux-arm64.tar.gz",
"sha256": "f9dd388ac2bd78aa57b7bacfbf96a2b2576718d15d49a77312990b65b21f012b"
},
"linux-arm": {
"fileName": "xpack-sed-4.9.0-3-linux-arm.tar.gz",
"sha256": "ff4d2f88d9959beb33a2526fb22adbbc4cc476e868b6ab3e6eb5909090811222"
},
"linux-x64": {
"fileName": "xpack-sed-4.9.0-3-linux-x64.tar.gz",
"sha256": "c28ed7c8567c7086b04426c553da42940bc9e66870a120399d6d198ecb8b3580"
}
}
},
"bin": {
"gsed": "./.content/bin/gsed",
"sed": "./.content/bin/sed"
}
}
}