mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-27 19:11:20 +00:00
22 lines
783 B
JSON
22 lines
783 B
JSON
{
|
|
"homepage": "http://nodejs.org",
|
|
"version": "5.1.1",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://nodejs.org/dist/v5.1.1/node-v5.1.1-x64.msi",
|
|
"hash": "d008ca8791145cf64db1a6ffc177fd70766619953d46570a1e39258c23001ed2"
|
|
},
|
|
"32bit": {
|
|
"url": "https://nodejs.org/dist/v5.1.1/node-v5.1.1-x86.msi",
|
|
"hash": "cea518f4bccc4818f77f09bb7c6e77a1b84d3cff91f2316d9d1596bf0af484bb"
|
|
}
|
|
},
|
|
"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=\"home-version home-version-banner\">\\s*Current Version: v([0-9\\.]+)"
|
|
}
|