mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-22 16:52:29 +00:00
Notable changes - buffer: fix lastIndexOf and indexOf in various edge cases (Anna Henningsen) #6511 - child_process: use /system/bin/sh on android (Ben Noordhuis) #6745 deps: - upgrade npm to 3.8.9 (Rebecca Turner) #6664 - upgrade to V8 5.0.71.47 (Ali Ijaz Sheikh) #6572 - upgrade libuv to 1.9.1 (Saúl Ibarra Corretgé) #6796 - Intl: ICU 57 bump (Steven R. Loomis) #6088 - repl: - copying tabs shouldn't trigger completion (Eugene Obrezkov) #5958 - exports Recoverable (Blake Embrey) #3488 - src: add O_NOATIME constant (Rich Trott) #6492 - src,module: add --preserve-symlinks command line flag (James M Snell) #6537 - util: adhere to noDeprecation set at runtime (Anna Henningsen) #6683 As of this release the 6.X line now includes 64-bit binaries for Linux on Power Systems running in big endian mode in addition to the existing 64-bit binaries for running in little endian mode.
25 lines
830 B
JSON
25 lines
830 B
JSON
{
|
|
"homepage": "http://nodejs.org",
|
|
"version": "6.2.0",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://nodejs.org/dist/v6.2.0/node-v6.2.0-x64.msi",
|
|
"hash": "bd1d766e15f75f67befa76738bc0212ee3016444eb0396b29c6fc319658e21a2"
|
|
},
|
|
"32bit": {
|
|
"url": "https://nodejs.org/dist/v6.2.0/node-v6.2.0-x86.msi",
|
|
"hash": "e0e20da53fd7e8ccdd61acf93b4f268189b32c43c15516a272df57808d94b941"
|
|
}
|
|
},
|
|
"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>"
|
|
}
|
|
}
|