mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-29 03:51:20 +00:00
25 lines
836 B
JSON
25 lines
836 B
JSON
{
|
|
"homepage": "http://nodejs.org",
|
|
"version": "5.7.0",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://nodejs.org/dist/v5.7.0/node-v5.7.0-x64.msi",
|
|
"hash": "0567317ba66b7e3f86a1aaf32a54b6485dabff9493d9d651740eccbaedb56b91"
|
|
},
|
|
"32bit": {
|
|
"url": "https://nodejs.org/dist/v5.7.0/node-v5.7.0-x86.msi",
|
|
"hash": "ed2723660c1fd6430987904d305de075b49ce6f5cacc21685e7adf35d0af60c9"
|
|
}
|
|
},
|
|
"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": {
|
|
"url": "https://nodejs.org/en/download/stable/",
|
|
"re": "Current stable version: <strong>v([0-9\\.]+)</strong>"
|
|
}
|
|
}
|