mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-16 20:31:19 +00:00
25 lines
830 B
JSON
25 lines
830 B
JSON
{
|
|
"homepage": "http://nodejs.org",
|
|
"version": "6.4.0",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://nodejs.org/dist/v6.4.0/node-v6.4.0-x64.msi",
|
|
"hash": "c2f9970ff7402078f4210f981f96672c28bba018b4390517cbc4a1a785a4b7b7"
|
|
},
|
|
"32bit": {
|
|
"url": "https://nodejs.org/dist/v6.4.0/node-v6.4.0-x86.msi",
|
|
"hash": "35df69a68e14e9029589b22d79211c4b73cdf70a6df42777ad86e1e5b0fb759a"
|
|
}
|
|
},
|
|
"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>"
|
|
}
|
|
}
|