Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.119
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html_old /
iNetty /
node_modules /
es5-ext /
Delete
Unzip
Name
Size
Permission
Date
Action
array
[ DIR ]
drwxr-xr-x
2022-04-21 14:32
boolean
[ DIR ]
drwxr-xr-x
2022-04-21 14:28
date
[ DIR ]
drwxr-xr-x
2022-04-21 14:32
error
[ DIR ]
drwxr-xr-x
2022-04-21 14:32
function
[ DIR ]
drwxr-xr-x
2022-04-21 14:32
iterable
[ DIR ]
drwxr-xr-x
2022-04-21 14:28
json
[ DIR ]
drwxr-xr-x
2022-04-21 14:28
math
[ DIR ]
drwxr-xr-x
2022-04-21 14:32
number
[ DIR ]
drwxr-xr-x
2022-04-21 14:32
object
[ DIR ]
drwxr-xr-x
2022-04-21 14:32
promise
[ DIR ]
drwxr-xr-x
2022-04-21 14:32
reg-exp
[ DIR ]
drwxr-xr-x
2022-04-21 14:32
string
[ DIR ]
drwxr-xr-x
2022-04-21 14:32
CHANGELOG.md
12
KB
-rw-r--r--
2022-04-21 14:25
LICENSE
773
B
-rw-r--r--
2022-04-21 14:25
README.md
39.45
KB
-rw-r--r--
2022-04-21 14:25
_postinstall.js
3.25
KB
-rw-r--r--
2022-04-21 14:25
global.js
1.11
KB
-rw-r--r--
2022-04-21 14:25
index.js
624
B
-rw-r--r--
2022-04-21 14:25
optional-chaining.js
432
B
-rw-r--r--
2022-04-21 14:25
package.json
2.56
KB
-rw-r--r--
2022-04-21 14:25
safe-to-string.js
266
B
-rw-r--r--
2022-04-21 14:25
to-short-string-representation.js
413
B
-rw-r--r--
2022-04-21 14:25
Save
Rename
var naiveFallback = function () { if (typeof self === "object" && self) return self; if (typeof window === "object" && window) return window; throw new Error("Unable to resolve global `this`"); }; module.exports = (function () { if (this) return this; // Unexpected strict mode (may happen if e.g. bundled into ESM module) // Fallback to standard globalThis if available if (typeof globalThis === "object" && globalThis) return globalThis; // Thanks @mathiasbynens -> https://mathiasbynens.be/notes/globalthis // In all ES5+ engines global object inherits from Object.prototype // (if you approached one that doesn't please report) try { Object.defineProperty(Object.prototype, "__global__", { get: function () { return this; }, configurable: true }); } catch (error) { // Unfortunate case of updates to Object.prototype being restricted // via preventExtensions, seal or freeze return naiveFallback(); } try { // Safari case (window.__global__ works, but __global__ does not) if (!__global__) return naiveFallback(); return __global__; } finally { delete Object.prototype.__global__; } })();