ScoopInstaller_Main/node-chakracore.json
Ross Smith II 71701e4712 Remove errant quotes around $dir var (#2003)
* Remove errant quotes around $dir var

* node*: Change multi-line post_install to array
2018-02-03 22:47:12 +01:00

49 lines
1.7 KiB
JSON

{
"homepage": "https://github.com/nodejs/node-chakracore",
"version": "8.9.4",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://nodejs.org/download/chakracore-release/v8.9.4/node-v8.9.4-win-x86.7z",
"hash": "1f173aeb61367904b77d1af2bb678c8eae1bcf201237df9462e7f9f554d39089",
"extract_dir": "node-v8.9.4-win-x86"
},
"64bit": {
"url": "https://nodejs.org/download/chakracore-release/v8.9.4/node-v8.9.4-win-x64.7z",
"hash": "aa73d134f9329bb85d39ac74ec90b3fa7911086848484475f05a0c450cda39c5",
"extract_dir": "node-v8.9.4-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"
}
}
}