mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 12:41:21 +00:00
21 lines
634 B
JSON
21 lines
634 B
JSON
{
|
|
"homepage": "http://nodejs.org",
|
|
"version": "0.10.32",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://nodejs.org/dist/v0.10.32/x64/node-v0.10.32-x64.msi",
|
|
"hash": "sha1:df83faf27410a6fb7f099c29338c52b7d4224e2f"
|
|
},
|
|
"32bit": {
|
|
"url": "http://nodejs.org/dist/v0.10.32/node-v0.10.32-x86.msi",
|
|
"hash": "sha1:f2538f0037c017f245db6b54c6b8198bec2868c9"
|
|
}
|
|
},
|
|
"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",
|
|
"checkver": "<p class=\"version\">Current Version: v([0-9\\.]+)</p>"
|
|
}
|