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.addProposalSyntaxPlugins = addProposalSyntaxPlugins; exports.removeUnnecessaryItems = removeUnnecessaryItems; exports.removeUnsupportedItems = removeUnsupportedItems; var _semver = require("semver"); var _availablePlugins = require("./available-plugins"); const has = Function.call.bind(Object.hasOwnProperty); function addProposalSyntaxPlugins(items, proposalSyntaxPlugins) { proposalSyntaxPlugins.forEach(plugin => { items.add(plugin); }); } function removeUnnecessaryItems(items, overlapping) { items.forEach(item => { var _overlapping$item; (_overlapping$item = overlapping[item]) == null ? void 0 : _overlapping$item.forEach(name => items.delete(name)); }); } function removeUnsupportedItems(items, babelVersion) { items.forEach(item => { if (has(_availablePlugins.minVersions, item) && _semver.lt(babelVersion, _availablePlugins.minVersions[item])) { items.delete(item); } }); } //# sourceMappingURL=filter-items.js.map