Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.188.73.229
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
node_modules /
@babel /
preset-env /
lib /
Delete
Unzip
Name
Size
Permission
Date
Action
polyfills
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
available-plugins.js
12.14
KB
-rw-rw-r--
2022-08-30 11:49
debug.js
825
B
-rw-rw-r--
2022-08-30 11:49
filter-items.js
819
B
-rw-rw-r--
2022-08-30 11:49
get-option-specific-excludes.js
261
B
-rw-rw-r--
2022-08-30 11:49
index.js
11.14
KB
-rw-rw-r--
2022-08-30 11:49
module-transformations.js
375
B
-rw-rw-r--
2022-08-30 11:49
normalize-options.js
7.39
KB
-rw-rw-r--
2022-08-30 11:49
options.js
972
B
-rw-rw-r--
2022-08-30 11:49
plugins-compat-data.js
824
B
-rw-rw-r--
2022-08-30 11:49
targets-parser.js
462
B
-rw-rw-r--
2022-08-30 11:49
Save
Rename
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.logPlugin = void 0; var _helperCompilationTargets = require("@babel/helper-compilation-targets"); const logPlugin = (item, targetVersions, list) => { const filteredList = (0, _helperCompilationTargets.getInclusionReasons)(item, targetVersions, list); const support = list[item]; if (!support) { console.log(` ${item}`); return; } let formattedTargets = `{`; let first = true; for (const target of Object.keys(filteredList)) { if (!first) formattedTargets += `,`; first = false; formattedTargets += ` ${target}`; if (support[target]) formattedTargets += ` < ${support[target]}`; } formattedTargets += ` }`; console.log(` ${item} ${formattedTargets}`); }; exports.logPlugin = logPlugin;