mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 13:11:22 +00:00
25 lines
830 B
JSON
25 lines
830 B
JSON
{
|
|
"homepage": "http://nodejs.org",
|
|
"version": "6.7.0",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://nodejs.org/dist/v6.7.0/node-v6.7.0-x64.msi",
|
|
"hash": "2185A16F8A32087B75708B08D7E482A14597765C41D6B3711A8E6ED3A3358213"
|
|
},
|
|
"32bit": {
|
|
"url": "https://nodejs.org/dist/v6.7.0/node-v6.7.0-x86.msi",
|
|
"hash": "0801C283200AC263CC0CA014F5D8E0EE531E1EBEC6E99645A0BDD04B996C1605"
|
|
}
|
|
},
|
|
"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/current/",
|
|
"re": "Current version: <strong>v([0-9\\.]+)</strong>"
|
|
}
|
|
}
|