ScoopInstaller_Main/nodejs.json
2016-02-14 09:32:38 -05:00

25 lines
836 B
JSON

{
"homepage": "http://nodejs.org",
"version": "5.6.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://nodejs.org/dist/v5.6.0/node-v5.6.0-x64.msi",
"hash": "dd4734d61ed2da37c114cdecfee298a6dc3cffc2c3a7c7998a74ea1428a4f667"
},
"32bit": {
"url": "https://nodejs.org/dist/v5.6.0/node-v5.6.0-x86.msi",
"hash": "13f816a2b53a337721414577881a0786240ff53e26d687a4dbde17fbce9e1b15"
}
},
"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>"
}
}