mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 04:24:28 +00:00
22 lines
758 B
JSON
22 lines
758 B
JSON
{
|
|
"homepage": "http://nodejs.org",
|
|
"version": "4.1.2",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://nodejs.org/dist/v4.1.2/node-v4.1.2-x64.msi",
|
|
"hash": "9dce96b418ee81f4552601e936312a503d8f17a6ef34936fb562f6653a933071"
|
|
},
|
|
"32bit": {
|
|
"url": "https://nodejs.org/dist/v4.1.2/node-v4.1.2-x86.msi",
|
|
"hash": "18f003ffb82b832c39eb94d5e167c4b0e965e4a28fefda909871375b43a6d94b"
|
|
}
|
|
},
|
|
"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=\"version\">Current Version: v([0-9\\.]+)</p>"
|
|
}
|