加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 5.94 KB
一键复制 编辑 原始数据 按行查看 历史
Liviu Ionescu 提交于 2022-08-31 17:12 . 1.11.1-1.1
{
"name": "@xpack-dev-tools/ninja-build",
"version": "1.11.1-1.1",
"description": "A binary xPack with the Ninja Build executables",
"main": "",
"scripts": {
"npm-install": "npm install",
"pack": "npm pack",
"version-patch": "npm version patch",
"version-minor": "npm version minor",
"postversion": "git push origin --all && git push origin --tags",
"git-log": "git log --pretty='%cd * %h %s' --date=short",
"test": "echo \"Error: no test specified\" && exit 1",
"liquidjs": "liquidjs"
},
"repository": {
"type": "git",
"url": "https://github.com/xpack-dev-tools/ninja-build-xpack.git/"
},
"bugs": {
"url": "https://github.com/xpack-dev-tools/ninja-build-xpack/issues/"
},
"homepage": "https://github.com/xpack-dev-tools/ninja-build-xpack#readme",
"keywords": [
"xpack",
"ninja",
"build"
],
"author": {
"name": "Liviu Ionescu",
"email": "ilg@livius.net",
"url": "https://github.com/ilg-ul/"
},
"license": "MIT",
"xpack": {
"minimumXpmRequired": "0.10.2",
"binaries": {
"destination": "./.content",
"baseUrl": "https://github.com/xpack-dev-tools/ninja-build-xpack/releases/download/v1.11.1-1",
"skip": 1,
"platforms": {
"darwin-arm64": {
"fileName": "xpack-ninja-build-1.11.1-1-darwin-arm64.tar.gz",
"sha256": "347f01fe91f181bef77fed4b4465af8fca08817ae320bfec202a3980f48d48c3"
},
"darwin-x64": {
"fileName": "xpack-ninja-build-1.11.1-1-darwin-x64.tar.gz",
"sha256": "d8192cc82eee37c58697a0e749c47be995bebe0d88f40f619db282fb39833d93"
},
"linux-arm64": {
"fileName": "xpack-ninja-build-1.11.1-1-linux-arm64.tar.gz",
"sha256": "0ec0e91d35202784131e9bce8d304ec99e611882f94d42a976d1054ed04be4a5"
},
"linux-arm": {
"fileName": "xpack-ninja-build-1.11.1-1-linux-arm.tar.gz",
"sha256": "d6c24a1f0f753064344ad252bbb58ee79a4f36fed9b29ad33ac1f8231eaa893f"
},
"linux-x64": {
"fileName": "xpack-ninja-build-1.11.1-1-linux-x64.tar.gz",
"sha256": "ad0576c0741eb1226451b1958ae8ad438731ec51a356a39613c1d31d48a836b4"
},
"win32-x64": {
"fileName": "xpack-ninja-build-1.11.1-1-win32-x64.zip",
"sha256": "ff70b47e1e8a8b4fff22b48e0fd3e23ac15c76838b8f4b0db2805dc402f53c43"
}
}
},
"bin": {
"ninja": "./.content/bin/ninja"
},
"properties": {
"appName": "Ninja Build",
"appLCName": "ninja-build",
"platforms": "all",
"LIQUIDJS": "liquidjs '{ \"APP_NAME\": \"{{ properties.appName }}\", \"APP_LC_NAME\": \"{{ properties.appLCName }}\", \"platforms\": \"{{ properties.platforms }}\" }'"
},
"actions": {
"generate-workflows": [
"mkdir -p .github/workflows/",
"cp scripts/helper/templates/body-github-pre-releases-test.md .github/workflows/",
"cat scripts/helper/templates/build-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/build-all.yml",
"cat scripts/helper/templates/build-xbbli-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/build-xbbli.yml",
"cat scripts/helper/templates/build-xbbla32-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/build-xbbla32.yml",
"cat scripts/helper/templates/build-xbbla64-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/build-xbbla64.yml",
"cat scripts/helper/templates/build-xbbmi-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/build-xbbmi.yml",
"cat scripts/helper/templates/build-xbbma-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/build-xbbma.yml",
"cat scripts/helper/templates/test-prime-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/test-prime.yml",
"cat scripts/helper/templates/test-docker-linux-intel-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/test-docker-linux-intel.yml",
"cat scripts/helper/templates/test-docker-linux-arm-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/test-docker-linux-arm.yml",
"cat scripts/helper/templates/publish-release-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/publish-release.yml",
"cat scripts/helper/templates/test-xpm-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/test-xpm.yml",
"cat scripts/helper/templates/deep-clean-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/deep-clean.yml"
],
"trigger-workflow-build-all": "bash scripts/helper/trigger-workflow-build.sh",
"trigger-workflow-build-xbbli": "bash scripts/helper/trigger-workflow-build.sh --machine xbbli",
"trigger-workflow-build-xbbla64": "bash scripts/helper/trigger-workflow-build.sh --machine xbbla64",
"trigger-workflow-build-xbbla32": "bash scripts/helper/trigger-workflow-build.sh --machine xbbla32",
"trigger-workflow-build-xbbmi": "bash scripts/helper/trigger-workflow-build.sh --machine xbbmi",
"trigger-workflow-build-xbbma": "bash scripts/helper/trigger-workflow-build.sh --machine xbbma",
"trigger-workflow-test-prime": "bash scripts/helper/tests/trigger-workflow-test-prime.sh",
"trigger-workflow-test-docker-linux-intel": "bash scripts/helper/tests/trigger-workflow-test-docker-linux-intel.sh",
"trigger-workflow-test-docker-linux-arm": "bash scripts/helper/tests/trigger-workflow-test-docker-linux-arm.sh",
"trigger-travis-macos": "bash scripts/helper/tests/trigger-travis-macos.sh",
"trigger-workflow-publish-release": "bash scripts/helper/trigger-workflow-publish-release.sh",
"generate-jekyll-post": "bash scripts/helper/generate-jekyll-post.sh",
"update-package-binaries": "bash scripts/helper/update-package-binaries.sh",
"trigger-workflow-test-xpm": "bash scripts/helper/tests/trigger-workflow-test-xpm.sh",
"trigger-workflow-deep-clean": "bash scripts/helper/trigger-workflow-deep-clean.sh"
}
},
"bundleDependencies": [],
"devDependencies": {
"liquidjs": "^9.25.1"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化