mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-23 20:04:39 +00:00
25 lines
822 B
JSON
25 lines
822 B
JSON
{
|
|
"homepage": "http://nodejs.org",
|
|
"version": "4.2.6",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://nodejs.org/dist/v4.2.6/node-v4.2.6-x64.msi",
|
|
"hash": "2fc5ae1c06201bfb5cb342b3e1bd9acd296ab2d3be7722e3f9d8b051b08be723"
|
|
},
|
|
"32bit": {
|
|
"url": "https://nodejs.org/dist/v4.2.6/node-v4.2.6-x86.msi",
|
|
"hash": "b631c71151f127311c2a81fc65a9b4fc403acf570810b5b2563300db49eb2d98"
|
|
}
|
|
},
|
|
"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/",
|
|
"re": "Current Version: <strong>v([0-9\\.]+)</strong>"
|
|
}
|
|
}
|