mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 10:41:28 +00:00
25 lines
830 B
JSON
25 lines
830 B
JSON
{
|
|
"homepage": "http://nodejs.org",
|
|
"version": "6.5.0",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://nodejs.org/dist/v6.5.0/node-v6.5.0-x64.msi",
|
|
"hash": "2A269B0B9FEE2C502D4A81168F12315E9D55396641522249931F0F88E02638C4"
|
|
},
|
|
"32bit": {
|
|
"url": "https://nodejs.org/dist/v6.5.0/node-v6.5.0-x86.msi",
|
|
"hash": "93DB364A5F519E8A29BB2279B470DA7708F3869BCB4F8D597121F58F12F9B0FC"
|
|
}
|
|
},
|
|
"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>"
|
|
}
|
|
}
|