ScoopInstaller_Main/nodejs.json
Keiichi Shimamura e1141a78d9 Node.js 5.3.0
2016-01-06 13:41:41 -05:00

22 lines
783 B
JSON

{
"homepage": "http://nodejs.org",
"version": "5.3.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://nodejs.org/dist/v5.3.0/node-v5.3.0-x64.msi",
"hash": "1c2a516cac40488f0d305c8aeed2fc61075dd882427830c12593f652d68f65e0"
},
"32bit": {
"url": "https://nodejs.org/dist/v5.3.0/node-v5.3.0-x86.msi",
"hash": "156065db0018e3058e2fb41753eb27d160e6ba3ec5fad8f394f1c6f2992661af"
}
},
"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": "<p class=\"home-version home-version-banner\">\\s*Current Version: v([0-9\\.]+)"
}