Software: Apache. PHP/8.1.30 uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root) Safe-mode: OFF (not secure) /home/picotech/domains/rentals.picotech.app/public_html/node_modules/tailwindcss/lib/lib/ drwxr-xr-x |
Viewing file: Select action/file-type: "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function _export(target, all) { for(var name in all)Object.defineProperty(target, name, { enumerable: true, get: all[name] }); } _export(exports, { useCustomJiti: function() { return useCustomJiti; }, loadConfig: function() { return loadConfig; } }); const _jiti = /*#__PURE__*/ _interop_require_default(require("jiti")); const _sucrase = require("sucrase"); function _interop_require_default(obj) { return obj && obj.__esModule ? obj : { default: obj }; } let jiti = null; function useCustomJiti(_jiti) { jiti = _jiti(); } function lazyJiti() { return jiti !== null && jiti !== void 0 ? jiti : jiti = (0, _jiti.default)(__filename, { interopDefault: true, transform: (opts)=>{ // Sucrase can't transform import.meta so we have to use Babel if (opts.source.includes("import.meta")) { return require("jiti/dist/babel.js")(opts); } return (0, _sucrase.transform)(opts.source, { transforms: [ "typescript", "imports" ] }); } }); } function loadConfig(path) { let config = function() { if (!path) return {}; // Always use jiti for now. There is a a bug that occurs in Node v22.12+ // where imported files return invalid results return lazyJiti()(path); // Always use jiti for ESM or TS files if (path && (path.endsWith(".mjs") || path.endsWith(".ts") || path.endsWith(".cts") || path.endsWith(".mts"))) { return lazyJiti()(path); } try { return path ? require(path) : {}; } catch { return lazyJiti()(path); } }(); var _config_default; return (_config_default = config.default) !== null && _config_default !== void 0 ? _config_default : config; } |
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0044 ]-- |