mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 11:41:20 +00:00
22 lines
783 B
JSON
22 lines
783 B
JSON
{
|
|
"homepage": "http://nodejs.org",
|
|
"version": "4.2.1",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://nodejs.org/dist/v4.2.1/node-v4.2.1-x64.msi",
|
|
"hash": "e460a71ea9aa4d743387a20319042de203de837cb613be0737b6ca368480302d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://nodejs.org/dist/v4.2.1/node-v4.2.1-x86.msi",
|
|
"hash": "df70335dc34d48cf03c9074d84ff330f4d1fa0eb12b5225da91ad4f7c1835318"
|
|
}
|
|
},
|
|
"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": "<p class=\"home-version home-version-banner\">\\s*Current Version: v([0-9\\.]+)"
|
|
}
|