-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.36 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
66
67
68
69
70
71
{
"name": "@xpack-dev-tools/texinfo",
"version": "7.0.3-1.1",
"description": "A binary xpm package with the GNU texinfo 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/texinfo-xpack.git"
},
"bugs": {
"url": "https://github.com/xpack-dev-tools/texinfo-xpack/issues"
},
"homepage": "https://xpack-dev-tools.github.io/texinfo-xpack/",
"keywords": [
"xpack",
"gnu",
"texinfo"
],
"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/texinfo-xpack/releases/download/v7.0.3-1",
"skip": 1,
"platforms": {
"darwin-arm64": {
"fileName": "xpack-texinfo-7.0.3-1-darwin-arm64.tar.gz",
"sha256": "174af6609b6555f972ab9f54bc98b278fc2e692f1f333d9d5856c89fbd23504b"
},
"darwin-x64": {
"fileName": "xpack-texinfo-7.0.3-1-darwin-x64.tar.gz",
"sha256": "66c1f31f96e7894082057f34d779c281fb32f5003c6921953e36085663412059"
},
"linux-arm64": {
"fileName": "xpack-texinfo-7.0.3-1-linux-arm64.tar.gz",
"sha256": "5545066d35d0cdde35ac1fc340269046303c4a27e06184569a4d1b31e0514c2a"
},
"linux-arm": {
"fileName": "xpack-texinfo-7.0.3-1-linux-arm.tar.gz",
"sha256": "ceb08c01263f4b018103527fb49ff56dd55b654e528229528d7482f7cd2b7314"
},
"linux-x64": {
"fileName": "xpack-texinfo-7.0.3-1-linux-x64.tar.gz",
"sha256": "088585b714ca6fcd0097fc6bfb3b09ae751db8592727ebeeebcd3ab46ec13231"
}
}
},
"bin": {
"info": "./.content/bin/info",
"install-info": "./.content/bin/install-info",
"makeinfo": "./.content/bin/makeinfo",
"pdftexi2dvi": "./.content/bin/pdftexi2dvi",
"pod2texi": "./.content/bin/pod2texi",
"texi2any": "./.content/bin/texi2any",
"texi2dvi": "./.content/bin/texi2dvi",
"texi2pdf": "./.content/bin/texi2pdf",
"texindex": "./.content/bin/texindex"
}
}
}