mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-27 19:11:20 +00:00
25 lines
836 B
JSON
25 lines
836 B
JSON
{
|
|
"homepage": "http://nodejs.org",
|
|
"version": "5.9.0",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://nodejs.org/dist/v5.9.0/node-v5.9.0-x64.msi",
|
|
"hash": "f53fac35122dfaec568f998fc210d4ead423c7939c024cd51e240879efd6845b"
|
|
},
|
|
"32bit": {
|
|
"url": "https://nodejs.org/dist/v5.9.0/node-v5.9.0-x86.msi",
|
|
"hash": "38e74ba6feced696f5c3de1b12fb5b2f18839abe8e177d895cf5e5436d1362be"
|
|
}
|
|
},
|
|
"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>"
|
|
}
|
|
}
|