T.ME/BIBIL_0DAY
CasperSecurity


Server : Apache/2
System : Linux server-15-235-50-60 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64
User : gositeme ( 1004)
PHP Version : 8.2.29
Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Directory :  /home/gositeme/domains/lavocat.quebec/private_html/node_modules/sharp/install/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/gositeme/domains/lavocat.quebec/private_html/node_modules/sharp/install/check.js
// Copyright 2013 Lovell Fuller and others.
// SPDX-License-Identifier: Apache-2.0

'use strict';

try {
  const { useGlobalLibvips, globalLibvipsVersion, log, spawnRebuild } = require('../lib/libvips');

  const buildFromSource = (msg) => {
    log(msg);
    log('Attempting to build from source via node-gyp');
    try {
      const addonApi = require('node-addon-api');
      log(`Found node-addon-api ${addonApi.version || ''}`);
    } catch (err) {
      log('Please add node-addon-api to your dependencies');
      return;
    }
    try {
      const gyp = require('node-gyp');
      log(`Found node-gyp ${gyp().version}`);
    } catch (err) {
      log('Please add node-gyp to your dependencies');
      return;
    }
    log('See https://sharp.pixelplumbing.com/install#building-from-source');
    const status = spawnRebuild();
    if (status !== 0) {
      process.exit(status);
    }
  };

  if (useGlobalLibvips(log)) {
    buildFromSource(`Detected globally-installed libvips v${globalLibvipsVersion()}`);
  } else if (process.env.npm_config_build_from_source) {
    buildFromSource('Detected --build-from-source flag');
  }
} catch (err) {
  const summary = err.message.split(/\n/).slice(0, 1);
  console.log(`sharp: skipping install check: ${summary}`);
}

CasperSecurity Mini