Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.171
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
nodejs /
browserslist /
[ HOME SHELL ]
Name
Size
Permission
Action
browser.js
1.05
KB
-rw-r--r--
browserslist.1
940
B
-rw-r--r--
cli.js
4.06
KB
-rwxr-xr-x
error.d.ts
155
B
-rw-r--r--
error.js
299
B
-rw-r--r--
index.d.ts
3.86
KB
-rw-r--r--
index.js
33.29
KB
-rw-r--r--
node.js
10.77
KB
-rw-r--r--
package.json
2.96
KB
-rw-r--r--
pnpm-lock.yaml
62.14
KB
-rw-r--r--
update-db.js
8.67
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : browser.js
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 }
Close