ScoopInstaller_Main/node-chakracore.json
2018-03-19 19:00:21 +00:00

49 lines
1.7 KiB
JSON

{
"homepage": "https://github.com/nodejs/node-chakracore",
"version": "8.10.0",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://nodejs.org/download/chakracore-release/v8.10.0/node-v8.10.0-win-x86.7z",
"hash": "0705e12caa332031c87e3ee3e059ec10ab6dd83b90d81c7f069684d9807e654f",
"extract_dir": "node-v8.10.0-win-x86"
},
"64bit": {
"url": "https://nodejs.org/download/chakracore-release/v8.10.0/node-v8.10.0-win-x64.7z",
"hash": "e86fb099a0c6897cc536247c84861cf6510b5598d14a229ba2ee8fa853a61081",
"extract_dir": "node-v8.10.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"
}
}
}