-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.58 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.58 KB
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
72
73
74
75
76
77
78
79
80
81
{
"name": "@xpack-dev-tools/realpath",
"version": "9.8.0-1.1",
"description": "A binary xpm package with the GNU realpath executables",
"main": "",
"scripts": {
"generate-top-commons": "bash node_modules/@xpack/npm-packages-helper/maintenance-scripts/generate-top-commons.sh --xpack-dev-tools",
"npm-install": "npm install",
"npm-link-helpers": "npm link @xpack/npm-packages-helper @xpack/docusaurus-template-liquid",
"npm-outdated": "npm outdated",
"npm-pack": "npm pack",
"npm-link": "npm link",
"deep-clean": "del-cli node_modules package-lock.json *.tgz",
"postversion": "git push origin --all && git push origin --tags"
},
"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": "ilg@livius.net",
"url": "https://github.com/ilg-ul"
},
"license": "MIT",
"xpack": {
"minimumXpmRequired": "0.20.5",
"binaries": {
"destination": "./.content",
"baseUrl": "https://github.com/xpack-dev-tools/realpath-xpack/releases/download/v9.8.0-1",
"skip": 1,
"platforms": {
"darwin-arm64": {
"fileName": "xpack-realpath-9.8.0-1-darwin-arm64.tar.gz",
"sha256": "66b83d59cfafd72361a7867a2b0651336aa1f93de9699b74d26e306174f7121a"
},
"darwin-x64": {
"fileName": "xpack-realpath-9.8.0-1-darwin-x64.tar.gz",
"sha256": "9a67c4f696a6bf18effdb75b60a1e89453db086ad331d3ab2ddcb3230f553bbd"
},
"linux-arm64": {
"fileName": "xpack-realpath-9.8.0-1-linux-arm64.tar.gz",
"sha256": "9f2d63a5ae20272eb34b8b4578135df9a78a61b918b3b5af19d0d70cd5c194f6"
},
"linux-x64": {
"fileName": "xpack-realpath-9.8.0-1-linux-x64.tar.gz",
"sha256": "3bfee68e47eb8659f72e21c26b3f40b9897d3a1dbd3bf659c280244387e16e7e"
}
}
},
"executables": {
"greadlink": "./.content/bin/greadlink",
"grealpath": "./.content/bin/grealpath"
}
},
"devDependencies": {
"del-cli": "^7.0.0",
"json": "^11.0.0",
"liquidjs": "^10.23.0"
},
"topConfig": {
"descriptiveName": "xPack GNU realpath",
"upstreamDescriptiveName": "GNU realpath",
"permalinkName": "realpath",
"skipCiTests": "true",
"useSelfHostedRunners": "false"
},
"engines": {
"node": " >=20.0"
}
}