mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-18 06:31:25 +00:00
25 lines
841 B
JSON
25 lines
841 B
JSON
{
|
|
"homepage": "http://nodejs.org",
|
|
"version": "5.10.1",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://nodejs.org/dist/v5.10.1/node-v5.10.1-x64.msi",
|
|
"hash": "a1207fa1e831c1347d338546e353ea195d5cb1acb7e290dad8836153aad11c35"
|
|
},
|
|
"32bit": {
|
|
"url": "https://nodejs.org/dist/v5.10.1/node-v5.10.1-x86.msi",
|
|
"hash": "87a902472fe0458ee444456ef5a9bdbd9247c7747b4deeb7a7ded43e56b43daa"
|
|
}
|
|
},
|
|
"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>"
|
|
}
|
|
}
|