mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-10 13:45:16 +00:00
25 lines
822 B
JSON
25 lines
822 B
JSON
{
|
|
"homepage": "http://nodejs.org",
|
|
"version": "4.3.0",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://nodejs.org/dist/v4.3.0/node-v4.3.0-x64.msi",
|
|
"hash": "48d2a640d8d7f390cbe7f5e6ddb5a0240f1a5e49e1d6f97f222bc54a69773238"
|
|
},
|
|
"32bit": {
|
|
"url": "https://nodejs.org/dist/v4.3.0/node-v4.3.0-x86.msi",
|
|
"hash": "eb22e601c152b0ebad11e4ddd24b777aff6e36c8e0de92f9a088959cad3d0f47"
|
|
}
|
|
},
|
|
"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>"
|
|
}
|
|
}
|