mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-11 14:15:14 +00:00
25 lines
836 B
JSON
25 lines
836 B
JSON
{
|
|
"homepage": "http://nodejs.org",
|
|
"version": "5.9.1",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://nodejs.org/dist/v5.9.1/node-v5.9.1-x64.msi",
|
|
"hash": "3090c58cc46d6068dfa7947f734e146481fbc6699bf34bff658fe4fe5ad4b75f"
|
|
},
|
|
"32bit": {
|
|
"url": "https://nodejs.org/dist/v5.9.1/node-v5.9.1-x86.msi",
|
|
"hash": "73eb560ae88336497ea2e9064b1dc90c336024c652196e48f5f6c5576ab28ea1"
|
|
}
|
|
},
|
|
"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>"
|
|
}
|
|
}
|