mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-25 01:51:29 +00:00
22 lines
643 B
JSON
22 lines
643 B
JSON
{
|
|
"homepage": "http://nodejs.org",
|
|
"version": "0.12.6",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://nodejs.org/dist/v0.12.6/x64/node-v0.12.6-x64.msi",
|
|
"hash": "sha1:4c22a0c3860b17f1d7d1338c70723bce6c1f5a73"
|
|
},
|
|
"32bit": {
|
|
"url": "http://nodejs.org/dist/v0.12.6/node-v0.12.6-x86.msi",
|
|
"hash": "sha1:2f2bfca619fe5dec144bc02908e8fbbe7039b7d3"
|
|
}
|
|
},
|
|
"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>"
|
|
}
|