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.119.110.206
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 /
browserslist /
Delete
Unzip
Name
Size
Permission
Date
Action
LICENSE
1.09
KB
-rw-rw-r--
2022-08-30 11:49
README.md
2.47
KB
-rw-rw-r--
2022-08-30 11:49
browser.js
1.05
KB
-rw-rw-r--
2022-08-30 11:49
cli.js
4.06
KB
-rwxrwxr-x
2022-08-30 11:49
error.d.ts
155
B
-rw-rw-r--
2022-08-30 11:49
error.js
299
B
-rw-rw-r--
2022-08-30 11:49
index.d.ts
3.88
KB
-rw-rw-r--
2022-08-30 11:49
index.js
33.47
KB
-rw-rw-r--
2022-08-30 11:49
node.js
10.77
KB
-rw-rw-r--
2022-08-30 11:49
package.json
997
B
-rw-rw-r--
2022-08-30 11:49
update-db.js
8.67
KB
-rw-rw-r--
2022-08-30 11:49
Save
Rename
var BrowserslistError = require('./error') function noop() {} module.exports = { loadQueries: function loadQueries() { throw new BrowserslistError( 'Sharable configs are not supported in client-side build of Browserslist' ) }, getStat: function getStat(opts) { return opts.stats }, loadConfig: function loadConfig(opts) { if (opts.config) { throw new BrowserslistError( 'Browserslist config are not supported in client-side build' ) } }, loadCountry: function loadCountry() { throw new BrowserslistError( 'Country statistics are not supported ' + 'in client-side build of Browserslist' ) }, loadFeature: function loadFeature() { throw new BrowserslistError( 'Supports queries are not available in client-side build of Browserslist' ) }, currentNode: function currentNode(resolve, context) { return resolve(['maintained node versions'], context)[0] }, parseConfig: noop, readConfig: noop, findConfig: noop, clearCaches: noop, oldDataWarning: noop }