ScoopInstaller_Main/nodejs.json
Keiichi Shimamura 9344848f2d Node.js 4.1.0
2015-09-17 10:53:39 -04:00

22 lines
758 B
JSON

{
"homepage": "http://nodejs.org",
"version": "4.1.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://nodejs.org/dist/v4.1.0/node-v4.1.0-x64.msi",
"hash": "ebf934575177def034130e2adea292567956be7ef4ed6c11fe645bc59a6ace06"
},
"32bit": {
"url": "https://nodejs.org/dist/v4.1.0/node-v4.1.0-x86.msi",
"hash": "4c6fae187c23b15ec1689d25ac0000d2902d8d5f6c64710ed4ad9e2166f6580f"
}
},
"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=\"version\">Current Version: v([0-9\\.]+)</p>"
}