Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
www-data
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 /
amatya /
node_modules /
core-js-compat /
[ HOME SHELL ]
Name
Size
Permission
Action
node_modules
[ DIR ]
drwxr-xr-x
README.md
1.66
KB
-rw-r--r--
data.json
45.58
KB
-rw-r--r--
entries.json
182.79
KB
-rw-r--r--
get-modules-list-for-target-ve...
508
B
-rw-r--r--
index.js
2.68
KB
-rw-r--r--
modules-by-versions.json
7.76
KB
-rw-r--r--
package.json
1.43
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.md
[`core-js-compat` package](https://github.com/zloirock/core-js/packages/core-js-compat) contains data about the necessity of [`core-js`](https://github.com/zloirock/core-js) modules and API for getting a list of required core-js modules by browserslist query. ```js const { list, // array of required modules targets, // object with targets for each module } = require('core-js-compat')({ targets: '> 2.5%', // browserslist query filter: 'es.', // optional filter - string-prefix, regexp or list of modules }); console.log(targets); /* => { 'es.symbol.description': { ios: '12.0-12.1' }, 'es.array.reverse': { ios: '12.0-12.1' }, 'es.string.replace': { firefox: '63', ios: '12.0-12.1' }, 'es.string.trim': { ios: '12.0-12.1' }, 'es.promise': { firefox: '63' }, 'es.promise.finally': { firefox: '63' }, 'es.array-buffer.slice': { ios: '12.0-12.1' }, 'es.typed-array.int8-array': { ios: '12.0-12.1' }, 'es.typed-array.uint8-array': { ios: '12.0-12.1' }, 'es.typed-array.uint8-clamped-array': { ios: '12.0-12.1' }, 'es.typed-array.int16-array': { ios: '12.0-12.1' }, 'es.typed-array.uint16-array': { ios: '12.0-12.1' }, 'es.typed-array.int32-array': { ios: '12.0-12.1' }, 'es.typed-array.uint32-array': { ios: '12.0-12.1' }, 'es.typed-array.float32-array': { ios: '12.0-12.1' }, 'es.typed-array.float64-array': { ios: '12.0-12.1' }, 'es.typed-array.from': { ios: '12.0-12.1' }, 'es.typed-array.of': { ios: '12.0-12.1' } } */ ``` If you want to add new / update data about modules required for target engines, [follow this instruction](https://github.com/zloirock/core-js/blob/master/CONTRIBUTING.md#updating-core-js-compat-data).
Close