ScoopInstaller_Main/nodejs.json
2016-04-25 02:22:19 +10:00

25 lines
841 B
JSON

{
"homepage": "http://nodejs.org",
"version": "5.11.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://nodejs.org/dist/v5.11.0/node-v5.11.0-x64.msi",
"hash": "5d4185ca686c32fad6d62fa2fcea13f437a04f1fbec2e4ec19998189941c472b"
},
"32bit": {
"url": "https://nodejs.org/dist/v5.11.0/node-v5.11.0-x86.msi",
"hash": "51d7c57d2246d92fbeb325f3bb8b878452829e36edb57110b67e402913cdc194"
}
},
"env_add_path": "nodejs",
"post_install": "
# Remove npmrc that makes global modules get installed in AppData\\Roaming\\npm
rm $dir\\nodejs\\node_modules\\npm\\npmrc
npm update -g",
"checkver": {
"url": "https://nodejs.org/en/download/stable/",
"re": "Current stable version: <strong>v([0-9\\.]+)</strong>"
}
}