Files
Scoop/bucket/nodejs.json
T
2016-03-12 17:49:30 +01:00

25 lines
836 B
JSON

{
"homepage": "http://nodejs.org",
"version": "5.8.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://nodejs.org/dist/v5.8.0/node-v5.8.0-x64.msi",
"hash": "be2d055f593c080f2c48e8b9e3a7f864b34bc8763d8903d4b1470bb153bdaec0"
},
"32bit": {
"url": "https://nodejs.org/dist/v5.8.0/node-v5.8.0-x86.msi",
"hash": "10a9c0445926e2a2544d426954c6810ef25fdb9f3f16a4a9921e5ba66b5dbb48"
}
},
"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/stable/",
"re": "Current stable version: <strong>v([0-9\\.]+)</strong>"
}
}