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 /
memfs /
lib /
Delete
Unzip
Name
Size
Permission
Date
Action
internal
[ DIR ]
drwxr-xr-x
2022-04-21 14:33
Dirent.d.ts
535
B
-rw-r--r--
2022-04-21 14:29
Dirent.js
1.83
KB
-rw-r--r--
2022-04-21 14:29
Stats.d.ts
900
B
-rw-r--r--
2022-04-21 14:29
Stats.js
2.83
KB
-rw-r--r--
2022-04-21 14:29
constants.d.ts
1.3
KB
-rw-r--r--
2022-04-21 14:29
constants.js
1.02
KB
-rw-r--r--
2022-04-21 14:29
encoding.d.ts
366
B
-rw-r--r--
2022-04-21 14:29
encoding.js
831
B
-rw-r--r--
2022-04-21 14:29
getBigInt.js
191
B
-rw-r--r--
2022-04-21 14:29
index.d.ts
854
B
-rw-r--r--
2022-04-21 14:29
index.js
2.11
KB
-rw-r--r--
2022-04-21 14:29
node.d.ts
4
KB
-rw-r--r--
2022-04-21 14:29
node.js
13.85
KB
-rw-r--r--
2022-04-21 14:29
process.d.ts
372
B
-rw-r--r--
2022-04-21 14:29
process.js
1.31
KB
-rw-r--r--
2022-04-21 14:29
promises.d.ts
4.21
KB
-rw-r--r--
2022-04-21 14:29
promises.js
6.27
KB
-rw-r--r--
2022-04-21 14:29
setImmediate.d.ts
151
B
-rw-r--r--
2022-04-21 14:29
setImmediate.js
364
B
-rw-r--r--
2022-04-21 14:29
setTimeoutUnref.d.ts
339
B
-rw-r--r--
2022-04-21 14:29
setTimeoutUnref.js
493
B
-rw-r--r--
2022-04-21 14:29
volume-localstorage.d.ts
471
B
-rw-r--r--
2022-04-21 14:29
volume-localstorage.js
4.27
KB
-rw-r--r--
2022-04-21 14:29
volume.d.ts
17.55
KB
-rw-r--r--
2022-04-21 14:29
volume.js
84.93
KB
-rw-r--r--
2022-04-21 14:29
Save
Rename
"use strict"; var __assign = (this && this.__assign) || function () { __assign = Object.assign || function(t) { for (var s, i = 1, n = arguments.length; i < n; i++) { s = arguments[i]; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; } return t; }; return __assign.apply(this, arguments); }; Object.defineProperty(exports, "__esModule", { value: true }); exports.fs = exports.createFsFromVolume = exports.vol = exports.Volume = void 0; var Stats_1 = require("./Stats"); var Dirent_1 = require("./Dirent"); var volume_1 = require("./volume"); var _a = require('fs-monkey/lib/util/lists'), fsSyncMethods = _a.fsSyncMethods, fsAsyncMethods = _a.fsAsyncMethods; var constants_1 = require("./constants"); var F_OK = constants_1.constants.F_OK, R_OK = constants_1.constants.R_OK, W_OK = constants_1.constants.W_OK, X_OK = constants_1.constants.X_OK; exports.Volume = volume_1.Volume; // Default volume. exports.vol = new volume_1.Volume(); function createFsFromVolume(vol) { var fs = { F_OK: F_OK, R_OK: R_OK, W_OK: W_OK, X_OK: X_OK, constants: constants_1.constants, Stats: Stats_1.default, Dirent: Dirent_1.default }; // Bind FS methods. for (var _i = 0, fsSyncMethods_1 = fsSyncMethods; _i < fsSyncMethods_1.length; _i++) { var method = fsSyncMethods_1[_i]; if (typeof vol[method] === 'function') fs[method] = vol[method].bind(vol); } for (var _a = 0, fsAsyncMethods_1 = fsAsyncMethods; _a < fsAsyncMethods_1.length; _a++) { var method = fsAsyncMethods_1[_a]; if (typeof vol[method] === 'function') fs[method] = vol[method].bind(vol); } fs.StatWatcher = vol.StatWatcher; fs.FSWatcher = vol.FSWatcher; fs.WriteStream = vol.WriteStream; fs.ReadStream = vol.ReadStream; fs.promises = vol.promises; fs._toUnixTimestamp = volume_1.toUnixTimestamp; return fs; } exports.createFsFromVolume = createFsFromVolume; exports.fs = createFsFromVolume(exports.vol); module.exports = __assign(__assign({}, module.exports), exports.fs); module.exports.semantic = true;