mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-18 13:21:19 +00:00
25 lines
830 B
JSON
25 lines
830 B
JSON
{
|
|
"homepage": "http://nodejs.org",
|
|
"version": "6.0.0",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://nodejs.org/dist/v6.0.0/node-v6.0.0-x64.msi",
|
|
"hash": "933a15791a67a2740cbd082a8d9aebc43162ec6d4db335abf62121a9561c57d4"
|
|
},
|
|
"32bit": {
|
|
"url": "https://nodejs.org/dist/v6.0.0/node-v6.0.0-x86.msi",
|
|
"hash": "614380711039b7cc23db8d8cbf42ed9f4a6f0501eb8a143490f7ece952037bc9"
|
|
}
|
|
},
|
|
"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>"
|
|
}
|
|
}
|