ScoopInstaller_Main/node-chakracore.json
2018-04-24 20:00:58 +00:00

49 lines
1.7 KiB
JSON

{
"homepage": "https://github.com/nodejs/node-chakracore",
"version": "10.0.0",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://nodejs.org/download/chakracore-release/v10.0.0/node-v10.0.0-win-x86.7z",
"hash": "53a04ac0da3a3a1f9d8d3acfbcbb20a2d9ff4cf4429e984eb2fd07f3283c16ba",
"extract_dir": "node-v10.0.0-win-x86"
},
"64bit": {
"url": "https://nodejs.org/download/chakracore-release/v10.0.0/node-v10.0.0-win-x64.7z",
"hash": "ce7313d5a1fc14edacb9a1c6c741c45bf506884a73f1fa8a9439407a6714e537",
"extract_dir": "node-v10.0.0-win-x64"
}
},
"persist": [
"bin",
"cache"
],
"env_add_path": [
".",
"bin"
],
"post_install": [
"# Set npm prefix to install modules inside bin and npm cache so they persist",
"Set-Content -Value \"prefix=$persist_dir\\bin`ncache=$persist_dir\\cache\" -Path \"$dir\\node_modules\\npm\\npmrc\""
],
"checkver": {
"url": "https://nodejs.org/download/chakracore-release/index.json",
"re": "v([\\d.]+)"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://nodejs.org/download/chakracore-release/v$version/node-v$version-win-x86.7z",
"extract_dir": "node-v$version-win-x86"
},
"64bit": {
"url": "https://nodejs.org/download/chakracore-release/v$version/node-v$version-win-x64.7z",
"extract_dir": "node-v$version-win-x64"
}
},
"hash": {
"url": "https://nodejs.org/download/chakracore-release/v$version/SHASUMS256.txt"
}
}
}