mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-06 11:45:15 +00:00
25 lines
807 B
JSON
25 lines
807 B
JSON
{
|
|
"homepage": "http://nodejs.org",
|
|
"version": "4.2.5",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://nodejs.org/dist/v4.2.5/node-v4.2.5-x64.msi",
|
|
"hash": "4d3a54e85e1d4f5b761be17c9a605d2e66a3a6b0979ec9aee657ed5e50a0f475"
|
|
},
|
|
"32bit": {
|
|
"url": "https://nodejs.org/dist/v4.2.5/node-v4.2.5-x86.msi",
|
|
"hash": "7425c143ee231961de530db4d8728bc2fae029ed230d25eac55dbc9b00b82294"
|
|
}
|
|
},
|
|
"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/",
|
|
"re": "Current Version: <strong>v([0-9\\.]+)</strong>"
|
|
}
|
|
}
|