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 /
browserslist /
Delete
Unzip
Name
Size
Permission
Date
Action
browser.js
1.07
KB
-rw-r--r--
2023-12-22 10:30
browserslist.1
923
B
-rw-r--r--
2023-12-22 10:30
cli.js
4.25
KB
-rwxr-xr-x
2023-12-22 10:30
error.d.ts
155
B
-rw-r--r--
2023-12-22 10:30
error.js
299
B
-rw-r--r--
2023-12-22 10:30
index.d.ts
4.34
KB
-rw-r--r--
2023-12-22 10:30
index.js
32.88
KB
-rw-r--r--
2023-12-22 10:30
node.js
11.11
KB
-rw-r--r--
2023-12-22 10:30
package.json
3.27
KB
-rw-r--r--
2023-12-22 10:30
parse.js
1.75
KB
-rw-r--r--
2023-12-22 10:30
pnpm-lock.yaml
80.62
KB
-rw-r--r--
2023-12-22 10:30
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, env: {} }