Server IP : 127.0.0.2 / Your IP : 18.226.104.194 Web Server : Apache/2.4.18 (Ubuntu) System : User : www-data ( ) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : disk_free_space,disk_total_space,diskfreespace,dl,exec,fpaththru,getmyuid,getmypid,highlight_file,ignore_user_abord,leak,listen,link,opcache_get_configuration,opcache_get_status,passthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,php_uname,phpinfo,posix_ctermid,posix_getcwd,posix_getegid,posix_geteuid,posix_getgid,posix_getgrgid,posix_getgrnam,posix_getgroups,posix_getlogin,posix_getpgid,posix_getpgrp,posix_getpid,posix,_getppid,posix_getpwnam,posix_getpwuid,posix_getrlimit,posix_getsid,posix_getuid,posix_isatty,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setuid,posix_times,posix_ttyname,posix_uname,pclose,popen,proc_open,proc_close,proc_get_status,proc_nice,proc_terminate,shell_exec,source,show_source,system,virtual MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/npm/node_modules/node-gyp/ |
Upload File : |
2.0.2 / 2015-07-14 ================== * Use HTTPS for dist url (#656, @SonicHedgehog) * Merge pull request #648 from nevosegal/master * Merge pull request #650 from magic890/patch-1 * Updated Installation section on README * Updated link to gyp user documentation * Fix download error message spelling (#643, @tomxtobin) * Merge pull request #637 from lygstate/master * Set NODE_GYP_DIR for addon.gypi to setting absolute path for src/win_delay_load_hook.c, and fixes of the long relative path issue on Win32. Fixes #636 (#637, @lygstate). 2.0.1 / 2015-05-28 ================== * configure: try/catch the semver range.test() call * README: update for visual studio 2013 (#510, @samccone) 2.0.0 / 2015-05-24 ================== * configure: check for python2 executable by default, fallback to python * configure: don't clobber existing $PYTHONPATH * configure: use "path-array" for PYTHONPATH * gyp: fix for non-acsii userprofile name on Windows * gyp: always install into $PRODUCT_DIR * gyp: apply https://codereview.chromium.org/11361103/ * gyp: don't use links at all, just copy the files instead * gyp: update gyp to e1c8fcf7 * Updated README.md with updated Windows build info * Show URL when a download fails * package: add a "license" field * move HMODULE m declaration to top * Only add "-undefined dynamic_lookup" to loadable_module targets * win: optionally allow node.exe/iojs.exe to be renamed * Avoid downloading shasums if using tarPath * Add target name preprocessor define: `NODE_GYP_MODULE_NAME` * Show better error message in case of bad network settings