ScoopInstaller_Main/nodejs.json
2016-10-26 08:46:44 +11:00

25 lines
828 B
JSON

{
"homepage": "http://nodejs.org",
"version": "7.0.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://nodejs.org/dist/v7.0.0/node-v7.0.0-x64.msi",
"hash": "4729fbe4f31122b2aed25d6f82412dac255ca233ccb00c870707936e330f69d0"
},
"32bit": {
"url": "https://nodejs.org/dist/v7.0.0/node-v7.0.0-x86.msi",
"hash": "75f9b61962884661fad941bb9c00bfc89dea78f4758cc661bb895f10d3c762d9"
}
},
"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/current/",
"re": "Current version: <strong>v([\\d.]+)</strong>"
}
}