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/inventory.picotech.app/public_html/node_modules/resolve-url-loader/lib/ drwxr-xr-x |
Viewing file: Select action/file-type: /* * MIT License http://opensource.org/licenses/MIT * Author: Ben Holloway @bholloway */ 'use strict'; /** * Prepend file:// protocol to source path string or source-map sources. */ function prepend(candidate) { if (typeof candidate === 'string') { return 'file://' + candidate; } else if (candidate && (typeof candidate === 'object') && Array.isArray(candidate.sources)) { return Object.assign({}, candidate, { sources: candidate.sources.map(prepend) }); } else { throw new Error('expected string|object'); } } exports.prepend = prepend; /** * Remove file:// protocol from source path string or source-map sources. */ function remove(candidate) { if (typeof candidate === 'string') { return candidate.replace(/^file:\/{2}/, ''); } else if (candidate && (typeof candidate === 'object') && Array.isArray(candidate.sources)) { return Object.assign({}, candidate, { sources: candidate.sources.map(remove) }); } else { throw new Error('expected string|object'); } } exports.remove = remove; |
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0032 ]-- |