ScoopInstaller_Main/nodejs4.json
2016-01-25 09:47:31 +01:00

25 lines
822 B
JSON

{
"homepage": "http://nodejs.org",
"version": "4.2.6",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://nodejs.org/dist/v4.2.6/node-v4.2.6-x64.msi",
"hash": "31556639d865e20fabe104dfe36ce148b4d046d00b35122a7261ff03ed5ded3a"
},
"32bit": {
"url": "https://nodejs.org/dist/v4.2.6/node-v4.2.6-x86.msi",
"hash": "854cda9bc59eb44a8bb8486b201aa2873fe6ae2b802cbaced8b83e6b4ec3c170"
}
},
"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/",
"re": "Current Version: <strong>v([0-9\\.]+)</strong>"
}
}