mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 20:21:18 +00:00
25 lines
836 B
JSON
25 lines
836 B
JSON
{
|
|
"homepage": "http://nodejs.org",
|
|
"version": "5.5.0",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://nodejs.org/dist/v5.5.0/node-v5.5.0-x64.msi",
|
|
"hash": "ba1dcd3035b045fb4ecb254bab1e0dda24934f2a773e6e05d0a54ac4adc4ee3b"
|
|
},
|
|
"32bit": {
|
|
"url": "https://nodejs.org/dist/v5.5.0/node-v5.5.0-x86.msi",
|
|
"hash": "40b667ca279927aacbf65f32f0a3400ff2aba15db46fd3eb1a1d8b94b182bb12"
|
|
}
|
|
},
|
|
"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>"
|
|
}
|
|
}
|