2019-06-27 14:00:21 +00:00

49 lines
1.5 KiB
JSON

{
"homepage": "https://nodejs.org",
"version": "12.5.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://nodejs.org/dist/v12.5.0/node-v12.5.0-win-x64.7z",
"hash": "2255144341656cd97f2af4dadaaf26470f5d945eaaa285101c5e9124878a9e69",
"extract_dir": "node-v12.5.0-win-x64"
},
"32bit": {
"url": "https://nodejs.org/dist/v12.5.0/node-v12.5.0-win-x86.7z",
"hash": "4cfd7c88fcc4bc7c5adfca72d8b0e3cf68bcff2a20d92b6580d5b7b665d8288c",
"extract_dir": "node-v12.5.0-win-x86"
}
},
"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/dist/latest/",
"re": "node-v([\\d.]+)-x86.msi"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://nodejs.org/dist/v$version/node-v$version-win-x64.7z",
"extract_dir": "node-v$version-win-x64"
},
"32bit": {
"url": "https://nodejs.org/dist/v$version/node-v$version-win-x86.7z",
"extract_dir": "node-v$version-win-x86"
}
},
"hash": {
"url": "$baseurl/SHASUMS256.txt.asc"
}
}
}