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 : 3.147.67.34
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 /
handlebars /
lib /
Delete
Unzip
Name
Size
Permission
Date
Action
handlebars
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
handlebars.js
1.04
KB
-rw-rw-r--
2022-08-30 11:49
handlebars.runtime.js
971
B
-rw-rw-r--
2022-08-30 11:49
index.js
792
B
-rw-rw-r--
2022-08-30 11:49
precompiler.js
8.3
KB
-rw-rw-r--
2022-08-30 11:49
Save
Rename
import runtime from './handlebars.runtime'; // Compiler imports import AST from './handlebars/compiler/ast'; import { parser as Parser, parse, parseWithoutProcessing } from './handlebars/compiler/base'; import { Compiler, compile, precompile } from './handlebars/compiler/compiler'; import JavaScriptCompiler from './handlebars/compiler/javascript-compiler'; import Visitor from './handlebars/compiler/visitor'; import noConflict from './handlebars/no-conflict'; let _create = runtime.create; function create() { let hb = _create(); hb.compile = function(input, options) { return compile(input, options, hb); }; hb.precompile = function(input, options) { return precompile(input, options, hb); }; hb.AST = AST; hb.Compiler = Compiler; hb.JavaScriptCompiler = JavaScriptCompiler; hb.Parser = Parser; hb.parse = parse; hb.parseWithoutProcessing = parseWithoutProcessing; return hb; } let inst = create(); inst.create = create; noConflict(inst); inst.Visitor = Visitor; inst['default'] = inst; export default inst;