mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-05 06:51:19 +00:00
22 lines
643 B
JSON
22 lines
643 B
JSON
{
|
|
"homepage": "http://nodejs.org",
|
|
"version": "0.12.1",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://nodejs.org/dist/v0.12.1/x64/node-v0.12.1-x64.msi",
|
|
"hash": "sha1:2ba47a75e8f8cf118c0564641449bface77ed07f"
|
|
},
|
|
"32bit": {
|
|
"url": "http://nodejs.org/dist/v0.12.1/node-v0.12.1-x86.msi",
|
|
"hash": "sha1:1c93cd3f14fad40b4bb8e8656b5ffd98504ea2a2"
|
|
}
|
|
},
|
|
"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>"
|
|
}
|