UNPKG

1.3 MBJavaScriptView Raw
1(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.Twing = f()}})(function(){var define,module,exports;return (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
2"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var base_node_visitor_1=require("./lib/base-node-visitor");exports.TwingBaseNodeVisitor=base_node_visitor_1.TwingBaseNodeVisitor;var null_1=require("./lib/cache/null");exports.TwingCacheNull=null_1.TwingCacheNull;var compiler_1=require("./lib/compiler");exports.TwingCompiler=compiler_1.TwingCompiler;var loader_1=require("./lib/error/loader");exports.TwingErrorLoader=loader_1.TwingErrorLoader;var runtime_1=require("./lib/error/runtime");exports.TwingErrorRuntime=runtime_1.TwingErrorRuntime;var syntax_1=require("./lib/error/syntax");exports.TwingErrorSyntax=syntax_1.TwingErrorSyntax;var error_1=require("./lib/error");exports.TwingError=error_1.TwingError;var core_1=require("./lib/extension/core");exports.TwingExtensionCore=core_1.TwingExtensionCore;var extension_set_1=require("./lib/extension-set");exports.TwingExtensionSet=extension_set_1.TwingExtensionSet;var extension_1=require("./lib/extension");exports.TwingExtension=extension_1.TwingExtension;var file_extension_escaping_strategy_1=require("./lib/file-extension-escaping-strategy");exports.TwingFileExtensionEscapingStrategy=file_extension_escaping_strategy_1.TwingFileExtensionEscapingStrategy;var filter_1=require("./lib/filter");exports.TwingFilter=filter_1.TwingFilter;var function_1=require("./lib/function");exports.TwingFunction=function_1.TwingFunction;var lexer_1=require("./lib/lexer");exports.TwingLexer=lexer_1.TwingLexer;var array_1=require("./lib/loader/array");exports.TwingLoaderArray=array_1.TwingLoaderArray;var chain_1=require("./lib/loader/chain");exports.TwingLoaderChain=chain_1.TwingLoaderChain;var null_2=require("./lib/loader/null");exports.TwingLoaderNull=null_2.TwingLoaderNull;var markup_1=require("./lib/markup");exports.TwingMarkup=markup_1.TwingMarkup;var auto_escape_1=require("./lib/node/auto-escape");exports.TwingNodeAutoEscape=auto_escape_1.TwingNodeAutoEscape;var block_reference_1=require("./lib/node/block-reference");exports.TwingNodeBlockReference=block_reference_1.TwingNodeBlockReference;var block_1=require("./lib/node/block");exports.TwingNodeBlock=block_1.TwingNodeBlock;var body_1=require("./lib/node/body");exports.TwingNodeBody=body_1.TwingNodeBody;var check_security_1=require("./lib/node/check-security");exports.TwingNodeCheckSecurity=check_security_1.TwingNodeCheckSecurity;var deprecated_1=require("./lib/node/deprecated");exports.TwingNodeDeprecated=deprecated_1.TwingNodeDeprecated;var do_1=require("./lib/node/do");exports.TwingNodeDo=do_1.TwingNodeDo;var embed_1=require("./lib/node/embed");exports.TwingNodeEmbed=embed_1.TwingNodeEmbed;var array_2=require("./lib/node/expression/array");exports.TwingNodeExpressionArray=array_2.TwingNodeExpressionArray;var assign_name_1=require("./lib/node/expression/assign-name");exports.TwingNodeExpressionAssignName=assign_name_1.TwingNodeExpressionAssignName;var add_1=require("./lib/node/expression/binary/add");exports.TwingNodeExpressionBinaryAdd=add_1.TwingNodeExpressionBinaryAdd;var and_1=require("./lib/node/expression/binary/and");exports.TwingNodeExpressionBinaryAnd=and_1.TwingNodeExpressionBinaryAnd;var bitwise_and_1=require("./lib/node/expression/binary/bitwise-and");exports.TwingNodeExpressionBinaryBitwiseAnd=bitwise_and_1.TwingNodeExpressionBinaryBitwiseAnd;var bitwise_or_1=require("./lib/node/expression/binary/bitwise-or");exports.TwingNodeExpressionBinaryBitwiseOr=bitwise_or_1.TwingNodeExpressionBinaryBitwiseOr;var bitwise_xor_1=require("./lib/node/expression/binary/bitwise-xor");exports.TwingNodeExpressionBinaryBitwiseXor=bitwise_xor_1.TwingNodeExpressionBinaryBitwiseXor;var concat_1=require("./lib/node/expression/binary/concat");exports.TwingNodeExpressionBinaryConcat=concat_1.TwingNodeExpressionBinaryConcat;var div_1=require("./lib/node/expression/binary/div");exports.TwingNodeExpressionBinaryDiv=div_1.TwingNodeExpressionBinaryDiv;var ends_with_1=require("./lib/node/expression/binary/ends-with");exports.TwingNodeExpressionBinaryEndsWith=ends_with_1.TwingNodeExpressionBinaryEndsWith;var equal_1=require("./lib/node/expression/binary/equal");exports.TwingNodeExpressionBinaryEqual=equal_1.TwingNodeExpressionBinaryEqual;var floor_div_1=require("./lib/node/expression/binary/floor-div");exports.TwingNodeExpressionBinaryFloorDiv=floor_div_1.TwingNodeExpressionBinaryFloorDiv;var greater_equal_1=require("./lib/node/expression/binary/greater-equal");exports.TwingNodeExpressionBinaryGreaterEqual=greater_equal_1.TwingNodeExpressionBinaryGreaterEqual;var greater_1=require("./lib/node/expression/binary/greater");exports.TwingNodeExpressionBinaryGreater=greater_1.TwingNodeExpressionBinaryGreater;var in_1=require("./lib/node/expression/binary/in");exports.TwingNodeExpressionBinaryIn=in_1.TwingNodeExpressionBinaryIn;var less_equal_1=require("./lib/node/expression/binary/less-equal");exports.TwingNodeExpressionBinaryLessEqual=less_equal_1.TwingNodeExpressionBinaryLessEqual;var less_1=require("./lib/node/expression/binary/less");exports.TwingNodeExpressionBinaryLess=less_1.TwingNodeExpressionBinaryLess;var matches_1=require("./lib/node/expression/binary/matches");exports.TwingNodeExpressionBinaryMatches=matches_1.TwingNodeExpressionBinaryMatches;var mod_1=require("./lib/node/expression/binary/mod");exports.TwingNodeExpressionBinaryMod=mod_1.TwingNodeExpressionBinaryMod;var mul_1=require("./lib/node/expression/binary/mul");exports.TwingNodeExpressionBinaryMul=mul_1.TwingNodeExpressionBinaryMul;var not_equal_1=require("./lib/node/expression/binary/not-equal");exports.TwingNodeExpressionBinaryNotEqual=not_equal_1.TwingNodeExpressionBinaryNotEqual;var not_in_1=require("./lib/node/expression/binary/not-in");exports.TwingNodeExpressionBinaryNotIn=not_in_1.TwingNodeExpressionBinaryNotIn;var or_1=require("./lib/node/expression/binary/or");exports.TwingNodeExpressionBinaryOr=or_1.TwingNodeExpressionBinaryOr;var power_1=require("./lib/node/expression/binary/power");exports.TwingNodeExpressionBinaryPower=power_1.TwingNodeExpressionBinaryPower;var range_1=require("./lib/node/expression/binary/range");exports.TwingNodeExpressionBinaryRange=range_1.TwingNodeExpressionBinaryRange;var starts_with_1=require("./lib/node/expression/binary/starts-with");exports.TwingNodeExpressionBinaryStartsWith=starts_with_1.TwingNodeExpressionBinaryStartsWith;var sub_1=require("./lib/node/expression/binary/sub");exports.TwingNodeExpressionBinarySub=sub_1.TwingNodeExpressionBinarySub;var binary_1=require("./lib/node/expression/binary");exports.TwingNodeExpressionBinary=binary_1.TwingNodeExpressionBinary;var block_reference_2=require("./lib/node/expression/block-reference");exports.TwingNodeExpressionBlockReference=block_reference_2.TwingNodeExpressionBlockReference;var call_1=require("./lib/node/expression/call");exports.TwingNodeExpressionCall=call_1.TwingNodeExpressionCall;var conditional_1=require("./lib/node/expression/conditional");exports.TwingNodeExpressionConditional=conditional_1.TwingNodeExpressionConditional;var constant_1=require("./lib/node/expression/constant");exports.TwingNodeExpressionConstant=constant_1.TwingNodeExpressionConstant;var default_1=require("./lib/node/expression/filter/default");exports.TwingNodeExpressionFilterDefault=default_1.TwingNodeExpressionFilterDefault;var filter_2=require("./lib/node/expression/filter");exports.TwingNodeExpressionFilter=filter_2.TwingNodeExpressionFilter;var function_2=require("./lib/node/expression/function");exports.TwingNodeExpressionFunction=function_2.TwingNodeExpressionFunction;var get_attr_1=require("./lib/node/expression/get-attr");exports.TwingNodeExpressionGetAttr=get_attr_1.TwingNodeExpressionGetAttr;var hash_1=require("./lib/node/expression/hash");exports.TwingNodeExpressionHash=hash_1.TwingNodeExpressionHash;var method_call_1=require("./lib/node/expression/method-call");exports.TwingNodeExpressionMethodCall=method_call_1.TwingNodeExpressionMethodCall;var name_1=require("./lib/node/expression/name");exports.TwingNodeExpressionName=name_1.TwingNodeExpressionName;var null_coalesce_1=require("./lib/node/expression/null-coalesce");exports.TwingNodeExpressionNullCoalesce=null_coalesce_1.TwingNodeExpressionNullCoalesce;var parent_1=require("./lib/node/expression/parent");exports.TwingNodeExpressionParent=parent_1.TwingNodeExpressionParent;var constant_2=require("./lib/node/expression/test/constant");exports.TwingNodeExpressionTestConstant=constant_2.TwingNodeExpressionTestConstant;var defined_1=require("./lib/node/expression/test/defined");exports.TwingNodeExpressionTestDefined=defined_1.TwingNodeExpressionTestDefined;var test_1=require("./lib/node/expression/test");exports.TwingNodeExpressionTest=test_1.TwingNodeExpressionTest;var neg_1=require("./lib/node/expression/unary/neg");exports.TwingNodeExpressionUnaryNeg=neg_1.TwingNodeExpressionUnaryNeg;var not_1=require("./lib/node/expression/unary/not");exports.TwingNodeExpressionUnaryNot=not_1.TwingNodeExpressionUnaryNot;var pos_1=require("./lib/node/expression/unary/pos");exports.TwingNodeExpressionUnaryPos=pos_1.TwingNodeExpressionUnaryPos;var unary_1=require("./lib/node/expression/unary");exports.TwingNodeExpressionUnary=unary_1.TwingNodeExpressionUnary;var expression_1=require("./lib/node/expression");exports.TwingNodeExpression=expression_1.TwingNodeExpression;var flush_1=require("./lib/node/flush");exports.TwingNodeFlush=flush_1.TwingNodeFlush;var for_loop_1=require("./lib/node/for-loop");exports.TwingNodeForLoop=for_loop_1.TwingNodeForLoop;var for_1=require("./lib/node/for");exports.TwingNodeFor=for_1.TwingNodeFor;var if_1=require("./lib/node/if");exports.TwingNodeIf=if_1.TwingNodeIf;var import_1=require("./lib/node/import");exports.TwingNodeImport=import_1.TwingNodeImport;var include_1=require("./lib/node/include");exports.TwingNodeInclude=include_1.TwingNodeInclude;var macro_1=require("./lib/node/macro");exports.TwingNodeMacro=macro_1.TwingNodeMacro;var module_1=require("./lib/node/module");exports.TwingNodeModule=module_1.TwingNodeModule;var print_1=require("./lib/node/print");exports.TwingNodePrint=print_1.TwingNodePrint;var sandboxed_print_1=require("./lib/node/sandboxed-print");exports.TwingNodeSandboxedPrint=sandboxed_print_1.TwingNodeSandboxedPrint;var sandbox_1=require("./lib/node/sandbox");exports.TwingNodeSandbox=sandbox_1.TwingNodeSandbox;var set_1=require("./lib/node/set");exports.TwingNodeSet=set_1.TwingNodeSet;var spaceless_1=require("./lib/node/spaceless");exports.TwingNodeSpaceless=spaceless_1.TwingNodeSpaceless;var text_1=require("./lib/node/text");exports.TwingNodeText=text_1.TwingNodeText;var node_traverser_1=require("./lib/node-traverser");exports.TwingNodeTraverser=node_traverser_1.TwingNodeTraverser;var node_1=require("./lib/node");exports.TwingNodeType=node_1.TwingNodeType;var escaper_1=require("./lib/node-visitor/escaper");exports.TwingNodeVisitorEscaper=escaper_1.TwingNodeVisitorEscaper;var optimizer_1=require("./lib/node-visitor/optimizer");exports.TwingNodeVisitorOptimizer=optimizer_1.TwingNodeVisitorOptimizer;var safe_analysis_1=require("./lib/node-visitor/safe-analysis");exports.TwingNodeVisitorSafeAnalysis=safe_analysis_1.TwingNodeVisitorSafeAnalysis;var sandbox_2=require("./lib/node-visitor/sandbox");exports.TwingNodeVisitorSandbox=sandbox_2.TwingNodeVisitorSandbox;var verbatim_1=require("./lib/node/verbatim");exports.TwingNodeVerbatim=verbatim_1.TwingNodeVerbatim;var with_1=require("./lib/node/with");exports.TwingNodeWith=with_1.TwingNodeWith;var node_2=require("./lib/node");exports.TwingNode=node_2.TwingNode;var operator_1=require("./lib/operator");exports.TwingOperator=operator_1.TwingOperator,exports.TwingOperatorType=operator_1.TwingOperatorType,exports.TwingOperatorAssociativity=operator_1.TwingOperatorAssociativity;var output_buffering_1=require("./lib/output-buffering");exports.TwingOutputBuffering=output_buffering_1.TwingOutputBuffering,exports.TwingOutputHandler=output_buffering_1.TwingOutputHandler;var parser_1=require("./lib/parser");exports.TwingParser=parser_1.TwingParser;var security_error_1=require("./lib/sandbox/security-error");exports.TwingSandboxSecurityError=security_error_1.TwingSandboxSecurityError;var security_not_allowed_filter_error_1=require("./lib/sandbox/security-not-allowed-filter-error");exports.TwingSandboxSecurityNotAllowedFilterError=security_not_allowed_filter_error_1.TwingSandboxSecurityNotAllowedFilterError;var security_not_allowed_function_error_1=require("./lib/sandbox/security-not-allowed-function-error");exports.TwingSandboxSecurityNotAllowedFunctionError=security_not_allowed_function_error_1.TwingSandboxSecurityNotAllowedFunctionError;var security_not_allowed_method_error_1=require("./lib/sandbox/security-not-allowed-method-error");exports.TwingSandboxSecurityNotAllowedMethodError=security_not_allowed_method_error_1.TwingSandboxSecurityNotAllowedMethodError;var security_not_allowed_property_error_1=require("./lib/sandbox/security-not-allowed-property-error");exports.TwingSandboxSecurityNotAllowedPropertyError=security_not_allowed_property_error_1.TwingSandboxSecurityNotAllowedPropertyError;var security_not_allowed_tag_error_1=require("./lib/sandbox/security-not-allowed-tag-error");exports.TwingSandboxSecurityNotAllowedTagError=security_not_allowed_tag_error_1.TwingSandboxSecurityNotAllowedTagError;var security_policy_1=require("./lib/sandbox/security-policy");exports.TwingSandboxSecurityPolicy=security_policy_1.TwingSandboxSecurityPolicy;var source_1=require("./lib/source");exports.TwingSource=source_1.TwingSource;var node_3=require("./lib/source-map/node");exports.TwingSourceMapNode=node_3.TwingSourceMapNode;var node_factory_1=require("./lib/source-map/node-factory");exports.TwingSourceMapNodeFactory=node_factory_1.TwingSourceMapNodeFactory;var spaceless_2=require("./lib/source-map/node-factory/spaceless");exports.TwingSourceMapNodeFactorySpaceless=spaceless_2.TwingSourceMapNodeFactorySpaceless;var spaceless_3=require("./lib/source-map/node/spaceless");exports.TwingSourceMapNodeSpaceless=spaceless_3.TwingSourceMapNodeSpaceless;var template_1=require("./lib/template");exports.TwingTemplate=template_1.TwingTemplate;var test_2=require("./lib/test");exports.TwingTest=test_2.TwingTest;var auto_escape_2=require("./lib/token-parser/auto-escape");exports.TwingTokenParserAutoEscape=auto_escape_2.TwingTokenParserAutoEscape;var block_2=require("./lib/token-parser/block");exports.TwingTokenParserBlock=block_2.TwingTokenParserBlock;var do_2=require("./lib/token-parser/do");exports.TwingTokenParserDo=do_2.TwingTokenParserDo;var embed_2=require("./lib/token-parser/embed");exports.TwingTokenParserEmbed=embed_2.TwingTokenParserEmbed;var extends_1=require("./lib/token-parser/extends");exports.TwingTokenParserExtends=extends_1.TwingTokenParserExtends;var filter_3=require("./lib/token-parser/filter");exports.TwingTokenParserFilter=filter_3.TwingTokenParserFilter;var flush_2=require("./lib/token-parser/flush");exports.TwingTokenParserFlush=flush_2.TwingTokenParserFlush;var for_2=require("./lib/token-parser/for");exports.TwingTokenParserFor=for_2.TwingTokenParserFor;var from_1=require("./lib/token-parser/from");exports.TwingTokenParserFrom=from_1.TwingTokenParserFrom;var if_2=require("./lib/token-parser/if");exports.TwingTokenParserIf=if_2.TwingTokenParserIf;var import_2=require("./lib/token-parser/import");exports.TwingTokenParserImport=import_2.TwingTokenParserImport;var include_2=require("./lib/token-parser/include");exports.TwingTokenParserInclude=include_2.TwingTokenParserInclude;var macro_2=require("./lib/token-parser/macro");exports.TwingTokenParserMacro=macro_2.TwingTokenParserMacro;var sandbox_3=require("./lib/token-parser/sandbox");exports.TwingTokenParserSandbox=sandbox_3.TwingTokenParserSandbox;var set_2=require("./lib/token-parser/set");exports.TwingTokenParserSet=set_2.TwingTokenParserSet;var spaceless_4=require("./lib/token-parser/spaceless");exports.TwingTokenParserSpaceless=spaceless_4.TwingTokenParserSpaceless;var use_1=require("./lib/token-parser/use");exports.TwingTokenParserUse=use_1.TwingTokenParserUse;var verbatim_2=require("./lib/token-parser/verbatim");exports.TwingTokenParserVerbatim=verbatim_2.TwingTokenParserVerbatim;var with_2=require("./lib/token-parser/with");exports.TwingTokenParserWith=with_2.TwingTokenParserWith;var token_parser_1=require("./lib/token-parser");exports.TwingTokenParser=token_parser_1.TwingTokenParser;var token_stream_1=require("./lib/token-stream");exports.TwingTokenStream=token_stream_1.TwingTokenStream;
3
4},{"./lib/base-node-visitor":3,"./lib/cache/null":4,"./lib/compiler":6,"./lib/error":10,"./lib/error/loader":11,"./lib/error/runtime":12,"./lib/error/syntax":13,"./lib/extension":15,"./lib/extension-set":14,"./lib/extension/core":16,"./lib/file-extension-escaping-strategy":71,"./lib/filter":72,"./lib/function":73,"./lib/lexer":109,"./lib/loader/array":110,"./lib/loader/chain":111,"./lib/loader/null":112,"./lib/markup":113,"./lib/node":120,"./lib/node-traverser":114,"./lib/node-visitor/escaper":115,"./lib/node-visitor/optimizer":117,"./lib/node-visitor/safe-analysis":118,"./lib/node-visitor/sandbox":119,"./lib/node/auto-escape":121,"./lib/node/block":123,"./lib/node/block-reference":122,"./lib/node/body":124,"./lib/node/check-security":125,"./lib/node/deprecated":128,"./lib/node/do":129,"./lib/node/embed":130,"./lib/node/expression":131,"./lib/node/expression/array":132,"./lib/node/expression/assign-name":134,"./lib/node/expression/binary":135,"./lib/node/expression/binary/add":136,"./lib/node/expression/binary/and":137,"./lib/node/expression/binary/bitwise-and":138,"./lib/node/expression/binary/bitwise-or":139,"./lib/node/expression/binary/bitwise-xor":140,"./lib/node/expression/binary/concat":141,"./lib/node/expression/binary/div":142,"./lib/node/expression/binary/ends-with":143,"./lib/node/expression/binary/equal":144,"./lib/node/expression/binary/floor-div":145,"./lib/node/expression/binary/greater":147,"./lib/node/expression/binary/greater-equal":146,"./lib/node/expression/binary/in":148,"./lib/node/expression/binary/less":150,"./lib/node/expression/binary/less-equal":149,"./lib/node/expression/binary/matches":151,"./lib/node/expression/binary/mod":152,"./lib/node/expression/binary/mul":153,"./lib/node/expression/binary/not-equal":154,"./lib/node/expression/binary/not-in":155,"./lib/node/expression/binary/or":156,"./lib/node/expression/binary/power":157,"./lib/node/expression/binary/range":158,"./lib/node/expression/binary/starts-with":159,"./lib/node/expression/binary/sub":160,"./lib/node/expression/block-reference":161,"./lib/node/expression/call":162,"./lib/node/expression/conditional":163,"./lib/node/expression/constant":164,"./lib/node/expression/filter":165,"./lib/node/expression/filter/default":166,"./lib/node/expression/function":167,"./lib/node/expression/get-attr":168,"./lib/node/expression/hash":169,"./lib/node/expression/method-call":170,"./lib/node/expression/name":171,"./lib/node/expression/null-coalesce":172,"./lib/node/expression/parent":173,"./lib/node/expression/test":175,"./lib/node/expression/test/constant":176,"./lib/node/expression/test/defined":177,"./lib/node/expression/unary":178,"./lib/node/expression/unary/neg":179,"./lib/node/expression/unary/not":180,"./lib/node/expression/unary/pos":181,"./lib/node/flush":182,"./lib/node/for":184,"./lib/node/for-loop":183,"./lib/node/if":185,"./lib/node/import":186,"./lib/node/include":187,"./lib/node/macro":189,"./lib/node/module":190,"./lib/node/print":191,"./lib/node/sandbox":192,"./lib/node/sandboxed-print":193,"./lib/node/set":194,"./lib/node/spaceless":195,"./lib/node/text":196,"./lib/node/verbatim":197,"./lib/node/with":198,"./lib/operator":199,"./lib/output-buffering":200,"./lib/parser":201,"./lib/sandbox/security-error":202,"./lib/sandbox/security-not-allowed-filter-error":203,"./lib/sandbox/security-not-allowed-function-error":204,"./lib/sandbox/security-not-allowed-method-error":205,"./lib/sandbox/security-not-allowed-property-error":206,"./lib/sandbox/security-not-allowed-tag-error":207,"./lib/sandbox/security-policy":208,"./lib/source":213,"./lib/source-map/node":211,"./lib/source-map/node-factory":209,"./lib/source-map/node-factory/spaceless":210,"./lib/source-map/node/spaceless":212,"./lib/template":214,"./lib/test":215,"./lib/token-parser":216,"./lib/token-parser/auto-escape":218,"./lib/token-parser/block":219,"./lib/token-parser/do":221,"./lib/token-parser/embed":222,"./lib/token-parser/extends":223,"./lib/token-parser/filter":224,"./lib/token-parser/flush":225,"./lib/token-parser/for":226,"./lib/token-parser/from":227,"./lib/token-parser/if":228,"./lib/token-parser/import":229,"./lib/token-parser/include":230,"./lib/token-parser/macro":231,"./lib/token-parser/sandbox":232,"./lib/token-parser/set":233,"./lib/token-parser/spaceless":234,"./lib/token-parser/use":235,"./lib/token-parser/verbatim":236,"./lib/token-parser/with":237,"./lib/token-stream":238}],2:[function(require,module,exports){
5"use strict";function __export(e){for(var r in e)exports.hasOwnProperty(r)||(exports[r]=e[r])}Object.defineProperty(exports,"__esModule",{value:!0}),__export(require("./base"));var null_1=require("./lib/cache/null");exports.TwingCacheFilesystem=null_1.TwingCacheNull;var browser_1=require("./lib/environment/browser");exports.TwingEnvironment=browser_1.TwingEnvironmentBrowser;var null_2=require("./lib/loader/null");exports.TwingLoaderFilesystem=null_2.TwingLoaderNull;var null_3=require("./lib/loader/null");exports.TwingLoaderRelativeFilesystem=null_3.TwingLoaderNull;
6
7},{"./base":1,"./lib/cache/null":4,"./lib/environment/browser":9,"./lib/loader/null":112}],3:[function(require,module,exports){
8"use strict";Object.defineProperty(exports,"__esModule",{value:!0});class TwingBaseNodeVisitor{constructor(){this.TwingNodeVisitorInterfaceImpl=this}enterNode(e,t){return this.doEnterNode(e,t)}leaveNode(e,t){return this.doLeaveNode(e,t)}}exports.TwingBaseNodeVisitor=TwingBaseNodeVisitor;
9
10},{}],4:[function(require,module,exports){
11"use strict";Object.defineProperty(exports,"__esModule",{value:!0});class TwingCacheNull{constructor(){this.TwingCacheInterfaceImpl=this}generateKey(e,t){return""}write(e,t){}load(e){return()=>new Map}getTimestamp(e){return 0}}exports.TwingCacheNull=TwingCacheNull;
12
13},{}],5:[function(require,module,exports){
14"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const error_1=require("./error");class TwingCallableWrapper{constructor(e,t,r,s={}){this.arguments=[],this.name=e,this.callable=t,this.acceptedArguments=r,this.options=Object.assign({},{needs_environment:!1,needs_context:!1,needs_source:!1,is_variadic:!1,is_safe:null,is_safe_callback:null,deprecated:!1,alternative:null},s)}getName(){return this.name}getCallable(){return this.callable}getAcceptedArgments(){return this.acceptedArguments}traceableCallable(e,t){let r=this.callable;return function(){try{return r.apply(null,arguments)}catch(r){throw r instanceof error_1.TwingError&&-1===r.getTemplateLine()&&(r.setTemplateLine(e),r.setSourceContext(t)),r}}}isVariadic(){return this.options.is_variadic}isDeprecated(){return!!this.options.deprecated}needsEnvironment(){return this.options.needs_environment}needsContext(){return this.options.needs_context}needsSource(){return this.options.needs_source}getSafe(e){return null!==this.options.is_safe?this.options.is_safe:this.options.is_safe_callback?this.options.is_safe_callback(e):[]}getDeprecatedVersion(){return this.options.deprecated}getAlternative(){return this.options.alternative}setArguments(e){this.arguments=e}getArguments(){return this.arguments}getExpressionFactory(){return this.options.expression_factory}}exports.TwingCallableWrapper=TwingCallableWrapper;
15
16},{"./error":10}],6:[function(require,module,exports){
17"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const util_1=require("util"),strings_1=require("locutus/php/strings"),sha256=require("crypto-js/sha256"),hex=require("crypto-js/enc-hex");class TwingCompiler{constructor(e){this.varNameSalt=0,this.env=e}getEnvironment(){return this.env}getSource(){return this.source}compile(e,t=0){return this.lastLine=null,this.source="",this.indentation=t,this.varNameSalt=0,this.subcompile(e),this}subcompile(e,t=!0){return!1===t&&(this.source+=" ".repeat(4*this.indentation)),e.compile(this),this}raw(e){return this.source+=e,this}write(...e){for(let t of e)this.source+=" ".repeat(4*this.indentation)+t;return this}string(e){return util_1.isNullOrUndefined(e)?e="``":"string"==typeof e&&(e="`"+strings_1.addcslashes(e,"\0\t\\`").replace(/\${/g,"\\${")+"`"),this.source+=e,this}repr(e){if("number"==typeof e)this.raw(e);else if(util_1.isNullOrUndefined(e))this.raw(`${e}`);else if("boolean"==typeof e)this.raw(e?"true":"false");else if(e instanceof Map){this.raw("new Map([");let t=!0;for(let[r,i]of e)t||this.raw(", "),t=!1,this.raw("[").repr(r).raw(", ").repr(i).raw("]");this.raw("])")}else if("object"==typeof e){this.raw("{");let t=!0;for(let r in e)t||this.raw(", "),t=!1,this.raw(`"${r}"`).raw(": ").repr(e[r]);this.raw("}")}else this.string(e);return this}addSourceMapEnter(e){return this.getEnvironment().isSourceMap()&&this.write("this.env.enterSourceMapBlock(").raw(e.getTemplateLine()).raw(", ").raw(e.getTemplateColumn()).raw(", ").string(e.getType()).raw(", ").raw("this.getSourceContext());\n"),this}addSourceMapLeave(){return this.getEnvironment().isSourceMap()&&this.write("this.env.leaveSourceMapBlock();\n"),this}indent(e=1){return this.indentation+=e,this}outdent(e=1){if(this.indentation<e)throw new Error("Unable to call outdent() as the indentation would become negative.");return this.indentation-=e,this}getVarName(e="__internal_"){return`${e}${hex.stringify(sha256("TwingCompiler::getVarName"+this.varNameSalt++))}`}}exports.TwingCompiler=TwingCompiler;
18
19},{"crypto-js/enc-hex":297,"crypto-js/sha256":298,"locutus/php/strings":408,"util":578}],7:[function(require,module,exports){
20"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const iterator_to_map_1=require("./helpers/iterator-to-map");class TwingContext{constructor(t=new Map){this._container=t,this._proxy=new Proxy(this._container,{set:(t,e,r,n)=>(t.set(e,r),!0),get:(t,e,r)=>t.get(e)})}get proxy(){return this._proxy}[Symbol.iterator](){return this._container.entries()}entries(){return this._container.entries()}has(t){return this._container.has(t)}set(t,e){return this._container.set(t,e),this}get(t){let e=this._container.get(t);return Array.isArray(e)&&(e=iterator_to_map_1.iteratorToMap(e)),e}delete(t){return this._container.delete(t)}clone(){let t=new Map;for(let[e,r]of this._container)t.set(e,r);return new TwingContext(t)}}exports.TwingContext=TwingContext;
21
22},{"./helpers/iterator-to-map":101}],8:[function(require,module,exports){
23"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const extension_set_1=require("./extension-set"),core_1=require("./extension/core"),lexer_1=require("./lexer"),parser_1=require("./parser"),token_stream_1=require("./token-stream"),source_1=require("./source"),loader_1=require("./error/loader"),syntax_1=require("./error/syntax"),template_1=require("./template"),error_1=require("./error"),compiler_1=require("./compiler"),null_1=require("./cache/null"),events_1=require("events"),output_buffering_1=require("./output-buffering"),security_policy_1=require("./sandbox/security-policy"),node_factory_1=require("./source-map/node-factory"),path=require("path"),sha256=require("crypto-js/sha256"),hex=require("crypto-js/enc-hex");exports.VERSION="3.0.2";class TwingEnvironment extends events_1.EventEmitter{constructor(e,t=null){super(),this.loader=null,this.globals=new Map,this.loadedTemplates=new Map,this.extensionSet=null,this.setLoader(e),t=Object.assign({},{debug:!1,charset:"UTF-8",strict_variables:!1,autoescape:"html",cache:!1,auto_reload:null,source_map:!1,sandbox_policy:new security_policy_1.TwingSandboxSecurityPolicy([],[],new Map,new Map,[]),sandboxed:!1},t),this.debug=t.debug,this.setCharset(t.charset),this.autoReload=null===t.auto_reload?this.debug:t.auto_reload,this.strictVariables=t.strict_variables,this.setCache(t.cache),this.extensionSet=new extension_set_1.TwingExtensionSet,this.sourceMap=t.source_map,this.autoescape=t.autoescape,this.sandboxed=t.sandboxed,this.sandboxPolicy=t.sandbox_policy,this.setCoreExtension(new core_1.TwingExtensionCore(t.autoescape))}getCoreExtension(){return this.coreExtension}setCoreExtension(e){this.addExtension(e,"TwingExtensionCore"),this.coreExtension=e}enableDebug(){this.debug=!0,this.updateOptionsHash()}disableDebug(){this.debug=!1,this.updateOptionsHash()}isDebug(){return this.debug}enableAutoReload(){this.autoReload=!0}disableAutoReload(){this.autoReload=!1}isAutoReload(){return this.autoReload}enableStrictVariables(){this.strictVariables=!0,this.updateOptionsHash()}disableStrictVariables(){this.strictVariables=!1,this.updateOptionsHash()}isStrictVariables(){return this.strictVariables}getCache(e=!0){return e?this.originalCache:this.cache}setCache(e){if("string"==typeof e)this.originalCache=e,this.cache=this.cacheFromString(e);else if(!1===e)this.originalCache=e,this.cache=new null_1.TwingCacheNull;else{if(!e.TwingCacheInterfaceImpl)throw new Error("Cache can only be a string, false or a TwingCacheInterface implementation.");this.originalCache=this.cache=e}}get templateConstructor(){return template_1.TwingTemplate}getTemplateHash(e,t=0,s=null){let r=this.getLoader().getCacheKey(e,s)+this.optionsHash;return hex.stringify(sha256(r))+(0===t?"":"_"+t)}isSourceMap(){return this.sourceMap}render(e,t={}){return this.loadTemplate(e).render(t)}display(e,t={}){this.loadTemplate(e).display(t)}load(e){return e instanceof template_1.TwingTemplate?e:this.loadTemplate(e)}registerTemplate(e,t){this.loadedTemplates.set(t,e)}registerTemplatesModule(e,t){let s=e(this.templateConstructor);for(let[e,r]of s){let s=new r(this);this.registerTemplate(s,t+(0!==e?"_"+e:""))}}loadTemplate(e,t=0,s=null){this.emit("template",e,s);let r=e+(0!==t?"_"+t:"");if(this.loadedTemplates.has(r))return this.loadedTemplates.get(r);let i=this.getTemplateHash(e,0,s),o=this.getTemplateHash(e,t,s);if(this.loadedTemplates.has(o))return this.loadedTemplates.get(o);let n=this.cache;r=n.generateKey(e,i);let a,l=new Map,h=this.templateConstructor;if(this.isAutoReload()&&!this.isTemplateFresh(e,n.getTimestamp(r),s)||(l=n.load(r)(h)),!l.has(t)){let i=this.getLoader().getSourceContext(e,s),o=this.compileSource(i);if(n.write(r,o),!(l=n.load(r)(h)).has(t)){l=this.getTemplatesModule(o)(h)}}for(let[t,r]of l){let i=new r(this);0===t&&(a=i),this.registerTemplate(i,this.getTemplateHash(e,t,s))}return a}createTemplate(e,t=null){let s=hex.stringify(sha256(e));t=null!==t?`${t} (string template ${s})`:`__string_template__${s}`;let r=this.getTemplatesModule(this.compileSource(new source_1.TwingSource(e,t)));return this.registerTemplatesModule(r,t),this.loadTemplate(t)}isTemplateFresh(e,t,s){return this.getLoader().isFresh(e,t,s)}resolveTemplate(e,t){let s,r=this;s=Array.isArray(e)?e:[e];let i=null;for(let e of s){if(e instanceof template_1.TwingTemplate)return e;try{return r.loadTemplate(e,0,t)}catch(e){if(!(e instanceof loader_1.TwingErrorLoader))throw e;if(e.getSourceContext().getName()!==t.getName())throw e;i=e}}if(1===s.length)throw i;throw new loader_1.TwingErrorLoader(`Unable to find one of the following templates: "${s.join(", ")}".`,-1,t)}setLexer(e){this.lexer=e}tokenize(e){this.lexer||(this.lexer=new lexer_1.TwingLexer(this));let t=this.lexer.tokenizeSource(e);return new token_stream_1.TwingTokenStream(t.toAst(),t.getSourceContext())}setParser(e){this.parser=e}parse(e){return this.parser||(this.parser=new parser_1.TwingParser(this)),this.parser.parse(e)}compile(e){return new compiler_1.TwingCompiler(this).compile(e).getSource()}compileSource(e){try{return this.compile(this.parse(this.tokenize(e)))}catch(t){throw t instanceof error_1.TwingError?t:new syntax_1.TwingErrorSyntax(`An exception has been thrown during the compilation of a template ("${t.message}").`,-1,e)}}getTemplatesModule(e){return new Function(`let module = {\n exports: undefined\n};\n\n${e}\n\nreturn module.exports;\n\n`)()}setLoader(e){this.loader=e}getLoader(){return this.loader}setCharset(e){this.charset=e}getCharset(){return this.charset}hasExtension(e){return this.extensionSet.hasExtension(e)}getExtension(e){return this.extensionSet.getExtension(e)}addExtension(e,t){this.extensionSet.addExtension(e,t),this.updateOptionsHash()}addExtensions(e){this.extensionSet.addExtensions(e),this.updateOptionsHash()}getExtensions(){return this.extensionSet.getExtensions()}addTokenParser(e){this.extensionSet.addTokenParser(e)}getTokenParsers(){return this.extensionSet.getTokenParsers()}getTags(){let e=new Map;return this.getTokenParsers().forEach(function(t){e.set(t.getTag(),t)}),e}addNodeVisitor(e){this.extensionSet.addNodeVisitor(e)}getNodeVisitors(){return this.extensionSet.getNodeVisitors()}addFilter(e){this.extensionSet.addFilter(e)}getFilter(e){return this.extensionSet.getFilter(e)}registerUndefinedFilterCallback(e){this.extensionSet.registerUndefinedFilterCallback(e)}getFilters(){return this.extensionSet.getFilters()}addTest(e){this.extensionSet.addTest(e)}getTests(){return this.extensionSet.getTests()}getTest(e){return this.extensionSet.getTest(e)}addFunction(e){this.extensionSet.addFunction(e)}getFunction(e){return this.extensionSet.getFunction(e)}registerUndefinedFunctionCallback(e){this.extensionSet.registerUndefinedFunctionCallback(e)}getFunctions(){return this.extensionSet.getFunctions()}getSourceMapNodeFactory(e){return this.extensionSet.getSourceMapNodeFactory(e)}getSourceMapNodeFactories(){return this.extensionSet.getSourceMapNodeFactories()}addGlobal(e,t){if(this.extensionSet.isInitialized()&&!this.getGlobals().has(e))throw new Error(`Unable to add global "${e}" as the extensions have already been initialized.`);this.globals.set(e,t)}getGlobals(){return this.globals}mergeGlobals(e){for(let[t,s]of this.getGlobals())e.has(t)||e.set(t,s);return e}getUnaryOperators(){return this.extensionSet.getUnaryOperators()}getBinaryOperators(){return this.extensionSet.getBinaryOperators()}updateOptionsHash(){this.optionsHash=[this.extensionSet.getSignature(),exports.VERSION,this.debug,this.strictVariables,this.sourceMap,"function"==typeof this.autoescape?"function":this.autoescape].join(":")}enterSourceMapBlock(e,t,s,r){output_buffering_1.TwingOutputBuffering.obStart();let i=path.relative(".",r.getPath());"string"==typeof this.sourceMap&&(i=path.join(this.sourceMap,i)),r=new source_1.TwingSource(r.getCode(),r.getName(),i);let o=this.getSourceMapNodeFactory(s);o||(o=new node_factory_1.TwingSourceMapNodeFactory(s));let n=o.create(e,t-1,r);this.sourceMapNode&&this.sourceMapNode.addChild(n),this.sourceMapNode=n}leaveSourceMapBlock(){this.sourceMapNode.content=output_buffering_1.TwingOutputBuffering.obGetFlush();let e=this.sourceMapNode.parent;e&&(this.sourceMapNode=e)}getSourceMap(){let e=null;if(this.isSourceMap()&&this.sourceMapNode){e=this.sourceMapNode.toSourceNode().toStringWithSourceMap().map.toString()}return e}enableSandbox(){this.sandboxed=!0}disableSandbox(){this.sandboxed=!1}isSandboxed(){return this.sandboxed}checkSecurity(e,t,s){this.isSandboxed()&&this.sandboxPolicy.checkSecurity(e,t,s)}checkMethodAllowed(e,t){this.isSandboxed()&&this.sandboxPolicy.checkMethodAllowed(e,t)}checkPropertyAllowed(e,t){this.isSandboxed()&&this.sandboxPolicy.checkPropertyAllowed(e,t)}ensureToStringAllowed(e){return this.isSandboxed()&&"object"==typeof e&&this.sandboxPolicy.checkMethodAllowed(e,"toString"),e}}exports.TwingEnvironment=TwingEnvironment;
24
25},{"./cache/null":4,"./compiler":6,"./error":10,"./error/loader":11,"./error/syntax":13,"./extension-set":14,"./extension/core":16,"./lexer":109,"./output-buffering":200,"./parser":201,"./sandbox/security-policy":208,"./source":213,"./source-map/node-factory":209,"./template":214,"./token-stream":238,"crypto-js/enc-hex":297,"crypto-js/sha256":298,"events":327,"path":508}],9:[function(require,module,exports){
26"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const environment_1=require("../environment"),null_1=require("../cache/null");class TwingEnvironmentBrowser extends environment_1.TwingEnvironment{cacheFromString(n){return new null_1.TwingCacheNull}}exports.TwingEnvironmentBrowser=TwingEnvironmentBrowser;
27
28},{"../cache/null":4,"../environment":8}],10:[function(require,module,exports){
29"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const source_1=require("./source");class TwingError extends Error{constructor(e,s=-1,t,i){let r;super(e),this.rawMessage=null,this.sourceName=null,this.sourcePath=null,this.sourceCode=null,this.previous=null,this.name="TwingError",this.previous=i,i&&(this.stack=i.stack),this.rawMessage=e,null===t?r=null:t instanceof source_1.TwingSource?(r=t.getName(),this.sourceCode=t.getCode(),this.sourcePath=t.getPath()):r=t,this.lineno=s,this.sourceName=r,this.updateRepr()}getMessage(){return this.message}getRawMessage(){return this.rawMessage}getTemplateLine(){return this.lineno}setTemplateLine(e){this.lineno=e,this.updateRepr()}getSourceContext(){return this.sourceName?new source_1.TwingSource(this.sourceCode,this.sourceName,this.sourcePath):null}setSourceContext(e=null){null===e?this.sourceCode=this.sourceName=this.sourcePath=null:(this.sourceCode=e.getCode(),this.sourceName=e.getName(),this.sourcePath=e.getPath()),this.updateRepr()}appendMessage(e){this.rawMessage+=e,this.updateRepr()}updateRepr(){this.message=this.rawMessage;let e=!1;"."===this.message.substr(-1)&&(this.message=this.message.slice(0,-1),e=!0);let s=!1;"?"===this.message.substr(-1)&&(this.message=this.message.slice(0,-1),s=!0),this.sourceName&&(this.message+=` in "${this.sourceName}"`),this.lineno&&this.lineno>=0&&(this.message+=` at line ${this.lineno}`),e&&(this.message+="."),s&&(this.message+="?")}}exports.TwingError=TwingError;
30
31},{"./source":213}],11:[function(require,module,exports){
32"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const error_1=require("../error");class TwingErrorLoader extends error_1.TwingError{constructor(r,e,o){super("",e,o),this.appendMessage(r),this.name="TwingErrorLoader"}}exports.TwingErrorLoader=TwingErrorLoader;
33
34},{"../error":10}],12:[function(require,module,exports){
35"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const error_1=require("../error");class TwingErrorRuntime extends error_1.TwingError{constructor(r,e=-1,n=null,o){super(r,e,n,o),this.name="TwingErrorRuntime"}}exports.TwingErrorRuntime=TwingErrorRuntime;
36
37},{"../error":10}],13:[function(require,module,exports){
38"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const error_1=require("../error"),Levenshtein=require("levenshtein");class TwingErrorSyntax extends error_1.TwingError{constructor(e,r=-1,n=null,t){super(e,r,n,t),this.name="TwingErrorSyntax"}addSuggestions(e,r){let n=[],t=new Levenshtein;r.forEach(function(r){((t=new Levenshtein(e,r)).distance<=e.length/3||r.indexOf(e)>-1)&&n.push(r)}),n.length<1||(n.sort(),this.appendMessage(` Did you mean "${n.join(", ")}"?`))}}exports.TwingErrorSyntax=TwingErrorSyntax;
39
40},{"../error":10,"levenshtein":371}],14:[function(require,module,exports){
41"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const operator_1=require("./operator");class TwingExtensionSet{constructor(){this.initialized=!1,this.runtimeInitialized=!1,this.visitors=[],this.filters=new Map,this.tests=new Map,this.functions=new Map,this.unaryOperators=new Map,this.binaryOperators=new Map,this.tokenParsers=new Map,this.functionCallbacks=[],this.filterCallbacks=[],this.sourceMapNodeFactories=new Map,this.extensions=new Map}hasExtension(e){return this.extensions.has(e)}getExtension(e){return this.extensions.get(e)}addExtensions(e){for(let[t,i]of e)this.addExtension(i,t)}getExtensions(){return this.extensions}getSignature(){return JSON.stringify([...this.extensions.keys()])}isInitialized(){return this.initialized||this.runtimeInitialized}getNodeVisitors(){return this.initialized||this.initExtensions(),this.visitors}getTokenParsers(){return this.initialized||this.initExtensions(),[...this.tokenParsers.values()]}addExtension(e,t){if(this.initialized)throw new Error(`Unable to register extension "${t}" as extensions have already been initialized.`);if(this.extensions.has(t))throw new Error(`Unable to register extension "${t}" as it is already registered.`);this.extensions.set(t,e)}addTokenParser(e){if(this.initialized)throw new Error(`Unable to add token parser "${e.getTag()}" as extensions have already been initialized.`);if(this.tokenParsers.has(e.getTag()))throw new Error(`Tag "${e.getTag()}" is already registered.`);this.tokenParsers.set(e.getTag(),e)}getUnaryOperators(){return this.initialized||this.initExtensions(),this.unaryOperators}getBinaryOperators(){return this.initialized||this.initExtensions(),this.binaryOperators}addFunction(e){if(this.initialized)throw new Error(`Unable to add function "${e.getName()}" as extensions have already been initialized.`);if(this.functions.has(e.getName()))throw new Error(`Function "${e.getName()}" is already registered.`);this.functions.set(e.getName(),e)}getFunctions(){return this.initialized||this.initExtensions(),this.functions}getFunction(e){if(this.initialized||this.initExtensions(),this.functions.has(e))return this.functions.get(e);for(let[t,i]of this.functions){let s=0;if(t=t.replace(/\*/g,function(e,t){return s++,"(.*?)"}),s){let r=new RegExp("^"+t+"$","g").exec(e),n=[];if(r){for(let e=1;e<=s;e++)n.push(r[e]);return i.setArguments(n),i}}}for(let t of this.functionCallbacks){let i=t(e);if(!1!==i)return i}return null}registerUndefinedFunctionCallback(e){this.functionCallbacks.push(e)}addFilter(e){if(this.initialized)throw new Error(`Unable to add filter "${e.getName()}" as extensions have already been initialized.`);if(this.filters.has(e.getName()))throw new Error(`Filter "${e.getName()}" is already registered.`);this.filters.set(e.getName(),e)}getFilters(){return this.initialized||this.initExtensions(),this.filters}getFilter(e){if(this.initialized||this.initExtensions(),this.filters.has(e))return this.filters.get(e);let t,i;for([i,t]of this.filters){let s=0;if(i=i.replace(/\*/g,function(e,t){return s++,"(.*?)"}),s){let r=new RegExp("^"+i+"$","g").exec(e),n=[];if(r){for(let e=1;e<=s;e++)n.push(r[e]);return t.setArguments(n),t}}}for(let t of this.filterCallbacks){let i=t.call(e);if(!1!==i)return i}return null}registerUndefinedFilterCallback(e){this.filterCallbacks.push(e)}addNodeVisitor(e){if(this.initialized)throw new Error("Unable to add a node visitor as extensions have already been initialized.");this.visitors.push(e)}addTest(e){if(this.initialized)throw new Error(`Unable to add test "${e.getName()}" as extensions have already been initialized.`);if(this.tests.has(e.getName()))throw new Error(`Test "${e.getName()}" is already registered.`);this.tests.set(e.getName(),e)}getTests(){return this.initialized||this.initExtensions(),this.tests}getTest(e){if(this.initialized||this.initExtensions(),this.tests.has(e))return this.tests.get(e);let t,i;for([i,t]of this.tests){let s=0;if(i=i.replace(/\*/g,function(e,t){return s++,"(.*?)"}),s){let r=new RegExp("^"+i+"$","g").exec(e),n=[];if(r){for(let e=1;e<=s;e++)n.push(r[e]);return t.setArguments(n),t}}}return null}addOperator(e){if(this.initialized)throw new Error(`Unable to add operator "${e.getName()}" as extensions have already been initialized.`);let t;if((t=e.getType()===operator_1.TwingOperatorType.UNARY?this.unaryOperators:this.binaryOperators).has(e.getName()))throw new Error(`Operator "${e.getName()}" is already registered.`);t.set(e.getName(),e)}addSourceMapNodeFactory(e){if(this.initialized)throw new Error(`Unable to add source-map node factory "${e.nodeType}" as extensions have already been initialized.`);if(this.sourceMapNodeFactories.has(e.nodeType))throw new Error(`Source-map node factory "${e.nodeType}" is already registered.`);this.sourceMapNodeFactories.set(e.nodeType,e)}getSourceMapNodeFactories(){return this.initialized||this.initExtensions(),this.sourceMapNodeFactories}getSourceMapNodeFactory(e){return this.sourceMapNodeFactories.has(e)?this.sourceMapNodeFactories.get(e):null}initExtensions(){for(let e of this.extensions.values())this.initExtension(e);this.initialized=!0}initExtension(e){for(let t of e.getFilters())this.addFilter(t);for(let t of e.getFunctions())this.addFunction(t);for(let t of e.getTests())this.addTest(t);for(let t of e.getOperators())this.addOperator(t);for(let t of e.getTokenParsers())this.addTokenParser(t);for(let t of e.getNodeVisitors())this.addNodeVisitor(t);let t=e.getSourceMapNodeFactories();for(let e of t)this.addSourceMapNodeFactory(e)}}exports.TwingExtensionSet=TwingExtensionSet;
42
43},{"./operator":199}],15:[function(require,module,exports){
44"use strict";Object.defineProperty(exports,"__esModule",{value:!0});class TwingExtension{constructor(){this.TwingExtensionInterfaceImpl=this}getTokenParsers(){return[]}getNodeVisitors(){return[]}getFilters(){return[]}getTests(){return[]}getFunctions(){return[]}getOperators(){return[]}getSourceMapNodeFactories(){return[]}}exports.TwingExtension=TwingExtension;
45
46},{}],16:[function(require,module,exports){
47"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const extension_1=require("../extension"),for_1=require("../token-parser/for"),and_1=require("../node/expression/binary/and"),extends_1=require("../token-parser/extends"),from_1=require("../token-parser/from"),macro_1=require("../token-parser/macro"),in_1=require("../node/expression/binary/in"),if_1=require("../token-parser/if"),set_1=require("../token-parser/set"),block_1=require("../token-parser/block"),greater_1=require("../node/expression/binary/greater"),less_1=require("../node/expression/binary/less"),include_1=require("../token-parser/include"),with_1=require("../token-parser/with"),not_1=require("../node/expression/unary/not"),neg_1=require("../node/expression/unary/neg"),pos_1=require("../node/expression/unary/pos"),function_1=require("../function"),spaceless_1=require("../token-parser/spaceless"),concat_1=require("../node/expression/binary/concat"),mul_1=require("../node/expression/binary/mul"),div_1=require("../node/expression/binary/div"),floor_div_1=require("../node/expression/binary/floor-div"),mod_1=require("../node/expression/binary/mod"),sub_1=require("../node/expression/binary/sub"),add_1=require("../node/expression/binary/add"),use_1=require("../token-parser/use"),embed_1=require("../token-parser/embed"),filter_1=require("../token-parser/filter"),range_1=require("../node/expression/binary/range"),import_1=require("../token-parser/import"),do_1=require("../token-parser/do"),flush_1=require("../token-parser/flush"),equal_1=require("../node/expression/binary/equal"),not_equal_1=require("../node/expression/binary/not-equal"),or_1=require("../node/expression/binary/or"),bitwise_or_1=require("../node/expression/binary/bitwise-or"),bitwise_xor_1=require("../node/expression/binary/bitwise-xor"),bitwise_and_1=require("../node/expression/binary/bitwise-and"),greater_equal_1=require("../node/expression/binary/greater-equal"),less_equal_1=require("../node/expression/binary/less-equal"),not_in_1=require("../node/expression/binary/not-in"),null_coalesce_1=require("../node/expression/null-coalesce"),power_1=require("../node/expression/binary/power"),defined_1=require("../node/expression/test/defined"),test_1=require("../test"),matches_1=require("../node/expression/binary/matches"),starts_with_1=require("../node/expression/binary/starts-with"),ends_with_1=require("../node/expression/binary/ends-with"),filter_2=require("../filter"),luxon_1=require("luxon"),constant_1=require("../node/expression/constant"),default_1=require("../node/expression/filter/default"),deprecated_1=require("../token-parser/deprecated"),apply_1=require("../token-parser/apply"),operator_1=require("../operator"),even_1=require("./core/tests/even"),odd_1=require("./core/tests/odd"),same_as_1=require("./core/tests/same-as"),null_1=require("./core/tests/null"),divisible_by_1=require("./core/tests/divisible-by"),min_1=require("./core/functions/min"),max_1=require("./core/functions/max"),verbatim_1=require("../token-parser/verbatim"),date_1=require("./core/filters/date"),date_modify_1=require("./core/filters/date-modify"),format_1=require("./core/filters/format"),replace_1=require("./core/filters/replace"),number_format_1=require("./core/filters/number-format"),abs_1=require("./core/filters/abs"),url_encode_1=require("./core/filters/url-encode"),json_encode_1=require("./core/filters/json-encode"),convert_encoding_1=require("./core/filters/convert-encoding"),title_1=require("./core/filters/title"),capitalize_1=require("./core/filters/capitalize"),upper_1=require("./core/filters/upper"),lower_1=require("./core/filters/lower"),striptags_1=require("./core/filters/striptags"),trim_1=require("./core/filters/trim"),nl2br_1=require("./core/filters/nl2br"),raw_1=require("./core/filters/raw"),join_1=require("./core/filters/join"),split_1=require("./core/filters/split"),sort_1=require("./core/filters/sort"),merge_1=require("./core/filters/merge"),batch_1=require("./core/filters/batch"),reverse_1=require("./core/filters/reverse"),length_1=require("./core/filters/length"),slice_1=require("./core/filters/slice"),first_1=require("./core/filters/first"),last_1=require("./core/filters/last"),default_2=require("./core/filters/default"),escape_1=require("./core/filters/escape"),round_1=require("./core/filters/round"),include_2=require("./core/functions/include"),array_keys_1=require("./core/filters/array-keys"),spaceless_2=require("./core/filters/spaceless"),column_1=require("./core/filters/column"),filter_3=require("./core/filters/filter"),map_1=require("./core/filters/map"),reduce_1=require("./core/filters/reduce"),file_extension_escaping_strategy_1=require("../file-extension-escaping-strategy"),auto_escape_1=require("../token-parser/auto-escape"),sandbox_1=require("../token-parser/sandbox"),escaper_1=require("../node-visitor/escaper"),sandbox_2=require("../node-visitor/sandbox"),optimizer_1=require("../node-visitor/optimizer"),range_2=require("./core/functions/range"),constant_2=require("./core/functions/constant"),cycle_1=require("./core/functions/cycle"),random_1=require("./core/functions/random"),source_1=require("./core/functions/source"),template_from_string_1=require("./core/functions/template-from-string"),dump_1=require("./core/functions/dump"),empty_1=require("./core/tests/empty"),iterable_1=require("./core/tests/iterable"),date_2=require("./core/functions/date"),spaceless_3=require("../source-map/node-factory/spaceless"),constant_3=require("../node/expression/test/constant"),macro_auto_import_1=require("../node-visitor/macro-auto-import");class TwingExtensionCore extends extension_1.TwingExtension{constructor(e="html"){super(),this.dateFormats=["F j, Y H:i","%d days"],this.numberFormat=[0,".",","],this.timezone=null,this.escapers=new Map,this.setDefaultStrategy(e)}setDefaultStrategy(e){"name"===e&&(e=file_extension_escaping_strategy_1.TwingFileExtensionEscapingStrategy.guess),this.defaultStrategy=e}getDefaultStrategy(e){let r;return"function"==typeof this.defaultStrategy?this.defaultStrategy(e):r=this.defaultStrategy}setEscaper(e,r){this.escapers.set(e,r)}getEscapers(){return this.escapers}setDateFormat(e=null,r=null){null!==e&&(this.dateFormats[0]=e),null!==r&&(this.dateFormats[1]=r)}getDateFormat(){return this.dateFormats}setTimezone(e){this.timezone=e}getTimezone(){return null===this.timezone&&(this.timezone=luxon_1.Settings.defaultZoneName),this.timezone}setNumberFormat(e,r,n){this.numberFormat=[e,r,n]}getNumberFormat(){return this.numberFormat}getTokenParsers(){return[new apply_1.TwingTokenParserApply,new auto_escape_1.TwingTokenParserAutoEscape,new block_1.TwingTokenParserBlock,new deprecated_1.TwingTokenParserDeprecated,new do_1.TwingTokenParserDo,new embed_1.TwingTokenParserEmbed,new extends_1.TwingTokenParserExtends,new filter_1.TwingTokenParserFilter,new flush_1.TwingTokenParserFlush,new for_1.TwingTokenParserFor,new from_1.TwingTokenParserFrom,new if_1.TwingTokenParserIf,new import_1.TwingTokenParserImport,new include_1.TwingTokenParserInclude,new macro_1.TwingTokenParserMacro,new sandbox_1.TwingTokenParserSandbox,new set_1.TwingTokenParserSet,new spaceless_1.TwingTokenParserSpaceless,new use_1.TwingTokenParserUse,new verbatim_1.TwingTokenParserVerbatim,new with_1.TwingTokenParserWith]}getSourceMapNodeFactories(){return[new spaceless_3.TwingSourceMapNodeFactorySpaceless]}getNodeVisitors(){return[new escaper_1.TwingNodeVisitorEscaper,new macro_auto_import_1.TwingNodeVisitorMacroAutoImport,new optimizer_1.TwingNodeVisitorOptimizer,new sandbox_2.TwingNodeVisitorSandbox]}getFilters(){return[new filter_2.TwingFilter("abs",abs_1.abs,[]),new filter_2.TwingFilter("batch",batch_1.batch,[{name:"size"},{name:"fill",defaultValue:null},{name:"preserve_keys",defaultValue:!0}]),new filter_2.TwingFilter("capitalize",capitalize_1.capitalize,[],{needs_environment:!0}),new filter_2.TwingFilter("column",column_1.column,[{name:"name"}]),new filter_2.TwingFilter("convert_encoding",convert_encoding_1.convertEncoding,[{name:"to"},{name:"from"}],{pre_escape:"html",is_safe:["html"]}),new filter_2.TwingFilter("date",date_1.date,[{name:"format",defaultValue:null},{name:"timezone",defaultValue:null}],{needs_environment:!0}),new filter_2.TwingFilter("date_modify",date_modify_1.dateModify,[{name:"modifier"}],{needs_environment:!0}),new filter_2.TwingFilter("default",default_2.defaultFilter,[{name:"default"}],{expression_factory:function(e,r,n,t,i,o){return new default_1.TwingNodeExpressionFilterDefault(e,r,n,t,i,o)}}),new filter_2.TwingFilter("e",escape_1.escape,[{name:"strategy"},{name:"charset"}],{needs_environment:!0,is_safe_callback:this.escapeFilterIsSafe}),new filter_2.TwingFilter("escape",escape_1.escape,[{name:"strategy"},{name:"charset"}],{needs_environment:!0,is_safe_callback:this.escapeFilterIsSafe}),new filter_2.TwingFilter("filter",filter_3.filter,[{name:"array"},{name:"arrow"}]),new filter_2.TwingFilter("first",first_1.first,[],{needs_environment:!0}),new filter_2.TwingFilter("format",format_1.format,[]),new filter_2.TwingFilter("join",join_1.join,[{name:"glue",defaultValue:""},{name:"and",defaultValue:null}]),new filter_2.TwingFilter("json_encode",json_encode_1.jsonEncode,[{name:"options",defaultValue:null}]),new filter_2.TwingFilter("keys",array_keys_1.arrayKeys,[]),new filter_2.TwingFilter("last",last_1.last,[],{needs_environment:!0}),new filter_2.TwingFilter("length",length_1.length,[],{needs_environment:!0}),new filter_2.TwingFilter("lower",lower_1.lower,[],{needs_environment:!0}),new filter_2.TwingFilter("map",map_1.map,[{name:"arrow"}]),new filter_2.TwingFilter("merge",merge_1.merge,[]),new filter_2.TwingFilter("nl2br",nl2br_1.nl2br,[],{pre_escape:"html",is_safe:["html"]}),new filter_2.TwingFilter("number_format",number_format_1.numberFormat,[{name:"decimal"},{name:"decimal_point"},{name:"thousand_sep"}],{needs_environment:!0}),new filter_2.TwingFilter("raw",raw_1.raw,[],{is_safe:["all"]}),new filter_2.TwingFilter("reduce",reduce_1.reduce,[{name:"arrow"},{name:"initial",defaultValue:null}]),new filter_2.TwingFilter("replace",replace_1.replace,[{name:"from"}]),new filter_2.TwingFilter("reverse",reverse_1.reverse,[{name:"preserve_keys",defaultValue:!1}],{needs_environment:!0}),new filter_2.TwingFilter("round",round_1.round,[{name:"precision",defaultValue:0},{name:"method",defaultValue:"common"}]),new filter_2.TwingFilter("slice",slice_1.slice,[{name:"start"},{name:"length",defaultValue:null},{name:"preserve_keys",defaultValue:!1}],{needs_environment:!0}),new filter_2.TwingFilter("sort",sort_1.sort,[]),new filter_2.TwingFilter("spaceless",spaceless_2.spaceless,[],{is_safe:["html"]}),new filter_2.TwingFilter("split",split_1.split,[{name:"delimiter"},{name:"limit"}],{needs_environment:!0}),new filter_2.TwingFilter("striptags",striptags_1.striptags,[{name:"allowable_tags"}]),new filter_2.TwingFilter("title",title_1.title,[],{needs_environment:!0}),new filter_2.TwingFilter("trim",trim_1.trim,[{name:"character_mask",defaultValue:null},{name:"side",defaultValue:"both"}]),new filter_2.TwingFilter("upper",upper_1.upper,[],{needs_environment:!0}),new filter_2.TwingFilter("url_encode",url_encode_1.urlEncode,[])]}getFunctions(){return[new function_1.TwingFunction("constant",constant_2.constant,[{name:"name"},{name:"object",defaultValue:null}],{needs_environment:!0}),new function_1.TwingFunction("cycle",cycle_1.cycle,[{name:"values"},{name:"position"}]),new function_1.TwingFunction("date",date_2.date,[{name:"date"},{name:"timezone"}],{needs_environment:!0}),new function_1.TwingFunction("dump",dump_1.dump,[],{is_safe:["html"],needs_context:!0}),new function_1.TwingFunction("include",include_2.include,[{name:"template"},{name:"variables",defaultValue:{}},{name:"with_context",defaultValue:!0},{name:"ignore_missing",defaultValue:!1},{name:"sandboxed",defaultValue:!1}],{needs_context:!0,needs_environment:!0,needs_source:!0,is_safe:["all"]}),new function_1.TwingFunction("max",max_1.max,[]),new function_1.TwingFunction("min",min_1.min,[]),new function_1.TwingFunction("random",random_1.random,[{name:"values",defaultValue:null},{name:"max",defaultValue:null}],{needs_environment:!0}),new function_1.TwingFunction("range",range_2.range,[{name:"low"},{name:"high"},{name:"step"}]),new function_1.TwingFunction("source",source_1.source,[{name:"name"},{name:"ignore_missing",defaultValue:!1}],{needs_environment:!0,needs_source:!0,is_safe:["all"]}),new function_1.TwingFunction("template_from_string",template_from_string_1.templateFromString,[{name:"template"},{name:"name",defaultValue:null}],{needs_environment:!0})]}getTests(){return[new test_1.TwingTest("constant",null,[],{expression_factory:function(e,r,n,t,i){return new constant_3.TwingNodeExpressionTestConstant(e,r,n,t,i)}}),new test_1.TwingTest("divisible by",divisible_by_1.divisibleBy,[]),new test_1.TwingTest("defined",null,[],{expression_factory:function(e,r,n,t,i){return new defined_1.TwingNodeExpressionTestDefined(e,r,n,t,i)}}),new test_1.TwingTest("empty",empty_1.empty,[]),new test_1.TwingTest("even",even_1.even,[]),new test_1.TwingTest("iterable",iterable_1.iterable,[]),new test_1.TwingTest("none",null_1.nullTest,[]),new test_1.TwingTest("null",null_1.nullTest,[]),new test_1.TwingTest("odd",odd_1.odd,[]),new test_1.TwingTest("same as",same_as_1.sameAs,[])]}getOperators(){return[new operator_1.TwingOperator("not",operator_1.TwingOperatorType.UNARY,50,function(e,r,n){return new not_1.TwingNodeExpressionUnaryNot(e[0],r,n)}),new operator_1.TwingOperator("-",operator_1.TwingOperatorType.UNARY,500,function(e,r,n){return new neg_1.TwingNodeExpressionUnaryNeg(e[0],r,n)}),new operator_1.TwingOperator("+",operator_1.TwingOperatorType.UNARY,500,function(e,r,n){return new pos_1.TwingNodeExpressionUnaryPos(e[0],r,n)}),new operator_1.TwingOperator("or",operator_1.TwingOperatorType.BINARY,10,function(e,r,n){return new or_1.TwingNodeExpressionBinaryOr(e,r,n)}),new operator_1.TwingOperator("and",operator_1.TwingOperatorType.BINARY,15,function(e,r,n){return new and_1.TwingNodeExpressionBinaryAnd(e,r,n)}),new operator_1.TwingOperator("b-or",operator_1.TwingOperatorType.BINARY,16,function(e,r,n){return new bitwise_or_1.TwingNodeExpressionBinaryBitwiseOr(e,r,n)}),new operator_1.TwingOperator("b-xor",operator_1.TwingOperatorType.BINARY,17,function(e,r,n){return new bitwise_xor_1.TwingNodeExpressionBinaryBitwiseXor(e,r,n)}),new operator_1.TwingOperator("b-and",operator_1.TwingOperatorType.BINARY,18,function(e,r,n){return new bitwise_and_1.TwingNodeExpressionBinaryBitwiseAnd(e,r,n)}),new operator_1.TwingOperator("==",operator_1.TwingOperatorType.BINARY,20,function(e,r,n){return new equal_1.TwingNodeExpressionBinaryEqual(e,r,n)}),new operator_1.TwingOperator("!=",operator_1.TwingOperatorType.BINARY,20,function(e,r,n){return new not_equal_1.TwingNodeExpressionBinaryNotEqual(e,r,n)}),new operator_1.TwingOperator("<",operator_1.TwingOperatorType.BINARY,20,function(e,r,n){return new less_1.TwingNodeExpressionBinaryLess(e,r,n)}),new operator_1.TwingOperator("<=",operator_1.TwingOperatorType.BINARY,20,function(e,r,n){return new less_equal_1.TwingNodeExpressionBinaryLessEqual(e,r,n)}),new operator_1.TwingOperator(">",operator_1.TwingOperatorType.BINARY,20,function(e,r,n){return new greater_1.TwingNodeExpressionBinaryGreater(e,r,n)}),new operator_1.TwingOperator(">=",operator_1.TwingOperatorType.BINARY,20,function(e,r,n){return new greater_equal_1.TwingNodeExpressionBinaryGreaterEqual(e,r,n)}),new operator_1.TwingOperator("not in",operator_1.TwingOperatorType.BINARY,20,function(e,r,n){return new not_in_1.TwingNodeExpressionBinaryNotIn(e,r,n)}),new operator_1.TwingOperator("in",operator_1.TwingOperatorType.BINARY,20,function(e,r,n){return new in_1.TwingNodeExpressionBinaryIn(e,r,n)}),new operator_1.TwingOperator("matches",operator_1.TwingOperatorType.BINARY,20,function(e,r,n){return new matches_1.TwingNodeExpressionBinaryMatches(e,r,n)}),new operator_1.TwingOperator("starts with",operator_1.TwingOperatorType.BINARY,20,function(e,r,n){return new starts_with_1.TwingNodeExpressionBinaryStartsWith(e,r,n)}),new operator_1.TwingOperator("ends with",operator_1.TwingOperatorType.BINARY,20,function(e,r,n){return new ends_with_1.TwingNodeExpressionBinaryEndsWith(e,r,n)}),new operator_1.TwingOperator("..",operator_1.TwingOperatorType.BINARY,25,function(e,r,n){return new range_1.TwingNodeExpressionBinaryRange(e,r,n)}),new operator_1.TwingOperator("+",operator_1.TwingOperatorType.BINARY,30,function(e,r,n){return new add_1.TwingNodeExpressionBinaryAdd(e,r,n)}),new operator_1.TwingOperator("-",operator_1.TwingOperatorType.BINARY,30,function(e,r,n){return new sub_1.TwingNodeExpressionBinarySub(e,r,n)}),new operator_1.TwingOperator("~",operator_1.TwingOperatorType.BINARY,40,function(e,r,n){return new concat_1.TwingNodeExpressionBinaryConcat(e,r,n)}),new operator_1.TwingOperator("*",operator_1.TwingOperatorType.BINARY,60,function(e,r,n){return new mul_1.TwingNodeExpressionBinaryMul(e,r,n)}),new operator_1.TwingOperator("/",operator_1.TwingOperatorType.BINARY,60,function(e,r,n){return new div_1.TwingNodeExpressionBinaryDiv(e,r,n)}),new operator_1.TwingOperator("//",operator_1.TwingOperatorType.BINARY,60,function(e,r,n){return new floor_div_1.TwingNodeExpressionBinaryFloorDiv(e,r,n)}),new operator_1.TwingOperator("%",operator_1.TwingOperatorType.BINARY,60,function(e,r,n){return new mod_1.TwingNodeExpressionBinaryMod(e,r,n)}),new operator_1.TwingOperator("is",operator_1.TwingOperatorType.BINARY,100,null),new operator_1.TwingOperator("is not",operator_1.TwingOperatorType.BINARY,100,null),new operator_1.TwingOperator("**",operator_1.TwingOperatorType.BINARY,200,function(e,r,n){return new power_1.TwingNodeExpressionBinaryPower(e,r,n)},operator_1.TwingOperatorAssociativity.RIGHT),new operator_1.TwingOperator("??",operator_1.TwingOperatorType.BINARY,300,function(e,r,n){return new null_coalesce_1.TwingNodeExpressionNullCoalesce(e,r,n)},operator_1.TwingOperatorAssociativity.RIGHT)]}escapeFilterIsSafe(e){if(e.getNodes().size>0){let r=[];return e.getNodes().forEach(function(e){e instanceof constant_1.TwingNodeExpressionConstant&&(r=[e.getAttribute("value")])}),r}return["html"]}}exports.TwingExtensionCore=TwingExtensionCore;
48
49},{"../extension":15,"../file-extension-escaping-strategy":71,"../filter":72,"../function":73,"../node-visitor/escaper":115,"../node-visitor/macro-auto-import":116,"../node-visitor/optimizer":117,"../node-visitor/sandbox":119,"../node/expression/binary/add":136,"../node/expression/binary/and":137,"../node/expression/binary/bitwise-and":138,"../node/expression/binary/bitwise-or":139,"../node/expression/binary/bitwise-xor":140,"../node/expression/binary/concat":141,"../node/expression/binary/div":142,"../node/expression/binary/ends-with":143,"../node/expression/binary/equal":144,"../node/expression/binary/floor-div":145,"../node/expression/binary/greater":147,"../node/expression/binary/greater-equal":146,"../node/expression/binary/in":148,"../node/expression/binary/less":150,"../node/expression/binary/less-equal":149,"../node/expression/binary/matches":151,"../node/expression/binary/mod":152,"../node/expression/binary/mul":153,"../node/expression/binary/not-equal":154,"../node/expression/binary/not-in":155,"../node/expression/binary/or":156,"../node/expression/binary/power":157,"../node/expression/binary/range":158,"../node/expression/binary/starts-with":159,"../node/expression/binary/sub":160,"../node/expression/constant":164,"../node/expression/filter/default":166,"../node/expression/null-coalesce":172,"../node/expression/test/constant":176,"../node/expression/test/defined":177,"../node/expression/unary/neg":179,"../node/expression/unary/not":180,"../node/expression/unary/pos":181,"../operator":199,"../source-map/node-factory/spaceless":210,"../test":215,"../token-parser/apply":217,"../token-parser/auto-escape":218,"../token-parser/block":219,"../token-parser/deprecated":220,"../token-parser/do":221,"../token-parser/embed":222,"../token-parser/extends":223,"../token-parser/filter":224,"../token-parser/flush":225,"../token-parser/for":226,"../token-parser/from":227,"../token-parser/if":228,"../token-parser/import":229,"../token-parser/include":230,"../token-parser/macro":231,"../token-parser/sandbox":232,"../token-parser/set":233,"../token-parser/spaceless":234,"../token-parser/use":235,"../token-parser/verbatim":236,"../token-parser/with":237,"./core/filters/abs":17,"./core/filters/array-keys":18,"./core/filters/batch":19,"./core/filters/capitalize":20,"./core/filters/column":21,"./core/filters/convert-encoding":22,"./core/filters/date":24,"./core/filters/date-modify":23,"./core/filters/default":25,"./core/filters/escape":26,"./core/filters/filter":27,"./core/filters/first":28,"./core/filters/format":29,"./core/filters/join":30,"./core/filters/json-encode":31,"./core/filters/last":32,"./core/filters/length":33,"./core/filters/lower":34,"./core/filters/map":35,"./core/filters/merge":36,"./core/filters/nl2br":37,"./core/filters/number-format":38,"./core/filters/raw":39,"./core/filters/reduce":40,"./core/filters/replace":41,"./core/filters/reverse":42,"./core/filters/round":43,"./core/filters/slice":44,"./core/filters/sort":45,"./core/filters/spaceless":46,"./core/filters/split":47,"./core/filters/striptags":48,"./core/filters/title":49,"./core/filters/trim":50,"./core/filters/upper":51,"./core/filters/url-encode":52,"./core/functions/constant":53,"./core/functions/cycle":54,"./core/functions/date":55,"./core/functions/dump":56,"./core/functions/include":57,"./core/functions/max":58,"./core/functions/min":59,"./core/functions/random":60,"./core/functions/range":61,"./core/functions/source":62,"./core/functions/template-from-string":63,"./core/tests/divisible-by":64,"./core/tests/empty":65,"./core/tests/even":66,"./core/tests/iterable":67,"./core/tests/null":68,"./core/tests/odd":69,"./core/tests/same-as":70,"luxon":491}],17:[function(require,module,exports){
50"use strict";function abs(e){return Math.abs(e)}Object.defineProperty(exports,"__esModule",{value:!0}),exports.abs=abs;
51
52},{}],18:[function(require,module,exports){
53"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const util_1=require("util"),iterator_to_map_1=require("../../../helpers/iterator-to-map");function arrayKeys(e){let r;return[...(r=util_1.isNullOrUndefined(e)?new Map:iterator_to_map_1.iteratorToMap(e)).keys()]}exports.arrayKeys=arrayKeys;
54
55},{"../../../helpers/iterator-to-map":101,"util":578}],19:[function(require,module,exports){
56"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const util_1=require("util"),chunk_1=require("../../../helpers/chunk"),fill_1=require("../../../helpers/fill");function batch(e,l,t=null,u=!0){if(util_1.isNullOrUndefined(e))return[];let r=chunk_1.chunk(e,l,u);if(null!==t&&r.length){let e=r[r.length-1];fill_1.fill(e,l,t)}return r}exports.batch=batch;
57
58},{"../../../helpers/chunk":76,"../../../helpers/fill":85,"util":578}],20:[function(require,module,exports){
59"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const words=require("capitalize");function capitalize(e,t){return words(t.toString())}exports.capitalize=capitalize;
60
61},{"capitalize":286}],21:[function(require,module,exports){
62"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const is_traversable_1=require("../../../helpers/is-traversable"),iterator_to_map_1=require("../../../helpers/iterator-to-map"),runtime_1=require("../../../error/runtime"),is_plain_object_1=require("../../../helpers/is-plain-object");function column(e,r){let t;if(!is_traversable_1.isTraversable(e)||is_plain_object_1.isPlainObject(e))throw new runtime_1.TwingErrorRuntime(`The column filter only works with arrays or "Traversable", got "${typeof e}" as first argument.`);t=iterator_to_map_1.iteratorToMap(e);let o=[];for(let e of t.values()){let t=iterator_to_map_1.iteratorToMap(e);for(let[e,i]of t)e===r&&o.push(i)}return o}exports.column=column;
63
64},{"../../../error/runtime":12,"../../../helpers/is-plain-object":95,"../../../helpers/is-traversable":97,"../../../helpers/iterator-to-map":101}],22:[function(require,module,exports){
65(function (Buffer){
66"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const iconv_1=require("../../../helpers/iconv");function convertEncoding(e,n,o){return iconv_1.iconv(o,n,Buffer.from(e))}exports.convertEncoding=convertEncoding;
67
68}).call(this,require("buffer").Buffer)
69},{"../../../helpers/iconv":91,"buffer":285}],23:[function(require,module,exports){
70"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const date_1=require("../functions/date");function dateModify(e,t,d){let r=date_1.date(e,t),o=new RegExp(/(\+|-)([0-9])(.*)/).exec(d),a=o[1],i=Number.parseInt(o[2]),n={};return n[o[3].trim()]="-"===a?-i:i,r=r.plus(n)}exports.dateModify=dateModify;
71
72},{"../functions/date":55}],24:[function(require,module,exports){
73"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const luxon_1=require("luxon"),format_duration_1=require("../../../helpers/format-duration"),format_date_time_1=require("../../../helpers/format-date-time"),date_1=require("../functions/date");function date(e,t,r=null,a=null){if(null===r){let a=e.getCoreExtension().getDateFormat();r=t instanceof luxon_1.Duration?a[1]:a[0]}return(t=date_1.date(e,t,a))instanceof luxon_1.Duration?format_duration_1.formatDuration(t,r):format_date_time_1.formatDateTime(t,r)}exports.date=date;
74
75},{"../../../helpers/format-date-time":87,"../../../helpers/format-duration":88,"../functions/date":55,"luxon":491}],25:[function(require,module,exports){
76"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const empty_1=require("../tests/empty");function defaultFilter(e,t=""){return empty_1.empty(e)?t:e}exports.defaultFilter=defaultFilter;
77
78},{"../tests/empty":65}],26:[function(require,module,exports){
79"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const markup_1=require("../../../markup"),runtime_1=require("../../../error/runtime"),bin2hex=require("locutus/php/strings/bin2hex"),strlen=require("utf8-binary-cutter").getBinarySize,ltrim=require("locutus/php/strings/ltrim"),locutusOrd=require("locutus/php/strings/ord"),htmlspecialchars=require("htmlspecialchars"),rawurlencode=require("locutus/php/url/rawurlencode"),sprintf=require("locutus/php/strings/sprintf"),array_merge=require("locutus/php/array/array_merge");function escape(e,r,t="html",s=null,u=!1){if(u&&r&&r instanceof markup_1.TwingMarkup)return r;if("string"!=typeof r)if(r&&"object"==typeof r&&Reflect.has(r,"toString"))r=""+r;else if(["html","js","css","html_attr","url"].includes(t))return r;if(""===r)return"";null===s&&(s=e.getCharset());switch(t){case"html":return htmlspecialchars(r);case"js":return r=r.replace(/[^a-zA-Z0-9,._]/gu,function(e){let r=e,t=new Map([["\\","\\\\"],["/","\\/"],["\b","\\b"],["\f","\\f"],["\n","\\n"],["\r","\\r"],["\t","\\t"]]);return t.has(r)?t.get(r):(r=bin2hex(r).toUpperCase(),strlen(r)<=4?sprintf("\\u%04s",r):sprintf("\\u%04s\\u%04s",r.substr(0,4),r.substr(4,4)))});case"css":return r=r.replace(/[^a-zA-Z0-9]/gu,function(e){let r=e;if(1===strlen(r)){let e=ltrim(bin2hex(r).toUpperCase(),"0");return 0===strlen(e)&&(e="0"),"\\"+e+" "}return"\\"+ltrim(bin2hex(r).toUpperCase(),"0")+" "});case"html_attr":return r=r.replace(/[^a-zA-Z0-9,.\-_]/gu,function(e){let r=new Map([[34,"quot"],[38,"amp"],[60,"lt"],[62,"gt"]]),t=e,s=locutusOrd(t);if(s<=31&&"\t"!=t&&"\n"!=t&&"\r"!=t||s>=127&&s<=159)return"&#xFFFD;";let u=t.codePointAt(0);if(r.has(u))return`&${r.get(u)};`;let n=u.toString(16).toUpperCase();return 1!==n.length&&3!==n.length||(n="0"+n),`&#x${n};`});case"url":return rawurlencode(r);default:let u=e.getCoreExtension().getEscapers();if(u.has(t))return u.get(t)(e,r,s);let n=array_merge(["html","js","url","css","html_attr"],[...u.keys()]);throw new runtime_1.TwingErrorRuntime(`Invalid escaping strategy "${t}" (valid ones: ${n.join(", ")}).`)}}exports.escape=escape;
80
81},{"../../../error/runtime":12,"../../../markup":113,"htmlspecialchars":343,"locutus/php/array/array_merge":374,"locutus/php/strings/bin2hex":391,"locutus/php/strings/ltrim":413,"locutus/php/strings/ord":421,"locutus/php/strings/sprintf":434,"locutus/php/url/rawurlencode":482,"utf8-binary-cutter":574}],27:[function(require,module,exports){
82"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const iterator_to_map_1=require("../../../helpers/iterator-to-map");function filter(e,t){let r=new Map;e=iterator_to_map_1.iteratorToMap(e);for(let[o,i]of e)t(i)&&r.set(o,i);return r}exports.filter=filter;
83
84},{"../../../helpers/iterator-to-map":101}],28:[function(require,module,exports){
85"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const slice_1=require("./slice"),first_1=require("../../../helpers/first");function first(e,r){let s=slice_1.slice(e,r,0,1,!1);return"string"==typeof s?s:first_1.first(s)}exports.first=first;
86
87},{"../../../helpers/first":86,"./slice":44}],29:[function(require,module,exports){
88"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const sprintf=require("locutus/php/strings/sprintf");function format(...t){return sprintf(...t)}exports.format=format;
89
90},{"locutus/php/strings/sprintf":434}],30:[function(require,module,exports){
91"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const util_1=require("util"),is_traversable_1=require("../../../helpers/is-traversable"),iterator_to_array_1=require("../../../helpers/iterator-to-array");function join(r,e="",t=null){if(util_1.isNullOrUndefined(r))return"";if(is_traversable_1.isTraversable(r)){let i=(r=iterator_to_array_1.iteratorToArray(r,!1)).map(function(r){return"boolean"==typeof r?!0===r?"1":"":r});return null===t||t===e?i.join(e):1===i.length?i[0]:i.slice(0,-1).join(e)+t+i[i.length-1]}return""}exports.join=join;
92
93},{"../../../helpers/is-traversable":97,"../../../helpers/iterator-to-array":99,"util":578}],31:[function(require,module,exports){
94"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const iterator_to_hash_1=require("../../../helpers/iterator-to-hash"),is_map_1=require("../../../helpers/is-map"),is_pure_array_1=require("../../../helpers/is-pure-array"),iterator_to_array_1=require("../../../helpers/iterator-to-array"),locutusJsonEncode=require("locutus/php/json/json_encode");function jsonEncode(r){return is_map_1.isMap(r)&&(r=is_pure_array_1.isPureArray(r)?iterator_to_array_1.iteratorToArray(r):iterator_to_hash_1.iteratorToHash(r)),locutusJsonEncode(r)}exports.jsonEncode=jsonEncode;
95
96},{"../../../helpers/is-map":94,"../../../helpers/is-pure-array":96,"../../../helpers/iterator-to-array":99,"../../../helpers/iterator-to-hash":100,"locutus/php/json/json_encode":384}],32:[function(require,module,exports){
97"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const slice_1=require("./slice"),first_1=require("../../../helpers/first");function last(e,s){let t=slice_1.slice(e,s,-1,1,!1);return"string"==typeof t?t:first_1.first(t)}exports.last=last;
98
99},{"../../../helpers/first":86,"./slice":44}],33:[function(require,module,exports){
100"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const util_1=require("util");function length(t,e){return util_1.isNullOrUndefined(e)?0:e.length?e.length:e.size?e.size:e.toString&&"function"==typeof e.toString?e.toString().length:1}exports.length=length;
101
102},{"util":578}],34:[function(require,module,exports){
103"use strict";function lower(e,r){return r.toString().toLowerCase()}Object.defineProperty(exports,"__esModule",{value:!0}),exports.lower=lower;
104
105},{}],35:[function(require,module,exports){
106"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const iterator_to_map_1=require("../../../helpers/iterator-to-map");function map(e,t){let r=new Map;e=iterator_to_map_1.iteratorToMap(e);for(let[o,a]of e)a=t(a),r.set(o,a);return r}exports.map=map;
107
108},{"../../../helpers/iterator-to-map":101}],36:[function(require,module,exports){
109"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const merge_1=require("../../../helpers/merge"),util_1=require("util"),is_traversable_1=require("../../../helpers/is-traversable"),runtime_1=require("../../../error/runtime");function merge(e,r){if(util_1.isNullOrUndefined(e)||!is_traversable_1.isTraversable(e)&&"object"!=typeof e)throw new runtime_1.TwingErrorRuntime(`The merge filter only works with arrays or "Traversable", got "${util_1.isNullOrUndefined(e)?e:typeof e}" as first argument.`);if(util_1.isNullOrUndefined(r)||!is_traversable_1.isTraversable(r)&&"object"!=typeof r)throw new runtime_1.TwingErrorRuntime(`The merge filter only works with arrays or "Traversable", got "${util_1.isNullOrUndefined(r)?r:typeof r}" as second argument.`);return merge_1.merge(e,r)}exports.merge=merge;
110
111},{"../../../error/runtime":12,"../../../helpers/is-traversable":97,"../../../helpers/merge":103,"util":578}],37:[function(require,module,exports){
112"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const locutusNl2br=require("locutus/php/strings/nl2br");function nl2br(){return locutusNl2br(...arguments)}exports.nl2br=nl2br;
113
114},{"locutus/php/strings/nl2br":418}],38:[function(require,module,exports){
115"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const util_1=require("util"),locutusNumberFormat=require("locutus/php/strings/number_format");function numberFormat(e,r,t,u,i){let n=e.getCoreExtension().getNumberFormat();return util_1.isNullOrUndefined(t)&&(t=n[0]),util_1.isNullOrUndefined(u)&&(u=n[1]),util_1.isNullOrUndefined(i)&&(i=n[2]),locutusNumberFormat(r,t,u,i)}exports.numberFormat=numberFormat;
116
117},{"locutus/php/strings/number_format":420,"util":578}],39:[function(require,module,exports){
118"use strict";function raw(e){return e.toString()}Object.defineProperty(exports,"__esModule",{value:!0}),exports.raw=raw;
119
120},{}],40:[function(require,module,exports){
121"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const iterator_to_map_1=require("../../../helpers/iterator-to-map");function reduce(e,r,t=null){return e=iterator_to_map_1.iteratorToMap(e),Array.from(e.values()).reduce((e,t)=>r(e,t),t)}exports.reduce=reduce;
122
123},{"../../../helpers/iterator-to-map":101}],41:[function(require,module,exports){
124"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const is_traversable_1=require("../../../helpers/is-traversable"),iterator_to_hash_1=require("../../../helpers/iterator-to-hash"),runtime_1=require("../../../error/runtime"),strtr=require("locutus/php/strings/strtr");function replace(e,r){if(is_traversable_1.isTraversable(r))r=iterator_to_hash_1.iteratorToHash(r);else if("object"!=typeof r)throw new runtime_1.TwingErrorRuntime(`The "replace" filter expects an hash or "Iterable" as replace values, got "${typeof r}".`);return strtr(e,r)}exports.replace=replace;
125
126},{"../../../error/runtime":12,"../../../helpers/is-traversable":97,"../../../helpers/iterator-to-hash":100,"locutus/php/strings/strtr":470}],42:[function(require,module,exports){
127"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const reverse_1=require("../../../helpers/reverse"),iterator_to_map_1=require("../../../helpers/iterator-to-map"),esrever=require("esrever");function reverse(e,r,t=!1){return"string"==typeof r?esrever.reverse(r):reverse_1.reverse(iterator_to_map_1.iteratorToMap(r),t)}exports.reverse=reverse;
128
129},{"../../../helpers/iterator-to-map":101,"../../../helpers/reverse":107,"esrever":326}],43:[function(require,module,exports){
130"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const runtime_1=require("../../../error/runtime"),locutusRound=require("locutus/php/math/round"),ceil=require("locutus/php/math/ceil"),floor=require("locutus/php/math/floor");function round(o,r=0,e="common"){if("common"===e)return locutusRound(o,r);if("ceil"!==e&&"floor"!==e)throw new runtime_1.TwingErrorRuntime('The round filter only supports the "common", "ceil", and "floor" methods.');let u=o*Math.pow(10,r),t=Math.pow(10,r);return"ceil"===e?ceil(u)/t:floor(u)/t}exports.round=round;
131
132},{"../../../error/runtime":12,"locutus/php/math/ceil":385,"locutus/php/math/floor":386,"locutus/php/math/round":388}],44:[function(require,module,exports){
133"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const is_traversable_1=require("../../../helpers/is-traversable"),iterator_to_map_1=require("../../../helpers/iterator-to-map"),slice_1=require("../../../helpers/slice");function slice(e,r,s,t=null,l=!1){if(is_traversable_1.isTraversable(r)){let e=iterator_to_map_1.iteratorToMap(r);return null===t&&(t=e.size-s),slice_1.slice(e,s,t,l)}return r=""+(r||""),null===t&&(t=r.length-s),r.substr(s,t)}exports.slice=slice;
134
135},{"../../../helpers/is-traversable":97,"../../../helpers/iterator-to-map":101,"../../../helpers/slice":108}],45:[function(require,module,exports){
136"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const is_traversable_1=require("../../../helpers/is-traversable"),runtime_1=require("../../../error/runtime"),iterator_to_map_1=require("../../../helpers/iterator-to-map"),asort_1=require("../../../helpers/asort");function sort(r){if(!is_traversable_1.isTraversable(r))throw new runtime_1.TwingErrorRuntime(`The sort filter only works with iterables, got "${typeof r}".`);let e=iterator_to_map_1.iteratorToMap(r);return asort_1.asort(e),e}exports.sort=sort;
137
138},{"../../../error/runtime":12,"../../../helpers/asort":74,"../../../helpers/is-traversable":97,"../../../helpers/iterator-to-map":101}],46:[function(require,module,exports){
139"use strict";function spaceless(e){return e.toString().replace(/>\s+</g,"><").trim()}Object.defineProperty(exports,"__esModule",{value:!0}),exports.spaceless=spaceless;
140
141},{}],47:[function(require,module,exports){
142"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const explode=require("locutus/php/strings/explode");function split(e,t,r,s){if(r)return s?explode(r,t,s):explode(r,t);if(!s||s<=1)return t.match(/.{1,1}/gu);let l=t.length;if(l<s)return[t];let u=[];for(let e=0;e<l;e+=s)u.push(t.substr(e,s));return u}exports.split=split;
143
144},{"locutus/php/strings/explode":400}],48:[function(require,module,exports){
145"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const strip_tags=require("locutus/php/strings/strip_tags");function striptags(...t){return strip_tags(...t)}exports.striptags=striptags;
146
147},{"locutus/php/strings/strip_tags":450}],49:[function(require,module,exports){
148"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const ucwords=require("locutus/php/strings/ucwords");function title(t,e){return ucwords(e.toString().toLowerCase())}exports.title=title;
149
150},{"locutus/php/strings/ucwords":477}],50:[function(require,module,exports){
151"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const runtime_1=require("../../../error/runtime"),locutusTrim=require("locutus/php/strings/trim"),ltrim=require("locutus/php/strings/ltrim"),rtrim=require("locutus/php/strings/rtrim");function trim(r,t=null,e="both"){switch(null===t&&(t=" \t\n\r\0\v"),e){case"both":return locutusTrim(r,t);case"left":return ltrim(r,t);case"right":return rtrim(r,t);default:throw new runtime_1.TwingErrorRuntime('Trimming side must be "left", "right" or "both".')}}exports.trim=trim;
152
153},{"../../../error/runtime":12,"locutus/php/strings/ltrim":413,"locutus/php/strings/rtrim":427,"locutus/php/strings/trim":475}],51:[function(require,module,exports){
154"use strict";function upper(e,r){return r.toString().toUpperCase()}Object.defineProperty(exports,"__esModule",{value:!0}),exports.upper=upper;
155
156},{}],52:[function(require,module,exports){
157"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const is_traversable_1=require("../../../helpers/is-traversable"),iterator_to_hash_1=require("../../../helpers/iterator-to-hash"),http_build_query=require("locutus/php/url/http_build_query");function urlEncode(e){if("string"!=typeof e){return is_traversable_1.isTraversable(e)&&(e=iterator_to_hash_1.iteratorToHash(e)),http_build_query(e,"","&").replace(/\+/g,"%20")}return encodeURIComponent(e)}exports.urlEncode=urlEncode;
158
159},{"../../../helpers/is-traversable":97,"../../../helpers/iterator-to-hash":100,"locutus/php/url/http_build_query":481}],53:[function(require,module,exports){
160"use strict";function constant(t,e,n=null){let o;return(o=n||t).constructor[e]}Object.defineProperty(exports,"__esModule",{value:!0}),exports.constant=constant;
161
162},{}],54:[function(require,module,exports){
163"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const is_map_1=require("../../../helpers/is-map");function cycle(e,s){return is_map_1.isMap(e)?[...e.values()][s%e.size]:e}exports.cycle=cycle;
164
165},{"../../../helpers/is-map":94}],55:[function(require,module,exports){
166"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const luxon_1=require("luxon"),modify_date_1=require("../../../helpers/modify-date"),runtime_1=require("../../../error/runtime"),format_date_time_1=require("../../../helpers/format-date-time");function date(e,t,o=null){let i,n=e.getCoreExtension();if(!1!==o&&null===o&&(o=n.getTimezone()),t instanceof luxon_1.DateTime)return!1!==o&&(t=t.setZone(o)),t;if(t instanceof luxon_1.Duration)return t;let r=0;if(t){if(t instanceof Date)i=luxon_1.DateTime.fromJSDate(t);else if("string"==typeof t)"now"===t?i=luxon_1.DateTime.local():((i=luxon_1.DateTime.fromISO(t,{setZone:!0})).isValid||(i=luxon_1.DateTime.fromRFC2822(t,{setZone:!0})),i.isValid||(i=luxon_1.DateTime.fromSQL(t,{setZone:!0})),i.isValid?r=i.offset:i=modify_date_1.modifyDate(t));else if("number"==typeof t){let e=1e3*t;i=luxon_1.DateTime.fromMillis(e,{setZone:!1})}}else i=luxon_1.DateTime.local();if(!i||!i.isValid)throw new runtime_1.TwingErrorRuntime(`Failed to parse date "${t}".`);return!1!==o?i=i.setZone(o):r&&(i=i.setZone(`UTC+${r/60}`)),Reflect.set(i,"format",function(e){return format_date_time_1.formatDateTime(this,e)}),i}exports.date=date;
167
168},{"../../../error/runtime":12,"../../../helpers/format-date-time":87,"../../../helpers/modify-date":104,"luxon":491}],56:[function(require,module,exports){
169"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const template_1=require("../../../template"),iterate_1=require("../../../helpers/iterate"),is_traversable_1=require("../../../helpers/is-traversable"),iterator_to_hash_1=require("../../../helpers/iterator-to-hash"),count_1=require("../../../helpers/count");let varDump=function(...e){let t=0,r=function(e){let t="";return t=null==e?"NULL":"boolean"==typeof e?"bool("+e+")":"number"==typeof e?parseFloat(""+e)===parseInt(""+e,10)?"int("+e+")":"float("+e+")":"function"==typeof e?"object(Closure) (0) {}":"string("+e.length+') "'+e+'"'},n=(e,o,a,l)=>{is_traversable_1.isTraversable(e)&&(e=iterator_to_hash_1.iteratorToHash(e)),o>0&&o++;let i,s=a*(o-1),u=a*(o+1),p=l.repeat(s>0?s:0),f=l.repeat(u),_="";if("object"==typeof e&&null!==e){_+="array("+(t=count_1.count(e))+") {\n";for(let t in e){let s=e[t];"object"!=typeof s||null===s||s instanceof Date?(_+=f,_+="[",_+=t,_+="] =>\n",_+=f,_+=i=r(s),_+="\n"):(_+=f,_+="[",_+=t,_+="] =>\n",_+=f,_+=n(s,o+1,a,l))}_+=p+"}\n"}else _=r(e)+"\n";return _},o=[];for(let t of e)o.push(n(t,0,4," "));return o.join("")};function dump(e,...t){let r;if(t.length<1){let t=new Map;iterate_1.iterate(e,(e,r)=>{r instanceof template_1.TwingTemplate||t.set(e,r)}),r=varDump(t)}else r=varDump(...t);return r}exports.dump=dump;
170
171},{"../../../helpers/count":79,"../../../helpers/is-traversable":97,"../../../helpers/iterate":98,"../../../helpers/iterator-to-hash":100,"../../../template":214}],57:[function(require,module,exports){
172"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const iterator_to_map_1=require("../../../helpers/iterator-to-map"),merge_1=require("../../../helpers/merge"),loader_1=require("../../../error/loader"),template_1=require("../../../template"),is_traversable_1=require("../../../helpers/is-traversable"),runtime_1=require("../../../error/runtime"),util_1=require("util"),is_plain_object_1=require("../../../helpers/is-plain-object");function include(e,r,t,i,a={},l=!0,o=!1,n=!1){let s=e.isSandboxed();if(!is_plain_object_1.isPlainObject(a)&&!is_traversable_1.isTraversable(a))throw new runtime_1.TwingErrorRuntime(`Variables passed to the "include" function or tag must be iterable, got "${util_1.isNullOrUndefined(a)?a:typeof a}".`,-1,t);a=iterator_to_map_1.iteratorToMap(a),l&&(a=merge_1.merge(r,a)),n&&(s||e.enableSandbox());let u,_=null;("string"==typeof i||i instanceof template_1.TwingTemplate)&&(i=new Map([[0,i]]));try{_=e.resolveTemplate([...i.values()],t)}catch(r){if(!(r instanceof loader_1.TwingErrorLoader))throw n&&!s&&e.disableSandbox(),r;if(r.getSourceContext().getName()!==t.getName()||!o)throw n&&!s&&e.disableSandbox(),r}try{u=_?_.render(a):""}finally{s||e.disableSandbox()}return u}exports.include=include;
173
174},{"../../../error/loader":11,"../../../error/runtime":12,"../../../helpers/is-plain-object":95,"../../../helpers/is-traversable":97,"../../../helpers/iterator-to-map":101,"../../../helpers/merge":103,"../../../template":214,"util":578}],58:[function(require,module,exports){
175"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const iterator_to_array_1=require("../../../helpers/iterator-to-array");function max(...r){1===r.length&&(r=r[0]);let t=iterator_to_array_1.iteratorToArray(r);return t.sort((r,t)=>r<t?1:-1),t[0]}exports.max=max;
176
177},{"../../../helpers/iterator-to-array":99}],59:[function(require,module,exports){
178"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const iterator_to_array_1=require("../../../helpers/iterator-to-array");function min(...r){1===r.length&&(r=r[0]);let t=iterator_to_array_1.iteratorToArray(r);return t.sort(),t[0]}exports.min=min;
179
180},{"../../../helpers/iterator-to-array":99}],60:[function(require,module,exports){
181(function (Buffer){
182"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const iconv_1=require("../../../helpers/iconv"),is_traversable_1=require("../../../helpers/is-traversable"),iterator_to_array_1=require("../../../helpers/iterator-to-array"),runtime_1=require("../../../error/runtime"),runes=require("runes"),mt_rand=require("locutus/php/math/mt_rand"),array_rand=require("locutus/php/array/array_rand");function random(r,e=null,t=null){if(null===e)return null===t?mt_rand():mt_rand(0,t);if("number"==typeof e){let r;return null===t?e<0?(t=0,r=e):(t=e,r=0):r=e,mt_rand(r,t)}if("string"==typeof e&&(e=Buffer.from(e)),Buffer.isBuffer(e)){if(""===e.toString())return"";let t=r.getCharset();"UTF-8"!==t&&(e=iconv_1.iconv(t,"UTF-8",e)),e=runes(e.toString()),"UTF-8"!==t&&(e=e.map(function(r){return iconv_1.iconv("UTF-8",t,Buffer.from(r))}))}else is_traversable_1.isTraversable(e)&&(e=iterator_to_array_1.iteratorToArray(e));if(!Array.isArray(e))return e;if(e.length<1)throw new runtime_1.TwingErrorRuntime("The random function cannot pick from an empty array.");return e[array_rand(e,1)]}exports.random=random;
183
184}).call(this,require("buffer").Buffer)
185},{"../../../error/runtime":12,"../../../helpers/iconv":91,"../../../helpers/is-traversable":97,"../../../helpers/iterator-to-array":99,"buffer":285,"locutus/php/array/array_rand":375,"locutus/php/math/mt_rand":387,"runes":541}],61:[function(require,module,exports){
186"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const create_range_1=require("../../../helpers/create-range");function range(e,r,t){return create_range_1.createRange(e,r,t)}exports.range=range;
187
188},{"../../../helpers/create-range":80}],62:[function(require,module,exports){
189"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const loader_1=require("../../../error/loader");function source(e,r,o,t=!1){let u=e.getLoader();try{return u.getSourceContext(o,r).getCode()}catch(e){if(!(e instanceof loader_1.TwingErrorLoader))throw e;if(!t)throw e}return null}exports.source=source;
190
191},{"../../../error/loader":11}],63:[function(require,module,exports){
192"use strict";function templateFromString(e,t,r=null){return e.createTemplate(t,r)}Object.defineProperty(exports,"__esModule",{value:!0}),exports.templateFromString=templateFromString;
193
194},{}],64:[function(require,module,exports){
195"use strict";function divisibleBy(e,i){return e%i==0}Object.defineProperty(exports,"__esModule",{value:!0}),exports.divisibleBy=divisibleBy;
196
197},{}],65:[function(require,module,exports){
198"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const iterator_to_array_1=require("../../../helpers/iterator-to-array"),isPlainObject=require("is-plain-object");function empty(t){return null==t||("string"==typeof t?t.length<1:"function"==typeof t[Symbol.iterator]?!0===t[Symbol.iterator]().next().done:isPlainObject(t)?t.hasOwnProperty("toString")&&"function"==typeof t.toString?empty(t.toString()):iterator_to_array_1.iteratorToArray(t).length<1:"object"==typeof t&&t.toString&&"function"==typeof t.toString?empty(t.toString()):!1===t)}exports.empty=empty;
199
200},{"../../../helpers/iterator-to-array":99,"is-plain-object":368}],66:[function(require,module,exports){
201"use strict";function even(e){return e%2==0}Object.defineProperty(exports,"__esModule",{value:!0}),exports.even=even;
202
203},{}],67:[function(require,module,exports){
204"use strict";function iterable(e){return"string"!=typeof e&&"function"==typeof e[Symbol.iterator]}Object.defineProperty(exports,"__esModule",{value:!0}),exports.iterable=iterable;
205
206},{}],68:[function(require,module,exports){
207"use strict";function nullTest(e){return null===e}Object.defineProperty(exports,"__esModule",{value:!0}),exports.nullTest=nullTest;
208
209},{}],69:[function(require,module,exports){
210"use strict";function odd(e){return e%2==1}Object.defineProperty(exports,"__esModule",{value:!0}),exports.odd=odd;
211
212},{}],70:[function(require,module,exports){
213"use strict";function sameAs(e,s){return e===s}Object.defineProperty(exports,"__esModule",{value:!0}),exports.sameAs=sameAs;
214
215},{}],71:[function(require,module,exports){
216"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const path=require("path");class TwingFileExtensionEscapingStrategy{static guess(e){let t=path.extname(e);switch(".twig"===t&&(e=path.basename(e,t),t=path.extname(e)),t){case".js":return"js";case".css":return"css";case".txt":return!1;default:return"html"}}}exports.TwingFileExtensionEscapingStrategy=TwingFileExtensionEscapingStrategy;
217
218},{"path":508}],72:[function(require,module,exports){
219"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const filter_1=require("./node/expression/filter"),callable_wrapper_1=require("./callable-wrapper");class TwingFilter extends callable_wrapper_1.TwingCallableWrapper{constructor(e,r,s,t={}){super(e,r,s),this.options.pre_escape=null,this.options.preserves_safety=null,this.options.expression_factory=function(e,r,s,t,i,n=null){return new filter_1.TwingNodeExpressionFilter(e,r,s,t,i,n)},this.options=Object.assign({},this.options,t)}getPreservesSafety(){return this.options.preserves_safety}getPreEscape(){return this.options.pre_escape}}exports.TwingFilter=TwingFilter;
220
221},{"./callable-wrapper":5,"./node/expression/filter":165}],73:[function(require,module,exports){
222"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const function_1=require("./node/expression/function"),callable_wrapper_1=require("./callable-wrapper");class TwingFunction extends callable_wrapper_1.TwingCallableWrapper{constructor(e,n,i,o={}){super(e,n,i),this.options.expression_factory=function(e,n,i,o){return new function_1.TwingNodeExpressionFunction(e,n,i,o)},this.options=Object.assign({},this.options,o)}}exports.TwingFunction=TwingFunction;
223
224},{"./callable-wrapper":5,"./node/expression/function":167}],74:[function(require,module,exports){
225"use strict";function asort(e,t){let o=new Map,r=[].fill(null,0,e.size),s=[...e.values()].sort(t);for(let[t,o]of e){r[s.indexOf(o)]=t}for(let t of r)o.set(t,e.get(t));e.clear();for(let[t,r]of o)e.set(t,r)}Object.defineProperty(exports,"__esModule",{value:!0}),exports.asort=asort;
226
227},{}],75:[function(require,module,exports){
228"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const runtime_1=require("../error/runtime");function callMacro(e,r,t,n,l,o){let u=e=>{let t=e[r];return t&&"function"==typeof t?t:null},a=null,c=e,i=!1;for(;!i;)i=null!==(a=u(c))||!1===(c=c.getParent(l));if(!a)throw new runtime_1.TwingErrorRuntime(`Macro "${r.substr("macro_".length)}" is not defined in template "${e.getTemplateName()}".`,n,o);return a.call(e,...t)}exports.callMacro=callMacro;
229
230},{"../error/runtime":12}],76:[function(require,module,exports){
231"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const iterate_1=require("./iterate");function chunk(e,t,r=!1){let u,n=[],i=0;return iterate_1.iterate(e,(e,s)=>{u||(u=new Map,n.push(u)),u.set(r?e:i,s),++i>=t&&(i=0,u=null)}),n}exports.chunk=chunk;
232
233},{"./iterate":98}],77:[function(require,module,exports){
234"use strict";function cloneMap(e){let t=new Map;for(let[o,n]of e)t.set(o,n);return t}Object.defineProperty(exports,"__esModule",{value:!0}),exports.cloneMap=cloneMap;
235
236},{}],78:[function(require,module,exports){
237"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const luxon_1=require("luxon"),is_map_1=require("./is-map");function compare(e,r){return is_map_1.isMap(e)?compareToMap(e,r):"string"==typeof e?compareToString(e,r):"number"==typeof e?compareToNumber(e,r):"boolean"==typeof e?compareToBoolean(e,r):e instanceof luxon_1.DateTime?compareToDateTime(e,r):null===e?compareToNull(r):e===r}function compareToMap(e,r){if(e.size<1)return!1===r||null===r||is_map_1.isMap(r)&&r.size<1;{if(!0===r)return!0;if(!is_map_1.isMap(r))return!1;if(e.size!==r.size)return!1;let o=!1;for(let[t,n]of e){if(!(o=compare(n,r.get(t))))break}return o}}function compareToBoolean(e,r){if("boolean"==typeof r)return e===r;if("number"==typeof r)return e===(0!==r);if("string"==typeof r){if(r.length>1)return e;{let o=parseFloat(r);return isNaN(o)?e===r.length>0:e===(0!==o)}}return null===r?!e:!!is_map_1.isMap(r)&&e===r.size>0}function compareToDateTime(e,r){return r instanceof luxon_1.DateTime&&e.valueOf()===r.valueOf()}function compareToNull(e){return"boolean"==typeof e?!1===e:"number"==typeof e?0===e:"string"==typeof e?e.length<1:null===e||!!is_map_1.isMap(e)&&e.size<1}function compareToNumber(e,r){if("number"==typeof r)return e===r;if("boolean"==typeof r)return 0!==e===r;if(null===r)return 0===e;if("string"==typeof r){let o=parseFloat(r);return o?e===o:0===e}return!1}function compareToString(e,r){if("string"==typeof r)return e===r;if("boolean"==typeof r)return e.length<1||"0"===e?!r:r;if(null===r)return e.length<1;if("number"==typeof r){let o=parseFloat(e);return o?r===o:0===r}return!1}exports.compare=compare;
238
239},{"./is-map":94,"luxon":491}],79:[function(require,module,exports){
240"use strict";function count(e){return"object"==typeof e?Reflect.has(e,"length")?e.length:Reflect.has(e,"size")?e.size:Object.keys(e).length:0}Object.defineProperty(exports,"__esModule",{value:!0}),exports.count=count;
241
242},{}],80:[function(require,module,exports){
243"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const iterator_to_map_1=require("./iterator-to-map"),locutusRange=require("locutus/php/array/range");function createRange(e,t,r){let a=locutusRange(e,t,r);return iterator_to_map_1.iteratorToMap(a)}exports.createRange=createRange;
244
245},{"./iterator-to-map":101,"locutus/php/array/range":377}],81:[function(require,module,exports){
246"use strict";function ctypeDigit(t){return/^\d+$/.test(t)}Object.defineProperty(exports,"__esModule",{value:!0}),exports.ctypeDigit=ctypeDigit;
247
248},{}],82:[function(require,module,exports){
249"use strict";function ctypeSpace(e){return/^[ \r\n\t\f\v]+$/.test(e)}Object.defineProperty(exports,"__esModule",{value:!0}),exports.ctypeSpace=ctypeSpace;
250
251},{}],83:[function(require,module,exports){
252"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const is_traversable_1=require("./is-traversable"),is_plain_object_1=require("./is-plain-object");function ensureTraversable(e){return is_traversable_1.isTraversable(e)||is_plain_object_1.isPlainObject(e)?e:[]}exports.ensureTraversable=ensureTraversable;
253
254},{"./is-plain-object":95,"./is-traversable":97}],84:[function(require,module,exports){
255"use strict";function examineObject(e){let t=[];if(e){for(let c of Object.getOwnPropertyNames(e))t.push(c);let c=Object.getPrototypeOf(e);t=t.concat(examineObject(c))}return t}Object.defineProperty(exports,"__esModule",{value:!0}),exports.examineObject=examineObject;
256
257},{}],85:[function(require,module,exports){
258"use strict";function fill(e,t,l){if(t>e.size){let i=t-e.size,r=NaN;for(let t of e.keys()){let e=Number(t);Number.isInteger(e)&&(Number.isNaN(r)||e>r)&&(r=e)}let s=Number.isNaN(r)?0:r+1;for(let t=s;t<s+i;t++)e.set(t,l)}}Object.defineProperty(exports,"__esModule",{value:!0}),exports.fill=fill;
259
260},{}],86:[function(require,module,exports){
261"use strict";function first(r){return Array.from(r.values())[0]}Object.defineProperty(exports,"__esModule",{value:!0}),exports.first=first;
262
263},{}],87:[function(require,module,exports){
264"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const formatters={d:t=>t.toFormat("dd"),D:t=>t.weekdayShort,j:t=>t.day,l:t=>t.weekdayLong,N:t=>t.weekday,S:t=>{const o=t.day;if(o>=10&&o<=20)return"th";switch(o%10){case 1:return"st";case 2:return"nd";case 3:return"rd";default:return"th"}},w:t=>t.weekday-1,z:t=>t.ordinal-1,L:t=>t.isInLeapYear?1:0,o:t=>formatters.Y(t),W:t=>t.toFormat("WW"),F:t=>t.toFormat("LLLL"),m:t=>t.toFormat("LL"),M:t=>t.toFormat("LLL"),n:t=>t.toFormat("L"),t:t=>t.daysInMonth,Y:t=>t.toFormat("yyyy"),y:t=>t.toFormat("yy"),a:t=>formatters.A(t).toLowerCase(),A:t=>t.toFormat("a"),B:t=>Math.floor((t.second+60*t.minute+3600*t.hour)/86.4),g:t=>t.toFormat("h"),G:t=>t.toFormat("H"),h:t=>t.toFormat("hh"),H:t=>t.toFormat("HH"),i:t=>t.toFormat("mm"),s:t=>t.toFormat("ss"),u:t=>1e3*t.millisecond,v:t=>t.millisecond,e:t=>t.toFormat("z"),I:t=>t.isInDST?1:0,O:t=>t.toFormat("ZZZ"),P:t=>t.toFormat("ZZ"),T:t=>t.toFormat("ZZZZ"),Z:t=>60*t.offset,c:t=>formatDateTime(t,"Y-m-d")+"T"+formatDateTime(t,"H:i:s")+formatters.P(t),r:t=>formatDateTime(t,"D, d M Y H:i:s ")+formatters.O(t),U:t=>Math.floor(t.toMillis()/1e3)},regExp=new RegExp(`[${Object.keys(formatters).join("")}]`,"g");function formatDateTime(t,o){return o.replace(regExp,o=>formatters[o](t))}exports.formatDateTime=formatDateTime;
265
266},{}],88:[function(require,module,exports){
267"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const pad=require("pad"),padStart=function(a,e,r){let s=""+a;return s=pad(e,s,r)};function formatDuration(a,e){let r;return r=e.replace(/%([YyMmDdaHhIiSsFfRr])/g,function(e,r){let s,t=!1;switch(a.as("milliseconds")<0&&(t=!0,a=a.negate()),r){case"Y":s=padStart(a.years,2,"0");break;case"y":s=a.years;break;case"M":s=padStart(a.months,2,"0");break;case"m":s=a.months;break;case"D":s=padStart(a.days,2,"0");break;case"d":case"a":s=a.days;break;case"H":s=padStart(a.hours,2,"0");break;case"h":s=a.hours;break;case"I":s=padStart(a.minutes,2,"0");break;case"i":s=a.minutes;break;case"S":s=padStart(a.seconds,2,"0");break;case"s":s=a.seconds;break;case"F":s=padStart(1e3*a.milliseconds,6,"0");break;case"f":s=1e3*a.milliseconds;break;case"R":s=t?"-":"+";break;case"r":s=t?"-":""}return s})}exports.formatDuration=formatDuration;
268
269},{"pad":502}],89:[function(require,module,exports){
270"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const template_1=require("../template"),is_map_1=require("./is-map"),runtime_1=require("../error/runtime"),examine_object_1=require("./examine-object"),is_plain_object_1=require("./is-plain-object"),get_1=require("./get"),isBool=require("locutus/php/var/is_bool"),isFloat=require("locutus/php/var/is_float"),isObject=require("isobject");exports.getAttribute=((e,t,i,s=new Map,r=template_1.TwingTemplate.ANY_CALL,a=!1,o=!1,n=!1)=>{let l;if(r!==template_1.TwingTemplate.METHOD_CALL){let s;if(s=isBool(i)?i?1:0:isFloat(i)?parseInt(i):i,t&&(is_map_1.isMap(t)&&t.has(s)||is_plain_object_1.isPlainObject(t)&&Reflect.has(t,s)))return!!a||get_1.get(t,s);if(r===template_1.TwingTemplate.ARRAY_CALL||is_map_1.isMap(t)||null===t||"object"!=typeof t){if(a)return!1;if(o||!e.isStrictVariables())return;throw l=is_map_1.isMap(t)?t.size<1?`Index "${s}" is out of bounds as the array is empty.`:`Index "${s}" is out of bounds for array [${[...t.values()]}].`:r===template_1.TwingTemplate.ARRAY_CALL?null===t?`Impossible to access a key ("${i}") on a null variable.`:`Impossible to access a key ("${i}") on a ${typeof t} variable ("${t.toString()}").`:null===t?`Impossible to access an attribute ("${i}") on a null variable.`:`Impossible to access an attribute ("${i}") on a ${typeof t} variable ("${t}").`,new runtime_1.TwingErrorRuntime(l)}}if(null===t||!isObject(t)||is_map_1.isMap(t)){if(a)return!1;if(o||!e.isStrictVariables())return;throw l=null===t?`Impossible to invoke a method ("${i}") on a null variable.`:is_map_1.isMap(t)?`Impossible to invoke a method ("${i}") on an array.`:`Impossible to invoke a method ("${i}") on a ${typeof t} variable ("${t}").`,new runtime_1.TwingErrorRuntime(l)}if(t instanceof template_1.TwingTemplate)throw new runtime_1.TwingErrorRuntime("Accessing TwingTemplate attributes is forbidden.");if(r!==template_1.TwingTemplate.METHOD_CALL&&Reflect.has(t,i)&&"function"!=typeof t[i])return!!a||(n&&e.checkPropertyAllowed(t,i),get_1.get(t,i));let u=[];for(let e of examine_object_1.examineObject(t)){"function"==typeof t[e]&&u.push(e)}u.sort();let p=u.map(e=>e.toLowerCase()),m=new Map;for(let e=0;e<u.length;e++){let t,i=u[e],s=p[e];if(m.set(i,i),m.set(s,i),"g"===s[0]&&0===s.indexOf("get"))t=i.substr(3),s=s.substr(3);else if("i"===s[0]&&0===s.indexOf("is"))t=i.substr(2),s=s.substr(2);else{if("h"!==s[0]||0!==s.indexOf("has"))continue;if(t=i.substr(3),s=s.substr(3),p.includes("is"+s))continue}t&&(m.has(t)||m.set(t,i),m.has(s)||m.set(s,i))}let c,_=i,b=null;if(m.has(i))b=m.get(i);else{if(!m.has(c=_.toLowerCase())){if(a)return!1;if(o||!e.isStrictVariables())return;throw new runtime_1.TwingErrorRuntime(`Neither the property "${i}" nor one of the methods ${i}()" or "get${i}()"/"is${i}()"/"has${i}()" exist and have public access in class "${t.constructor.name}".`)}b=m.get(c)}return!!a||(n&&e.checkMethodAllowed(t,b),get_1.get(t,b).apply(t,[...s.values()]))});
271
272},{"../error/runtime":12,"../template":214,"./examine-object":84,"./get":90,"./is-map":94,"./is-plain-object":95,"isobject":370,"locutus/php/var/is_bool":484,"locutus/php/var/is_float":485}],90:[function(require,module,exports){
273"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const iterator_to_map_1=require("./iterator-to-map"),is_map_1=require("./is-map");function get(t,e){let r;return r=is_map_1.isMap(t)&&t.has(e)?t.get(e):t[e],Array.isArray(r)&&(r=iterator_to_map_1.iteratorToMap(r)),r}exports.get=get;
274
275},{"./is-map":94,"./iterator-to-map":101}],91:[function(require,module,exports){
276"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const{decode:decode,encode:encode}=require("iconv-lite");function iconv(e,o,c){let n=decode(c,e);return c=encode(n,o)}exports.iconv=iconv;
277
278},{"iconv-lite":362}],92:[function(require,module,exports){
279"use strict";function isCountable(e){return"object"==typeof e}Object.defineProperty(exports,"__esModule",{value:!0}),exports.isCountable=isCountable;
280
281},{}],93:[function(require,module,exports){
282"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const compare_1=require("./compare"),is_traversable_1=require("./is-traversable"),iterator_to_array_1=require("./iterator-to-array"),markup_1=require("../markup"),is_map_1=require("./is-map");function isIn(r,e){let a=!1;if(r instanceof markup_1.TwingMarkup&&(r=r.toString()),e instanceof markup_1.TwingMarkup&&(e=e.toString()),is_map_1.isMap(e)){for(let[i,t]of e)if(compare_1.compare(t,r)){a=!0;break}}else if("string"!=typeof e||"string"!=typeof r&&"number"!=typeof r){if(is_traversable_1.isTraversable(e)){for(let i of iterator_to_array_1.iteratorToArray(e))if(compare_1.compare(i,r)){a=!0;break}}else if("object"==typeof e)for(let i in e)if(compare_1.compare(e[i],r)){a=!0;break}}else a=""===r||e.includes(""+r);return a}exports.isIn=isIn;
283
284},{"../markup":113,"./compare":78,"./is-map":94,"./is-traversable":97,"./iterator-to-array":99}],94:[function(require,module,exports){
285"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const context_1=require("../context");function isMap(e){return e instanceof Map||e instanceof context_1.TwingContext}exports.isMap=isMap;
286
287},{"../context":7}],95:[function(require,module,exports){
288"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const _isPlainObject=require("is-plain-object");function isPlainObject(e){return _isPlainObject(e)}exports.isPlainObject=isPlainObject;
289
290},{"is-plain-object":368}],96:[function(require,module,exports){
291"use strict";function isPureArray(r){let e=!0,t=Array.from(r.keys()),s=0;for(;e&&s<t.length;){let r=t[s];e=Number(r)===s,s++}return e}Object.defineProperty(exports,"__esModule",{value:!0}),exports.isPureArray=isPureArray;
292
293},{}],97:[function(require,module,exports){
294"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const util_1=require("util");function isTraversable(e){if(!util_1.isNullOrUndefined(e)){if("string"==typeof e)return!1;if("function"==typeof e.entries)return!0;if("function"==typeof e[Symbol.iterator]||"function"==typeof e.next)return!0}return!1}exports.isTraversable=isTraversable;
295
296},{"util":578}],98:[function(require,module,exports){
297"use strict";function iterate(e,t){if(e.entries)for(let[o,r]of e.entries())t(o,r);else if("function"==typeof e[Symbol.iterator]){let o=0;for(let r of e)t(o++,r)}else if("function"==typeof e.next){let o,r=0;for(;(o=e.next())&&!o.done;)t(r++,o.value)}else for(let o in e)t(o,e[o])}Object.defineProperty(exports,"__esModule",{value:!0}),exports.iterate=iterate;
298
299},{}],99:[function(require,module,exports){
300"use strict";function iteratorToArray(e,r=!1){if(Array.isArray(e))return e;{let r=[];if(e.entries)for(let t of e.entries())r.push(t[1]);else if("function"==typeof e[Symbol.iterator])for(let t of e)r.push(t);else if("function"==typeof e.next){let t;for(;(t=e.next())&&!t.done;)r.push(t.value)}else for(let t in e)r.push(e[t]);return r}}Object.defineProperty(exports,"__esModule",{value:!0}),exports.iteratorToArray=iteratorToArray;
301
302},{}],100:[function(require,module,exports){
303"use strict";function iteratorToHash(e){let t;if(e.entries){t={};for(let r of e.entries())t[r[0]]=r[1];return t}return t=e}Object.defineProperty(exports,"__esModule",{value:!0}),exports.iteratorToHash=iteratorToHash;
304
305},{}],101:[function(require,module,exports){
306"use strict";function iteratorToMap(e){if(e.entries)return new Map(e.entries());{let t=new Map;if("function"==typeof e[Symbol.iterator]){let o=0;for(let r of e)t.set(o++,r)}else if("function"==typeof e.next){let o,r=0;for(;(o=e.next())&&!o.done;)t.set(r++,o.value)}else for(let o in e)t.set(o,e[o]);return t}}Object.defineProperty(exports,"__esModule",{value:!0}),exports.iteratorToMap=iteratorToMap;
307
308},{}],102:[function(require,module,exports){
309"use strict";function ksort(e,t){let o=new Map,r=[...e.keys()].sort(t);for(let t of r)o.set(t,e.get(t));e.clear();for(let[t,r]of o)e.set(t,r)}Object.defineProperty(exports,"__esModule",{value:!0}),exports.ksort=ksort;
310
311},{}],103:[function(require,module,exports){
312"use strict";function merge(e,t){let r=new Map,o=0;for(let[t,f]of e)"number"==typeof t&&(t=o++),r.set(t,f);for(let[e,f]of t)"number"==typeof e&&(e=o++),r.set(e,f);return r}Object.defineProperty(exports,"__esModule",{value:!0}),exports.merge=merge;
313
314},{}],104:[function(require,module,exports){
315"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const luxon_1=require("luxon");function modifyDate(e){let a=null,s=/^([-|\+])([0-9]+?)(\s*)([a-z]*)/g.exec(e);if(s){a=luxon_1.DateTime.local();let e=s[1],t=parseInt(s[2]),o=s[4];switch(o){case"year":o="years";break;case"month":o="months";break;case"day":o="days";break;case"hour":o="hours";break;case"minute":o="minutes";break;case"second":o="seconds"}let r={};r[o]="-"===e?-t:t,a=a.plus(r)}else a=luxon_1.DateTime.invalid(`Failed to parse relative date "${e}".`);return a}exports.modifyDate=modifyDate;
316
317},{"luxon":491}],105:[function(require,module,exports){
318"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const parser=require("regex-parser");function parseRegex(e){return parser(e)}exports.parseRegex=parseRegex;
319
320},{"regex-parser":539}],106:[function(require,module,exports){
321"use strict";function push(e,s){e.set(e.size,s)}Object.defineProperty(exports,"__esModule",{value:!0}),exports.push=push;
322
323},{}],107:[function(require,module,exports){
324"use strict";function reverse(e,r){let t=new Map,s=[...e.keys()],l=0;for(let n=s.length-1;n>=0;n--){let o=s[n];t.set(r?o:l,e.get(o)),l++}return t}Object.defineProperty(exports,"__esModule",{value:!0}),exports.reverse=reverse;
325
326},{}],108:[function(require,module,exports){
327"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const util_1=require("util");function slice(e,t,i,r){let s=new Map,l=0,u=0;t<0&&(t=e.size+t);for(let[o,c]of e){if(l>=t&&l<t+i){let e;util_1.isNumber(o)?(e=r?o:u,u++):e=o,s.set(e,c)}if(l>=t+i)break;l++}return s}exports.slice=slice;
328
329},{"util":578}],109:[function(require,module,exports){
330"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const twig_lexer_1=require("twig-lexer"),token_stream_1=require("./token-stream"),syntax_1=require("./error/syntax");exports.typeToEnglish=(e=>{switch(e){case twig_lexer_1.TokenType.EOF:return"end of template";case twig_lexer_1.TokenType.TEXT:return"text";case twig_lexer_1.TokenType.TAG_START:return"begin of statement block";case twig_lexer_1.TokenType.VARIABLE_START:return"begin of print statement";case twig_lexer_1.TokenType.TAG_END:return"end of statement block";case twig_lexer_1.TokenType.VARIABLE_END:return"end of print statement";case twig_lexer_1.TokenType.NAME:return"name";case twig_lexer_1.TokenType.NUMBER:return"number";case twig_lexer_1.TokenType.STRING:return"string";case twig_lexer_1.TokenType.OPERATOR:return"operator";case twig_lexer_1.TokenType.PUNCTUATION:return"punctuation";case twig_lexer_1.TokenType.INTERPOLATION_START:return"begin of string interpolation";case twig_lexer_1.TokenType.INTERPOLATION_END:return"end of string interpolation";case twig_lexer_1.TokenType.COMMENT_START:return"begin of comment statement";case twig_lexer_1.TokenType.COMMENT_END:return"end of comment statement";case twig_lexer_1.TokenType.ARROW:return"arrow function";default:throw new Error(`Token of type "${e}" does not exist.`)}});class TwingLexer extends twig_lexer_1.Lexer{constructor(e,t={}){super(),this.env=e,t.interpolation_pair&&(this.interpolationPair=t.interpolation_pair),t.comment_pair&&(this.commentPair=t.comment_pair),t.tag_pair&&(this.tagPair=t.tag_pair),t.variable_pair&&(this.variablePair=t.variable_pair);for(let t of[e.getBinaryOperators(),e.getUnaryOperators()])for(let[e,r]of t)this.operators.includes(e)||this.operators.push(e)}tokenizeSource(e){try{let t=this.tokenize(e.getCode());return new token_stream_1.TwingTokenStream(t,e)}catch(t){throw new syntax_1.TwingErrorSyntax(t.message,t.line,e,t)}}}exports.TwingLexer=TwingLexer;
331
332},{"./error/syntax":13,"./token-stream":238,"twig-lexer":567}],110:[function(require,module,exports){
333"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const source_1=require("../source"),loader_1=require("../error/loader"),iterator_to_map_1=require("../helpers/iterator-to-map");class TwingLoaderArray{constructor(e){this.TwingLoaderInterfaceImpl=this,this.templates=iterator_to_map_1.iteratorToMap(e)}setTemplate(e,r){this.templates.set(e,r)}getSourceContext(e,r){if(!this.exists(e,r))throw new loader_1.TwingErrorLoader(`Template "${e}" is not defined.`,-1,r);return new source_1.TwingSource(this.templates.get(e),e)}exists(e,r){return this.templates.has(e)}getCacheKey(e,r){if(!this.exists(e,r))throw new loader_1.TwingErrorLoader(`Template "${e}" is not defined.`,-1,r);return e+":"+this.templates.get(e)}isFresh(e,r,t){if(!this.exists(e,t))throw new loader_1.TwingErrorLoader(`Template "${e}" is not defined.`,-1,t);return!0}resolve(e,r){return e}}exports.TwingLoaderArray=TwingLoaderArray;
334
335},{"../error/loader":11,"../helpers/iterator-to-map":101,"../source":213}],111:[function(require,module,exports){
336"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const loader_1=require("../error/loader");class TwingLoaderChain{constructor(e=[]){this.hasSourceCache=new Map,this.loaders=[],this.TwingLoaderInterfaceImpl=this;for(let r of e)this.addLoader(r)}addLoader(e){this.loaders.push(e),this.hasSourceCache=new Map}getLoaders(){return this.loaders}getSourceContext(e,r){let t=[];for(let o of this.loaders)if(o.exists(e,r))try{return o.getSourceContext(e,r)}catch(e){e instanceof loader_1.TwingErrorLoader&&t.push(e.message)}throw new loader_1.TwingErrorLoader(`Template "${e}" is not defined${t.length?" ("+t.join(", ")+")":""}.`,-1,r)}exists(e,r){if(this.hasSourceCache.has(e))return this.hasSourceCache.get(e);for(let t of this.loaders)if(t.exists(e,r))return this.hasSourceCache.set(e,!0),!0;return this.hasSourceCache.set(e,!1),!1}getCacheKey(e,r){let t=[];for(let o of this.loaders)if(o.exists(e,r))try{return o.getCacheKey(e,r)}catch(e){e instanceof loader_1.TwingErrorLoader&&t.push(o.constructor.name+": "+e.message)}throw new loader_1.TwingErrorLoader(`Template "${e}" is not defined${t.length?" ("+t.join(", ")+")":""}.`,-1,r)}isFresh(e,r,t){let o=[];for(let s of this.loaders)if(s.exists(e,t))try{return s.isFresh(e,r,t)}catch(e){e instanceof loader_1.TwingErrorLoader&&o.push(s.constructor.name+": "+e.message)}throw new loader_1.TwingErrorLoader(`Template "${e}" is not defined${o.length?" ("+o.join(", ")+")":""}.`,-1,t)}resolve(e,r){let t=[];for(let o of this.loaders)if(o.exists(e,r))try{return o.resolve(e,r)}catch(e){e instanceof loader_1.TwingErrorLoader&&t.push(o.constructor.name+": "+e.message)}throw new loader_1.TwingErrorLoader(`Template "${e}" is not defined${t.length?" ("+t.join(", ")+")":""}.`,-1,r)}}exports.TwingLoaderChain=TwingLoaderChain;
337
338},{"../error/loader":11}],112:[function(require,module,exports){
339"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const loader_1=require("../error/loader");class TwingLoaderNull{exists(e,r){return!1}getCacheKey(e,r){return e}getSourceContext(e,r){throw new loader_1.TwingErrorLoader(`Template "${e}" is not defined.`,-1,r)}isFresh(e,r,o){return!0}resolve(e,r){return e}}exports.TwingLoaderNull=TwingLoaderNull;
340
341},{"../error/loader":11}],113:[function(require,module,exports){
342(function (Buffer){
343"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const iconv_1=require("./helpers/iconv");class TwingMarkup{constructor(t,n){this.content=Buffer.from(t),this.charset=n}toString(){return this.content.toString()}count(){return iconv_1.iconv(this.charset,"utf-8",this.content).toString().length}toJSON(){return this.content.toString()}}exports.TwingMarkup=TwingMarkup;
344
345}).call(this,require("buffer").Buffer)
346},{"./helpers/iconv":91,"buffer":285}],114:[function(require,module,exports){
347"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const ksort_1=require("./helpers/ksort"),push_1=require("./helpers/push");class TwingNodeTraverser{constructor(e,r=[]){this.visitors=new Map;let t=this;this.env=e;for(let e of r)t.addVisitor(e)}addVisitor(e){this.visitors.has(e.getPriority())||this.visitors.set(e.getPriority(),new Map),push_1.push(this.visitors.get(e.getPriority()),e)}traverse(e){let r=this,t=e;ksort_1.ksort(this.visitors);for(let[s,i]of this.visitors)for(let[s,o]of i)t=r.traverseForVisitor(o,e);return t}traverseForVisitor(e,r){let t=this;r=e.TwingNodeVisitorInterfaceImpl.enterNode(r,this.env);for(let[s,i]of r.getNodes()){let o=t.traverseForVisitor(e,i);o?o!==i&&r.setNode(s,o):r.removeNode(s)}return e.TwingNodeVisitorInterfaceImpl.leaveNode(r,this.env)}}exports.TwingNodeTraverser=TwingNodeTraverser;
348
349},{"./helpers/ksort":102,"./helpers/push":106}],115:[function(require,module,exports){
350"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const base_node_visitor_1=require("../base-node-visitor"),node_1=require("../node"),safe_analysis_1=require("./safe-analysis"),node_traverser_1=require("../node-traverser"),constant_1=require("../node/expression/constant"),filter_1=require("../node/expression/filter"),print_1=require("../node/print"),do_1=require("../node/do"),conditional_1=require("../node/expression/conditional"),inline_print_1=require("../node/inline-print");class TwingNodeVisitorEscaper extends base_node_visitor_1.TwingBaseNodeVisitor{constructor(){super(),this.statusStack=[],this.blocks=new Map,this.defaultStrategy=!1,this.safeVars=[],this.TwingNodeVisitorInterfaceImpl=this,this.safeAnalysis=new safe_analysis_1.TwingNodeVisitorSafeAnalysis}doEnterNode(e,t){return e.getType()===node_1.TwingNodeType.MODULE?(this.defaultStrategy=t.getCoreExtension().getDefaultStrategy(e.getTemplateName()),this.safeVars=[],this.blocks=new Map):e.getType()===node_1.TwingNodeType.AUTO_ESCAPE?this.statusStack.push(e.getAttribute("value")):e.getType()===node_1.TwingNodeType.BLOCK?this.statusStack.push(this.blocks.has(e.getAttribute("name"))?this.blocks.get(e.getAttribute("name")):this.needEscaping()):e.getType()===node_1.TwingNodeType.IMPORT&&this.safeVars.push(e.getNode("var").getAttribute("name")),e}doLeaveNode(e,t){if(e.getType()===node_1.TwingNodeType.MODULE)this.defaultStrategy=!1,this.safeVars=[],this.blocks=new Map;else{if(e.getType()===node_1.TwingNodeType.EXPRESSION_FILTER)return this.preEscapeFilterNode(e,t);if(e.getType()===node_1.TwingNodeType.PRINT){let n=this.needEscaping();if(!1!==n){let i=e.getNode("expr");return i.is(node_1.TwingNodeType.EXPRESSION_CONDITIONAL)&&this.shouldUnwrapConditional(i,t,n)?new do_1.TwingNodeDo(this.unwrapConditional(i,t,n),i.getTemplateLine(),i.getTemplateColumn()):this.escapePrintNode(e,t,n)}}}return e.getType()===node_1.TwingNodeType.AUTO_ESCAPE||e.getType()===node_1.TwingNodeType.BLOCK?this.statusStack.pop():e.getType()===node_1.TwingNodeType.BLOCK_REFERENCE&&this.blocks.set(e.getAttribute("name"),this.needEscaping()),e}shouldUnwrapConditional(e,t,n){return this.isSafeFor(n,e.getNode("expr2"),t)!==this.isSafeFor(n,e.getNode("expr3"),t)}unwrapConditional(e,t,n){let i=e.getNode("expr2");i=i.is(node_1.TwingNodeType.EXPRESSION_CONDITIONAL)&&this.shouldUnwrapConditional(i,t,n)?this.unwrapConditional(i,t,n):this.escapeInlinePrintNode(new inline_print_1.TwingNodeInlinePrint(i,i.getTemplateLine(),i.getTemplateColumn()),t,n);let s=e.getNode("expr3");return s=s.is(node_1.TwingNodeType.EXPRESSION_CONDITIONAL)&&this.shouldUnwrapConditional(s,t,n)?this.unwrapConditional(s,t,n):this.escapeInlinePrintNode(new inline_print_1.TwingNodeInlinePrint(s,s.getTemplateLine(),s.getTemplateColumn()),t,n),new conditional_1.TwingNodeExpressionConditional(e.getNode("expr1"),i,s,e.getTemplateLine(),e.getTemplateColumn())}escapeInlinePrintNode(e,t,n){let i=e.getNode("node");return this.isSafeFor(n,i,t)?e:new inline_print_1.TwingNodeInlinePrint(this.getEscaperFilter(n,i),e.getTemplateLine(),e.getTemplateColumn())}escapePrintNode(e,t,n){let i=e.getNode("expr");return this.isSafeFor(n,i,t)?e:new print_1.TwingNodePrint(this.getEscaperFilter(n,i),e.getTemplateLine(),e.getTemplateColumn())}preEscapeFilterNode(e,t){let n=e.getNode("filter").getAttribute("value"),i=t.getFilter(n).getPreEscape();if(null===i)return e;let s=e.getNode("node");return this.isSafeFor(i,s,t)?e:(e.setNode("node",this.getEscaperFilter(i,s)),e)}isSafeFor(e,t,n){let i=this.safeAnalysis.getSafe(t);return i||(this.traverser||(this.traverser=new node_traverser_1.TwingNodeTraverser(n,[this.safeAnalysis])),this.safeAnalysis.setSafeVars(this.safeVars),this.traverser.traverse(t),i=this.safeAnalysis.getSafe(t)),i.includes(e)||i.includes("all")}needEscaping(){return this.statusStack.length?this.statusStack[this.statusStack.length-1]:!!this.defaultStrategy&&this.defaultStrategy}getEscaperFilter(e,t){let n=t.getTemplateLine(),i=t.getTemplateColumn(),s=new Map,r=new constant_1.TwingNodeExpressionConstant("escape",n,i);s.set(0,new constant_1.TwingNodeExpressionConstant(e,n,i)),s.set(1,new constant_1.TwingNodeExpressionConstant(null,n,i)),s.set(2,new constant_1.TwingNodeExpressionConstant(!0,n,i));let o=new node_1.TwingNode(s);return new filter_1.TwingNodeExpressionFilter(t,r,o,n,i)}getPriority(){return 0}}exports.TwingNodeVisitorEscaper=TwingNodeVisitorEscaper;
351
352},{"../base-node-visitor":3,"../node":120,"../node-traverser":114,"../node/do":129,"../node/expression/conditional":163,"../node/expression/constant":164,"../node/expression/filter":165,"../node/inline-print":188,"../node/print":191,"./safe-analysis":118}],116:[function(require,module,exports){
353"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const base_node_visitor_1=require("../base-node-visitor"),node_1=require("../node"),import_1=require("../node/import"),name_1=require("../node/expression/name"),assign_name_1=require("../node/expression/assign-name"),method_call_1=require("../node/expression/method-call");class TwingNodeVisitorMacroAutoImport extends base_node_visitor_1.TwingBaseNodeVisitor{constructor(){super(...arguments),this.inAModule=!1,this.hasMacroCalls=!1}doEnterNode(e,o){return e.getType()==node_1.TwingNodeType.MODULE&&(this.inAModule=!0,this.hasMacroCalls=!1),e}doLeaveNode(e,o){if(e.getType()==node_1.TwingNodeType.MODULE)this.inAModule=!1,this.hasMacroCalls&&e.getNode("constructor_end").setNode("_auto_macro_import",new import_1.TwingNodeImport(new name_1.TwingNodeExpressionName("_self",0,0),new assign_name_1.TwingNodeExpressionAssignName("_self",0,0),0,0,"import",!0));else if(this.inAModule&&e.getType()==node_1.TwingNodeType.EXPRESSION_GET_ATTR&&e.getNode("node").getType()===node_1.TwingNodeType.EXPRESSION_NAME&&"_self"===e.getNode("node").getAttribute("name")&&e.getNode("attribute").getType()===node_1.TwingNodeType.EXPRESSION_CONSTANT){this.hasMacroCalls=!0;let o=e.getNode("attribute").getAttribute("value");(e=new method_call_1.TwingNodeExpressionMethodCall(e.getNode("node"),"macro_"+o,e.getNode("arguments"),e.getTemplateLine(),e.getTemplateColumn())).setAttribute("safe",!0)}return e}getPriority(){return-10}}exports.TwingNodeVisitorMacroAutoImport=TwingNodeVisitorMacroAutoImport;
354
355},{"../base-node-visitor":3,"../node":120,"../node/expression/assign-name":134,"../node/expression/method-call":170,"../node/expression/name":171,"../node/import":186}],117:[function(require,module,exports){
356"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const base_node_visitor_1=require("../base-node-visitor"),node_1=require("../node"),isInteger=require("is-integer");class TwingNodeVisitorOptimizer extends base_node_visitor_1.TwingBaseNodeVisitor{constructor(e=-1){if(super(),this.loops=[],this.loopsTargets=[],this.TwingNodeVisitorInterfaceImpl=this,!isInteger(e)||e>(TwingNodeVisitorOptimizer.OPTIMIZE_FOR|TwingNodeVisitorOptimizer.OPTIMIZE_RAW_FILTER|TwingNodeVisitorOptimizer.OPTIMIZE_VAR_ACCESS))throw new Error(`Optimizer mode "${e}" is not valid.`);this.optimizers=e}doEnterNode(e,t){return TwingNodeVisitorOptimizer.OPTIMIZE_FOR===(TwingNodeVisitorOptimizer.OPTIMIZE_FOR&this.optimizers)&&this.enterOptimizeFor(e,t),e}doLeaveNode(e,t){return TwingNodeVisitorOptimizer.OPTIMIZE_FOR===(TwingNodeVisitorOptimizer.OPTIMIZE_FOR&this.optimizers)&&this.leaveOptimizeFor(e,t),TwingNodeVisitorOptimizer.OPTIMIZE_RAW_FILTER===(TwingNodeVisitorOptimizer.OPTIMIZE_RAW_FILTER&this.optimizers)&&(e=this.optimizeRawFilter(e,t)),e=this.optimizePrintNode(e,t)}optimizePrintNode(e,t){if(e.getType()!==node_1.TwingNodeType.PRINT)return e;let i=e.getNode("expr");return i.getType()===node_1.TwingNodeType.EXPRESSION_BLOCK_REFERENCE||i.getType()===node_1.TwingNodeType.EXPRESSION_PARENT?(i.setAttribute("output",!0),i):e}optimizeRawFilter(e,t){return e.getType()===node_1.TwingNodeType.EXPRESSION_FILTER&&"raw"===e.getNode("filter").getAttribute("value")?e.getNode("node"):e}enterOptimizeFor(e,t){if(e.getType()===node_1.TwingNodeType.FOR)e.setAttribute("with_loop",!1),this.loops.unshift(e),this.loopsTargets.unshift(e.getNode("value_target").getAttribute("name")),this.loopsTargets.unshift(e.getNode("key_target").getAttribute("name"));else{if(this.loops.length<1)return;e.getType()===node_1.TwingNodeType.EXPRESSION_NAME&&"loop"===e.getAttribute("name")?(e.setAttribute("always_defined",!0),this.addLoopToCurrent()):e.getType()===node_1.TwingNodeType.EXPRESSION_NAME&&this.loopsTargets.includes(e.getAttribute("name"))?e.setAttribute("always_defined",!0):e.getType()===node_1.TwingNodeType.BLOCK_REFERENCE||e.getType()===node_1.TwingNodeType.EXPRESSION_BLOCK_REFERENCE?this.addLoopToCurrent():(e.getType()!==node_1.TwingNodeType.INCLUDE||e.getAttribute("only"))&&(e.getType()!==node_1.TwingNodeType.EXPRESSION_FUNCTION||"include"!==e.getAttribute("name")||e.getNode("arguments").hasNode("with_context")&&!1===e.getNode("arguments").getNode("with_context").getAttribute("value"))&&(e.getType()!==node_1.TwingNodeType.EXPRESSION_GET_ATTR||e.getNode("attribute").getType()===node_1.TwingNodeType.EXPRESSION_CONSTANT&&"parent"!==e.getNode("attribute").getAttribute("value")||!0!==this.loops[0].getAttribute("with_loop")&&(e.getNode("node").getType()!==node_1.TwingNodeType.EXPRESSION_NAME||"loop"!==e.getNode("node").getAttribute("name")))||this.addLoopToAll()}}leaveOptimizeFor(e,t){e.getType()===node_1.TwingNodeType.FOR&&(this.loops.shift(),this.loopsTargets.shift(),this.loopsTargets.shift())}addLoopToCurrent(){this.loops[0].setAttribute("with_loop",!0)}addLoopToAll(){for(let e of this.loops)e.setAttribute("with_loop",!0)}getPriority(){return 255}}exports.TwingNodeVisitorOptimizer=TwingNodeVisitorOptimizer,TwingNodeVisitorOptimizer.OPTIMIZE_ALL=-1,TwingNodeVisitorOptimizer.OPTIMIZE_NONE=0,TwingNodeVisitorOptimizer.OPTIMIZE_FOR=2,TwingNodeVisitorOptimizer.OPTIMIZE_RAW_FILTER=4,TwingNodeVisitorOptimizer.OPTIMIZE_VAR_ACCESS=8;
357
358},{"../base-node-visitor":3,"../node":120,"is-integer":367}],118:[function(require,module,exports){
359"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const base_node_visitor_1=require("../base-node-visitor"),node_1=require("../node"),objectHash=require("object-hash");class TwingNodeVisitorSafeAnalysis extends base_node_visitor_1.TwingBaseNodeVisitor{constructor(){super(),this.data=new Map,this.safeVars=[],this.TwingNodeVisitorInterfaceImpl=this}setSafeVars(e){this.safeVars=e}getSafe(e){let t=objectHash(e);if(!this.data.has(t))return;let s=this.data.get(t).find(function(t){if(t.key===e)return t.value.includes("html_attr")&&t.value.push("html"),!0});return s?s.value:null}setSafe(e,t){let s=objectHash(e),i=null;this.data.has(s)&&(i=this.data.get(s).find(function(s){if(s.key===e)return s.value=t,!0})),i||(this.data.has(s)||this.data.set(s,[]),this.data.get(s).push({key:e,value:t}))}doEnterNode(e,t){return e}doLeaveNode(e,t){if(e.getType()===node_1.TwingNodeType.EXPRESSION_CONSTANT)this.setSafe(e,["all"]);else if(e.getType()===node_1.TwingNodeType.EXPRESSION_BLOCK_REFERENCE)this.setSafe(e,["all"]);else if(e.getType()===node_1.TwingNodeType.EXPRESSION_PARENT)this.setSafe(e,["all"]);else if(e.getType()===node_1.TwingNodeType.EXPRESSION_CONDITIONAL){let t=this.intersectSafe(this.getSafe(e.getNode("expr2")),this.getSafe(e.getNode("expr3")));this.setSafe(e,t)}else if(e.getType()===node_1.TwingNodeType.EXPRESSION_FILTER){let s=e.getNode("filter").getAttribute("value"),i=e.getNode("arguments"),a=t.getFilter(s);if(a){let t=a.getSafe(i);t.length<1&&(t=this.intersectSafe(this.getSafe(e.getNode("node")),a.getPreservesSafety())),this.setSafe(e,t)}else this.setSafe(e,[])}else if(e.getType()===node_1.TwingNodeType.EXPRESSION_FUNCTION){let s=e.getAttribute("name"),i=e.getNode("arguments"),a=t.getFunction(s);a?this.setSafe(e,a.getSafe(i)):this.setSafe(e,[])}else if(e.getType()===node_1.TwingNodeType.EXPRESSION_METHOD_CALL)e.getAttribute("safe")?this.setSafe(e,["all"]):this.setSafe(e,[]);else if(e.getType()===node_1.TwingNodeType.EXPRESSION_GET_ATTR&&e.getNode("node").getType()===node_1.TwingNodeType.EXPRESSION_NAME){let t=e.getNode("node").getAttribute("name");this.safeVars.includes(t)?this.setSafe(e,["all"]):this.setSafe(e,[])}else this.setSafe(e,[]);return e}intersectSafe(e,t){return null===e||null===t?[]:e.includes("all")?t:t.includes("all")?e:e.filter(function(e){return t.includes(e)})}getPriority(){return 0}}exports.TwingNodeVisitorSafeAnalysis=TwingNodeVisitorSafeAnalysis;
360
361},{"../base-node-visitor":3,"../node":120,"object-hash":501}],119:[function(require,module,exports){
362"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const base_node_visitor_1=require("../base-node-visitor"),node_1=require("../node"),check_security_1=require("../node/check-security"),check_to_string_1=require("../node/check-to-string");class TwingNodeVisitorSandbox extends base_node_visitor_1.TwingBaseNodeVisitor{constructor(){super(),this.inAModule=!1,this.TwingNodeVisitorInterfaceImpl=this}doEnterNode(e,t){return t.isSandboxed()?e.getType()===node_1.TwingNodeType.MODULE?(this.inAModule=!0,this.tags=new Map,this.filters=new Map,this.functions=new Map,e):(this.inAModule&&(e.getNodeTag()&&!this.tags.has(e.getNodeTag())&&this.tags.set(e.getNodeTag(),e),e.getType()!==node_1.TwingNodeType.EXPRESSION_FILTER||this.filters.has(e.getNode("filter").getAttribute("value"))||this.filters.set(e.getNode("filter").getAttribute("value"),e),e.getType()!==node_1.TwingNodeType.EXPRESSION_FUNCTION||this.functions.has(e.getAttribute("name"))||this.functions.set(e.getAttribute("name"),e),e.getType()!==node_1.TwingNodeType.EXPRESSION_BINARY_RANGE||this.functions.has("range")||this.functions.set("range",e),e.getType()===node_1.TwingNodeType.PRINT&&(this.needsToStringWrap=!0,this.wrapNode(e,"expr")),e.getType()!==node_1.TwingNodeType.SET||e.getAttribute("capture")||(this.needsToStringWrap=!0),this.needsToStringWrap&&(e.getType()===node_1.TwingNodeType.EXPRESSION_BINARY_CONCAT&&(this.wrapNode(e,"left"),this.wrapNode(e,"right")),e.getType()===node_1.TwingNodeType.EXPRESSION_FILTER&&(this.wrapNode(e,"node"),this.wrapArrayNode(e,"arguments")),e.getType()===node_1.TwingNodeType.EXPRESSION_FUNCTION&&this.wrapArrayNode(e,"arguments"))),e):e}doLeaveNode(e,t){if(!t.isSandboxed())return e;if(e.getType()===node_1.TwingNodeType.MODULE){this.inAModule=!1;let t=new Map,i=0;t.set(i++,new check_security_1.TwingNodeCheckSecurity(this.filters,this.tags,this.functions)),t.set(i++,e.getNode("display_start")),e.getNode("constructor_end").setNode("_security_check",new node_1.TwingNode(t))}else this.inAModule&&(e.getType()!==node_1.TwingNodeType.PRINT&&e.getType()!==node_1.TwingNodeType.SET||(this.needsToStringWrap=!1));return e}wrapNode(e,t){let i=e.getNode(t);i.getType()!==node_1.TwingNodeType.EXPRESSION_NAME&&i.getType()!==node_1.TwingNodeType.EXPRESSION_GET_ATTR||e.setNode(t,new check_to_string_1.TwingNodeCheckToString(i))}wrapArrayNode(e,t){let i=e.getNode(t);for(let[e]of i.getNodes())this.wrapNode(i,e)}getPriority(){return 0}}exports.TwingNodeVisitorSandbox=TwingNodeVisitorSandbox;
363
364},{"../base-node-visitor":3,"../node":120,"../node/check-security":125,"../node/check-to-string":126}],120:[function(require,module,exports){
365"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const var_export=require("locutus/php/var/var_export");var TwingNodeType;!function(e){e.AUTO_ESCAPE="auto_escape",e.BLOCK="block",e.BLOCK_REFERENCE="block_reference",e.BODY="body",e.COMMENT="comment",e.DEPRECATED="deprecated",e.DO="do",e.EXPRESSION_ARRAY="expression_array",e.EXPRESSION_ASSIGN_NAME="expression_assign_name",e.EXPRESSION_BINARY="expression_binary",e.EXPRESSION_BINARY_CONCAT="expression_binary_concat",e.EXPRESSION_BINARY_RANGE="expression_binary_range",e.EXPRESSION_BLOCK_REFERENCE="expression_block_reference",e.EXPRESSION_CONDITIONAL="expression_conditional",e.EXPRESSION_CONSTANT="expression_constant",e.EXPRESSION_FILTER="expression_filter",e.EXPRESSION_FUNCTION="expression_function",e.EXPRESSION_GET_ATTR="expression_get_attr",e.EXPRESSION_METHOD_CALL="expression_method_call",e.EXPRESSION_NAME="expression_name",e.EXPRESSION_NULL_COALESCE="expression_null_coalesce",e.EXPRESSION_PARENT="expression_parent",e.EXPRESSION_TEMP_NAME="expression_temp_name",e.EXPRESSION_TEST="expression_test",e.EXPRESSION_UNARY="expression_unary",e.EXPRESSION_UNARY_NEG="expression_unary_neg",e.EXPRESSION_UNARY_POS="expression_unary_pos",e.FLUSH="flush",e.FOR="for",e.IF="if",e.IMPORT="import",e.INCLUDE="include",e.INLINE_PRINT="inline_print",e.MACRO="macro",e.MODULE="module",e.PRINT="print",e.SANDBOX="sandbox",e.SET="set",e.SPACELESS="spaceless",e.TEXT="text",e.VERBATIM="verbatim",e.WITH="with"}(TwingNodeType=exports.TwingNodeType||(exports.TwingNodeType={}));class TwingNode{constructor(e=new Map,t=new Map,s=0,n=0,o=null){this.name=null,this.nodes=e,this.attributes=t,this.lineno=s,this.columnno=n,this.tag=o,this.type=null,this.types=[]}clone(){let e=Reflect.construct(this.constructor,[]);for(let[t,s]of this.getNodes())e.setNode(t,s.clone());for(let[t,s]of this.attributes)s instanceof TwingNode&&(s=s.clone()),e.setAttribute(t,s);return e.lineno=this.lineno,e.columnno=this.columnno,e.tag=this.tag,e.type=this.type,e}toString(){let e=[];for(let[t,s]of this.attributes){let n;n=s instanceof TwingNode?""+s.toString():""+var_export(s,!0),e.push(`${t}: ${n.replace(/\n/g,"")}`)}e.push(`line: ${this.getTemplateLine()}`),e.push(`column: ${this.getTemplateColumn()}`);let t=[this.constructor.name+"("+e.join(", ")];if(this.nodes.size>0){for(let[e,s]of this.nodes){let n=(""+e).length+4,o=[];for(let e of s.toString().split("\n"))o.push(" ".repeat(n)+e);t.push(` ${e}: ${o.join("\n").trimLeft()}`)}t.push(")")}else t[0]+=")";return t.join("\n")}getType(){return this.type}addType(e){this.types.push(e)}is(e){return this.types.includes(e)}compile(e){for(let[t,s]of this.nodes)s.compile(e)}getTemplateLine(){return this.lineno}getTemplateColumn(){return this.columnno}getNodeTag(){return this.tag}hasAttribute(e){return this.attributes.has(e)}getAttribute(e){if(!this.attributes.has(e))throw new Error(`Attribute "${e}" does not exist for Node "${this.constructor.name}".`);return this.attributes.get(e)}setAttribute(e,t){this.attributes.set(e,t)}removeAttribute(e){this.attributes.delete(e)}hasNode(e){return this.nodes.has(e)}getNode(e){if(!this.nodes.has(e))throw new Error(`Node "${e}" does not exist for Node "${this.constructor.name}".`);return this.nodes.get(e)}setNode(e,t){this.nodes.set(e,t)}removeNode(e){this.nodes.delete(e)}count(){return this.nodes.size}setTemplateName(e){this.name=e;for(let[t,s]of this.nodes)s.setTemplateName(e)}getTemplateName(){return this.name}getNodes(){return this.nodes}}exports.TwingNode=TwingNode;
366
367},{"locutus/php/var/var_export":487}],121:[function(require,module,exports){
368"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const node_1=require("../node");class TwingNodeAutoEscape extends node_1.TwingNode{constructor(e,o,s,t,d="autoescape"){super(new Map([["body",o]]),new Map([["value",e]]),s,t,d),this.type=node_1.TwingNodeType.AUTO_ESCAPE}compile(e){e.subcompile(this.getNode("body"))}}exports.TwingNodeAutoEscape=TwingNodeAutoEscape;
369
370},{"../node":120}],122:[function(require,module,exports){
371"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const node_1=require("../node");class TwingNodeBlockReference extends node_1.TwingNode{constructor(e,t,n,o=null){super(new Map,new Map([["name",e]]),t,n,o),this.type=node_1.TwingNodeType.BLOCK_REFERENCE,this.TwingNodeOutputInterfaceImpl=this}compile(e){e.write(`this.traceableDisplayBlock(${this.getTemplateLine()}, this.source)('${this.getAttribute("name")}', context.clone(), blocks);\n`)}}exports.TwingNodeBlockReference=TwingNodeBlockReference;
372
373},{"../node":120}],123:[function(require,module,exports){
374"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const node_1=require("../node");class TwingNodeBlock extends node_1.TwingNode{constructor(e,o,t,n,i=null){super(new Map([["body",o]]),new Map([["name",e]]),t,n,i),this.type=node_1.TwingNodeType.BLOCK}compile(e){e.write(`block_${this.getAttribute("name")}(context, blocks = new Map()) {\n`).indent().write("let macros = this.macros.clone();\n"),e.subcompile(this.getNode("body")).outdent().write("}\n\n")}}exports.TwingNodeBlock=TwingNodeBlock;
375
376},{"../node":120}],124:[function(require,module,exports){
377"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const node_1=require("../node");class TwingNodeBody extends node_1.TwingNode{constructor(e=new Map,o=new Map,n=0,d=0,s=null){super(e,o,n,d,s),this.type=node_1.TwingNodeType.BODY}}exports.TwingNodeBody=TwingNodeBody;
378
379},{"../node":120}],125:[function(require,module,exports){
380"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const node_1=require("../node");class TwingNodeCheckSecurity extends node_1.TwingNode{constructor(e,t,n){super(),this.usedFilters=e,this.usedTags=t,this.usedFunctions=n}compile(e){let t=new Map;for(let[e,n]of this.usedTags)"string"==typeof n?t.set(n,null):t.set(e,n.getTemplateLine());let n=new Map;for(let[e,t]of this.usedFilters)"string"==typeof t?n.set(t,null):n.set(e,t.getTemplateLine());let i=new Map;for(let[e,t]of this.usedFunctions)"string"==typeof t?i.set(t,null):i.set(e,t.getTemplateLine());e.write("let tags = ").repr(t).raw(";\n").write("let filters = ").repr(n).raw(";\n").write("let functions = ").repr(i).raw(";\n\n").write("try {\n").indent().write("this.env.checkSecurity(\n").indent().write(t.size?"['"+[...t.keys()].join("', '")+"'],\n":"[],\n").write(n.size?"['"+[...n.keys()].join("', '")+"'],\n":"[],\n").write(i.size?"['"+[...i.keys()].join("', '")+"']\n":"[]\n").outdent().write(");\n").outdent().write("}\n").write("catch (e) {\n").indent().write("if (e instanceof this.SandboxSecurityError) {\n").indent().write("e.setSourceContext(this.source);\n\n").write("if (e instanceof this.SandboxSecurityNotAllowedTagError && tags.has(e.getTagName())) {\n").indent().write("e.setTemplateLine(tags.get(e.getTagName()));\n").outdent().write("}\n").write("else if (e instanceof this.SandboxSecurityNotAllowedFilterError && filters.has(e.getFilterName())) {\n").indent().write("e.setTemplateLine(filters.get(e.getFilterName()));\n").outdent().write("}\n").write("else if (e instanceof this.SandboxSecurityNotAllowedFunctionError && functions.has(e.getFunctionName())) {\n").indent().write("e.setTemplateLine(functions.get(e.getFunctionName()));\n").outdent().write("}\n").outdent().write("}\n\n").write("throw e;\n").outdent().write("}\n\n")}}exports.TwingNodeCheckSecurity=TwingNodeCheckSecurity;
381
382},{"../node":120}],126:[function(require,module,exports){
383"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const node_1=require("../node");class TwingNodeCheckToString extends node_1.TwingNode{constructor(e){super(new Map([["expr",e]]),new Map,e.getTemplateLine(),e.getTemplateColumn())}compile(e){e.raw("this.env.ensureToStringAllowed(").subcompile(this.getNode("expr")).raw(")")}}exports.TwingNodeCheckToString=TwingNodeCheckToString;
384
385},{"../node":120}],127:[function(require,module,exports){
386"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const node_1=require("../node");class TwingNodeComment extends node_1.TwingNode{constructor(e,o,n){super(new Map,new Map([["data",e]]),o,n),this.type=node_1.TwingNodeType.COMMENT}compile(e){}}exports.TwingNodeComment=TwingNodeComment;
387
388},{"../node":120}],128:[function(require,module,exports){
389"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const node_1=require("../node");class TwingNodeDeprecated extends node_1.TwingNode{constructor(e,t,n,o=null){super(new Map([["expr",e]]),new Map,t,n,o),this.type=node_1.TwingNodeType.DEPRECATED}compile(e){let t=this.getNode("expr");if(t.getType()===node_1.TwingNodeType.EXPRESSION_CONSTANT)e.write("console.warn(").subcompile(t);else{let n=e.getVarName();e.write(`let ${n} = `).subcompile(t).raw(";\n").write(`console.warn(${n}`)}e.raw(" + ").string(` ("${this.getTemplateName()}" at line ${this.getTemplateLine()})`).raw(");\n")}}exports.TwingNodeDeprecated=TwingNodeDeprecated;
390
391},{"../node":120}],129:[function(require,module,exports){
392"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const node_1=require("../node");class TwingNodeDo extends node_1.TwingNode{constructor(e,o,n,s=null){super(new Map([["expr",e]]),new Map,o,n,s),this.type=node_1.TwingNodeType.DO}compile(e){e.subcompile(this.getNode("expr"),!0).raw(";\n")}}exports.TwingNodeDo=TwingNodeDo;
393
394},{"../node":120}],130:[function(require,module,exports){
395"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const include_1=require("./include");class TwingNodeEmbed extends include_1.TwingNodeInclude{constructor(e,t,i,r,s,n,d,a){super(null,i,r,s,n,d,a),this.setAttribute("name",e),this.setAttribute("index",t)}addGetTemplate(e){e.raw("this.loadTemplate(").string(this.getAttribute("name")).raw(", ").repr(this.getTemplateName()).raw(", ").repr(this.getTemplateLine()).raw(", ").string(this.getAttribute("index")).raw(")")}}exports.TwingNodeEmbed=TwingNodeEmbed;
396
397},{"./include":187}],131:[function(require,module,exports){
398"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const node_1=require("../node");class TwingNodeExpression extends node_1.TwingNode{}exports.TwingNodeExpression=TwingNodeExpression;
399
400},{"../node":120}],132:[function(require,module,exports){
401"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const expression_1=require("../expression"),constant_1=require("./constant"),node_1=require("../../node"),push_1=require("../../helpers/push"),ctype_digit_1=require("../../helpers/ctype-digit");let array_chunk=require("locutus/php/array/array_chunk");class TwingNodeExpressionArray extends expression_1.TwingNodeExpression{constructor(e,t,r){super(e,new Map,t,r),this.type=node_1.TwingNodeType.EXPRESSION_ARRAY,this.index=-1;for(let e of this.getKeyValuePairs()){let t=e.key;t.getType()===node_1.TwingNodeType.EXPRESSION_CONSTANT&&ctype_digit_1.ctypeDigit(""+t.getAttribute("value"))&&t.getAttribute("value")>this.index&&(this.index=t.getAttribute("value"))}}getKeyValuePairs(){let e=[];return array_chunk(Array.from(this.nodes.values()),2).forEach(function(t){e.push({key:t[0],value:t[1]})}),e}addElement(e,t=null){null===t&&(this.index++,t=new constant_1.TwingNodeExpressionConstant(this.index,e.getTemplateLine(),e.getTemplateColumn())),push_1.push(this.nodes,t),push_1.push(this.nodes,e)}compile(e){e.raw("new Map([");let t=!0;for(let r of this.getKeyValuePairs())t||e.raw(", "),t=!1,e.raw("[").subcompile(r.key).raw(", ").subcompile(r.value).raw("]");e.raw("])")}}exports.TwingNodeExpressionArray=TwingNodeExpressionArray;
402
403},{"../../helpers/ctype-digit":81,"../../helpers/push":106,"../../node":120,"../expression":131,"./constant":164,"locutus/php/array/array_chunk":373}],133:[function(require,module,exports){
404"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const expression_1=require("../expression");class TwingNodeExpressionArrowFunction extends expression_1.TwingNodeExpression{constructor(e,r,t,o,s=null){super(new Map([["expr",e],["names",r]]),new Map,t,o,s)}compile(e){e.raw("(");let r=0;for(let[t,o]of this.getNode("names").getNodes())r>0&&e.raw(", "),e.raw("$__").raw(o.getAttribute("name")).raw("__"),r++;e.raw(") => {");for(let[r,t]of this.getNode("names").getNodes())e.raw("context.proxy['").raw(t.getAttribute("name")).raw("'] = $__").raw(t.getAttribute("name")).raw("__; ");e.raw("return ").subcompile(this.getNode("expr")).raw(";}")}}exports.TwingNodeExpressionArrowFunction=TwingNodeExpressionArrowFunction;
405
406},{"../expression":131}],134:[function(require,module,exports){
407"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const name_1=require("./name"),node_1=require("../../node");class TwingNodeExpressionAssignName extends name_1.TwingNodeExpressionName{constructor(e,s,n){super(e,s,n),this.type=node_1.TwingNodeType.EXPRESSION_ASSIGN_NAME}compile(e){e.raw("context.proxy[").string(this.getAttribute("name")).raw("]")}}exports.TwingNodeExpressionAssignName=TwingNodeExpressionAssignName;
408
409},{"../../node":120,"./name":171}],135:[function(require,module,exports){
410"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const expression_1=require("../expression"),node_1=require("../../node");class TwingNodeExpressionBinary extends expression_1.TwingNodeExpression{constructor(e,r,o){super(new Map([["left",e[0]],["right",e[1]]]),new Map,r,o),this.type=node_1.TwingNodeType.EXPRESSION_BINARY}compile(e){e.raw("(").subcompile(this.getNode("left")).raw(" "),this.operator(e),e.raw(" ").subcompile(this.getNode("right")).raw(")")}operator(e){return e}}exports.TwingNodeExpressionBinary=TwingNodeExpressionBinary;
411
412},{"../../node":120,"../expression":131}],136:[function(require,module,exports){
413"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const binary_1=require("../binary");class TwingNodeExpressionBinaryAdd extends binary_1.TwingNodeExpressionBinary{operator(e){return e.raw("+")}}exports.TwingNodeExpressionBinaryAdd=TwingNodeExpressionBinaryAdd;
414
415},{"../binary":135}],137:[function(require,module,exports){
416"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const binary_1=require("../binary");class TwingNodeExpressionBinaryAnd extends binary_1.TwingNodeExpressionBinary{compile(e){e.raw("!!"),super.compile(e)}operator(e){return e.raw("&&")}}exports.TwingNodeExpressionBinaryAnd=TwingNodeExpressionBinaryAnd;
417
418},{"../binary":135}],138:[function(require,module,exports){
419"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const binary_1=require("../binary");class TwingNodeExpressionBinaryBitwiseAnd extends binary_1.TwingNodeExpressionBinary{operator(e){return e.raw("&")}}exports.TwingNodeExpressionBinaryBitwiseAnd=TwingNodeExpressionBinaryBitwiseAnd;
420
421},{"../binary":135}],139:[function(require,module,exports){
422"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const binary_1=require("../binary");class TwingNodeExpressionBinaryBitwiseOr extends binary_1.TwingNodeExpressionBinary{operator(e){return e.raw("|")}}exports.TwingNodeExpressionBinaryBitwiseOr=TwingNodeExpressionBinaryBitwiseOr;
423
424},{"../binary":135}],140:[function(require,module,exports){
425"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const binary_1=require("../binary");class TwingNodeExpressionBinaryBitwiseXor extends binary_1.TwingNodeExpressionBinary{operator(e){return e.raw("^")}}exports.TwingNodeExpressionBinaryBitwiseXor=TwingNodeExpressionBinaryBitwiseXor;
426
427},{"../binary":135}],141:[function(require,module,exports){
428"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const binary_1=require("../binary"),node_1=require("../../../node");class TwingNodeExpressionBinaryConcat extends binary_1.TwingNodeExpressionBinary{constructor(e,r,n){super(e,r,n),this.type=node_1.TwingNodeType.EXPRESSION_BINARY_CONCAT}operator(e){return e.raw("+")}}exports.TwingNodeExpressionBinaryConcat=TwingNodeExpressionBinaryConcat;
429
430},{"../../../node":120,"../binary":135}],142:[function(require,module,exports){
431"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const binary_1=require("../binary");class TwingNodeExpressionBinaryDiv extends binary_1.TwingNodeExpressionBinary{operator(e){return e.raw("/")}}exports.TwingNodeExpressionBinaryDiv=TwingNodeExpressionBinaryDiv;
432
433},{"../binary":135}],143:[function(require,module,exports){
434"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const binary_1=require("../binary");class TwingNodeExpressionBinaryEndsWith extends binary_1.TwingNodeExpressionBinary{compile(e){e.raw("(() => {").raw("let left = ").subcompile(this.getNode("left")).raw("; ").raw("let right = ").subcompile(this.getNode("right")).raw("; ").raw("return typeof left === 'string' && typeof right === 'string' && (right.length < 1 || left.endsWith(right));").raw("})()")}}exports.TwingNodeExpressionBinaryEndsWith=TwingNodeExpressionBinaryEndsWith;
435
436},{"../binary":135}],144:[function(require,module,exports){
437"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const binary_1=require("../binary");class TwingNodeExpressionBinaryEqual extends binary_1.TwingNodeExpressionBinary{compile(e){e.raw("this.compare(").subcompile(this.getNode("left")).raw(", ").subcompile(this.getNode("right")).raw(")")}}exports.TwingNodeExpressionBinaryEqual=TwingNodeExpressionBinaryEqual;
438
439},{"../binary":135}],145:[function(require,module,exports){
440"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const div_1=require("./div");class TwingNodeExpressionBinaryFloorDiv extends div_1.TwingNodeExpressionBinaryDiv{compile(e){e.raw("Math.floor("),super.compile(e),e.raw(")")}operator(e){return e.raw("/")}}exports.TwingNodeExpressionBinaryFloorDiv=TwingNodeExpressionBinaryFloorDiv;
441
442},{"./div":142}],146:[function(require,module,exports){
443"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const binary_1=require("../binary");class TwingNodeExpressionBinaryGreaterEqual extends binary_1.TwingNodeExpressionBinary{operator(e){return e.raw(">=")}}exports.TwingNodeExpressionBinaryGreaterEqual=TwingNodeExpressionBinaryGreaterEqual;
444
445},{"../binary":135}],147:[function(require,module,exports){
446"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const binary_1=require("../binary");class TwingNodeExpressionBinaryGreater extends binary_1.TwingNodeExpressionBinary{operator(e){return e.raw(">")}}exports.TwingNodeExpressionBinaryGreater=TwingNodeExpressionBinaryGreater;
447
448},{"../binary":135}],148:[function(require,module,exports){
449"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const binary_1=require("../binary");class TwingNodeExpressionBinaryIn extends binary_1.TwingNodeExpressionBinary{compile(e){e.raw("this.isIn(").subcompile(this.getNode("left")).raw(", ").subcompile(this.getNode("right")).raw(")")}}exports.TwingNodeExpressionBinaryIn=TwingNodeExpressionBinaryIn;
450
451},{"../binary":135}],149:[function(require,module,exports){
452"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const binary_1=require("../binary");class TwingNodeExpressionBinaryLessEqual extends binary_1.TwingNodeExpressionBinary{operator(e){return e.raw("<=")}}exports.TwingNodeExpressionBinaryLessEqual=TwingNodeExpressionBinaryLessEqual;
453
454},{"../binary":135}],150:[function(require,module,exports){
455"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const binary_1=require("../binary");class TwingNodeExpressionBinaryLess extends binary_1.TwingNodeExpressionBinary{operator(e){return e.raw("<")}}exports.TwingNodeExpressionBinaryLess=TwingNodeExpressionBinaryLess;
456
457},{"../binary":135}],151:[function(require,module,exports){
458"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const binary_1=require("../binary");class TwingNodeExpressionBinaryMatches extends binary_1.TwingNodeExpressionBinary{compile(e){e.raw("this.parseRegExp(").subcompile(this.getNode("right")).raw(").test(").subcompile(this.getNode("left")).raw(")")}}exports.TwingNodeExpressionBinaryMatches=TwingNodeExpressionBinaryMatches;
459
460},{"../binary":135}],152:[function(require,module,exports){
461"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const binary_1=require("../binary");class TwingNodeExpressionBinaryMod extends binary_1.TwingNodeExpressionBinary{operator(e){return e.raw("%")}}exports.TwingNodeExpressionBinaryMod=TwingNodeExpressionBinaryMod;
462
463},{"../binary":135}],153:[function(require,module,exports){
464"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const binary_1=require("../binary");class TwingNodeExpressionBinaryMul extends binary_1.TwingNodeExpressionBinary{operator(e){return e.raw("*")}}exports.TwingNodeExpressionBinaryMul=TwingNodeExpressionBinaryMul;
465
466},{"../binary":135}],154:[function(require,module,exports){
467"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const binary_1=require("../binary");class TwingNodeExpressionBinaryNotEqual extends binary_1.TwingNodeExpressionBinary{compile(e){e.raw("!this.compare(").subcompile(this.getNode("left")).raw(", ").subcompile(this.getNode("right")).raw(")")}}exports.TwingNodeExpressionBinaryNotEqual=TwingNodeExpressionBinaryNotEqual;
468
469},{"../binary":135}],155:[function(require,module,exports){
470"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const binary_1=require("../binary");class TwingNodeExpressionBinaryNotIn extends binary_1.TwingNodeExpressionBinary{compile(e){e.raw("!this.isIn(").subcompile(this.getNode("left")).raw(", ").subcompile(this.getNode("right")).raw(")")}}exports.TwingNodeExpressionBinaryNotIn=TwingNodeExpressionBinaryNotIn;
471
472},{"../binary":135}],156:[function(require,module,exports){
473"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const binary_1=require("../binary");class TwingNodeExpressionBinaryOr extends binary_1.TwingNodeExpressionBinary{compile(r){r.raw("!!"),super.compile(r)}operator(r){return r.raw("||")}}exports.TwingNodeExpressionBinaryOr=TwingNodeExpressionBinaryOr;
474
475},{"../binary":135}],157:[function(require,module,exports){
476"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const binary_1=require("../binary");class TwingNodeExpressionBinaryPower extends binary_1.TwingNodeExpressionBinary{compile(e){e.raw("Math.pow(").subcompile(this.getNode("left")).raw(", ").subcompile(this.getNode("right")).raw(")")}}exports.TwingNodeExpressionBinaryPower=TwingNodeExpressionBinaryPower;
477
478},{"../binary":135}],158:[function(require,module,exports){
479"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const binary_1=require("../binary"),node_1=require("../../../node");class TwingNodeExpressionBinaryRange extends binary_1.TwingNodeExpressionBinary{constructor(e,i,r){super(e,i,r),this.type=node_1.TwingNodeType.EXPRESSION_BINARY_RANGE}compile(e){e.raw("this.createRange(").subcompile(this.getNode("left")).raw(", ").subcompile(this.getNode("right")).raw(")")}}exports.TwingNodeExpressionBinaryRange=TwingNodeExpressionBinaryRange;
480
481},{"../../../node":120,"../binary":135}],159:[function(require,module,exports){
482"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const binary_1=require("../binary");class TwingNodeExpressionBinaryStartsWith extends binary_1.TwingNodeExpressionBinary{compile(t){t.raw("(() => {").raw("let left = ").subcompile(this.getNode("left")).raw("; ").raw("let right = ").subcompile(this.getNode("right")).raw("; ").raw("return typeof left === 'string' && typeof right === 'string' && (right.length < 1 || left.startsWith(right));").raw("})()")}}exports.TwingNodeExpressionBinaryStartsWith=TwingNodeExpressionBinaryStartsWith;
483
484},{"../binary":135}],160:[function(require,module,exports){
485"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const binary_1=require("../binary");class TwingNodeExpressionBinarySub extends binary_1.TwingNodeExpressionBinary{operator(e){return e.raw("-")}}exports.TwingNodeExpressionBinarySub=TwingNodeExpressionBinarySub;
486
487},{"../binary":135}],161:[function(require,module,exports){
488"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const expression_1=require("../expression"),node_1=require("../../node");class TwingNodeExpressionBlockReference extends expression_1.TwingNodeExpression{constructor(e,t,s,i,l=null){let o=new Map;o.set("name",e),t&&o.set("template",t),super(o,new Map([["is_defined_test",!1],["output",!1]]),s,i,l),this.type=node_1.TwingNodeType.EXPRESSION_BLOCK_REFERENCE}compile(e){this.getAttribute("is_defined_test")?this.compileTemplateCall(e,"traceableHasBlock"):this.getAttribute("output")?this.compileTemplateCall(e,"traceableDisplayBlock").raw(";\n"):this.compileTemplateCall(e,"traceableRenderBlock")}compileTemplateCall(e,t){return this.hasNode("template")?e.write("this.loadTemplate(").subcompile(this.getNode("template")).raw(", ").repr(this.getTemplateName()).raw(", ").repr(this.getTemplateLine()).raw(")"):e.write("this"),e.raw(`.${t}(${this.getTemplateLine()}, this.source)`),this.compileBlockArguments(e),e}compileBlockArguments(e){return e.raw("(").subcompile(this.getNode("name")).raw(", context.clone()"),this.hasNode("template")||e.raw(", blocks"),e.raw(")")}}exports.TwingNodeExpressionBlockReference=TwingNodeExpressionBlockReference;
489
490},{"../../node":120,"../expression":131}],162:[function(require,module,exports){
491"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const expression_1=require("../expression"),node_1=require("../../node"),syntax_1=require("../../error/syntax"),constant_1=require("./constant"),array_1=require("./array"),source_1=require("../../source"),array_merge=require("locutus/php/array/array_merge"),snakeCase=require("snake-case"),capitalize=require("capitalize");class TwingNodeExpressionCall extends expression_1.TwingNodeExpression{compileCallable(e){let t=this.getAttribute("callable");"string"==typeof t?e.raw(t).raw("(..."):e.raw(`this.env.get${capitalize(this.getAttribute("type"))}('${this.getAttribute("name")}').traceableCallable(${this.getTemplateLine()}, this.source)(...`),this.compileArguments(e),e.raw(")")}compileArguments(e){e.raw("[");let t=!0;if(this.hasAttribute("needs_environment")&&this.getAttribute("needs_environment")&&(e.raw("this.env"),t=!1),this.hasAttribute("needs_context")&&this.getAttribute("needs_context")&&(t||e.raw(", "),e.raw("context"),t=!1),this.hasAttribute("needs_source")&&this.getAttribute("needs_source")&&(t||e.raw(", "),e.raw("this.source"),t=!1),this.hasAttribute("arguments"))for(let r of this.getAttribute("arguments"))t||e.raw(", "),e.string(r),t=!1;if(this.hasNode("node")&&(t||e.raw(", "),e.subcompile(this.getNode("node")),t=!1),this.hasNode("arguments")){let r=this.getAttribute("callable"),s=this.getArguments(r,this.getNode("arguments"));for(let r of s)t||e.raw(", "),e.subcompile(r),t=!1}e.raw("]")}getArguments(e,t){let r=this.getAttribute("type"),s=this.getAttribute("name"),i=new Map,a=!1;for(let[e,n]of t.getNodes()){if("number"!=typeof e)a=!0,e=this.normalizeName(e);else if(a)throw new syntax_1.TwingErrorSyntax(`Positional arguments cannot be used after named arguments for ${r} "${s}".`,this.getTemplateLine());i.set(e,n)}let n,o=this.hasAttribute("is_variadic")&&this.getAttribute("is_variadic");if(!a&&!o)return[...i.values()];if(!e)throw n=a?`Named arguments are not supported for ${r} "${s}".`:`Arbitrary positional arguments are not supported for ${r} "${s}".`,new Error(n);let u=this.hasAttribute("accepted_arguments")?this.getAttribute("accepted_arguments"):[],l=[],g=[],h=[],m=0;for(let e of u){let t=""+this.normalizeName(e.name);if(g.push(t),i.has(t)){if(i.has(m))throw new syntax_1.TwingErrorSyntax(`Argument "${t}" is defined twice for ${r} "${s}".`,this.getTemplateLine());(l=array_merge(l,h)).push(i.get(t)),i.delete(t),h=[]}else if(i.has(m))(l=array_merge(l,h)).push(i.get(m)),i.delete(m),h=[],++m;else{if(void 0===e.defaultValue)throw new syntax_1.TwingErrorSyntax(`Value for argument "${t}" is required for ${r} "${s}".`,this.getTemplateLine());h.push(new constant_1.TwingNodeExpressionConstant(e.defaultValue,-1,-1))}}if(o){let e=new array_1.TwingNodeExpressionArray(new Map,-1,-1),t=[];for(let[r,s]of i)Number.isInteger(r)?e.addElement(s):e.addElement(s,new constant_1.TwingNodeExpressionConstant(r,-1,-1)),t.push(r);for(let e of t)i.delete(e);e.count()&&(l=array_merge(l,h)).push(e)}if(i.size>0){let e=[...i.values()].find(function(e){return e instanceof node_1.TwingNode});throw new syntax_1.TwingErrorSyntax(`Unknown argument${i.size>1?"s":""} "${[...i.keys()].join('", "')}" for ${r} "${s}(${g.join(", ")})".`,e?e.getTemplateLine():this.getTemplateLine(),new source_1.TwingSource("",this.getTemplateName()))}return l}normalizeName(e){return snakeCase(e).toLowerCase()}}exports.TwingNodeExpressionCall=TwingNodeExpressionCall;
492
493},{"../../error/syntax":13,"../../node":120,"../../source":213,"../expression":131,"./array":132,"./constant":164,"capitalize":286,"locutus/php/array/array_merge":374,"snake-case":552}],163:[function(require,module,exports){
494"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const expression_1=require("../expression"),node_1=require("../../node");class TwingNodeExpressionConditional extends expression_1.TwingNodeExpression{constructor(e,o,s,i,n){let r=new Map;r.set("expr1",e),r.set("expr2",o),r.set("expr3",s),super(r,new Map,i,n),this.type=node_1.TwingNodeType.EXPRESSION_CONDITIONAL,this.addType(node_1.TwingNodeType.EXPRESSION_CONDITIONAL)}compile(e){e.raw("((").subcompile(this.getNode("expr1")).raw(") ? (").subcompile(this.getNode("expr2")).raw(") : (").subcompile(this.getNode("expr3")).raw("))")}}exports.TwingNodeExpressionConditional=TwingNodeExpressionConditional;
495
496},{"../../node":120,"../expression":131}],164:[function(require,module,exports){
497"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const expression_1=require("../expression"),node_1=require("../../node");class TwingNodeExpressionConstant extends expression_1.TwingNodeExpression{constructor(e,s,n){super(new Map,new Map([["value",e]]),s,n),this.type=node_1.TwingNodeType.EXPRESSION_CONSTANT}compile(e){e.repr(this.getAttribute("value"))}}exports.TwingNodeExpressionConstant=TwingNodeExpressionConstant;
498
499},{"../../node":120,"../expression":131}],165:[function(require,module,exports){
500"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const node_1=require("../../node"),call_1=require("./call");class TwingNodeExpressionFilter extends call_1.TwingNodeExpressionCall{constructor(e,t,s,i,r,n=null){let l=new Map;l.set("node",e),l.set("filter",t),l.set("arguments",s),super(l,new Map,i,r,n),this.type=node_1.TwingNodeType.EXPRESSION_FILTER}compile(e){let t=this.getNode("filter").getAttribute("value"),s=e.getEnvironment().getFilter(t),i=s.getCallable();this.setAttribute("name",t),this.setAttribute("type","filter"),this.setAttribute("needs_environment",s.needsEnvironment()),this.setAttribute("needs_context",s.needsContext()),this.setAttribute("needs_source",s.needsSource()),this.setAttribute("arguments",s.getArguments()),this.setAttribute("callable",i),this.setAttribute("is_variadic",s.isVariadic()),this.setAttribute("accepted_arguments",s.getAcceptedArgments()),this.compileCallable(e)}}exports.TwingNodeExpressionFilter=TwingNodeExpressionFilter;
501
502},{"../../node":120,"./call":162}],166:[function(require,module,exports){
503"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const filter_1=require("../filter"),node_1=require("../../../node"),constant_1=require("../constant"),defined_1=require("../test/defined"),conditional_1=require("../conditional");class TwingNodeExpressionFilterDefault extends filter_1.TwingNodeExpressionFilter{constructor(e,t,n,i,o,l=null){let s=new filter_1.TwingNodeExpressionFilter(e,new constant_1.TwingNodeExpressionConstant("default",e.getTemplateLine(),e.getTemplateColumn()),n,e.getTemplateLine(),e.getTemplateColumn());if("default"!==t.getAttribute("value")||e.getType()!==node_1.TwingNodeType.EXPRESSION_NAME&&e.getType()!==node_1.TwingNodeType.EXPRESSION_GET_ATTR)e=s;else{let t=new defined_1.TwingNodeExpressionTestDefined(e.clone(),"defined",new node_1.TwingNode,e.getTemplateLine(),e.getTemplateColumn()),i=n.getNodes().size?n.getNode(0):new constant_1.TwingNodeExpressionConstant("",e.getTemplateLine(),e.getTemplateColumn());e=new conditional_1.TwingNodeExpressionConditional(t,s,i,e.getTemplateLine(),e.getTemplateColumn())}super(e,t,n,i,o,l)}compile(e){e.subcompile(this.getNode("node"))}}exports.TwingNodeExpressionFilterDefault=TwingNodeExpressionFilterDefault;
504
505},{"../../../node":120,"../conditional":163,"../constant":164,"../filter":165,"../test/defined":177}],167:[function(require,module,exports){
506"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const node_1=require("../../node"),call_1=require("./call");class TwingNodeExpressionFunction extends call_1.TwingNodeExpressionCall{constructor(e,t,s,n){let i=new Map([["arguments",t]]),r=new Map;r.set("name",e),r.set("is_defined_test",!1),super(i,r,s,n),this.type=node_1.TwingNodeType.EXPRESSION_FUNCTION}compile(e){let t=this.getAttribute("name"),s=e.getEnvironment().getFunction(t);this.setAttribute("name",t),this.setAttribute("type","function"),this.setAttribute("needs_environment",s.needsEnvironment()),this.setAttribute("needs_context",s.needsContext()),this.setAttribute("needs_source",s.needsSource()),this.setAttribute("arguments",s.getArguments());let n=s.getCallable();this.setAttribute("callable",n),this.setAttribute("is_variadic",s.isVariadic()),this.setAttribute("accepted_arguments",s.getAcceptedArgments()),this.compileCallable(e)}}exports.TwingNodeExpressionFunction=TwingNodeExpressionFunction;
507
508},{"../../node":120,"./call":162}],168:[function(require,module,exports){
509"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const expression_1=require("../expression"),template_1=require("../../template"),node_1=require("../../node");class TwingNodeExpressionGetAttr extends expression_1.TwingNodeExpression{constructor(e,t,i,r,s,o){let n=new Map;n.set("node",e),n.set("attribute",t),i&&n.set("arguments",i);let a=new Map;a.set("type",r),a.set("is_defined_test",!1),a.set("ignore_strict_check",!1),a.set("optimizable",!0),super(n,a,s,o),this.type=node_1.TwingNodeType.EXPRESSION_GET_ATTR}compile(e){let t=e.getEnvironment();if(!this.getAttribute("optimizable")||t.isStrictVariables()&&!this.getAttribute("ignore_strict_check")||this.getAttribute("is_defined_test")||this.getAttribute("type")!==template_1.TwingTemplate.ARRAY_CALL)e.raw(`this.traceableMethod(this.getAttribute, ${this.getTemplateLine()}, this.source)(this.env, `),this.getAttribute("ignore_strict_check")&&this.getNode("node").setAttribute("ignore_strict_check",!0),e.subcompile(this.getNode("node")),e.raw(", ").subcompile(this.getNode("attribute")),this.hasNode("arguments")?e.raw(", ").subcompile(this.getNode("arguments")):e.raw(", new Map()"),e.raw(", ").repr(this.getAttribute("type")).raw(", ").repr(this.getAttribute("is_defined_test")).raw(", ").repr(this.getAttribute("ignore_strict_check")).raw(", ").repr(t.isSandboxed()).raw(")");else{let t=e.getVarName();e.raw("(() => {let "+t+" = ").subcompile(this.getNode("node")).raw("; return this.get(").raw(t).raw(", ").subcompile(this.getNode("attribute")).raw(");})()")}}}exports.TwingNodeExpressionGetAttr=TwingNodeExpressionGetAttr;
510
511},{"../../node":120,"../../template":214,"../expression":131}],169:[function(require,module,exports){
512"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const array_1=require("./array");class TwingNodeExpressionHash extends array_1.TwingNodeExpressionArray{compile(e){e.raw("new Map([");let r=!0;for(let s of this.getKeyValuePairs())r||e.raw(", "),r=!1,e.raw("[").subcompile(s.key).raw(", ").subcompile(s.value).raw("]");e.raw("])")}}exports.TwingNodeExpressionHash=TwingNodeExpressionHash;
513
514},{"./array":132}],170:[function(require,module,exports){
515"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const expression_1=require("../expression"),node_1=require("../../node");class TwingNodeExpressionMethodCall extends expression_1.TwingNodeExpression{constructor(e,t,r,s,o){let i=new Map;i.set("node",e),i.set("arguments",r);let n=new Map;n.set("method",t),n.set("safe",!1),n.set("is_defined_test",!1),super(i,n,s,o),this.type=node_1.TwingNodeType.EXPRESSION_METHOD_CALL}compile(e){if(this.getAttribute("is_defined_test"))e.raw("(typeof (macros.proxy[").repr(this.getNode("node").getAttribute("name")).raw("][").repr(this.getAttribute("method")).raw("]) === 'function')");else{e.raw("this.callMacro(macros.proxy[").repr(this.getNode("node").getAttribute("name")).raw("], ").repr(this.getAttribute("method")).raw(", [");let t=!0,r=this.getNode("arguments");for(let s of r.getKeyValuePairs())t||e.raw(", "),t=!1,e.subcompile(s.value);e.raw("], ").repr(this.getTemplateLine()).raw(", context, this.getSourceContext())")}}}exports.TwingNodeExpressionMethodCall=TwingNodeExpressionMethodCall;
516
517},{"../../node":120,"../expression":131}],171:[function(require,module,exports){
518"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const expression_1=require("../expression"),node_1=require("../../node");class TwingNodeExpressionName extends expression_1.TwingNodeExpression{constructor(e,t,s){let i=new Map;i.set("name",e),i.set("is_defined_test",!1),i.set("ignore_strict_check",!1),i.set("always_defined",!1),super(new Map,i,t,s),this.specialVars=new Map([["_self","this.getTemplateName()"],["_context","context"],["_charset","this.env.getCharset()"]]),this.type=node_1.TwingNodeType.EXPRESSION_NAME}compile(e){let t=this.getAttribute("name");this.getAttribute("is_defined_test")?this.isSpecial()?e.repr(!0):e.raw("(context.has(").repr(t).raw("))"):this.isSpecial()?e.raw(this.specialVars.get(t)):this.getAttribute("always_defined")?e.raw("context.get(").string(t).raw(")"):this.getAttribute("ignore_strict_check")||!e.getEnvironment().isStrictVariables()?e.raw("(context.has(").string(t).raw(") ? context.get(").string(t).raw(") : null)"):e.raw("(context.has(").string(t).raw(") ? context.get(").string(t).raw(") : (() => { throw new this.RuntimeError('Variable ").string(t).raw(" does not exist.', ").repr(this.lineno).raw(", this.source); })()").raw(")")}isSpecial(){return this.specialVars.has(this.getAttribute("name"))}isSimple(){return!this.isSpecial()&&!this.getAttribute("is_defined_test")}}exports.TwingNodeExpressionName=TwingNodeExpressionName;
519
520},{"../../node":120,"../expression":131}],172:[function(require,module,exports){
521"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const conditional_1=require("./conditional"),defined_1=require("./test/defined"),not_1=require("./unary/not"),node_1=require("../../node"),and_1=require("./binary/and"),test_1=require("./test");class TwingNodeExpressionNullCoalesce extends conditional_1.TwingNodeExpressionConditional{constructor(e,n,o){let t=e[0],i=e[1];super(new and_1.TwingNodeExpressionBinaryAnd([new defined_1.TwingNodeExpressionTestDefined(t.clone(),"defined",new node_1.TwingNode,t.getTemplateLine(),t.getTemplateColumn()),new not_1.TwingNodeExpressionUnaryNot(new test_1.TwingNodeExpressionTest(t,"null",new node_1.TwingNode,t.getTemplateLine(),t.getTemplateColumn()),t.getTemplateLine(),t.getTemplateColumn())],t.getTemplateLine(),t.getTemplateColumn()),t,i,n,o),this.type=node_1.TwingNodeType.EXPRESSION_NULL_COALESCE}compile(e){return this.getNode("expr2").getType()===node_1.TwingNodeType.EXPRESSION_NAME&&this.getNode("expr2").setAttribute("always_defined",!0),super.compile(e)}}exports.TwingNodeExpressionNullCoalesce=TwingNodeExpressionNullCoalesce;
522
523},{"../../node":120,"./binary/and":137,"./conditional":163,"./test":175,"./test/defined":177,"./unary/not":180}],173:[function(require,module,exports){
524(function (Buffer){
525"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const expression_1=require("../expression"),node_1=require("../../node");class TwingNodeExpressionParent extends expression_1.TwingNodeExpression{constructor(e,t){let r=new Map;r.set("output",!1),r.set("name",e),super(new Map,r,t),this.type=node_1.TwingNodeType.EXPRESSION_PARENT}compile(e){let t=this.getAttribute("name");require("var-validator").isValid(t)||(t=Buffer.from(t).toString("hex")),this.getAttribute("output")?e.write(`this.traceableDisplayParentBlock(${this.getTemplateLine()}, this.source)(`).string(t).raw(", context, blocks);\n"):e.raw(`this.traceableRenderParentBlock(${this.getTemplateLine()}, this.source)(`).string(t).raw(", context, blocks)")}}exports.TwingNodeExpressionParent=TwingNodeExpressionParent;
526
527}).call(this,require("buffer").Buffer)
528},{"../../node":120,"../expression":131,"buffer":285,"var-validator":579}],174:[function(require,module,exports){
529"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const expression_1=require("../expression"),node_1=require("../../node");class TwingNodeExpressionTempName extends expression_1.TwingNodeExpression{constructor(e,s,t,r){let n=new Map;n.set("name",e),n.set("declaration",s),super(new Map,n,t,r),this.type=node_1.TwingNodeType.EXPRESSION_TEMP_NAME}compile(e){e.raw(`${this.getAttribute("declaration")?"let ":""}$_`).raw(this.getAttribute("name")).raw("_")}}exports.TwingNodeExpressionTempName=TwingNodeExpressionTempName;
530
531},{"../../node":120,"../expression":131}],175:[function(require,module,exports){
532"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const call_1=require("./call"),node_1=require("../../node");class TwingNodeExpressionTest extends call_1.TwingNodeExpressionCall{constructor(e,t,s,i,n){let r=new Map;r.set("node",e),null!==s&&r.set("arguments",s),super(r,new Map([["name",t]]),i,n),this.type=node_1.TwingNodeType.EXPRESSION_TEST}compile(e){let t=this.getAttribute("name"),s=e.getEnvironment().getTest(t);this.setAttribute("name",t),this.setAttribute("type","test"),this.setAttribute("needs_environment",s.needsEnvironment()),this.setAttribute("arguments",s.getArguments()),this.setAttribute("callable",s.getCallable()),this.setAttribute("is_variadic",s.isVariadic()),this.setAttribute("accepted_arguments",s.getAcceptedArgments()),super.compileCallable(e)}}exports.TwingNodeExpressionTest=TwingNodeExpressionTest;
533
534},{"../../node":120,"./call":162}],176:[function(require,module,exports){
535"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const test_1=require("../test");class TwingNodeExpressionTestConstant extends test_1.TwingNodeExpressionTest{compile(e){e.raw("(").subcompile(this.getNode("node")).raw(" === this.constant(this.env, ").subcompile(this.getNode("arguments").getNode(0)),this.getNode("arguments").hasNode(1)&&e.raw(", ").subcompile(this.getNode("arguments").getNode(1)),e.raw("))")}}exports.TwingNodeExpressionTestConstant=TwingNodeExpressionTestConstant;
536
537},{"../test":175}],177:[function(require,module,exports){
538"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const test_1=require("../test"),node_1=require("../../../node"),constant_1=require("../constant"),syntax_1=require("../../../error/syntax");class TwingNodeExpressionTestDefined extends test_1.TwingNodeExpressionTest{constructor(e,t,n,i,s){let o=!1,T=null;if(e.getType()===node_1.TwingNodeType.EXPRESSION_NAME?e.setAttribute("is_defined_test",!0):e.getType()===node_1.TwingNodeType.EXPRESSION_GET_ATTR?(e.setAttribute("is_defined_test",!0),o=!0):e.getType()===node_1.TwingNodeType.EXPRESSION_BLOCK_REFERENCE?e.setAttribute("is_defined_test",!0):e.getType()===node_1.TwingNodeType.EXPRESSION_FUNCTION&&"constant"===e.getAttribute("name")?e.setAttribute("is_defined_test",!0):e.getType()===node_1.TwingNodeType.EXPRESSION_CONSTANT||e.getType()===node_1.TwingNodeType.EXPRESSION_ARRAY?e=new constant_1.TwingNodeExpressionConstant(!0,e.getTemplateLine(),e.getTemplateColumn()):e.getType()===node_1.TwingNodeType.EXPRESSION_METHOD_CALL?e.setAttribute("is_defined_test",!0):T='The "defined" test only works with simple variables.',super(e,t,n,i,s),o&&this.changeIgnoreStrictCheck(e),T)throw new syntax_1.TwingErrorSyntax(T,this.getTemplateLine())}changeIgnoreStrictCheck(e){e.setAttribute("optimizable",!1),e.setAttribute("ignore_strict_check",!0);let t=e.getNode("node");t.getType()===node_1.TwingNodeType.EXPRESSION_GET_ATTR&&this.changeIgnoreStrictCheck(t)}compile(e){e.subcompile(this.getNode("node"))}}exports.TwingNodeExpressionTestDefined=TwingNodeExpressionTestDefined;
539
540},{"../../../error/syntax":13,"../../../node":120,"../constant":164,"../test":175}],178:[function(require,module,exports){
541"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const expression_1=require("../expression"),node_1=require("../../node");class TwingNodeExpressionUnary extends expression_1.TwingNodeExpression{constructor(e,o,s){let r=new Map;r.set("node",e),super(r,new Map,o,s),this.type=node_1.TwingNodeType.EXPRESSION_UNARY}compile(e){e.raw(" "),this.operator(e),e.subcompile(this.getNode("node"))}operator(e){return e}}exports.TwingNodeExpressionUnary=TwingNodeExpressionUnary;
542
543},{"../../node":120,"../expression":131}],179:[function(require,module,exports){
544"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const unary_1=require("../unary"),node_1=require("../../../node");class TwingNodeExpressionUnaryNeg extends unary_1.TwingNodeExpressionUnary{constructor(e,r,n){super(e,r,n),this.type=node_1.TwingNodeType.EXPRESSION_UNARY_NEG}operator(e){return e.raw("-")}}exports.TwingNodeExpressionUnaryNeg=TwingNodeExpressionUnaryNeg;
545
546},{"../../../node":120,"../unary":178}],180:[function(require,module,exports){
547"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const unary_1=require("../unary");class TwingNodeExpressionUnaryNot extends unary_1.TwingNodeExpressionUnary{operator(e){return e.raw("!")}}exports.TwingNodeExpressionUnaryNot=TwingNodeExpressionUnaryNot;
548
549},{"../unary":178}],181:[function(require,module,exports){
550"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const unary_1=require("../unary"),node_1=require("../../../node");class TwingNodeExpressionUnaryPos extends unary_1.TwingNodeExpressionUnary{constructor(e,r,n){super(e,r,n),this.type=node_1.TwingNodeType.EXPRESSION_UNARY_POS}operator(e){return e.raw("+")}}exports.TwingNodeExpressionUnaryPos=TwingNodeExpressionUnaryPos;
551
552},{"../../../node":120,"../unary":178}],182:[function(require,module,exports){
553"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const node_1=require("../node");class TwingNodeFlush extends node_1.TwingNode{constructor(e,o,s){super(new Map,new Map,e,o,s),this.type=node_1.TwingNodeType.FLUSH}compile(e){e.write("this.flushOutputBuffer();\n")}}exports.TwingNodeFlush=TwingNodeFlush;
554
555},{"../node":120}],183:[function(require,module,exports){
556"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const node_1=require("../node");class TwingNodeForLoop extends node_1.TwingNode{constructor(e,t,o=null){let i=new Map;i.set("with_loop",!1),i.set("ifexpr",!1),i.set("else",!1),super(new Map,i,e,t,o)}compile(e){this.getAttribute("else")&&e.write("context.set('_iterated', true);\n"),this.getAttribute("with_loop")&&(e.write("(() => {\n").indent().write("let loop = context.get('loop');\n").write("loop.set('index0', loop.get('index0') + 1);\n").write("loop.set('index', loop.get('index') + 1);\n").write("loop.set('first', false);\n"),this.getAttribute("ifexpr")||e.write("if (loop.has('length')) {\n").indent().write("loop.set('revindex0', loop.get('revindex0') - 1);\n").write("loop.set('revindex', loop.get('revindex') - 1);\n").write("loop.set('last', loop.get('revindex0') === 0);\n").outdent().write("}\n"),e.outdent().write("})();\n"))}}exports.TwingNodeForLoop=TwingNodeForLoop;
557
558},{"../node":120}],184:[function(require,module,exports){
559"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const node_1=require("../node"),for_loop_1=require("./for-loop"),if_1=require("./if");class TwingNodeFor extends node_1.TwingNode{constructor(e,t,n,i,o,r,s,l,w=null){let d=new for_loop_1.TwingNodeForLoop(s,l,w),_=new Map,p=0;if(_.set(p++,o),_.set(p++,d),o=new node_1.TwingNode(_),i){let e=new Map,t=0;e.set(t++,i),e.set(t++,o),o=new if_1.TwingNodeIf(new node_1.TwingNode(e),null,s,l,w)}let a=new Map;a.set("key_target",e),a.set("value_target",t),a.set("seq",n),a.set("body",o),r&&a.set("else",r);let c=new Map;c.set("with_loop",!0),c.set("ifexpr",null!==i),super(a,c,s,l,w),this.type=node_1.TwingNodeType.FOR,this.loop=d}compile(e){e.write("context.set('_parent', context.clone());\n\n").write("(() => {\n").indent().write("let c = this.ensureTraversable(").subcompile(this.getNode("seq")).raw(");\n\n").write("if (c === context) {\n").indent().write("context.set('_seq', context.clone());\n").outdent().write("}\n").write("else {\n").indent().write("context.set('_seq', c);\n").outdent().write("}\n").outdent().write("})();\n\n"),this.hasNode("else")&&e.write("context.set('_iterated', false);\n"),this.getAttribute("with_loop")&&(e.write("context.set('loop', new Map([\n").write(" ['parent', context.get('_parent')],\n").write(" ['index0', 0],\n").write(" ['index', 1],\n").write(" ['first', true]\n").write("]));\n"),this.getAttribute("ifexpr")||e.write("if ((typeof context.get('_seq') === 'object') && this.isCountable(context.get('_seq'))) {\n").indent().write("let length = this.count(context.get('_seq'));\n").write("let loop = context.get('loop');\n").write("loop.set('revindex0', length - 1);\n").write("loop.set('revindex', length);\n").write("loop.set('length', length);\n").write("loop.set('last', (length === 1));\n").outdent().write("}\n")),this.loop.setAttribute("else",this.hasNode("else")),this.loop.setAttribute("with_loop",this.getAttribute("with_loop")),this.loop.setAttribute("ifexpr",this.getAttribute("ifexpr")),e.write("this.iterate(context.get('_seq'), (__key__, __value__) => {\n").indent().subcompile(this.getNode("key_target"),!1).raw(" = __key__;\n").subcompile(this.getNode("value_target"),!1).raw(" = __value__;\n").subcompile(this.getNode("body")).outdent().write("});\n"),this.hasNode("else")&&e.write("if (context.get('_iterated') === false) {\n").indent().subcompile(this.getNode("else")).outdent().write("}\n"),e.write("(() => {\n").indent().write("let parent = context.get('_parent');\n"),e.write("context.delete('_seq');\n").write("context.delete('_iterated');\n").write("context.delete('"+this.getNode("key_target").getAttribute("name")+"');\n").write("context.delete('"+this.getNode("value_target").getAttribute("name")+"');\n").write("context.delete('_parent');\n").write("context.delete('loop');\n"),e.write("for (let [k, v] of parent) {\n").indent().write("if (!context.has(k)) {\n").indent().write("context.set(k, v);\n").outdent().write("}\n").outdent().write("}\n"),e.outdent().write("})();\n")}}exports.TwingNodeFor=TwingNodeFor;
560
561},{"../node":120,"./for-loop":183,"./if":185}],185:[function(require,module,exports){
562"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const node_1=require("../node");class TwingNodeIf extends node_1.TwingNode{constructor(e,t,s,o,i=null){let n=new Map;n.set("tests",e),t&&n.set("else",t),super(n,new Map,s,o,i),this.type=node_1.TwingNodeType.IF}compile(e){let t=this.getNode("tests").getNodes().size;for(let s=0;s<t;s+=2)s>0?e.outdent().write("}\n").write("else if ("):e.write("if ("),e.subcompile(this.getNode("tests").getNode(s)).raw(") {\n").indent().subcompile(this.getNode("tests").getNode(s+1));this.hasNode("else")&&e.outdent().write("}\n").write("else {\n").indent().subcompile(this.getNode("else")),e.outdent().write("}\n")}}exports.TwingNodeIf=TwingNodeIf;
563
564},{"../node":120}],186:[function(require,module,exports){
565"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const node_1=require("../node");class TwingNodeImport extends node_1.TwingNode{constructor(e,t,r,o,s=null,i=!0){let a=new Map;a.set("expr",e),a.set("var",t);let p=new Map;p.set("global",i),super(a,p,r,o,s),this.type=node_1.TwingNodeType.IMPORT}compile(e){e.write("macros.proxy[").repr(this.getNode("var").getAttribute("name")).raw("] = "),this.getAttribute("global")&&e.raw("this.macros.proxy[").repr(this.getNode("var").getAttribute("name")).raw("] = "),this.getNode("expr").getType()===node_1.TwingNodeType.EXPRESSION_NAME&&"_self"===this.getNode("expr").getAttribute("name")?e.raw("this"):e.raw("this.loadTemplate(").subcompile(this.getNode("expr")).raw(", ").repr(this.getTemplateName()).raw(", ").repr(this.getTemplateLine()).raw(")"),e.raw(";\n")}}exports.TwingNodeImport=TwingNodeImport;
566
567},{"../node":120}],187:[function(require,module,exports){
568"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const node_1=require("../node");class TwingNodeInclude extends node_1.TwingNode{constructor(e,t,i,r,s,n,o=null){let d=new Map;e&&d.set("expr",e),null!==t&&d.set("variables",t),super(d,new Map([["only",i],["ignore_missing",r]]),s,n,o),this.type=node_1.TwingNodeType.INCLUDE}compile(e){e.write("this.echo(").raw("this.include(context, this.source, "),this.addGetTemplate(e),e.raw(", "),this.hasNode("variables")?e.subcompile(this.getNode("variables")):e.repr(void 0),e.raw(", ").repr(!this.getAttribute("only")).raw(", ").repr(this.getAttribute("ignore_missing")).raw(", ").repr(this.getTemplateLine()).raw(")").raw(");\n")}addGetTemplate(e){e.subcompile(this.getNode("expr"))}}exports.TwingNodeInclude=TwingNodeInclude;
569
570},{"../node":120}],188:[function(require,module,exports){
571"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const node_1=require("../node");class TwingNodeInlinePrint extends node_1.TwingNode{constructor(e,n,o,i=null){super(new Map([["node",e]]),new Map,n,o,i),this.type=node_1.TwingNodeType.INLINE_PRINT}compile(e){e.raw("this.echo(").subcompile(this.getNode("node")).raw(")")}}exports.TwingNodeInlinePrint=TwingNodeInlinePrint;
572
573},{"../node":120}],189:[function(require,module,exports){
574"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const node_1=require("../node"),syntax_1=require("../error/syntax");class TwingNodeMacro extends node_1.TwingNode{constructor(e,t,r,n,o,i=null){for(let[t,n]of r.getNodes())if(t===TwingNodeMacro.VARARGS_NAME)throw new syntax_1.TwingErrorSyntax(`The argument "${TwingNodeMacro.VARARGS_NAME}" in macro "${e}" cannot be defined because the variable "${TwingNodeMacro.VARARGS_NAME}" is reserved for arbitrary arguments.`,n.getTemplateLine());let a=new Map;a.set("body",t),a.set("arguments",r),super(a,new Map([["name",e]]),n,o,i),this.type=node_1.TwingNodeType.MACRO}compile(e){e.write(`macro_${this.getAttribute("name")}(`);let t=this.getNode("arguments").getNodes().size,r=0;for(let[n,o]of this.getNode("arguments").getNodes())e.raw("__"+n+"__ = ").subcompile(o),++r<t&&e.raw(", ");t&&e.raw(", "),e.raw("...__varargs__").raw(") {\n").indent().write("let macros = this.macros.clone();\n").write("let context = new this.Context(this.env.mergeGlobals(new Map([\n").indent();let n=!0;for(let[t,r]of this.getNode("arguments").getNodes())n||e.raw(",\n"),n=!1,e.write("[").string(t).raw(", __"+t+"__]");n||e.raw(",\n"),e.write("[").string(TwingNodeMacro.VARARGS_NAME).raw(", "),e.raw("__varargs__]\n").outdent().write("])));\n\n").write("let blocks = new Map();\n").write("let result;\n").write("let error;\n\n").write("this.startOutputBuffer();\n").write("try {\n").indent().subcompile(this.getNode("body")).raw("\n").write("let tmp = this.getOutputBufferContent();\n").write("result = (tmp === '') ? '' : new this.Markup(tmp, this.env.getCharset());\n").outdent().write("}\n").write("catch (e) {\n").indent().write("error = e;\n").outdent().write("}\n\n").write("this.endAndCleanOutputBuffer();\n\n").write("if (error) {\n").indent().write("throw error;\n").outdent().write("}\n").write("return result;\n").outdent().write("}\n\n")}}exports.TwingNodeMacro=TwingNodeMacro,TwingNodeMacro.VARARGS_NAME="varargs";
575
576},{"../error/syntax":13,"../node":120}],190:[function(require,module,exports){
577(function (Buffer){
578"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const node_1=require("../node");class TwingNodeModule extends node_1.TwingNode{constructor(e,t,i,s,r,o,n){let a=new Map;a.set("body",e),a.set("blocks",i),a.set("macros",s),a.set("traits",r),a.set("display_start",new node_1.TwingNode),a.set("display_end",new node_1.TwingNode),a.set("constructor_start",new node_1.TwingNode),a.set("constructor_end",new node_1.TwingNode),a.set("class_end",new node_1.TwingNode),null!==t&&a.set("parent",t);let d=new Map;d.set("index",0),d.set("embedded_templates",o),super(a,d,1,1),this.type=node_1.TwingNodeType.MODULE,this.source=n,this.setTemplateName(this.source.getName())}setIndex(e){this.setAttribute("index",e)}compile(e){let t=this.getAttribute("index");0===t&&e.write("module.exports = (TwingTemplate) => {\n").indent().write("return new Map([\n").indent(),this.compileTemplate(e);for(let t of this.getAttribute("embedded_templates"))e.subcompile(t);0===t&&e.outdent().write("]);\n").outdent().write("};")}compileTemplate(e){this.compileClassHeader(e),this.compileConstructor(e),this.compileGetParent(e),this.compileDisplay(e),e.subcompile(this.getNode("blocks")),this.compileMacros(e),this.compileGetTemplateName(e),this.compileIsTraitable(e),this.compileGetSourceContext(e),this.compileClassfooter(e)}compileGetParent(e){if(!this.hasNode("parent"))return;let t=this.getNode("parent");e.write("doGetParent(context) {\n").indent().write("return "),t.getType()===node_1.TwingNodeType.EXPRESSION_CONSTANT?e.subcompile(t):e.raw("this.loadTemplate(").subcompile(t).raw(", ").repr(this.source.getName()).raw(", ").repr(t.getTemplateLine()).raw(")"),e.raw(";\n").outdent().write("}\n\n")}compileClassHeader(e){let t=this.getAttribute("index");e.write(`[${t}, class extends TwingTemplate {\n`).indent()}compileConstructor(e){if(e.write("constructor(env) {\n").indent().subcompile(this.getNode("constructor_start")).write("super(env);\n\n").write("this.source = this.getSourceContext();\n").write("this.macros = new this.Context();\n").write("let macros = new this.Context();\n\n"),this.hasNode("parent")){let t=this.getNode("parent");t&&t.getType()===node_1.TwingNodeType.EXPRESSION_CONSTANT&&e.write("this.parent = this.loadTemplate(").subcompile(t).raw(", ").repr(this.source.getName()).raw(", ").repr(t.getTemplateLine()).raw(");\n\n")}else e.write("this.parent = false;\n\n");let t=this.getNode("traits").getNodes().size;if(t){for(let[t,i]of this.getNode("traits").getNodes()){let s=i.getNode("template");e.write(`let _trait_${t} = this.loadTemplate(`).subcompile(s).raw(", ").repr(s.getTemplateName()).raw(", ").repr(s.getTemplateLine()).raw(");\n"),e.write(`if (!_trait_${t}.isTraitable()) {\n`).indent().write("throw new this.RuntimeError('Template \"+").subcompile(i.getNode("template")).raw("+\" cannot be used as a trait.', ").repr(s.getTemplateLine()).raw(", this.source);\n").outdent().write("}\n").write(`let _trait_${t}_blocks = this.cloneMap(_trait_${t}.getBlocks());\n\n`);for(let[s,r]of i.getNode("targets").getNodes())e.write(`if (!_trait_${t}_blocks.has(`).string(s).raw(")) {\n").indent().write("throw new this.RuntimeError('Block ").string(s).raw(" is not defined in trait ").subcompile(i.getNode("template")).raw(".', ").repr(r.getTemplateLine()).raw(", this.source);\n").outdent().write("}\n\n").write(`_trait_${t}_blocks.set(`).subcompile(r).raw(`, _trait_${t}_blocks.get(`).string(s).raw(`)); _trait_${t}_blocks.delete(`).string(s).raw(");\n\n")}if(t>1)for(let i=0;i<t;++i)e.write(`this.traits = this.merge(this.traits, _trait_${i}_blocks);\n`);else e.write("this.traits = this.cloneMap(_trait_0_blocks);\n\n");e.write("this.blocks = this.merge(this.traits, new Map([\n").indent()}else e.write("this.blocks = new Map([\n");e.indent();let i=this.getNode("blocks").getNodes().size;for(let[t,s]of this.getNode("blocks").getNodes()){i--;let s=t;require("var-validator").isValid(t)||(s=Buffer.from(t).toString("hex")),e.write(`['${t}', [this, 'block_${s}']]`),i>0&&e.raw(","),e.raw("\n")}e.outdent().write("])"),t&&e.write("\n").outdent().write(")"),e.raw(";\n"),e.subcompile(this.getNode("constructor_end")).outdent().write("}\n\n")}compileMacros(e){e.subcompile(this.getNode("macros"))}compileDisplay(e){if(e.write("doDisplay(context, blocks = new Map()) {\n").indent().write("let macros = this.macros.clone();\n").addSourceMapEnter(this).subcompile(this.getNode("display_start")).subcompile(this.getNode("body")),this.hasNode("parent")){this.getNode("parent").getType()===node_1.TwingNodeType.EXPRESSION_CONSTANT?e.write("this.parent"):e.write("this.getParent(context)"),e.raw(".display(context, this.merge(this.blocks, blocks));\n")}e.subcompile(this.getNode("display_end")).addSourceMapLeave().outdent().write("}\n\n")}compileGetTemplateName(e){e.write("getTemplateName() {\n").indent().write("return ").repr(this.source.getName()).raw(";\n").outdent().write("}\n\n")}compileIsTraitable(e){let t=!this.hasNode("parent")&&0===this.getNode("macros").getNodes().size;if(t){let e;if(!(e=this.getNode("body").getType()===node_1.TwingNodeType.BODY?this.getNode("body").getNode(0):this.getNode("body")).getNodes().size){let t=new Map;t.set(0,e),e=new node_1.TwingNode(t)}for(let[i,s]of e.getNodes())if(s.getNodes().size){t=!1;break}}t||e.write("isTraitable() {\n").indent().write("return false;\n").outdent().write("}\n\n")}compileGetSourceContext(e){e.write("getSourceContext() {\n").indent().write("return new this.Source(").string(e.getEnvironment().isDebug()||e.getEnvironment().isSourceMap()?this.source.getCode():"").raw(", ").string(this.source.getName()).raw(", ").string(this.source.getPath()).raw(");\n").outdent().write("}\n")}compileClassfooter(e){e.subcompile(this.getNode("class_end")).outdent().write("}],\n")}}exports.TwingNodeModule=TwingNodeModule;
579
580}).call(this,require("buffer").Buffer)
581},{"../node":120,"buffer":285,"var-validator":579}],191:[function(require,module,exports){
582"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const node_1=require("../node");class TwingNodePrint extends node_1.TwingNode{constructor(e,t,n,o=null){let i=new Map;i.set("expr",e),super(i,new Map,t,n,o),this.TwingNodeOutputInterfaceImpl=this,this.type=node_1.TwingNodeType.PRINT}compile(e){e.addSourceMapEnter(this).write("this.echo(").subcompile(this.getNode("expr")).raw(");\n").addSourceMapLeave()}}exports.TwingNodePrint=TwingNodePrint;
583
584},{"../node":120}],192:[function(require,module,exports){
585"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const node_1=require("../node");class TwingNodeSandbox extends node_1.TwingNode{constructor(e,n,d,t=null){super(new Map([["body",e]]),new Map,n,d,t),this.type=node_1.TwingNodeType.SANDBOX}compile(e){e.write("(").raw("() => {\n").indent().write("let alreadySandboxed = this.env.isSandboxed();\n").write("if (!alreadySandboxed) {\n").indent().write("this.env.enableSandbox();\n").outdent().write("}\n").subcompile(this.getNode("body")).write("if (!alreadySandboxed) {\n").indent().write("this.env.disableSandbox();\n").outdent().write("}\n").outdent().write("})();\n")}}exports.TwingNodeSandbox=TwingNodeSandbox;
586
587},{"../node":120}],193:[function(require,module,exports){
588"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const print_1=require("./print");class TwingNodeSandboxedPrint extends print_1.TwingNodePrint{compile(e){e.write("this.echo(this.env.ensureToStringAllowed(").subcompile(this.getNode("expr")).raw("));\n")}}exports.TwingNodeSandboxedPrint=TwingNodeSandboxedPrint;
589
590},{"./print":191}],194:[function(require,module,exports){
591"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const node_1=require("../node"),constant_1=require("./expression/constant");class TwingNodeSet extends node_1.TwingNode{constructor(e,t,s,i,r,o=null){let a=new Map;a.set("names",t),a.set("values",s);let n=new Map;if(n.set("capture",e),n.set("safe",!1),super(a,n,i,r,o),this.type=node_1.TwingNodeType.SET,this.TwingNodeCaptureInterfaceImpl=this,this.getAttribute("capture")){this.setAttribute("safe",!0);let e=this.getNode("values");e.getType()===node_1.TwingNodeType.TEXT&&(this.setNode("values",new constant_1.TwingNodeExpressionConstant(e.getAttribute("data"),e.getTemplateLine(),e.getTemplateColumn())),this.setAttribute("capture",!1))}}compile(e){if(this.getNode("names").getNodes().size>1){e.write("[");for(let[t,s]of this.getNode("names").getNodes())t>0&&e.raw(", "),e.subcompile(s);e.raw("]")}else this.getAttribute("capture")&&e.write("this.startOutputBuffer();\n").subcompile(this.getNode("values")),e.subcompile(this.getNode("names"),!1),this.getAttribute("capture")&&e.raw(" = (() => {let tmp = this.getAndCleanOutputBuffer(); return tmp === '' ? '' : new this.Markup(tmp, this.env.getCharset());})()");if(!this.getAttribute("capture"))if(e.raw(" = "),this.getNode("names").getNodes().size>1){e.raw("[");for(let[t,s]of this.getNode("values").getNodes())t>0&&e.raw(", "),e.subcompile(s);e.raw("]")}else this.getAttribute("safe")?e.raw("(() => {let tmp = ").subcompile(this.getNode("values")).raw("; return tmp === '' ? '' : new this.Markup(tmp, this.env.getCharset());})()"):e.subcompile(this.getNode("values"));e.raw(";\n")}}exports.TwingNodeSet=TwingNodeSet;
592
593},{"../node":120,"./expression/constant":164}],195:[function(require,module,exports){
594"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const node_1=require("../node");class TwingNodeSpaceless extends node_1.TwingNode{constructor(e,t,s,o="spaceless"){let i=new Map;i.set("body",e),super(i,new Map,t,s,o),this.type=node_1.TwingNodeType.SPACELESS,this.TwingNodeOutputInterfaceImpl=this}compile(e){e.addSourceMapEnter(this).write("this.startOutputBuffer();\n").subcompile(this.getNode("body")).write("this.echo(this.getAndCleanOutputBuffer().replace(/>\\s+</g, '><').trim());\n").addSourceMapLeave()}}exports.TwingNodeSpaceless=TwingNodeSpaceless;
595
596},{"../node":120}],196:[function(require,module,exports){
597"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const node_1=require("../node");class TwingNodeText extends node_1.TwingNode{constructor(e,t,n,o=null){super(new Map,new Map([["data",e]]),t,n,o),this.type=node_1.TwingNodeType.TEXT,this.TwingNodeOutputInterfaceImpl=this}compile(e){e.addSourceMapEnter(this).write("this.echo(").string(this.getAttribute("data")).raw(");\n").addSourceMapLeave()}}exports.TwingNodeText=TwingNodeText;
598
599},{"../node":120}],197:[function(require,module,exports){
600"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const node_1=require("../node"),text_1=require("./text");class TwingNodeVerbatim extends text_1.TwingNodeText{constructor(e,t,o,r){super(e,t,o,r),this.type=node_1.TwingNodeType.VERBATIM}}exports.TwingNodeVerbatim=TwingNodeVerbatim;
601
602},{"../node":120,"./text":196}],198:[function(require,module,exports){
603"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const node_1=require("../node");class TwingNodeWith extends node_1.TwingNode{constructor(e,t,n,o,i,r=null){let s=new Map;s.set("body",e),t&&s.set("variables",t),super(s,new Map([["only",n]]),o,i,r),this.type=node_1.TwingNodeType.WITH}compile(e){if(this.hasNode("variables")){let t=e.getVarName();e.write(`let ${t} = `).subcompile(this.getNode("variables")).raw(";\n").write(`if (typeof (${t}) !== 'object') {\n`).indent().write("throw new this.RuntimeError('Variables passed to the \"with\" tag must be a hash.', ").repr(this.getTemplateLine()).raw(", this.source);\n").outdent().write("}\n"),this.getAttribute("only")?e.write("context = new Map([['_parent', context]]);\n"):e.write("context.set('_parent', context.clone());\n"),e.write(`context = new this.Context(this.env.mergeGlobals(this.merge(context, this.convertToMap(${t}))));\n`)}else e.write("context.set('_parent', context.clone());\n");e.subcompile(this.getNode("body")).write("context = context.get('_parent');\n")}}exports.TwingNodeWith=TwingNodeWith;
604
605},{"../node":120}],199:[function(require,module,exports){
606"use strict";var TwingOperatorType,TwingOperatorAssociativity;Object.defineProperty(exports,"__esModule",{value:!0}),function(t){t.UNARY="UNARY",t.BINARY="BINARY"}(TwingOperatorType=exports.TwingOperatorType||(exports.TwingOperatorType={})),function(t){t.LEFT="LEFT",t.RIGHT="RIGHT"}(TwingOperatorAssociativity=exports.TwingOperatorAssociativity||(exports.TwingOperatorAssociativity={}));class TwingOperator{constructor(t,e,r,i,s){this.name=t,this.type=e,this.precedence=r,this.expressionFactory=i,this.associativity=e===TwingOperatorType.BINARY?s||TwingOperatorAssociativity.LEFT:null}getName(){return this.name}getType(){return this.type}getPrecedence(){return this.precedence}getAssociativity(){return this.associativity}getExpressionFactory(){return this.expressionFactory}}exports.TwingOperator=TwingOperator;
607
608},{}],200:[function(require,module,exports){
609(function (process){
610"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const util_1=require("util");class TwingOutputHandler{constructor(t,e){this.content="",this.level=t}getContent(){return this.content}write(t){this.content=t}append(t){this.content+=t}}exports.TwingOutputHandler=TwingOutputHandler;class TwingOutputBuffering{static echo(t){return"boolean"==typeof t?t=!0===t?"1":"":util_1.isNullOrUndefined(t)&&(t=""),TwingOutputBuffering.outputWrite(t)}static obStart(){let t=new TwingOutputHandler(TwingOutputBuffering.obGetLevel()+1,0);return TwingOutputBuffering.handlers.push(t),!0}static obFlush(){let t=TwingOutputBuffering.getActive();return t?(TwingOutputBuffering.handlers.pop(),TwingOutputBuffering.outputWrite(t.getContent()),t.write(""),TwingOutputBuffering.handlers.push(t),!0):(process.stdout.write("Failed to flush buffer: no buffer to flush."),!1)}static flush(){return TwingOutputBuffering.obFlush()}static obEndFlush(){return TwingOutputBuffering.getActive()?(TwingOutputBuffering.obFlush(),TwingOutputBuffering.handlers.pop(),!0):(process.stdout.write("Failed to delete and flush buffer: no buffer to delete or flush."),!1)}static obGetFlush(){let t=TwingOutputBuffering.obGetContents();return TwingOutputBuffering.obEndFlush(),t}static obClean(){let t=TwingOutputBuffering.getActive();return t?(t.write(""),!0):(process.stdout.write("Failed to clean buffer: no buffer to clean."),!1)}static obEndClean(){return!!TwingOutputBuffering.obClean()&&(TwingOutputBuffering.handlers.pop(),!0)}static obGetClean(){let t=TwingOutputBuffering.obGetContents();return TwingOutputBuffering.obEndClean(),t}static obGetLevel(){return TwingOutputBuffering.handlers.length}static obGetContents(){return!!TwingOutputBuffering.getActive()&&TwingOutputBuffering.getActive().getContent()}static outputWrite(t){let e=TwingOutputBuffering.getActive();e?e.append(t):process&&process.stdout?process.stdout.write(t):console.log(t)}static getActive(){return TwingOutputBuffering.handlers.length>0?TwingOutputBuffering.handlers[TwingOutputBuffering.handlers.length-1]:null}}exports.TwingOutputBuffering=TwingOutputBuffering,TwingOutputBuffering.handlers=[],exports.echo=TwingOutputBuffering.echo,exports.obStart=TwingOutputBuffering.obStart,exports.obEndClean=TwingOutputBuffering.obEndClean,exports.obGetClean=TwingOutputBuffering.obGetClean,exports.obGetContents=TwingOutputBuffering.obGetContents,exports.obGetLevel=TwingOutputBuffering.obGetLevel,exports.flush=TwingOutputBuffering.flush;
611
612}).call(this,require('_process'))
613},{"_process":515,"util":578}],201:[function(require,module,exports){
614(function (process,Buffer){
615"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const syntax_1=require("./error/syntax"),node_1=require("./node"),text_1=require("./node/text"),print_1=require("./node/print"),body_1=require("./node/body"),module_1=require("./node/module"),node_traverser_1=require("./node-traverser"),token_parser_1=require("./token-parser"),first_1=require("./helpers/first"),push_1=require("./helpers/push"),comment_1=require("./node/comment"),ctype_space_1=require("./helpers/ctype-space"),constant_1=require("./node/expression/constant"),concat_1=require("./node/expression/binary/concat"),assign_name_1=require("./node/expression/assign-name"),arrow_function_1=require("./node/expression/arrow-function"),name_1=require("./node/expression/name"),parent_1=require("./node/expression/parent"),block_reference_1=require("./node/expression/block-reference"),get_attr_1=require("./node/expression/get-attr"),template_1=require("./template"),array_1=require("./node/expression/array"),method_call_1=require("./node/expression/method-call"),hash_1=require("./node/expression/hash"),not_1=require("./node/expression/unary/not"),conditional_1=require("./node/expression/conditional"),operator_1=require("./operator"),twig_lexer_1=require("twig-lexer"),lexer_1=require("./lexer"),sha256=require("crypto-js/sha256"),hex=require("crypto-js/enc-hex");class TwingParserStackEntry{constructor(e,t=null,n,r,s,i,o,a){this.stream=e,this.parent=t,this.blocks=n,this.blockStack=r,this.macros=s,this.importedSymbols=i,this.traits=o,this.embeddedTemplates=a}}const nameRegExp=new RegExp(twig_lexer_1.namePattern);class TwingParser{constructor(e){this.stack=[],this.handlers=null,this.embeddedTemplates=[],this.varNameSalt=0,this.embeddedTemplateIndex=1,this.env=e,this.unaryOperators=e.getUnaryOperators(),this.binaryOperators=e.getBinaryOperators()}getVarName(e="__internal_"){return`${e}${hex.stringify(sha256("TwingParser::getVarName"+this.stream.getSourceContext().getCode()+this.varNameSalt++))}`}parse(e,t=null,n=!1){if(this.stack.push(new TwingParserStackEntry(this.stream,this.parent,this.blocks,this.blockStack,this.macros,this.importedSymbols,this.traits,this.embeddedTemplates)),null===this.handlers){this.handlers=new Map;for(let e of this.env.getTokenParsers())e.setParser(this),this.handlers.set(e.getTag(),e)}let r;this.visitors||(this.visitors=this.env.getNodeVisitors()),this.stream=e,this.parent=null,this.blocks=new Map,this.macros=new Map,this.traits=new Map,this.blockStack=[],this.importedSymbols=[new Map],this.embeddedTemplates=[],this.varNameSalt=0;try{r=this.subparse(t,n),null!==this.parent&&null===(r=this.filterBodyNodes(r))&&(r=new node_1.TwingNode)}catch(e){throw e instanceof syntax_1.TwingErrorSyntax&&(e.getSourceContext()||e.setSourceContext(this.stream.getSourceContext())),e}let s=new Map;s.set(0,r);let i=new module_1.TwingNodeModule(new body_1.TwingNodeBody(s),this.parent,new node_1.TwingNode(this.blocks),new node_1.TwingNode(this.macros),new node_1.TwingNode(this.traits),this.embeddedTemplates,e.getSourceContext());i=new node_traverser_1.TwingNodeTraverser(this.env,this.visitors).traverse(i);let o=this.stack.pop();return this.stream=o.stream,this.parent=o.parent,this.blocks=o.blocks,this.blockStack=o.blockStack,this.macros=o.macros,this.importedSymbols=o.importedSymbols,this.traits=o.traits,this.embeddedTemplates=o.embeddedTemplates,i}getParent(){return this.parent}setParent(e){this.parent=e}subparse(e,t=!1){let n,r=this.getCurrentToken().line,s=new Map,i=0;for(;!this.stream.isEOF();)switch(this.getCurrentToken().type){case twig_lexer_1.TokenType.TEXT:n=this.stream.next(),s.set(i++,new text_1.TwingNodeText(n.value,n.line,n.column,null));break;case twig_lexer_1.TokenType.VARIABLE_START:n=this.stream.next();let o=this.parseExpression();this.stream.expect(twig_lexer_1.TokenType.VARIABLE_END),s.set(i++,new print_1.TwingNodePrint(o,n.line,n.column));break;case twig_lexer_1.TokenType.TAG_START:if(this.stream.next(),(n=this.getCurrentToken()).type!==twig_lexer_1.TokenType.NAME)throw new syntax_1.TwingErrorSyntax("A block must start with a tag name.",n.line,this.stream.getSourceContext());if(null!==e&&e[1](n))return t&&this.stream.next(),1===s.size?first_1.first(s):new node_1.TwingNode(s,new Map,r);if(!this.handlers.has(n.value)){let t;throw null!==e?(t=new syntax_1.TwingErrorSyntax(`Unexpected "${n.value}" tag`,n.line,this.stream.getSourceContext()),Array.isArray(e)&&e.length>1&&e[0]instanceof token_parser_1.TwingTokenParser&&t.appendMessage(` (expecting closing tag for the "${e[0].getTag()}" tag defined near line ${r}).`)):(t=new syntax_1.TwingErrorSyntax(`Unknown "${n.value}" tag.`,n.line,this.stream.getSourceContext())).addSuggestions(n.value,Array.from(this.env.getTags().keys())),t}this.stream.next();let a=this.handlers.get(n.value).parse(n);null!==a&&s.set(i++,a);break;case twig_lexer_1.TokenType.COMMENT_START:this.stream.next(),n=this.stream.expect(twig_lexer_1.TokenType.TEXT),this.stream.expect(twig_lexer_1.TokenType.COMMENT_END),s.set(i++,new comment_1.TwingNodeComment(n.value,n.line,n.column));break;default:throw new syntax_1.TwingErrorSyntax("Lexer or parser ended up in unsupported state.",this.getCurrentToken().line,this.stream.getSourceContext())}return 1===s.size?first_1.first(s):new node_1.TwingNode(s,new Map,r)}getBlockStack(){return this.blockStack}peekBlockStack(){return this.blockStack[this.blockStack.length-1]}popBlockStack(){this.blockStack.pop()}pushBlockStack(e){this.blockStack.push(e)}hasBlock(e){return this.blocks.has(e)}getBlock(e){return this.blocks.get(e)}setBlock(e,t){let n=new Map;n.set(0,t),this.blocks.set(e,new body_1.TwingNodeBody(n,new Map,t.getTemplateLine()))}addTrait(e){push_1.push(this.traits,e)}hasTraits(){return this.traits.size>0}embedTemplate(e){e.setIndex(this.embeddedTemplateIndex++),this.embeddedTemplates.push(e)}getCurrentToken(){return this.stream.getCurrent()}getStream(){return this.stream}addImportedSymbol(e,t,n=null,r=null){let s=this.importedSymbols[0];s.has(e)||s.set(e,new Map),s.get(e).set(t,{name:n,node:r})}getImportedSymbol(e,t){let n=null,r=n=>{if(n.has(e)){let r=n.get(e);if(r.has(t))return r.get(t)}return null},s=this.importedSymbols.length;return s>0&&!(n=r(this.importedSymbols[0]))&&s>1&&(n=r(this.importedSymbols[s-1])),n}hasMacro(e){return this.macros.has(e)}setMacro(e,t){this.macros.set(e,t)}isMainScope(){return 1===this.importedSymbols.length}pushLocalScope(){this.importedSymbols.unshift(new Map)}popLocalScope(){this.importedSymbols.shift()}filterBodyNodes(e,t=!1){if(e.getType()===node_1.TwingNodeType.TEXT&&!ctype_space_1.ctypeSpace(e.getAttribute("data"))||e.getType()!==node_1.TwingNodeType.TEXT&&e.getType()!==node_1.TwingNodeType.BLOCK_REFERENCE&&e.TwingNodeOutputInterfaceImpl&&e.getType()!==node_1.TwingNodeType.SPACELESS){let t=e.getAttribute("data");if(t.indexOf(String.fromCharCode(239,187,191))>-1){let e=t.substring(3);if(""===e||ctype_space_1.ctypeSpace(e))return null}throw new syntax_1.TwingErrorSyntax("A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag?",e.getTemplateLine(),this.stream.getSourceContext())}if(e.TwingNodeCaptureInterfaceImpl)return e;if(t||e.getType()!==node_1.TwingNodeType.SPACELESS||console.warn(`Using the spaceless tag at the root level of a child template in "${this.stream.getSourceContext().getName()}" at line ${e.getTemplateLine()} is deprecated since Twig 2.5.0 and will become a syntax error in Twig 3.0.`),t&&e.getType()===node_1.TwingNodeType.BLOCK_REFERENCE)return console.warn(`Nesting a block definition under a non-capturing node in "${this.stream.getSourceContext().getName()}" at line ${e.getTemplateLine()} is deprecated since Twig 2.5.0 and will become a syntax error in Twig 3.0.`),null;if(e.TwingNodeOutputInterfaceImpl&&e.getType()!==node_1.TwingNodeType.SPACELESS)return null;t=t||null!==e.getType();for(let[n,r]of e.getNodes())null!==r&&null===this.filterBodyNodes(r,t)&&e.removeNode(n);return e}parseStringExpression(){let e,t=this.getStream(),n=[],r=!0;for(;;)if(r&&(e=t.nextIf(twig_lexer_1.TokenType.STRING)))n.push(new constant_1.TwingNodeExpressionConstant(e.value,e.line,e.column)),r=!1;else{if(!t.nextIf(twig_lexer_1.TokenType.INTERPOLATION_START))break;n.push(this.parseExpression()),t.expect(twig_lexer_1.TokenType.INTERPOLATION_END),r=!0}let s=n.shift();for(let e of n)s=new concat_1.TwingNodeExpressionBinaryConcat([s,e],e.getTemplateLine(),e.getTemplateColumn());return s}parseExpression(e=0,t=!1){if(t){let e=this.parseArrow();if(e)return e}let n=this.getPrimary(),r=this.getCurrentToken();for(;this.isBinary(r)&&this.binaryOperators.get(r.value).getPrecedence()>=e;){let e=this.binaryOperators.get(r.value);if(this.getStream().next(),"is not"===r.value)n=this.parseNotTestExpression(n);else if("is"===r.value)n=this.parseTestExpression(n);else{let t=this.parseExpression(e.getAssociativity()===operator_1.TwingOperatorAssociativity.LEFT?e.getPrecedence()+1:e.getPrecedence());n=e.getExpressionFactory()([n,t],r.line,r.column)}r=this.getCurrentToken()}return 0===e?this.parseConditionalExpression(n):n}parseArrow(){let e,t,n,r,s=this.getStream();if(s.look(1).test(twig_lexer_1.TokenType.ARROW))return t=s.getCurrent().line,n=s.getCurrent().column,e=s.expect(twig_lexer_1.TokenType.NAME),r=new Map([[0,new assign_name_1.TwingNodeExpressionAssignName(e.value,e.line,e.column)]]),s.expect(twig_lexer_1.TokenType.ARROW),new arrow_function_1.TwingNodeExpressionArrowFunction(this.parseExpression(0),new node_1.TwingNode(r),t,n);let i=0;if(!s.look(i).test(twig_lexer_1.TokenType.PUNCTUATION,"("))return null;for(++i;++i,s.look(i).test(twig_lexer_1.TokenType.PUNCTUATION,",");)++i;if(!s.look(i).test(twig_lexer_1.TokenType.PUNCTUATION,")"))return null;if(++i,!s.look(i).test(twig_lexer_1.TokenType.ARROW))return null;for(t=(e=s.expect(twig_lexer_1.TokenType.PUNCTUATION,"(")).line,n=e.column,r=new Map,i=0;;){if(!(e=this.getCurrentToken()).test(twig_lexer_1.TokenType.NAME))throw new syntax_1.TwingErrorSyntax(`Unexpected token "${lexer_1.typeToEnglish(e.type)}" of value "${e.value}".`,e.line,s.getSourceContext());if(r.set(i++,new assign_name_1.TwingNodeExpressionAssignName(e.value,e.line,e.column)),s.next(),!s.nextIf(twig_lexer_1.TokenType.PUNCTUATION,","))break}return s.expect(twig_lexer_1.TokenType.PUNCTUATION,")"),s.expect(twig_lexer_1.TokenType.ARROW),new arrow_function_1.TwingNodeExpressionArrowFunction(this.parseExpression(0),new node_1.TwingNode(r),t,n)}getPrimary(){let e=this.getCurrentToken();if(this.isUnary(e)){let t=this.unaryOperators.get(e.value);this.getStream().next();let n=this.parseExpression(t.getPrecedence());return this.parsePostfixExpression(t.getExpressionFactory()([n,null],e.line,e.column))}if(e.test(twig_lexer_1.TokenType.PUNCTUATION,"(")){this.getStream().next();let e=this.parseExpression();return this.getStream().expect(twig_lexer_1.TokenType.PUNCTUATION,")","An opened parenthesis is not properly closed"),this.parsePostfixExpression(e)}return this.parsePrimaryExpression()}parsePrimaryExpression(){let e,t=this.getCurrentToken();switch(t.type){case twig_lexer_1.TokenType.NAME:switch(this.getStream().next(),t.value){case"true":case"TRUE":e=new constant_1.TwingNodeExpressionConstant(!0,t.line,t.column);break;case"false":case"FALSE":e=new constant_1.TwingNodeExpressionConstant(!1,t.line,t.column);break;case"none":case"NONE":case"null":case"NULL":e=new constant_1.TwingNodeExpressionConstant(null,t.line,t.column);break;default:e="("===this.getCurrentToken().value?this.getFunctionNode(t.value,t.line,t.column):new name_1.TwingNodeExpressionName(t.value,t.line,t.column)}break;case twig_lexer_1.TokenType.NUMBER:this.getStream().next(),e=new constant_1.TwingNodeExpressionConstant(t.value,t.line,t.column);break;case twig_lexer_1.TokenType.STRING:case twig_lexer_1.TokenType.INTERPOLATION_START:e=this.parseStringExpression();break;case twig_lexer_1.TokenType.OPERATOR:let n=nameRegExp.exec(t.value);if(null!==n&&n[0]===t.value){this.getStream().next(),e=new name_1.TwingNodeExpressionName(t.value,t.line,t.column);break}if(this.unaryOperators.has(t.value)){let n=this.unaryOperators.get(t.value);this.getStream().next();let r=this.parsePrimaryExpression();e=n.getExpressionFactory()([r,null],t.line,t.column);break}default:if(t.test(twig_lexer_1.TokenType.PUNCTUATION,"["))e=this.parseArrayExpression();else{if(!t.test(twig_lexer_1.TokenType.PUNCTUATION,"{"))throw!t.test(twig_lexer_1.TokenType.OPERATOR,"=")||"=="!==this.getStream().look(-1).value&&"!="!==this.getStream().look(-1).value?new syntax_1.TwingErrorSyntax(`Unexpected token "${lexer_1.typeToEnglish(t.type)}" of value "${t.value}".`,t.line,this.getStream().getSourceContext()):new syntax_1.TwingErrorSyntax(`Unexpected operator of value "${t.value}". Did you try to use "===" or "!==" for strict comparison? Use "is same as(value)" instead.`,t.line,this.getStream().getSourceContext());e=this.parseHashExpression()}}return this.parsePostfixExpression(e)}getFunctionNode(e,t,n){switch(e){case"parent":if(this.parseArguments(),!this.getBlockStack().length)throw new syntax_1.TwingErrorSyntax('Calling "parent" outside a block is forbidden.',t,this.getStream().getSourceContext());if(!this.getParent()&&!this.hasTraits())throw new syntax_1.TwingErrorSyntax('Calling "parent" on a template that does not extend nor "use" another template is forbidden.',t,this.getStream().getSourceContext());return new parent_1.TwingNodeExpressionParent(this.peekBlockStack(),t);case"block":let r=this.parseArguments();if(r.getNodes().size<1)throw new syntax_1.TwingErrorSyntax('The "block" function takes one argument (the block name).',t,this.getStream().getSourceContext());return new block_reference_1.TwingNodeExpressionBlockReference(r.getNode(0),r.getNodes().size>1?r.getNode(1):null,t,n);case"attribute":let s=this.parseArguments();if(s.getNodes().size<2)throw new syntax_1.TwingErrorSyntax('The "attribute" function takes at least two arguments (the variable and the attributes).',t,this.getStream().getSourceContext());return new get_attr_1.TwingNodeExpressionGetAttr(s.getNode(0),s.getNode(1),s.getNodes().size>2?s.getNode(2):null,template_1.TwingTemplate.ANY_CALL,t,n);default:let i=this.getImportedSymbol("function",e);if(i){let e=new array_1.TwingNodeExpressionArray(new Map,t,n);this.parseArguments().getNodes().forEach(function(t,n){e.addElement(t)});let r=new method_call_1.TwingNodeExpressionMethodCall(i.node,i.name,e,t,n);return r.setAttribute("safe",!0),r}let o=this.parseArguments(!0);return this.getFunctionExpressionFactory(e,t,n)(e,o,t,n)}}parseArrayExpression(){let e=this.getStream();e.expect(twig_lexer_1.TokenType.PUNCTUATION,"[","An array element was expected");let t=new array_1.TwingNodeExpressionArray(new Map,e.getCurrent().line,e.getCurrent().column),n=!0;for(;!e.test(twig_lexer_1.TokenType.PUNCTUATION,"]")&&(n||(e.expect(twig_lexer_1.TokenType.PUNCTUATION,",","An array element must be followed by a comma"),!e.test(twig_lexer_1.TokenType.PUNCTUATION,"]")));)n=!1,t.addElement(this.parseExpression());return e.expect(twig_lexer_1.TokenType.PUNCTUATION,"]","An opened array is not properly closed"),t}parseHashExpression(){let e=this.getStream();e.expect(twig_lexer_1.TokenType.PUNCTUATION,"{","A hash element was expected");let t=new hash_1.TwingNodeExpressionHash(new Map,e.getCurrent().line,e.getCurrent().column),n=!0;for(;!e.test(twig_lexer_1.TokenType.PUNCTUATION,"}")&&(n||(e.expect(twig_lexer_1.TokenType.PUNCTUATION,",","A hash value must be followed by a comma"),!e.test(twig_lexer_1.TokenType.PUNCTUATION,"}")));){let r,s;if(n=!1,(r=e.nextIf(twig_lexer_1.TokenType.STRING))||(r=e.nextIf(twig_lexer_1.TokenType.NAME))||(r=e.nextIf(twig_lexer_1.TokenType.NUMBER)))s=new constant_1.TwingNodeExpressionConstant(r.value,r.line,r.column);else{if(!e.test(twig_lexer_1.TokenType.PUNCTUATION,"(")){let t=e.getCurrent();throw new syntax_1.TwingErrorSyntax(`A hash key must be a quoted string, a number, a name, or an expression enclosed in parentheses (unexpected token "${lexer_1.typeToEnglish(t.type)}" of value "${t.value}".`,t.line,e.getSourceContext())}s=this.parseExpression()}e.expect(twig_lexer_1.TokenType.PUNCTUATION,":","A hash key must be followed by a colon (:)");let i=this.parseExpression();t.addElement(i,s)}return e.expect(twig_lexer_1.TokenType.PUNCTUATION,"}","An opened hash is not properly closed"),t}parseSubscriptExpression(e){let t,n=this.getStream(),r=n.next(),s=r.line,i=r.column,o=new array_1.TwingNodeExpressionArray(new Map,s,i),a=template_1.TwingTemplate.ANY_CALL;if("."===r.value){r=n.next();let l=nameRegExp.exec(r.value);if(r.type!==twig_lexer_1.TokenType.NAME&&r.type!==twig_lexer_1.TokenType.NUMBER&&(r.type!==twig_lexer_1.TokenType.OPERATOR||null===l))throw new syntax_1.TwingErrorSyntax("Expected name or number.",s,n.getSourceContext());if(t=new constant_1.TwingNodeExpressionConstant(r.value,s,i),n.test(twig_lexer_1.TokenType.PUNCTUATION,"(")){a=template_1.TwingTemplate.METHOD_CALL,this.parseArguments().getNodes().forEach(function(e,t){o.addElement(e)})}if(e.getType()===node_1.TwingNodeType.EXPRESSION_NAME&&this.getImportedSymbol("template",e.getAttribute("name"))){const n=require("var-validator");let r=t.getAttribute("value");return n.isValid(r)||(r=Buffer.from(r).toString("hex")),(e=new method_call_1.TwingNodeExpressionMethodCall(e,"macro_"+r,o,s,i)).setAttribute("safe",!0),e}}else{a=template_1.TwingTemplate.ARRAY_CALL;let s=!1;if(n.test(twig_lexer_1.TokenType.PUNCTUATION,":")?(s=!0,t=new constant_1.TwingNodeExpressionConstant(0,r.line,r.column)):t=this.parseExpression(),n.nextIf(twig_lexer_1.TokenType.PUNCTUATION,":")&&(s=!0),s){let s;s=n.test(twig_lexer_1.TokenType.PUNCTUATION,"]")?new constant_1.TwingNodeExpressionConstant(null,r.line,r.column):this.parseExpression();let i=this.getFilterExpressionFactory("slice",r.line,r.column),o=new node_1.TwingNode(new Map([[0,t],[1,s]])),a=i.call(this,e,new constant_1.TwingNodeExpressionConstant("slice",r.line,r.column),o,r.line,r.column);return n.expect(twig_lexer_1.TokenType.PUNCTUATION,"]"),a}n.expect(twig_lexer_1.TokenType.PUNCTUATION,"]")}return new get_attr_1.TwingNodeExpressionGetAttr(e,t,o,a,s,i)}parsePostfixExpression(e){for(;;){let t=this.getCurrentToken();if(t.type!==twig_lexer_1.TokenType.PUNCTUATION)break;if("."==t.value||"["==t.value)e=this.parseSubscriptExpression(e);else{if("|"!=t.value)break;e=this.parseFilterExpression(e)}}return e}parseTestExpression(e){let t,n,r=this.getStream();[t,n]=this.getTest(e.getTemplateLine());let s=n.getExpressionFactory(),i=null;if(r.test(twig_lexer_1.TokenType.PUNCTUATION,"(")&&(i=this.parseArguments(!0)),"defined"===t&&e.getType()===node_1.TwingNodeType.EXPRESSION_NAME){let t=this.getImportedSymbol("function",e.getAttribute("name"));null!==t&&(e=new method_call_1.TwingNodeExpressionMethodCall(t.node,t.name,new array_1.TwingNodeExpressionArray(new Map,e.getTemplateLine(),e.getTemplateColumn()),e.getTemplateLine(),e.getTemplateColumn())).setAttribute("safe",!0)}return s.call(this,e,t,i,this.getCurrentToken().line)}parseNotTestExpression(e){return new not_1.TwingNodeExpressionUnaryNot(this.parseTestExpression(e),this.getCurrentToken().line,this.getCurrentToken().column)}parseConditionalExpression(e){let t,n;for(;this.getStream().nextIf(twig_lexer_1.TokenType.PUNCTUATION,"?");)this.getStream().nextIf(twig_lexer_1.TokenType.PUNCTUATION,":")?(t=e,n=this.parseExpression()):(t=this.parseExpression(),n=this.getStream().nextIf(twig_lexer_1.TokenType.PUNCTUATION,":")?this.parseExpression():new constant_1.TwingNodeExpressionConstant("",this.getCurrentToken().line,this.getCurrentToken().column)),e=new conditional_1.TwingNodeExpressionConditional(e,t,n,this.getCurrentToken().line,this.getCurrentToken().column);return e}parseFilterExpression(e){return this.getStream().next(),this.parseFilterExpressionRaw(e)}parseFilterExpressionRaw(e,t=null){for(;;){let n,r=this.getStream().expect(twig_lexer_1.TokenType.NAME),s=new constant_1.TwingNodeExpressionConstant(r.value,r.line,r.column);if(n=this.getStream().test(twig_lexer_1.TokenType.PUNCTUATION,"(")?this.parseArguments(!0,!1,!0):new node_1.TwingNode,e=this.getFilterExpressionFactory(""+s.getAttribute("value"),r.line,r.column).call(this,e,s,n,r.line,t),!this.getStream().test(twig_lexer_1.TokenType.PUNCTUATION,"|"))break;this.getStream().next()}return e}parseArguments(e=!1,t=!1,n=!1){let r,s,i=new Map,o=this.getStream();for(o.expect(twig_lexer_1.TokenType.PUNCTUATION,"(","A list of arguments must begin with an opening parenthesis");!o.test(twig_lexer_1.TokenType.PUNCTUATION,")");){i.size>0&&o.expect(twig_lexer_1.TokenType.PUNCTUATION,",","Arguments must be separated by a comma"),t?(s=o.expect(twig_lexer_1.TokenType.NAME,null,"An argument must be a name"),r=new name_1.TwingNodeExpressionName(s.value,this.getCurrentToken().line,this.getCurrentToken().column)):r=this.parseExpression(0,n);let a=null;if(e&&(s=o.nextIf(twig_lexer_1.TokenType.OPERATOR,"="))){if(r.getType()!==node_1.TwingNodeType.EXPRESSION_NAME)throw new syntax_1.TwingErrorSyntax(`A parameter name must be a string, "${r.constructor.name}" given.`,s.line,o.getSourceContext());if(a=r.getAttribute("name"),t){if(r=this.parsePrimaryExpression(),!this.checkConstantExpression(r))throw new syntax_1.TwingErrorSyntax("A default value for an argument must be a constant (a boolean, a string, a number, or an array).",s.line,o.getSourceContext())}else r=this.parseExpression(0,n)}t?(null===a&&(a=r.getAttribute("name"),r=new constant_1.TwingNodeExpressionConstant(null,this.getCurrentToken().line,this.getCurrentToken().column)),i.set(a,r)):null===a?push_1.push(i,r):i.set(a,r)}return o.expect(twig_lexer_1.TokenType.PUNCTUATION,")","A list of arguments must be closed by a parenthesis"),new node_1.TwingNode(i)}parseAssignmentExpression(){let e=this.getStream(),t=new Map;for(;;){let n=this.getCurrentToken();e.test(twig_lexer_1.TokenType.OPERATOR)&&nameRegExp.exec(n.value)?this.getStream().next():e.expect(twig_lexer_1.TokenType.NAME,null,"Only variables can be assigned to");let r=n.value;if(["true","false","none","null"].indexOf(r.toLowerCase())>-1)throw new syntax_1.TwingErrorSyntax(`You cannot assign a value to "${r}".`,n.line,e.getSourceContext());if(push_1.push(t,new assign_name_1.TwingNodeExpressionAssignName(r,n.line,n.column)),!e.nextIf(twig_lexer_1.TokenType.PUNCTUATION,","))break}return new node_1.TwingNode(t)}parseMultitargetExpression(){let e=new Map;for(;push_1.push(e,this.parseExpression()),this.getStream().nextIf(twig_lexer_1.TokenType.PUNCTUATION,","););return new node_1.TwingNode(e)}checkConstantExpression(e){let t=this;if(e.getType()!==node_1.TwingNodeType.EXPRESSION_CONSTANT&&e.getType()!==node_1.TwingNodeType.EXPRESSION_ARRAY&&e.getType()!==node_1.TwingNodeType.EXPRESSION_UNARY_NEG&&e.getType()!==node_1.TwingNodeType.EXPRESSION_UNARY_POS)return!1;for(let[n,r]of e.getNodes())if(!t.checkConstantExpression(r))return!1;return!0}isUnary(e){return e.test(twig_lexer_1.TokenType.OPERATOR)&&this.unaryOperators.has(e.value)}isBinary(e){return e.test(twig_lexer_1.TokenType.OPERATOR)&&this.binaryOperators.has(e.value)}getTest(e){let t=this.getStream(),n=t.expect(twig_lexer_1.TokenType.NAME).value,r=this.env.getTest(n);if(r)return[n,r];if(t.test(twig_lexer_1.TokenType.NAME)){n=n+" "+this.getCurrentToken().value;let e=this.env.getTest(n);if(e)return t.next(),[n,e]}let s=new syntax_1.TwingErrorSyntax(`Unknown "${n}" test.`,e,t.getSourceContext());throw s.addSuggestions(n,[...this.env.getTests().keys()]),s}getFunctionExpressionFactory(e,t,n){let r=this.env.getFunction(e);if(!r){let n=new syntax_1.TwingErrorSyntax(`Unknown "${e}" function.`,t,this.getStream().getSourceContext());throw n.addSuggestions(e,Array.from(this.env.getFunctions().keys())),n}if(r.isDeprecated()){let e=`Twing Function "${r.getName()}" is deprecated`;"boolean"!=typeof r.getDeprecatedVersion()&&(e+=` since version ${r.getDeprecatedVersion()}`),r.getAlternative()&&(e+=`. Use "${r.getAlternative()}" instead`);let n=this.getStream().getSourceContext();e+=` in "${n.getPath()?n.getPath():n.getName()}" at line ${t}.`,process.stdout.write(e)}return r.getExpressionFactory()}getFilterExpressionFactory(e,t,n){let r=this.env.getFilter(e);if(!r){let n=new syntax_1.TwingErrorSyntax(`Unknown "${e}" filter.`,t,this.getStream().getSourceContext());throw n.addSuggestions(e,Array.from(this.env.getFilters().keys())),n}if(r.isDeprecated()){let e=`Twing Filter "${r.getName()}" is deprecated`;"boolean"!=typeof r.getDeprecatedVersion()&&(e+=` since version ${r.getDeprecatedVersion()}`),r.getAlternative()&&(e+=`. Use "${r.getAlternative()}" instead`);let n=this.getStream().getSourceContext();e+=` in "${n.getPath()?n.getPath():n.getName()}" at line ${t}.`,process.stdout.write(e)}return r.getExpressionFactory()}}exports.TwingParser=TwingParser;
616
617}).call(this,require('_process'),require("buffer").Buffer)
618},{"./error/syntax":13,"./helpers/ctype-space":82,"./helpers/first":86,"./helpers/push":106,"./lexer":109,"./node":120,"./node-traverser":114,"./node/body":124,"./node/comment":127,"./node/expression/array":132,"./node/expression/arrow-function":133,"./node/expression/assign-name":134,"./node/expression/binary/concat":141,"./node/expression/block-reference":161,"./node/expression/conditional":163,"./node/expression/constant":164,"./node/expression/get-attr":168,"./node/expression/hash":169,"./node/expression/method-call":170,"./node/expression/name":171,"./node/expression/parent":173,"./node/expression/unary/not":180,"./node/module":190,"./node/print":191,"./node/text":196,"./operator":199,"./template":214,"./token-parser":216,"_process":515,"buffer":285,"crypto-js/enc-hex":297,"crypto-js/sha256":298,"twig-lexer":567,"var-validator":579}],202:[function(require,module,exports){
619"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const error_1=require("../error");class TwingSandboxSecurityError extends error_1.TwingError{}exports.TwingSandboxSecurityError=TwingSandboxSecurityError;
620
621},{"../error":10}],203:[function(require,module,exports){
622"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const security_error_1=require("./security-error");class TwingSandboxSecurityNotAllowedFilterError extends security_error_1.TwingSandboxSecurityError{constructor(r,e,t=-1,o=null){super(r,t,o),this.filterName=e,this.name="TwingSandboxSecurityNotAllowedFilterError"}getFilterName(){return this.filterName}}exports.TwingSandboxSecurityNotAllowedFilterError=TwingSandboxSecurityNotAllowedFilterError;
623
624},{"./security-error":202}],204:[function(require,module,exports){
625"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const security_error_1=require("./security-error");class TwingSandboxSecurityNotAllowedFunctionError extends security_error_1.TwingSandboxSecurityError{constructor(r,e,o=-1,t=null){super(r,o,t),this.functionName=e,this.name="TwingSandboxSecurityNotAllowedFunctionError"}getFunctionName(){return this.functionName}}exports.TwingSandboxSecurityNotAllowedFunctionError=TwingSandboxSecurityNotAllowedFunctionError;
626
627},{"./security-error":202}],205:[function(require,module,exports){
628"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const security_error_1=require("./security-error");class TwingSandboxSecurityNotAllowedMethodError extends security_error_1.TwingSandboxSecurityError{constructor(r,e=-1,o=null){super(r,e,o),this.name="TwingSandboxSecurityNotAllowedMethodError"}}exports.TwingSandboxSecurityNotAllowedMethodError=TwingSandboxSecurityNotAllowedMethodError;
629
630},{"./security-error":202}],206:[function(require,module,exports){
631"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const security_error_1=require("./security-error");class TwingSandboxSecurityNotAllowedPropertyError extends security_error_1.TwingSandboxSecurityError{constructor(r,e=-1,o=null){super(r,e,o),this.name="TwingSandboxSecurityNotAllowedPropertyError"}}exports.TwingSandboxSecurityNotAllowedPropertyError=TwingSandboxSecurityNotAllowedPropertyError;
632
633},{"./security-error":202}],207:[function(require,module,exports){
634"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const security_error_1=require("./security-error");class TwingSandboxSecurityNotAllowedTagError extends security_error_1.TwingSandboxSecurityError{constructor(r,e,t=-1,o=null){super(r,t,o),this.tagName=e,this.name="TwingSandboxSecurityNotAllowedTagError"}getTagName(){return this.tagName}}exports.TwingSandboxSecurityNotAllowedTagError=TwingSandboxSecurityNotAllowedTagError;
635
636},{"./security-error":202}],208:[function(require,module,exports){
637"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const security_not_allowed_filter_error_1=require("./security-not-allowed-filter-error"),security_not_allowed_tag_error_1=require("./security-not-allowed-tag-error"),security_not_allowed_function_error_1=require("./security-not-allowed-function-error"),security_not_allowed_property_error_1=require("./security-not-allowed-property-error"),security_not_allowed_method_error_1=require("./security-not-allowed-method-error"),template_1=require("../template"),markup_1=require("../markup");class TwingSandboxSecurityPolicy{constructor(e=[],o=[],r=new Map,t=new Map,l=[]){this.TwingSandboxSecurityPolicyInterfaceImpl=this,this.allowedTags=e,this.allowedFilters=o,this.setAllowedMethods(r),this.allowedProperties=t,this.allowedFunctions=l}setAllowedTags(e){this.allowedTags=e}setAllowedFilters(e){this.allowedFilters=e}setAllowedMethods(e){this.allowedMethods=new Map;for(let[o,r]of e)this.allowedMethods.set(o,(Array.isArray(r)?r:[r]).map(function(e){return e.toLowerCase()}))}setAllowedProperties(e){this.allowedProperties=e}setAllowedFunctions(e){this.allowedFunctions=e}checkSecurity(e,o,r){let t=this;for(let o of e)if(!t.allowedTags.includes(o))throw new security_not_allowed_tag_error_1.TwingSandboxSecurityNotAllowedTagError(`Tag "${o}" is not allowed.`,o);for(let e of o)if(!t.allowedFilters.includes(e))throw new security_not_allowed_filter_error_1.TwingSandboxSecurityNotAllowedFilterError(`Filter "${e}" is not allowed.`,e);for(let e of r)if(!t.allowedFunctions.includes(e))throw new security_not_allowed_function_error_1.TwingSandboxSecurityNotAllowedFunctionError(`Function "${e}" is not allowed.`,e)}checkMethodAllowed(e,o){if(e instanceof template_1.TwingTemplate||e instanceof markup_1.TwingMarkup)return;let r=!1,t=o.toLowerCase();for(let[o,l]of this.allowedMethods)if(e instanceof o){r=l.includes(t);break}if(!r)throw new security_not_allowed_method_error_1.TwingSandboxSecurityNotAllowedMethodError(`Calling "${o}" method on a "${e.constructor.name}" is not allowed.`)}checkPropertyAllowed(e,o){let r=!1;for(let[t,l]of this.allowedProperties)if(e instanceof t){r=(Array.isArray(l)?l:[l]).includes(o);break}if(!r)throw new security_not_allowed_property_error_1.TwingSandboxSecurityNotAllowedPropertyError(`Calling "${o}" property on a "${e.constructor.name}" is not allowed.`)}}exports.TwingSandboxSecurityPolicy=TwingSandboxSecurityPolicy;
638
639},{"../markup":113,"../template":214,"./security-not-allowed-filter-error":203,"./security-not-allowed-function-error":204,"./security-not-allowed-method-error":205,"./security-not-allowed-property-error":206,"./security-not-allowed-tag-error":207}],209:[function(require,module,exports){
640"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const node_1=require("./node");class TwingSourceMapNodeFactory{constructor(e){this._type=e}create(e,o,r){return new node_1.TwingSourceMapNode(e,o,r,this.nodeType)}get nodeType(){return this._type}}exports.TwingSourceMapNodeFactory=TwingSourceMapNodeFactory;
641
642},{"./node":211}],210:[function(require,module,exports){
643"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const node_factory_1=require("../node-factory"),spaceless_1=require("../node/spaceless"),node_1=require("../../node");class TwingSourceMapNodeFactorySpaceless extends node_factory_1.TwingSourceMapNodeFactory{constructor(){super(node_1.TwingNodeType.SPACELESS)}create(e,o,r){return new spaceless_1.TwingSourceMapNodeSpaceless(e,o,r)}}exports.TwingSourceMapNodeFactorySpaceless=TwingSourceMapNodeFactorySpaceless;
644
645},{"../../node":120,"../node-factory":209,"../node/spaceless":212}],211:[function(require,module,exports){
646"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const source_map_1=require("source-map");class TwingSourceMapNode{constructor(e,t,n,r){this._name=r,this._source=n,this._line=e,this._column=t,this._content=null,this._parent=null,this._children=[]}get name(){return this._name}get source(){return this._source}get line(){return this._line}get column(){return this._column}get content(){return this._content}get parent(){return this._parent}get children(){return this._children}set content(e){this._content=e}addChild(e){e._parent=this,this._children.push(e)}toSourceNode(){let e=null;0===this._children.length&&(e=this._content);let t=new source_map_1.SourceNode(this._line,this._column,this._source.getPath(),e,this._name);t.setSourceContent(this._source.getPath(),this._source.getCode());for(let e of this._children)t.add(e.toSourceNode());return t}}exports.TwingSourceMapNode=TwingSourceMapNode;
647
648},{"source-map":563}],212:[function(require,module,exports){
649"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const node_1=require("../node"),node_2=require("../../node");class TwingSourceMapNodeSpaceless extends node_1.TwingSourceMapNode{constructor(e,t,o){super(e,t,o,node_2.TwingNodeType.SPACELESS)}toSourceNode(){let e=[],t=o=>{for(let n of o.children)e.push(n),t(n)};t(this);let o,n,c=/>\s*$/,s=/^\s*</,r=/^\s*$/,l=[],p=[];for(o=0,n=!1;!n&&o<e.length;){let t=e[o];l.push(t),n=!r.test(t.content),o++}for(o=e.length-1,n=!1;!n&&o>=0;){let t=e[o];p.push(t),n=!r.test(t.content),o--}for(let e of l)e.content=e.content.trimLeft();for(let e of p)e.content=e.content.trimRight();let u=null,i=[];for(let t of e)if(r.test(t.content))u&&i.push(t);else{if(t.content=t.content.replace(/>\s+</g,"><"),u){if(s.test(t.content)){u.content=u.content.replace(/\s+$/,""),t.content=t.content.replace(/^\s+/,"");for(let e of i)e.content=""}u=null}c.test(t.content)&&(u=t,i.splice(0))}return super.toSourceNode()}}exports.TwingSourceMapNodeSpaceless=TwingSourceMapNodeSpaceless;
650
651},{"../../node":120,"../node":211}],213:[function(require,module,exports){
652"use strict";Object.defineProperty(exports,"__esModule",{value:!0});class TwingSource{constructor(e,t,r=""){this.code=e,this.name=t,this.path=r}getCode(){return this.code}getName(){return this.name}getPath(){return this.path}}exports.TwingSource=TwingSource;
653
654},{}],214:[function(require,module,exports){
655"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const runtime_1=require("./error/runtime"),source_1=require("./source"),error_1=require("./error"),output_buffering_1=require("./output-buffering"),iterator_to_map_1=require("./helpers/iterator-to-map"),merge_1=require("./helpers/merge"),context_1=require("./context"),is_map_1=require("./helpers/is-map"),markup_1=require("./markup"),security_error_1=require("./sandbox/security-error"),security_not_allowed_filter_error_1=require("./sandbox/security-not-allowed-filter-error"),security_not_allowed_function_error_1=require("./sandbox/security-not-allowed-function-error"),security_not_allowed_tag_error_1=require("./sandbox/security-not-allowed-tag-error"),compare_1=require("./helpers/compare"),count_1=require("./helpers/count"),is_countable_1=require("./helpers/is-countable"),is_plain_object_1=require("./helpers/is-plain-object"),iterate_1=require("./helpers/iterate"),is_in_1=require("./helpers/is-in"),ensure_traversable_1=require("./helpers/ensure-traversable"),get_attribute_1=require("./helpers/get-attribute"),create_range_1=require("./helpers/create-range"),clone_map_1=require("./helpers/clone-map"),parse_regex_1=require("./helpers/parse-regex"),constant_1=require("./extension/core/functions/constant"),call_macro_1=require("./helpers/call-macro"),get_1=require("./helpers/get"),include_1=require("./extension/core/functions/include");class TwingTemplate{constructor(e){this.parent=null,this.parents=new Map,this.blocks=new Map,this.traits=new Map,this.extensions=new Map,this.env=e,this.extensions=e.getExtensions()}toString(){return this.getTemplateName()}getSourceContext(){return new source_1.TwingSource("",this.getTemplateName())}getParent(e={}){if(null!==this.parent)return this.parent;let t;try{if(!1===(t=this.doGetParent(e)))return!1;t instanceof TwingTemplate&&this.parents.set(t.getSourceContext().getName(),t),this.parents.has(t)||this.parents.set(t,this.loadTemplate(t))}catch(e){throw e instanceof error_1.TwingError&&e.setSourceContext(null),e}return this.parents.get(t)}isTraitable(){return!0}displayParentBlock(e,t,r=new Map){let n;if(this.traits.has(e))this.traits.get(e)[0].displayBlock(e,t,r,!1);else{if(!1===(n=this.getParent(t)))throw new runtime_1.TwingErrorRuntime(`The template has no parent and no traits defining the "${e}" block.`,-1,this.getSourceContext());n.displayBlock(e,t,r,!1)}}displayBlock(e,t,r=new Map,n=!0){let o,i,a;if(n&&r.has(e)?(i=r.get(e)[0],o=r.get(e)[1]):this.blocks.has(e)?(i=this.blocks.get(e)[0],o=this.blocks.get(e)[1]):(i=null,o=null),null!==i)Reflect.get(i,o).call(i,t,r);else{if(!1===(a=this.getParent(t)))throw r.has(e)?new runtime_1.TwingErrorRuntime(`Block "${e}" should not call parent() in "${r.get(e)[0].getTemplateName()}" as the block does not exist in the parent template "${this.getTemplateName()}".`,-1,r.get(e)[0].getSourceContext()):new runtime_1.TwingErrorRuntime(`Block "${e}" on template "${this.getTemplateName()}" does not exist.`,-1,this.getSourceContext());a.displayBlock(e,t,merge_1.merge(this.blocks,r),!1)}}renderParentBlock(e,t,r=new Map){return output_buffering_1.obStart(),this.displayParentBlock(e,t,r),output_buffering_1.obGetClean()}renderBlock(e,t,r=new Map,n=!0){return output_buffering_1.obStart(),this.displayBlock(e,t,r,n),output_buffering_1.obGetClean()}hasBlock(e,t,r=new Map){if(r.has(e))return r.get(e)[0]instanceof TwingTemplate;if(this.blocks.has(e))return!0;let n=this.getParent(t);return!!n&&n.hasBlock(e,t)}loadTemplate(e,t=null,r=null,n=0){try{return"string"==typeof e?this.env.loadTemplate(e,n,this.getSourceContext()):e instanceof TwingTemplate?e:this.env.resolveTemplate([...e.values()],this.getSourceContext())}catch(e){if(e instanceof error_1.TwingError){if(-1!==e.getTemplateLine())throw e;r&&e.setTemplateLine(r)}throw e}}getBlocks(){return this.blocks}display(e,t=new Map){if(null===e)throw new TypeError("Argument 1 passed to TwingTemplate::display() must be an iterator, null given");is_map_1.isMap(e)||(e=iterator_to_map_1.iteratorToMap(e)),e=new context_1.TwingContext(this.env.mergeGlobals(e)),this.displayWithErrorHandling(e,merge_1.merge(this.blocks,t))}render(e){let t=output_buffering_1.obGetLevel();output_buffering_1.obStart();try{this.display(e)}catch(e){for(;output_buffering_1.obGetLevel()>t;)output_buffering_1.obEndClean();throw e}return output_buffering_1.obGetClean()}doGetParent(e){return!1}displayWithErrorHandling(e,t=new Map){try{this.doDisplay(e,t)}catch(e){if(e instanceof error_1.TwingError)throw e.getSourceContext()||e.setSourceContext(this.getSourceContext()),e;throw new runtime_1.TwingErrorRuntime(`An exception has been thrown during the rendering of a template ("${e.message}").`,-1,this.getSourceContext(),e)}}traceableMethod(e,t,r){return function(){try{return e.apply(null,arguments)}catch(e){if(!(e instanceof error_1.TwingError))throw new runtime_1.TwingErrorRuntime(`An exception has been thrown during the rendering of a template ("${e.message}").`,t,r,e);throw-1===e.getTemplateLine()&&(e.setTemplateLine(t),e.setSourceContext(r)),e}}}traceableDisplayBlock(e,t){return this.traceableMethod(this.displayBlock.bind(this),e,t)}traceableDisplayParentBlock(e,t){return this.traceableMethod(this.displayParentBlock.bind(this),e,t)}traceableRenderBlock(e,t){return this.traceableMethod(this.renderBlock.bind(this),e,t)}traceableRenderParentBlock(e,t){return this.traceableMethod(this.renderParentBlock.bind(this),e,t)}traceableHasBlock(e,t){return this.traceableMethod(this.hasBlock.bind(this),e,t)}get callMacro(){return call_macro_1.callMacro}get cloneMap(){return clone_map_1.cloneMap}get compare(){return compare_1.compare}get constant(){return constant_1.constant}get convertToMap(){return iterator_to_map_1.iteratorToMap}get count(){return count_1.count}get createRange(){return create_range_1.createRange}get echo(){return output_buffering_1.echo}get endAndCleanOutputBuffer(){return output_buffering_1.obEndClean}get ensureTraversable(){return ensure_traversable_1.ensureTraversable}get flushOutputBuffer(){return output_buffering_1.flush}get get(){return(e,t)=>{if(is_map_1.isMap(e)||is_plain_object_1.isPlainObject(e))return get_1.get(e,t)}}get getAndCleanOutputBuffer(){return output_buffering_1.obGetClean}get getAttribute(){return get_attribute_1.getAttribute}get getOutputBufferContent(){return output_buffering_1.obGetContents}get include(){return(e,t,r,n,o,i,a)=>{try{return include_1.include(this.env,e,t,r,n,o,i)}catch(e){throw e instanceof error_1.TwingError&&-1===e.getTemplateLine()&&e.setTemplateLine(a),e}}}get isCountable(){return is_countable_1.isCountable}get isIn(){return is_in_1.isIn}get iterate(){return iterate_1.iterate}get merge(){return merge_1.merge}get parseRegExp(){return parse_regex_1.parseRegex}get startOutputBuffer(){return output_buffering_1.obStart}get Context(){return context_1.TwingContext}get Markup(){return markup_1.TwingMarkup}get RuntimeError(){return runtime_1.TwingErrorRuntime}get SandboxSecurityError(){return security_error_1.TwingSandboxSecurityError}get SandboxSecurityNotAllowedFilterError(){return security_not_allowed_filter_error_1.TwingSandboxSecurityNotAllowedFilterError}get SandboxSecurityNotAllowedFunctionError(){return security_not_allowed_function_error_1.TwingSandboxSecurityNotAllowedFunctionError}get SandboxSecurityNotAllowedTagError(){return security_not_allowed_tag_error_1.TwingSandboxSecurityNotAllowedTagError}get Source(){return source_1.TwingSource}}exports.TwingTemplate=TwingTemplate,TwingTemplate.ANY_CALL="any",TwingTemplate.ARRAY_CALL="array",TwingTemplate.METHOD_CALL="method";
656
657},{"./context":7,"./error":10,"./error/runtime":12,"./extension/core/functions/constant":53,"./extension/core/functions/include":57,"./helpers/call-macro":75,"./helpers/clone-map":77,"./helpers/compare":78,"./helpers/count":79,"./helpers/create-range":80,"./helpers/ensure-traversable":83,"./helpers/get":90,"./helpers/get-attribute":89,"./helpers/is-countable":92,"./helpers/is-in":93,"./helpers/is-map":94,"./helpers/is-plain-object":95,"./helpers/iterate":98,"./helpers/iterator-to-map":101,"./helpers/merge":103,"./helpers/parse-regex":105,"./markup":113,"./output-buffering":200,"./sandbox/security-error":202,"./sandbox/security-not-allowed-filter-error":203,"./sandbox/security-not-allowed-function-error":204,"./sandbox/security-not-allowed-tag-error":207,"./source":213}],215:[function(require,module,exports){
658"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const test_1=require("./node/expression/test"),callable_wrapper_1=require("./callable-wrapper");class TwingTest extends callable_wrapper_1.TwingCallableWrapper{constructor(e,s,t,r={}){super(e,s,t),this.options.expression_factory=function(e,s,t,r,n){return new test_1.TwingNodeExpressionTest(e,s,t,r,n)},this.options=Object.assign({},this.options,r)}}exports.TwingTest=TwingTest;
659
660},{"./callable-wrapper":5,"./node/expression/test":175}],216:[function(require,module,exports){
661"use strict";Object.defineProperty(exports,"__esModule",{value:!0});class TwingTokenParser{constructor(){this.TwingTokenParserInterfaceImpl=this}setParser(e){this.parser=e}}exports.TwingTokenParser=TwingTokenParser;
662
663},{}],217:[function(require,module,exports){
664"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const token_parser_1=require("../token-parser"),node_1=require("../node"),print_1=require("../node/print"),set_1=require("../node/set"),temp_name_1=require("../node/expression/temp-name"),twig_lexer_1=require("twig-lexer");class TwingTokenParserApply extends token_parser_1.TwingTokenParser{parse(e){let r,t=e.line,n=e.column,s=this.parser.getVarName();(r=new temp_name_1.TwingNodeExpressionTempName(s,!1,t,n)).setAttribute("always_defined",!0);let i=this.parser.parseFilterExpressionRaw(r,this.getTag());this.parser.getStream().expect(twig_lexer_1.TokenType.TAG_END);let p=this.parser.subparse([this,this.decideBlockEnd],!0);this.parser.getStream().expect(twig_lexer_1.TokenType.TAG_END);let a=new Map;return r=new temp_name_1.TwingNodeExpressionTempName(s,!0,t,n),a.set(0,new set_1.TwingNodeSet(!0,r,p,t,n,this.getTag())),a.set(1,new print_1.TwingNodePrint(i,t,n,this.getTag())),new node_1.TwingNode(a)}decideBlockEnd(e){return e.test(twig_lexer_1.TokenType.NAME,"endapply")}getTag(){return"apply"}}exports.TwingTokenParserApply=TwingTokenParserApply;
665
666},{"../node":120,"../node/expression/temp-name":174,"../node/print":191,"../node/set":194,"../token-parser":216,"twig-lexer":567}],218:[function(require,module,exports){
667"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const token_parser_1=require("../token-parser"),node_1=require("../node"),syntax_1=require("../error/syntax"),auto_escape_1=require("../node/auto-escape"),twig_lexer_1=require("twig-lexer");class TwingTokenParserAutoEscape extends token_parser_1.TwingTokenParser{parse(e){let t,r=e.line,s=e.column,n=this.parser.getStream();if(n.test(twig_lexer_1.TokenType.TAG_END))t="html";else{let e=this.parser.parseExpression();if(e.getType()!==node_1.TwingNodeType.EXPRESSION_CONSTANT)throw new syntax_1.TwingErrorSyntax("An escaping strategy must be a string or false.",n.getCurrent().line,n.getSourceContext());t=e.getAttribute("value")}n.expect(twig_lexer_1.TokenType.TAG_END);let a=this.parser.subparse([this,this.decideBlockEnd],!0);return n.expect(twig_lexer_1.TokenType.TAG_END),new auto_escape_1.TwingNodeAutoEscape(t,a,r,s,this.getTag())}decideBlockEnd(e){return e.test(twig_lexer_1.TokenType.NAME,"endautoescape")}getTag(){return"autoescape"}}exports.TwingTokenParserAutoEscape=TwingTokenParserAutoEscape;
668
669},{"../error/syntax":13,"../node":120,"../node/auto-escape":121,"../token-parser":216,"twig-lexer":567}],219:[function(require,module,exports){
670(function (Buffer){
671"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const token_parser_1=require("../token-parser"),node_1=require("../node"),syntax_1=require("../error/syntax"),block_1=require("../node/block"),print_1=require("../node/print"),block_reference_1=require("../node/block-reference"),twig_lexer_1=require("twig-lexer"),varValidator=require("var-validator");class TwingTokenParserBlock extends token_parser_1.TwingTokenParser{parse(e){let r=e.line,t=e.column,n=this.parser.getStream(),o=n.expect(twig_lexer_1.TokenType.NAME).value,i=o;if(varValidator.isValid(o)||(i=Buffer.from(o).toString("hex")),this.parser.hasBlock(o))throw new syntax_1.TwingErrorSyntax(`The block '${o}' has already been defined line ${this.parser.getBlock(o).getTemplateLine()}.`,n.getCurrent().line,n.getSourceContext());let s,a=new block_1.TwingNodeBlock(i,new node_1.TwingNode(new Map),r,t);if(this.parser.setBlock(o,a),this.parser.pushLocalScope(),this.parser.pushBlockStack(o),n.nextIf(twig_lexer_1.TokenType.TAG_END)){s=this.parser.subparse([this,this.decideBlockEnd],!0);let e=n.nextIf(twig_lexer_1.TokenType.NAME);if(e){let r=e.value;if(r!=o)throw new syntax_1.TwingErrorSyntax(`Expected endblock for block "${o}" (but "${r}" given).`,n.getCurrent().line,n.getSourceContext())}}else{let e=new Map;e.set(0,new print_1.TwingNodePrint(this.parser.parseExpression(),r,t)),s=new node_1.TwingNode(e)}return n.expect(twig_lexer_1.TokenType.TAG_END),a.setNode("body",s),this.parser.popBlockStack(),this.parser.popLocalScope(),new block_reference_1.TwingNodeBlockReference(o,r,t,this.getTag())}decideBlockEnd(e){return e.test(twig_lexer_1.TokenType.NAME,"endblock")}getTag(){return"block"}}exports.TwingTokenParserBlock=TwingTokenParserBlock;
672
673}).call(this,require("buffer").Buffer)
674},{"../error/syntax":13,"../node":120,"../node/block":123,"../node/block-reference":122,"../node/print":191,"../token-parser":216,"buffer":285,"twig-lexer":567,"var-validator":579}],220:[function(require,module,exports){
675"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const token_parser_1=require("../token-parser"),deprecated_1=require("../node/deprecated"),twig_lexer_1=require("twig-lexer");class TwingTokenParserDeprecated extends token_parser_1.TwingTokenParser{parse(e){let r=this.parser.parseExpression();return this.parser.getStream().expect(twig_lexer_1.TokenType.TAG_END),new deprecated_1.TwingNodeDeprecated(r,e.line,e.column,this.getTag())}getTag(){return"deprecated"}}exports.TwingTokenParserDeprecated=TwingTokenParserDeprecated;
676
677},{"../node/deprecated":128,"../token-parser":216,"twig-lexer":567}],221:[function(require,module,exports){
678"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const token_parser_1=require("../token-parser"),do_1=require("../node/do"),twig_lexer_1=require("twig-lexer");class TwingTokenParserDo extends token_parser_1.TwingTokenParser{parse(e){let r=this.parser.parseExpression();return this.parser.getStream().expect(twig_lexer_1.TokenType.TAG_END),new do_1.TwingNodeDo(r,e.line,e.column,this.getTag())}getTag(){return"do"}}exports.TwingTokenParserDo=TwingTokenParserDo;
679
680},{"../node/do":129,"../token-parser":216,"twig-lexer":567}],222:[function(require,module,exports){
681"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const include_1=require("./include"),embed_1=require("../node/embed"),node_1=require("../node"),twig_lexer_1=require("twig-lexer");class TwingTokenParserEmbed extends include_1.TwingTokenParserInclude{parse(e){let n,t,r=this.parser.getStream(),i=this.parser.parseExpression(),T=this.parseArguments(),_=T.variables,l=T.only,o=T.ignoreMissing;n=t=new twig_lexer_1.Token(twig_lexer_1.TokenType.STRING,"__parent__",e.line,e.column),i.getType()===node_1.TwingNodeType.EXPRESSION_CONSTANT?n=new twig_lexer_1.Token(twig_lexer_1.TokenType.STRING,i.getAttribute("value"),e.line,e.column):i.getType()===node_1.TwingNodeType.EXPRESSION_NAME&&(n=new twig_lexer_1.Token(twig_lexer_1.TokenType.NAME,i.getAttribute("name"),e.line,e.column)),r.injectTokens([new twig_lexer_1.Token(twig_lexer_1.TokenType.TAG_START,"",e.line,e.column),new twig_lexer_1.Token(twig_lexer_1.TokenType.NAME,"extends",e.line,e.column),n,new twig_lexer_1.Token(twig_lexer_1.TokenType.TAG_END,"",e.line,e.column)]);let s=this.parser.parse(r,[this,this.decideBlockEnd],!0);return t===n&&s.setNode("parent",i),this.parser.embedTemplate(s),r.expect(twig_lexer_1.TokenType.TAG_END),new embed_1.TwingNodeEmbed(s.getTemplateName(),s.getAttribute("index"),_,l,o,e.line,e.column,this.getTag())}decideBlockEnd(e){return e.test(twig_lexer_1.TokenType.NAME,"endembed")}getTag(){return"embed"}}exports.TwingTokenParserEmbed=TwingTokenParserEmbed;
682
683},{"../node":120,"../node/embed":130,"./include":230,"twig-lexer":567}],223:[function(require,module,exports){
684"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const token_parser_1=require("../token-parser"),syntax_1=require("../error/syntax"),twig_lexer_1=require("twig-lexer");class TwingTokenParserExtends extends token_parser_1.TwingTokenParser{parse(e){let r=this.parser.getStream();if(this.parser.peekBlockStack())throw new syntax_1.TwingErrorSyntax('Cannot use "extend" in a block.',e.line,r.getSourceContext());if(!this.parser.isMainScope())throw new syntax_1.TwingErrorSyntax('Cannot use "extend" in a macro.',e.line,r.getSourceContext());if(null!==this.parser.getParent())throw new syntax_1.TwingErrorSyntax("Multiple extends tags are forbidden.",e.line,r.getSourceContext());return this.parser.setParent(this.parser.parseExpression()),r.expect(twig_lexer_1.TokenType.TAG_END),null}getTag(){return"extends"}}exports.TwingTokenParserExtends=TwingTokenParserExtends;
685
686},{"../error/syntax":13,"../token-parser":216,"twig-lexer":567}],224:[function(require,module,exports){
687"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const token_parser_1=require("../token-parser"),block_reference_1=require("../node/expression/block-reference"),constant_1=require("../node/expression/constant"),block_1=require("../node/block"),print_1=require("../node/print"),twig_lexer_1=require("twig-lexer");class TwingTokenParserFilter extends token_parser_1.TwingTokenParser{parse(e){let r=this.parser.getStream(),t=e.line,n=e.column;console.warn(`The "filter" tag in "${r.getSourceContext().getName()}" at line ${t} is deprecated since Twig 2.9, use the "apply" tag instead.`);let i=this.parser.getVarName(),s=new block_reference_1.TwingNodeExpressionBlockReference(new constant_1.TwingNodeExpressionConstant(i,t,n),null,t,n,this.getTag()),o=this.parser.parseFilterExpressionRaw(s,this.getTag());r.expect(twig_lexer_1.TokenType.TAG_END);let a=this.parser.subparse([this,this.decideBlockEnd],!0);r.expect(twig_lexer_1.TokenType.TAG_END);let l=new block_1.TwingNodeBlock(i,a,t,n);return this.parser.setBlock(i,l),new print_1.TwingNodePrint(o,t,n,this.getTag())}decideBlockEnd(e){return e.test(twig_lexer_1.TokenType.NAME,"endfilter")}getTag(){return"filter"}}exports.TwingTokenParserFilter=TwingTokenParserFilter;
688
689},{"../node/block":123,"../node/expression/block-reference":161,"../node/expression/constant":164,"../node/print":191,"../token-parser":216,"twig-lexer":567}],225:[function(require,module,exports){
690"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const token_parser_1=require("../token-parser"),flush_1=require("../node/flush"),twig_lexer_1=require("twig-lexer");class TwingTokenParserFlush extends token_parser_1.TwingTokenParser{parse(e){return this.parser.getStream().expect(twig_lexer_1.TokenType.TAG_END),new flush_1.TwingNodeFlush(e.line,e.column,this.getTag())}getTag(){return"flush"}}exports.TwingTokenParserFlush=TwingTokenParserFlush;
691
692},{"../node/flush":182,"../token-parser":216,"twig-lexer":567}],226:[function(require,module,exports){
693"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const token_parser_1=require("../token-parser"),node_1=require("../node"),syntax_1=require("../error/syntax"),assign_name_1=require("../node/expression/assign-name"),for_1=require("../node/for"),twig_lexer_1=require("twig-lexer");class TwingTokenParserFor extends token_parser_1.TwingTokenParser{parse(e){let t=e.line,n=e.column,o=this.parser.getStream(),i=this.parser.parseAssignmentExpression();o.expect(twig_lexer_1.TokenType.OPERATOR,"in");let r=this.parser.parseExpression(),s=null;o.nextIf(twig_lexer_1.TokenType.NAME,"if")&&(console.warn(`Using an "if" condition on "for" tag in "${o.getSourceContext().getName()}" at line ${t} is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).`),s=this.parser.parseExpression()),o.expect(twig_lexer_1.TokenType.TAG_END);let a,g,d,p=this.parser.subparse([this,this.decideForFork]);return"else"==o.next().value?(o.expect(twig_lexer_1.TokenType.TAG_END),a=this.parser.subparse([this,this.decideForEnd],!0)):a=null,o.expect(twig_lexer_1.TokenType.TAG_END),i.getNodes().size>1?(g=i.getNode(0),g=new assign_name_1.TwingNodeExpressionAssignName(g.getAttribute("name"),g.getTemplateLine(),g.getTemplateColumn()),d=i.getNode(1),d=new assign_name_1.TwingNodeExpressionAssignName(d.getAttribute("name"),d.getTemplateLine(),d.getTemplateColumn())):(g=new assign_name_1.TwingNodeExpressionAssignName("_key",t,n),d=i.getNode(0),d=new assign_name_1.TwingNodeExpressionAssignName(d.getAttribute("name"),d.getTemplateLine(),d.getTemplateColumn())),s&&(this.checkLoopUsageCondition(o,s),this.checkLoopUsageBody(o,p)),new for_1.TwingNodeFor(g,d,r,s,p,a,t,n,this.getTag())}decideForFork(e){return e.test(twig_lexer_1.TokenType.NAME,["else","endfor"])}decideForEnd(e){return e.test(twig_lexer_1.TokenType.NAME,"endfor")}checkLoopUsageCondition(e,t){let n=this;if(t.getType()===node_1.TwingNodeType.EXPRESSION_GET_ATTR&&t.getNode("node").getType()===node_1.TwingNodeType.EXPRESSION_NAME&&"loop"===t.getNode("node").getAttribute("name"))throw new syntax_1.TwingErrorSyntax('The "loop" variable cannot be used in a looping condition.',t.getTemplateLine(),e.getSourceContext());t.getNodes().forEach(function(t){n.checkLoopUsageCondition(e,t)})}getTag(){return"for"}checkLoopUsageBody(e,t){if(t.getType()===node_1.TwingNodeType.EXPRESSION_GET_ATTR&&t.getNode("node").getType()===node_1.TwingNodeType.EXPRESSION_NAME&&"loop"===t.getNode("node").getAttribute("name")){let n=t.getNode("attribute");if(n.getType()===node_1.TwingNodeType.EXPRESSION_CONSTANT&&["length","revindex0","revindex","last"].indexOf(n.getAttribute("value"))>-1)throw new syntax_1.TwingErrorSyntax(`The "loop.${n.getAttribute("value")}" variable is not defined when looping with a condition.`,t.getTemplateLine(),e.getSourceContext())}if(t.getType()!==node_1.TwingNodeType.FOR)for(let[n,o]of t.getNodes())this.checkLoopUsageBody(e,o)}}exports.TwingTokenParserFor=TwingTokenParserFor;
694
695},{"../error/syntax":13,"../node":120,"../node/expression/assign-name":134,"../node/for":184,"../token-parser":216,"twig-lexer":567}],227:[function(require,module,exports){
696"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const token_parser_1=require("../token-parser"),import_1=require("../node/import"),assign_name_1=require("../node/expression/assign-name"),twig_lexer_1=require("twig-lexer");class TwingTokenParserFrom extends token_parser_1.TwingTokenParser{parse(e){let r=this.parser.parseExpression(),t=this.parser.getStream();t.expect(twig_lexer_1.TokenType.NAME,"import");let n=new Map;for(;;){let e=t.expect(twig_lexer_1.TokenType.NAME).value,r=e;if(t.nextIf(twig_lexer_1.TokenType.NAME,"as")&&(r=t.expect(twig_lexer_1.TokenType.NAME).value),n.set(e,r),!t.nextIf(twig_lexer_1.TokenType.PUNCTUATION,","))break}t.expect(twig_lexer_1.TokenType.TAG_END);let o=new assign_name_1.TwingNodeExpressionAssignName(this.parser.getVarName(),e.line,e.column),s=new import_1.TwingNodeImport(r,o,e.line,e.column,this.getTag());for(let[e,r]of n)this.parser.addImportedSymbol("function",r,`macro_${e}`,o);return s}getTag(){return"from"}}exports.TwingTokenParserFrom=TwingTokenParserFrom;
697
698},{"../node/expression/assign-name":134,"../node/import":186,"../token-parser":216,"twig-lexer":567}],228:[function(require,module,exports){
699"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const token_parser_1=require("../token-parser"),node_1=require("../node"),if_1=require("../node/if"),twig_lexer_1=require("twig-lexer");class TwingTokenParserIf extends token_parser_1.TwingTokenParser{parse(e){let r=e.line,s=e.column,t=this.parser.parseExpression(),i=this.parser.getStream();i.expect(twig_lexer_1.TokenType.TAG_END);let n=0,a=this.parser.subparse([this,this.decideIfFork]),o=new Map([[n++,t],[n++,a]]),p=null,T=!1;for(;!T;)switch(i.next().value){case"else":i.expect(twig_lexer_1.TokenType.TAG_END),p=this.parser.subparse([this,this.decideIfEnd]);break;case"elseif":t=this.parser.parseExpression(),i.expect(twig_lexer_1.TokenType.TAG_END),a=this.parser.subparse([this,this.decideIfFork]),o.set(n++,t),o.set(n++,a);break;case"endif":T=!0}return i.expect(twig_lexer_1.TokenType.TAG_END),new if_1.TwingNodeIf(new node_1.TwingNode(o),p,r,s,this.getTag())}decideIfFork(e){return e.test(twig_lexer_1.TokenType.NAME,["elseif","else","endif"])}decideIfEnd(e){return e.test(twig_lexer_1.TokenType.NAME,"endif")}getTag(){return"if"}}exports.TwingTokenParserIf=TwingTokenParserIf;
700
701},{"../node":120,"../node/if":185,"../token-parser":216,"twig-lexer":567}],229:[function(require,module,exports){
702"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const token_parser_1=require("../token-parser"),assign_name_1=require("../node/expression/assign-name"),import_1=require("../node/import"),twig_lexer_1=require("twig-lexer");class TwingTokenParserImport extends token_parser_1.TwingTokenParser{parse(e){let r=this.parser.parseExpression();this.parser.getStream().expect(twig_lexer_1.TokenType.NAME,"as");let t=new assign_name_1.TwingNodeExpressionAssignName(this.parser.getStream().expect(twig_lexer_1.TokenType.NAME).value,e.line,e.column);return this.parser.getStream().expect(twig_lexer_1.TokenType.TAG_END),this.parser.addImportedSymbol("template",t.getAttribute("name")),new import_1.TwingNodeImport(r,t,e.line,e.column,this.getTag(),this.parser.isMainScope())}getTag(){return"import"}}exports.TwingTokenParserImport=TwingTokenParserImport;
703
704},{"../node/expression/assign-name":134,"../node/import":186,"../token-parser":216,"twig-lexer":567}],230:[function(require,module,exports){
705"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const token_parser_1=require("../token-parser"),include_1=require("../node/include"),twig_lexer_1=require("twig-lexer");class TwingTokenParserInclude extends token_parser_1.TwingTokenParser{parse(e){let r=this.parser.parseExpression(),n=this.parseArguments();return new include_1.TwingNodeInclude(r,n.variables,n.only,n.ignoreMissing,e.line,e.column,this.getTag())}getTag(){return"include"}parseArguments(){let e=this.parser.getStream(),r=!1;e.nextIf(twig_lexer_1.TokenType.NAME,"ignore")&&(e.expect(twig_lexer_1.TokenType.NAME,"missing"),r=!0);let n=null;e.nextIf(twig_lexer_1.TokenType.NAME,"with")&&(n=this.parser.parseExpression());let s=!1;return e.nextIf(twig_lexer_1.TokenType.NAME,"only")&&(s=!0),e.expect(twig_lexer_1.TokenType.TAG_END),{variables:n,only:s,ignoreMissing:r}}}exports.TwingTokenParserInclude=TwingTokenParserInclude;
706
707},{"../node/include":187,"../token-parser":216,"twig-lexer":567}],231:[function(require,module,exports){
708(function (Buffer){
709"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const token_parser_1=require("../token-parser"),syntax_1=require("../error/syntax"),body_1=require("../node/body"),macro_1=require("../node/macro"),twig_lexer_1=require("twig-lexer"),varValidator=require("var-validator");class TwingTokenParserMacro extends token_parser_1.TwingTokenParser{parse(e){let r=e.line,t=e.column,o=this.parser.getStream(),a=o.expect(twig_lexer_1.TokenType.NAME).value,n=a;varValidator.isValid(a)||(n=Buffer.from(a).toString("hex"));let i=this.parser.parseArguments(!0,!0);o.expect(twig_lexer_1.TokenType.TAG_END),this.parser.pushLocalScope();let s=this.parser.subparse([this,this.decideBlockEnd],!0),c=o.nextIf(twig_lexer_1.TokenType.NAME);if(c){let e=c.value;if(e!=a)throw new syntax_1.TwingErrorSyntax(`Expected endmacro for macro "${a}" (but "${e}" given).`,o.getCurrent().line,o.getSourceContext())}this.parser.popLocalScope(),o.expect(twig_lexer_1.TokenType.TAG_END);let l=new Map([[0,s]]);return this.parser.setMacro(a,new macro_1.TwingNodeMacro(n,new body_1.TwingNodeBody(l),i,r,t,this.getTag())),null}decideBlockEnd(e){return e.test(twig_lexer_1.TokenType.NAME,"endmacro")}getTag(){return"macro"}}exports.TwingTokenParserMacro=TwingTokenParserMacro;
710
711}).call(this,require("buffer").Buffer)
712},{"../error/syntax":13,"../node/body":124,"../node/macro":189,"../token-parser":216,"buffer":285,"twig-lexer":567,"var-validator":579}],232:[function(require,module,exports){
713"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const token_parser_1=require("../token-parser"),syntax_1=require("../error/syntax"),sandbox_1=require("../node/sandbox"),node_1=require("../node"),ctype_space_1=require("../helpers/ctype-space"),twig_lexer_1=require("twig-lexer");class TwingTokenParserSandbox extends token_parser_1.TwingTokenParser{parse(e){let r=this.parser.getStream();r.expect(twig_lexer_1.TokenType.TAG_END);let t=this.parser.subparse([this,this.decideBlockEnd],!0);return r.expect(twig_lexer_1.TokenType.TAG_END),t.getType()!==node_1.TwingNodeType.INCLUDE&&t.getNodes().forEach(function(e){if((e.getType()!==node_1.TwingNodeType.TEXT||!ctype_space_1.ctypeSpace(e.getAttribute("data")))&&e.getType()!==node_1.TwingNodeType.INCLUDE)throw new syntax_1.TwingErrorSyntax('Only "include" tags are allowed within a "sandbox" section.',e.getTemplateLine(),r.getSourceContext())}),new sandbox_1.TwingNodeSandbox(t,e.line,e.column,this.getTag())}decideBlockEnd(e){return e.test(twig_lexer_1.TokenType.NAME,"endsandbox")}getTag(){return"sandbox"}}exports.TwingTokenParserSandbox=TwingTokenParserSandbox;
714
715},{"../error/syntax":13,"../helpers/ctype-space":82,"../node":120,"../node/sandbox":192,"../token-parser":216,"twig-lexer":567}],233:[function(require,module,exports){
716"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const token_parser_1=require("../token-parser"),syntax_1=require("../error/syntax"),set_1=require("../node/set"),twig_lexer_1=require("twig-lexer");class TwingTokenParserSet extends token_parser_1.TwingTokenParser{parse(e){let t,r=e.line,s=e.column,n=this.parser.getStream(),i=this.parser.parseAssignmentExpression(),o=!1;if(n.nextIf(twig_lexer_1.TokenType.OPERATOR,"=")){if(t=this.parser.parseMultitargetExpression(),n.expect(twig_lexer_1.TokenType.TAG_END),i.getNodes().size!==t.getNodes().size)throw new syntax_1.TwingErrorSyntax("When using set, you must have the same number of variables and assignments.",n.getCurrent().line,n.getSourceContext())}else{if(o=!0,i.getNodes().size>1)throw new syntax_1.TwingErrorSyntax("When using set with a block, you cannot have a multi-target.",n.getCurrent().line,n.getSourceContext());n.expect(twig_lexer_1.TokenType.TAG_END),t=this.parser.subparse([this,this.decideBlockEnd],!0),n.expect(twig_lexer_1.TokenType.TAG_END)}return new set_1.TwingNodeSet(o,i,t,r,s,this.getTag())}decideBlockEnd(e){return e.test(twig_lexer_1.TokenType.NAME,"endset")}getTag(){return"set"}}exports.TwingTokenParserSet=TwingTokenParserSet;
717
718},{"../error/syntax":13,"../node/set":194,"../token-parser":216,"twig-lexer":567}],234:[function(require,module,exports){
719"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const token_parser_1=require("../token-parser"),spaceless_1=require("../node/spaceless"),twig_lexer_1=require("twig-lexer");class TwingTokenParserSpaceless extends token_parser_1.TwingTokenParser{parse(e){let s=e.line,r=e.column,t=this.parser.getStream();console.warn(`The "spaceless" tag in "${t.getSourceContext().getName()}" at line ${s} is deprecated since Twig 2.7, use the "spaceless" filter instead.`),t.expect(twig_lexer_1.TokenType.TAG_END);let a=this.parser.subparse([this,this.decideSpacelessEnd],!0);return t.expect(twig_lexer_1.TokenType.TAG_END),new spaceless_1.TwingNodeSpaceless(a,s,r,this.getTag())}decideSpacelessEnd(e){return e.test(twig_lexer_1.TokenType.NAME,"endspaceless")}getTag(){return"spaceless"}}exports.TwingTokenParserSpaceless=TwingTokenParserSpaceless;
720
721},{"../node/spaceless":195,"../token-parser":216,"twig-lexer":567}],235:[function(require,module,exports){
722"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const token_parser_1=require("../token-parser"),syntax_1=require("../error/syntax"),constant_1=require("../node/expression/constant"),node_1=require("../node"),twig_lexer_1=require("twig-lexer");class TwingTokenParserUse extends token_parser_1.TwingTokenParser{parse(e){let r=this.parser.parseExpression(),n=this.parser.getStream();if(r.getType()!==node_1.TwingNodeType.EXPRESSION_CONSTANT)throw new syntax_1.TwingErrorSyntax('The template references in a "use" statement must be a string.',n.getCurrent().line,n.getSourceContext());let t=new Map;if(n.nextIf(twig_lexer_1.TokenType.NAME,"with"))for(;;){let r=n.expect(twig_lexer_1.TokenType.NAME).value,s=r;if(n.nextIf(twig_lexer_1.TokenType.NAME,"as")&&(s=n.expect(twig_lexer_1.TokenType.NAME).value),t.set(r,new constant_1.TwingNodeExpressionConstant(s,e.line,e.column)),!n.nextIf(twig_lexer_1.TokenType.PUNCTUATION,","))break}return n.expect(twig_lexer_1.TokenType.TAG_END),this.parser.addTrait(new node_1.TwingNode(new Map([["template",r],["targets",new node_1.TwingNode(t)]]))),new node_1.TwingNode}getTag(){return"use"}}exports.TwingTokenParserUse=TwingTokenParserUse;
723
724},{"../error/syntax":13,"../node":120,"../node/expression/constant":164,"../token-parser":216,"twig-lexer":567}],236:[function(require,module,exports){
725"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const token_parser_1=require("../token-parser"),verbatim_1=require("../node/verbatim"),twig_lexer_1=require("twig-lexer");class TwingTokenParserVerbatim extends token_parser_1.TwingTokenParser{parse(e){let r=this.parser.getStream();r.expect(twig_lexer_1.TokenType.TAG_END);let t=this.parser.subparse([this,this.decideBlockEnd],!0);return r.expect(twig_lexer_1.TokenType.TAG_END),new verbatim_1.TwingNodeVerbatim(t.getAttribute("data"),e.line,e.column,this.getTag())}decideBlockEnd(e){return e.test(twig_lexer_1.TokenType.NAME,"endverbatim")}getTag(){return"verbatim"}}exports.TwingTokenParserVerbatim=TwingTokenParserVerbatim;
726
727},{"../node/verbatim":197,"../token-parser":216,"twig-lexer":567}],237:[function(require,module,exports){
728"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const token_parser_1=require("../token-parser"),with_1=require("../node/with"),twig_lexer_1=require("twig-lexer");class TwingTokenParserWith extends token_parser_1.TwingTokenParser{parse(e){let t=this.parser.getStream(),r=null,i=!1;t.test(twig_lexer_1.TokenType.TAG_END)||(r=this.parser.parseExpression(),i=null!==t.nextIf(twig_lexer_1.TokenType.NAME,"only")),t.expect(twig_lexer_1.TokenType.TAG_END);let n=this.parser.subparse([this,this.decideWithEnd],!0);return t.expect(twig_lexer_1.TokenType.TAG_END),new with_1.TwingNodeWith(n,r,i,e.line,e.column,this.getTag())}decideWithEnd(e){return e.test(twig_lexer_1.TokenType.NAME,"endwith")}getTag(){return"with"}}exports.TwingTokenParserWith=TwingTokenParserWith;
729
730},{"../node/with":198,"../token-parser":216,"twig-lexer":567}],238:[function(require,module,exports){
731"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const source_1=require("./source"),syntax_1=require("./error/syntax"),twig_lexer_1=require("twig-lexer"),lexer_1=require("./lexer");class TwingTokenStream{constructor(e,t=null){this._stream=new twig_lexer_1.TokenStream(e),this._source=t||new source_1.TwingSource("","")}get stream(){return this._stream}get tokens(){return this.stream.tokens}toString(){return this.tokens.map(function(e){return e.toString()}).join("\n")}injectTokens(e){this.stream.injectTokens(e)}next(){return this.stream.next()}nextIf(e,t=null){return this.stream.nextIf(e,t)}expect(e,t=null,r=null){let n=this.getCurrent();if(!n.test(e,t)){let s=n.line;throw new syntax_1.TwingErrorSyntax(`${r?r+". ":""}Unexpected token "${lexer_1.typeToEnglish(n.type)}" of value "${n.value}" ("${lexer_1.typeToEnglish(e)}" expected${t?` with value "${t}"`:""}).`,s,this._source)}return this.next(),n}look(e){return this.stream.look(e)}test(e,t=null){return this.stream.test(e,t)}isEOF(){return this.stream.current.type===twig_lexer_1.TokenType.EOF}toAst(){return this.stream.traverse((e,t)=>((e=twig_lexer_1.astVisitor(e,t))&&e.test(twig_lexer_1.TokenType.TEST_OPERATOR)&&(e=new twig_lexer_1.Token(twig_lexer_1.TokenType.OPERATOR,e.value,e.line,e.column)),e))}getCurrent(){return this.stream.current}getSourceContext(){return this._source}}exports.TwingTokenStream=TwingTokenStream;
732
733},{"./error/syntax":13,"./lexer":109,"./source":213,"twig-lexer":567}],239:[function(require,module,exports){
734var asn1=exports;asn1.bignum=require("bn.js"),asn1.define=require("./asn1/api").define,asn1.base=require("./asn1/base"),asn1.constants=require("./asn1/constants"),asn1.decoders=require("./asn1/decoders"),asn1.encoders=require("./asn1/encoders");
735
736},{"./asn1/api":240,"./asn1/base":242,"./asn1/constants":246,"./asn1/decoders":248,"./asn1/encoders":251,"bn.js":254}],240:[function(require,module,exports){
737var asn1=require("../asn1"),inherits=require("inherits"),api=exports;function Entity(e,t){this.name=e,this.body=t,this.decoders={},this.encoders={}}api.define=function(e,t){return new Entity(e,t)},Entity.prototype._createNamed=function(e){var t;try{t=require("vm").runInThisContext("(function "+this.name+"(entity) {\n this._initNamed(entity);\n})")}catch(e){t=function(e){this._initNamed(e)}}return inherits(t,e),t.prototype._initNamed=function(t){e.call(this,t)},new t(this)},Entity.prototype._getDecoder=function(e){return e=e||"der",this.decoders.hasOwnProperty(e)||(this.decoders[e]=this._createNamed(asn1.decoders[e])),this.decoders[e]},Entity.prototype.decode=function(e,t,n){return this._getDecoder(t).decode(e,n)},Entity.prototype._getEncoder=function(e){return e=e||"der",this.encoders.hasOwnProperty(e)||(this.encoders[e]=this._createNamed(asn1.encoders[e])),this.encoders[e]},Entity.prototype.encode=function(e,t,n){return this._getEncoder(t).encode(e,n)};
738
739},{"../asn1":239,"inherits":364,"vm":580}],241:[function(require,module,exports){
740var inherits=require("inherits"),Reporter=require("../base").Reporter,Buffer=require("buffer").Buffer;function DecoderBuffer(e,t){Reporter.call(this,t),Buffer.isBuffer(e)?(this.base=e,this.offset=0,this.length=e.length):this.error("Input not Buffer")}function EncoderBuffer(e,t){if(Array.isArray(e))this.length=0,this.value=e.map(function(e){return e instanceof EncoderBuffer||(e=new EncoderBuffer(e,t)),this.length+=e.length,e},this);else if("number"==typeof e){if(!(0<=e&&e<=255))return t.error("non-byte EncoderBuffer value");this.value=e,this.length=1}else if("string"==typeof e)this.value=e,this.length=Buffer.byteLength(e);else{if(!Buffer.isBuffer(e))return t.error("Unsupported type: "+typeof e);this.value=e,this.length=e.length}}inherits(DecoderBuffer,Reporter),exports.DecoderBuffer=DecoderBuffer,DecoderBuffer.prototype.save=function(){return{offset:this.offset,reporter:Reporter.prototype.save.call(this)}},DecoderBuffer.prototype.restore=function(e){var t=new DecoderBuffer(this.base);return t.offset=e.offset,t.length=this.offset,this.offset=e.offset,Reporter.prototype.restore.call(this,e.reporter),t},DecoderBuffer.prototype.isEmpty=function(){return this.offset===this.length},DecoderBuffer.prototype.readUInt8=function(e){return this.offset+1<=this.length?this.base.readUInt8(this.offset++,!0):this.error(e||"DecoderBuffer overrun")},DecoderBuffer.prototype.skip=function(e,t){if(!(this.offset+e<=this.length))return this.error(t||"DecoderBuffer overrun");var r=new DecoderBuffer(this.base);return r._reporterState=this._reporterState,r.offset=this.offset,r.length=this.offset+e,this.offset+=e,r},DecoderBuffer.prototype.raw=function(e){return this.base.slice(e?e.offset:this.offset,this.length)},exports.EncoderBuffer=EncoderBuffer,EncoderBuffer.prototype.join=function(e,t){return e||(e=new Buffer(this.length)),t||(t=0),0===this.length?e:(Array.isArray(this.value)?this.value.forEach(function(r){r.join(e,t),t+=r.length}):("number"==typeof this.value?e[t]=this.value:"string"==typeof this.value?e.write(this.value,t):Buffer.isBuffer(this.value)&&this.value.copy(e,t),t+=this.length),e)};
741
742},{"../base":242,"buffer":285,"inherits":364}],242:[function(require,module,exports){
743var base=exports;base.Reporter=require("./reporter").Reporter,base.DecoderBuffer=require("./buffer").DecoderBuffer,base.EncoderBuffer=require("./buffer").EncoderBuffer,base.Node=require("./node");
744
745},{"./buffer":241,"./node":243,"./reporter":244}],243:[function(require,module,exports){
746var Reporter=require("../base").Reporter,EncoderBuffer=require("../base").EncoderBuffer,DecoderBuffer=require("../base").DecoderBuffer,assert=require("minimalistic-assert"),tags=["seq","seqof","set","setof","objid","bool","gentime","utctime","null_","enum","int","objDesc","bitstr","bmpstr","charstr","genstr","graphstr","ia5str","iso646str","numstr","octstr","printstr","t61str","unistr","utf8str","videostr"],methods=["key","obj","use","optional","explicit","implicit","def","choice","any","contains"].concat(tags),overrided=["_peekTag","_decodeTag","_use","_decodeStr","_decodeObjid","_decodeTime","_decodeNull","_decodeInt","_decodeBool","_decodeList","_encodeComposite","_encodeStr","_encodeObjid","_encodeTime","_encodeNull","_encodeInt","_encodeBool"];function Node(e,t){var r={};this._baseState=r,r.enc=e,r.parent=t||null,r.children=null,r.tag=null,r.args=null,r.reverseArgs=null,r.choice=null,r.optional=!1,r.any=!1,r.obj=!1,r.use=null,r.useDecoder=null,r.key=null,r.default=null,r.explicit=null,r.implicit=null,r.contains=null,r.parent||(r.children=[],this._wrap())}module.exports=Node;var stateProps=["enc","parent","children","tag","args","reverseArgs","choice","optional","any","obj","use","alteredUse","key","default","explicit","implicit","contains"];Node.prototype.clone=function(){var e=this._baseState,t={};stateProps.forEach(function(r){t[r]=e[r]});var r=new this.constructor(t.parent);return r._baseState=t,r},Node.prototype._wrap=function(){var e=this._baseState;methods.forEach(function(t){this[t]=function(){var r=new this.constructor(this);return e.children.push(r),r[t].apply(r,arguments)}},this)},Node.prototype._init=function(e){var t=this._baseState;assert(null===t.parent),e.call(this),t.children=t.children.filter(function(e){return e._baseState.parent===this},this),assert.equal(t.children.length,1,"Root node can have only one child")},Node.prototype._useArgs=function(e){var t=this._baseState,r=e.filter(function(e){return e instanceof this.constructor},this);e=e.filter(function(e){return!(e instanceof this.constructor)},this),0!==r.length&&(assert(null===t.children),t.children=r,r.forEach(function(e){e._baseState.parent=this},this)),0!==e.length&&(assert(null===t.args),t.args=e,t.reverseArgs=e.map(function(e){if("object"!=typeof e||e.constructor!==Object)return e;var t={};return Object.keys(e).forEach(function(r){r==(0|r)&&(r|=0);var i=e[r];t[i]=r}),t}))},overrided.forEach(function(e){Node.prototype[e]=function(){var t=this._baseState;throw new Error(e+" not implemented for encoding: "+t.enc)}}),tags.forEach(function(e){Node.prototype[e]=function(){var t=this._baseState,r=Array.prototype.slice.call(arguments);return assert(null===t.tag),t.tag=e,this._useArgs(r),this}}),Node.prototype.use=function(e){assert(e);var t=this._baseState;return assert(null===t.use),t.use=e,this},Node.prototype.optional=function(){return this._baseState.optional=!0,this},Node.prototype.def=function(e){var t=this._baseState;return assert(null===t.default),t.default=e,t.optional=!0,this},Node.prototype.explicit=function(e){var t=this._baseState;return assert(null===t.explicit&&null===t.implicit),t.explicit=e,this},Node.prototype.implicit=function(e){var t=this._baseState;return assert(null===t.explicit&&null===t.implicit),t.implicit=e,this},Node.prototype.obj=function(){var e=this._baseState,t=Array.prototype.slice.call(arguments);return e.obj=!0,0!==t.length&&this._useArgs(t),this},Node.prototype.key=function(e){var t=this._baseState;return assert(null===t.key),t.key=e,this},Node.prototype.any=function(){return this._baseState.any=!0,this},Node.prototype.choice=function(e){var t=this._baseState;return assert(null===t.choice),t.choice=e,this._useArgs(Object.keys(e).map(function(t){return e[t]})),this},Node.prototype.contains=function(e){var t=this._baseState;return assert(null===t.use),t.contains=e,this},Node.prototype._decode=function(e,t){var r=this._baseState;if(null===r.parent)return e.wrapResult(r.children[0]._decode(e,t));var i,n=r.default,o=!0,s=null;if(null!==r.key&&(s=e.enterKey(r.key)),r.optional){var a=null;if(null!==r.explicit?a=r.explicit:null!==r.implicit?a=r.implicit:null!==r.tag&&(a=r.tag),null!==a||r.any){if(o=this._peekTag(e,a,r.any),e.isError(o))return o}else{var c=e.save();try{null===r.choice?this._decodeGeneric(r.tag,e,t):this._decodeChoice(e,t),o=!0}catch(e){o=!1}e.restore(c)}}if(r.obj&&o&&(i=e.enterObject()),o){if(null!==r.explicit){var l=this._decodeTag(e,r.explicit);if(e.isError(l))return l;e=l}var u=e.offset;if(null===r.use&&null===r.choice){if(r.any)c=e.save();var d=this._decodeTag(e,null!==r.implicit?r.implicit:r.tag,r.any);if(e.isError(d))return d;r.any?n=e.raw(c):e=d}if(t&&t.track&&null!==r.tag&&t.track(e.path(),u,e.length,"tagged"),t&&t.track&&null!==r.tag&&t.track(e.path(),e.offset,e.length,"content"),n=r.any?n:null===r.choice?this._decodeGeneric(r.tag,e,t):this._decodeChoice(e,t),e.isError(n))return n;if(r.any||null!==r.choice||null===r.children||r.children.forEach(function(r){r._decode(e,t)}),r.contains&&("octstr"===r.tag||"bitstr"===r.tag)){var h=new DecoderBuffer(n);n=this._getUse(r.contains,e._reporterState.obj)._decode(h,t)}}return r.obj&&o&&(n=e.leaveObject(i)),null===r.key||null===n&&!0!==o?null!==s&&e.exitKey(s):e.leaveKey(s,r.key,n),n},Node.prototype._decodeGeneric=function(e,t,r){var i=this._baseState;return"seq"===e||"set"===e?null:"seqof"===e||"setof"===e?this._decodeList(t,e,i.args[0],r):/str$/.test(e)?this._decodeStr(t,e,r):"objid"===e&&i.args?this._decodeObjid(t,i.args[0],i.args[1],r):"objid"===e?this._decodeObjid(t,null,null,r):"gentime"===e||"utctime"===e?this._decodeTime(t,e,r):"null_"===e?this._decodeNull(t,r):"bool"===e?this._decodeBool(t,r):"objDesc"===e?this._decodeStr(t,e,r):"int"===e||"enum"===e?this._decodeInt(t,i.args&&i.args[0],r):null!==i.use?this._getUse(i.use,t._reporterState.obj)._decode(t,r):t.error("unknown tag: "+e)},Node.prototype._getUse=function(e,t){var r=this._baseState;return r.useDecoder=this._use(e,t),assert(null===r.useDecoder._baseState.parent),r.useDecoder=r.useDecoder._baseState.children[0],r.implicit!==r.useDecoder._baseState.implicit&&(r.useDecoder=r.useDecoder.clone(),r.useDecoder._baseState.implicit=r.implicit),r.useDecoder},Node.prototype._decodeChoice=function(e,t){var r=this._baseState,i=null,n=!1;return Object.keys(r.choice).some(function(o){var s=e.save(),a=r.choice[o];try{var c=a._decode(e,t);if(e.isError(c))return!1;i={type:o,value:c},n=!0}catch(t){return e.restore(s),!1}return!0},this),n?i:e.error("Choice not matched")},Node.prototype._createEncoderBuffer=function(e){return new EncoderBuffer(e,this.reporter)},Node.prototype._encode=function(e,t,r){var i=this._baseState;if(null===i.default||i.default!==e){var n=this._encodeValue(e,t,r);if(void 0!==n&&!this._skipDefault(n,t,r))return n}},Node.prototype._encodeValue=function(e,t,r){var i=this._baseState;if(null===i.parent)return i.children[0]._encode(e,t||new Reporter);var n=null;if(this.reporter=t,i.optional&&void 0===e){if(null===i.default)return;e=i.default}var o=null,s=!1;if(i.any)n=this._createEncoderBuffer(e);else if(i.choice)n=this._encodeChoice(e,t);else if(i.contains)o=this._getUse(i.contains,r)._encode(e,t),s=!0;else if(i.children)o=i.children.map(function(r){if("null_"===r._baseState.tag)return r._encode(null,t,e);if(null===r._baseState.key)return t.error("Child should have a key");var i=t.enterKey(r._baseState.key);if("object"!=typeof e)return t.error("Child expected, but input is not object");var n=r._encode(e[r._baseState.key],t,e);return t.leaveKey(i),n},this).filter(function(e){return e}),o=this._createEncoderBuffer(o);else if("seqof"===i.tag||"setof"===i.tag){if(!i.args||1!==i.args.length)return t.error("Too many args for : "+i.tag);if(!Array.isArray(e))return t.error("seqof/setof, but data is not Array");var a=this.clone();a._baseState.implicit=null,o=this._createEncoderBuffer(e.map(function(r){var i=this._baseState;return this._getUse(i.args[0],e)._encode(r,t)},a))}else null!==i.use?n=this._getUse(i.use,r)._encode(e,t):(o=this._encodePrimitive(i.tag,e),s=!0);if(!i.any&&null===i.choice){var c=null!==i.implicit?i.implicit:i.tag,l=null===i.implicit?"universal":"context";null===c?null===i.use&&t.error("Tag could be omitted only for .use()"):null===i.use&&(n=this._encodeComposite(c,s,l,o))}return null!==i.explicit&&(n=this._encodeComposite(i.explicit,!1,"context",n)),n},Node.prototype._encodeChoice=function(e,t){var r=this._baseState,i=r.choice[e.type];return i||assert(!1,e.type+" not found in "+JSON.stringify(Object.keys(r.choice))),i._encode(e.value,t)},Node.prototype._encodePrimitive=function(e,t){var r=this._baseState;if(/str$/.test(e))return this._encodeStr(t,e);if("objid"===e&&r.args)return this._encodeObjid(t,r.reverseArgs[0],r.args[1]);if("objid"===e)return this._encodeObjid(t,null,null);if("gentime"===e||"utctime"===e)return this._encodeTime(t,e);if("null_"===e)return this._encodeNull();if("int"===e||"enum"===e)return this._encodeInt(t,r.args&&r.reverseArgs[0]);if("bool"===e)return this._encodeBool(t);if("objDesc"===e)return this._encodeStr(t,e);throw new Error("Unsupported tag: "+e)},Node.prototype._isNumstr=function(e){return/^[0-9 ]*$/.test(e)},Node.prototype._isPrintstr=function(e){return/^[A-Za-z0-9 '\(\)\+,\-\.\/:=\?]*$/.test(e)};
747
748},{"../base":242,"minimalistic-assert":494}],244:[function(require,module,exports){
749var inherits=require("inherits");function Reporter(r){this._reporterState={obj:null,path:[],options:r||{},errors:[]}}function ReporterError(r,t){this.path=r,this.rethrow(t)}exports.Reporter=Reporter,Reporter.prototype.isError=function(r){return r instanceof ReporterError},Reporter.prototype.save=function(){var r=this._reporterState;return{obj:r.obj,pathLen:r.path.length}},Reporter.prototype.restore=function(r){var t=this._reporterState;t.obj=r.obj,t.path=t.path.slice(0,r.pathLen)},Reporter.prototype.enterKey=function(r){return this._reporterState.path.push(r)},Reporter.prototype.exitKey=function(r){var t=this._reporterState;t.path=t.path.slice(0,r-1)},Reporter.prototype.leaveKey=function(r,t,e){var o=this._reporterState;this.exitKey(r),null!==o.obj&&(o.obj[t]=e)},Reporter.prototype.path=function(){return this._reporterState.path.join("/")},Reporter.prototype.enterObject=function(){var r=this._reporterState,t=r.obj;return r.obj={},t},Reporter.prototype.leaveObject=function(r){var t=this._reporterState,e=t.obj;return t.obj=r,e},Reporter.prototype.error=function(r){var t,e=this._reporterState,o=r instanceof ReporterError;if(t=o?r:new ReporterError(e.path.map(function(r){return"["+JSON.stringify(r)+"]"}).join(""),r.message||r,r.stack),!e.options.partial)throw t;return o||e.errors.push(t),t},Reporter.prototype.wrapResult=function(r){var t=this._reporterState;return t.options.partial?{result:this.isError(r)?null:r,errors:t.errors}:r},inherits(ReporterError,Error),ReporterError.prototype.rethrow=function(r){if(this.message=r+" at: "+(this.path||"(shallow)"),Error.captureStackTrace&&Error.captureStackTrace(this,ReporterError),!this.stack)try{throw new Error(this.message)}catch(r){this.stack=r.stack}return this};
750
751},{"inherits":364}],245:[function(require,module,exports){
752var constants=require("../constants");exports.tagClass={0:"universal",1:"application",2:"context",3:"private"},exports.tagClassByName=constants._reverse(exports.tagClass),exports.tag={0:"end",1:"bool",2:"int",3:"bitstr",4:"octstr",5:"null_",6:"objid",7:"objDesc",8:"external",9:"real",10:"enum",11:"embed",12:"utf8str",13:"relativeOid",16:"seq",17:"set",18:"numstr",19:"printstr",20:"t61str",21:"videostr",22:"ia5str",23:"utctime",24:"gentime",25:"graphstr",26:"iso646str",27:"genstr",28:"unistr",29:"charstr",30:"bmpstr"},exports.tagByName=constants._reverse(exports.tag);
753
754},{"../constants":246}],246:[function(require,module,exports){
755var constants=exports;constants._reverse=function(r){var e={};return Object.keys(r).forEach(function(n){(0|n)==n&&(n|=0);var t=r[n];e[t]=n}),e},constants.der=require("./der");
756
757},{"./der":245}],247:[function(require,module,exports){
758var inherits=require("inherits"),asn1=require("../../asn1"),base=asn1.base,bignum=asn1.bignum,der=asn1.constants.der;function DERDecoder(r){this.enc="der",this.name=r.name,this.entity=r,this.tree=new DERNode,this.tree._init(r.body)}function DERNode(r){base.Node.call(this,"der",r)}function derDecodeTag(r,e){var t=r.readUInt8(e);if(r.isError(t))return t;var i=der.tagClass[t>>6],o=0==(32&t);if(31==(31&t)){var n=t;for(t=0;128==(128&n);){if(n=r.readUInt8(e),r.isError(n))return n;t<<=7,t|=127&n}}else t&=31;return{cls:i,primitive:o,tag:t,tagStr:der.tag[t]}}function derDecodeLen(r,e,t){var i=r.readUInt8(t);if(r.isError(i))return i;if(!e&&128===i)return null;if(0==(128&i))return i;var o=127&i;if(o>4)return r.error("length octect is too long");i=0;for(var n=0;n<o;n++){i<<=8;var s=r.readUInt8(t);if(r.isError(s))return s;i|=s}return i}module.exports=DERDecoder,DERDecoder.prototype.decode=function(r,e){return r instanceof base.DecoderBuffer||(r=new base.DecoderBuffer(r,e)),this.tree._decode(r,e)},inherits(DERNode,base.Node),DERNode.prototype._peekTag=function(r,e,t){if(r.isEmpty())return!1;var i=r.save(),o=derDecodeTag(r,'Failed to peek tag: "'+e+'"');return r.isError(o)?o:(r.restore(i),o.tag===e||o.tagStr===e||o.tagStr+"of"===e||t)},DERNode.prototype._decodeTag=function(r,e,t){var i=derDecodeTag(r,'Failed to decode tag of "'+e+'"');if(r.isError(i))return i;var o=derDecodeLen(r,i.primitive,'Failed to get length of "'+e+'"');if(r.isError(o))return o;if(!t&&i.tag!==e&&i.tagStr!==e&&i.tagStr+"of"!==e)return r.error('Failed to match tag: "'+e+'"');if(i.primitive||null!==o)return r.skip(o,'Failed to match body of: "'+e+'"');var n=r.save(),s=this._skipUntilEnd(r,'Failed to skip indefinite length body: "'+this.tag+'"');return r.isError(s)?s:(o=r.offset-n.offset,r.restore(n),r.skip(o,'Failed to match body of: "'+e+'"'))},DERNode.prototype._skipUntilEnd=function(r,e){for(;;){var t=derDecodeTag(r,e);if(r.isError(t))return t;var i,o=derDecodeLen(r,t.primitive,e);if(r.isError(o))return o;if(i=t.primitive||null!==o?r.skip(o):this._skipUntilEnd(r,e),r.isError(i))return i;if("end"===t.tagStr)break}},DERNode.prototype._decodeList=function(r,e,t,i){for(var o=[];!r.isEmpty();){var n=this._peekTag(r,"end");if(r.isError(n))return n;var s=t.decode(r,"der",i);if(r.isError(s)&&n)break;o.push(s)}return o},DERNode.prototype._decodeStr=function(r,e){if("bitstr"===e){var t=r.readUInt8();return r.isError(t)?t:{unused:t,data:r.raw()}}if("bmpstr"===e){var i=r.raw();if(i.length%2==1)return r.error("Decoding of string type: bmpstr length mismatch");for(var o="",n=0;n<i.length/2;n++)o+=String.fromCharCode(i.readUInt16BE(2*n));return o}if("numstr"===e){var s=r.raw().toString("ascii");return this._isNumstr(s)?s:r.error("Decoding of string type: numstr unsupported characters")}if("octstr"===e)return r.raw();if("objDesc"===e)return r.raw();if("printstr"===e){var a=r.raw().toString("ascii");return this._isPrintstr(a)?a:r.error("Decoding of string type: printstr unsupported characters")}return/str$/.test(e)?r.raw().toString():r.error("Decoding of string type: "+e+" unsupported")},DERNode.prototype._decodeObjid=function(r,e,t){for(var i,o=[],n=0;!r.isEmpty();){var s=r.readUInt8();n<<=7,n|=127&s,0==(128&s)&&(o.push(n),n=0)}128&s&&o.push(n);var a=o[0]/40|0,d=o[0]%40;if(i=t?o:[a,d].concat(o.slice(1)),e){var u=e[i.join(" ")];void 0===u&&(u=e[i.join(".")]),void 0!==u&&(i=u)}return i},DERNode.prototype._decodeTime=function(r,e){var t=r.raw().toString();if("gentime"===e)var i=0|t.slice(0,4),o=0|t.slice(4,6),n=0|t.slice(6,8),s=0|t.slice(8,10),a=0|t.slice(10,12),d=0|t.slice(12,14);else{if("utctime"!==e)return r.error("Decoding "+e+" time is not supported yet");i=0|t.slice(0,2),o=0|t.slice(2,4),n=0|t.slice(4,6),s=0|t.slice(6,8),a=0|t.slice(8,10),d=0|t.slice(10,12);i=i<70?2e3+i:1900+i}return Date.UTC(i,o-1,n,s,a,d,0)},DERNode.prototype._decodeNull=function(r){return null},DERNode.prototype._decodeBool=function(r){var e=r.readUInt8();return r.isError(e)?e:0!==e},DERNode.prototype._decodeInt=function(r,e){var t=r.raw(),i=new bignum(t);return e&&(i=e[i.toString(10)]||i),i},DERNode.prototype._use=function(r,e){return"function"==typeof r&&(r=r(e)),r._getDecoder("der").tree};
759
760},{"../../asn1":239,"inherits":364}],248:[function(require,module,exports){
761var decoders=exports;decoders.der=require("./der"),decoders.pem=require("./pem");
762
763},{"./der":247,"./pem":249}],249:[function(require,module,exports){
764var inherits=require("inherits"),Buffer=require("buffer").Buffer,DERDecoder=require("./der");function PEMDecoder(e){DERDecoder.call(this,e),this.enc="pem"}inherits(PEMDecoder,DERDecoder),module.exports=PEMDecoder,PEMDecoder.prototype.decode=function(e,r){for(var o=e.toString().split(/[\r\n]+/g),i=r.label.toUpperCase(),t=/^-----(BEGIN|END) ([^-]+)-----$/,c=-1,n=-1,f=0;f<o.length;f++){var a=o[f].match(t);if(null!==a&&a[2]===i){if(-1!==c){if("END"!==a[1])break;n=f;break}if("BEGIN"!==a[1])break;c=f}}if(-1===c||-1===n)throw new Error("PEM section not found for: "+i);var d=o.slice(c+1,n).join("");d.replace(/[^a-z0-9\+\/=]+/gi,"");var D=new Buffer(d,"base64");return DERDecoder.prototype.decode.call(this,D,r)};
765
766},{"./der":247,"buffer":285,"inherits":364}],250:[function(require,module,exports){
767var inherits=require("inherits"),Buffer=require("buffer").Buffer,asn1=require("../../asn1"),base=asn1.base,der=asn1.constants.der;function DEREncoder(e){this.enc="der",this.name=e.name,this.entity=e,this.tree=new DERNode,this.tree._init(e.body)}function DERNode(e){base.Node.call(this,"der",e)}function two(e){return e<10?"0"+e:e}function encodeTag(e,r,t,n){var o;if("seqof"===e?e="seq":"setof"===e&&(e="set"),der.tagByName.hasOwnProperty(e))o=der.tagByName[e];else{if("number"!=typeof e||(0|e)!==e)return n.error("Unknown tag: "+e);o=e}return o>=31?n.error("Multi-octet tag encoding unsupported"):(r||(o|=32),o|=der.tagClassByName[t||"universal"]<<6)}module.exports=DEREncoder,DEREncoder.prototype.encode=function(e,r){return this.tree._encode(e,r).join()},inherits(DERNode,base.Node),DERNode.prototype._encodeComposite=function(e,r,t,n){var o,i=encodeTag(e,r,t,this.reporter);if(n.length<128)return(o=new Buffer(2))[0]=i,o[1]=n.length,this._createEncoderBuffer([o,n]);for(var f=1,s=n.length;s>=256;s>>=8)f++;(o=new Buffer(2+f))[0]=i,o[1]=128|f;s=1+f;for(var u=n.length;u>0;s--,u>>=8)o[s]=255&u;return this._createEncoderBuffer([o,n])},DERNode.prototype._encodeStr=function(e,r){if("bitstr"===r)return this._createEncoderBuffer([0|e.unused,e.data]);if("bmpstr"===r){for(var t=new Buffer(2*e.length),n=0;n<e.length;n++)t.writeUInt16BE(e.charCodeAt(n),2*n);return this._createEncoderBuffer(t)}return"numstr"===r?this._isNumstr(e)?this._createEncoderBuffer(e):this.reporter.error("Encoding of string type: numstr supports only digits and space"):"printstr"===r?this._isPrintstr(e)?this._createEncoderBuffer(e):this.reporter.error("Encoding of string type: printstr supports only latin upper and lower case letters, digits, space, apostrophe, left and rigth parenthesis, plus sign, comma, hyphen, dot, slash, colon, equal sign, question mark"):/str$/.test(r)?this._createEncoderBuffer(e):"objDesc"===r?this._createEncoderBuffer(e):this.reporter.error("Encoding of string type: "+r+" unsupported")},DERNode.prototype._encodeObjid=function(e,r,t){if("string"==typeof e){if(!r)return this.reporter.error("string objid given, but no values map found");if(!r.hasOwnProperty(e))return this.reporter.error("objid not found in values map");e=r[e].split(/[\s\.]+/g);for(var n=0;n<e.length;n++)e[n]|=0}else if(Array.isArray(e)){e=e.slice();for(n=0;n<e.length;n++)e[n]|=0}if(!Array.isArray(e))return this.reporter.error("objid() should be either array or string, got: "+JSON.stringify(e));if(!t){if(e[1]>=40)return this.reporter.error("Second objid identifier OOB");e.splice(0,2,40*e[0]+e[1])}var o=0;for(n=0;n<e.length;n++){var i=e[n];for(o++;i>=128;i>>=7)o++}var f=new Buffer(o),s=f.length-1;for(n=e.length-1;n>=0;n--){i=e[n];for(f[s--]=127&i;(i>>=7)>0;)f[s--]=128|127&i}return this._createEncoderBuffer(f)},DERNode.prototype._encodeTime=function(e,r){var t,n=new Date(e);return"gentime"===r?t=[two(n.getFullYear()),two(n.getUTCMonth()+1),two(n.getUTCDate()),two(n.getUTCHours()),two(n.getUTCMinutes()),two(n.getUTCSeconds()),"Z"].join(""):"utctime"===r?t=[two(n.getFullYear()%100),two(n.getUTCMonth()+1),two(n.getUTCDate()),two(n.getUTCHours()),two(n.getUTCMinutes()),two(n.getUTCSeconds()),"Z"].join(""):this.reporter.error("Encoding "+r+" time is not supported yet"),this._encodeStr(t,"octstr")},DERNode.prototype._encodeNull=function(){return this._createEncoderBuffer("")},DERNode.prototype._encodeInt=function(e,r){if("string"==typeof e){if(!r)return this.reporter.error("String int or enum given, but no values map");if(!r.hasOwnProperty(e))return this.reporter.error("Values map doesn't contain: "+JSON.stringify(e));e=r[e]}if("number"!=typeof e&&!Buffer.isBuffer(e)){var t=e.toArray();!e.sign&&128&t[0]&&t.unshift(0),e=new Buffer(t)}if(Buffer.isBuffer(e)){var n=e.length;0===e.length&&n++;var o=new Buffer(n);return e.copy(o),0===e.length&&(o[0]=0),this._createEncoderBuffer(o)}if(e<128)return this._createEncoderBuffer(e);if(e<256)return this._createEncoderBuffer([0,e]);n=1;for(var i=e;i>=256;i>>=8)n++;for(i=(o=new Array(n)).length-1;i>=0;i--)o[i]=255&e,e>>=8;return 128&o[0]&&o.unshift(0),this._createEncoderBuffer(new Buffer(o))},DERNode.prototype._encodeBool=function(e){return this._createEncoderBuffer(e?255:0)},DERNode.prototype._use=function(e,r){return"function"==typeof e&&(e=e(r)),e._getEncoder("der").tree},DERNode.prototype._skipDefault=function(e,r,t){var n,o=this._baseState;if(null===o.default)return!1;var i=e.join();if(void 0===o.defaultBuffer&&(o.defaultBuffer=this._encodeValue(o.default,r,t).join()),i.length!==o.defaultBuffer.length)return!1;for(n=0;n<i.length;n++)if(i[n]!==o.defaultBuffer[n])return!1;return!0};
768
769},{"../../asn1":239,"buffer":285,"inherits":364}],251:[function(require,module,exports){
770var encoders=exports;encoders.der=require("./der"),encoders.pem=require("./pem");
771
772},{"./der":250,"./pem":252}],252:[function(require,module,exports){
773var inherits=require("inherits"),DEREncoder=require("./der");function PEMEncoder(e){DEREncoder.call(this,e),this.enc="pem"}inherits(PEMEncoder,DEREncoder),module.exports=PEMEncoder,PEMEncoder.prototype.encode=function(e,r){for(var n=DEREncoder.prototype.encode.call(this,e).toString("base64"),o=["-----BEGIN "+r.label+"-----"],E=0;E<n.length;E+=64)o.push(n.slice(E,E+64));return o.push("-----END "+r.label+"-----"),o.join("\n")};
774
775},{"./der":250,"inherits":364}],253:[function(require,module,exports){
776"use strict";exports.byteLength=byteLength,exports.toByteArray=toByteArray,exports.fromByteArray=fromByteArray;for(var lookup=[],revLookup=[],Arr="undefined"!=typeof Uint8Array?Uint8Array:Array,code="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",i=0,len=code.length;i<len;++i)lookup[i]=code[i],revLookup[code.charCodeAt(i)]=i;function getLens(o){var r=o.length;if(r%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var e=o.indexOf("=");return-1===e&&(e=r),[e,e===r?0:4-e%4]}function byteLength(o){var r=getLens(o),e=r[0],t=r[1];return 3*(e+t)/4-t}function _byteLength(o,r,e){return 3*(r+e)/4-e}function toByteArray(o){var r,e,t=getLens(o),n=t[0],u=t[1],p=new Arr(_byteLength(o,n,u)),a=0,h=u>0?n-4:n;for(e=0;e<h;e+=4)r=revLookup[o.charCodeAt(e)]<<18|revLookup[o.charCodeAt(e+1)]<<12|revLookup[o.charCodeAt(e+2)]<<6|revLookup[o.charCodeAt(e+3)],p[a++]=r>>16&255,p[a++]=r>>8&255,p[a++]=255&r;return 2===u&&(r=revLookup[o.charCodeAt(e)]<<2|revLookup[o.charCodeAt(e+1)]>>4,p[a++]=255&r),1===u&&(r=revLookup[o.charCodeAt(e)]<<10|revLookup[o.charCodeAt(e+1)]<<4|revLookup[o.charCodeAt(e+2)]>>2,p[a++]=r>>8&255,p[a++]=255&r),p}function tripletToBase64(o){return lookup[o>>18&63]+lookup[o>>12&63]+lookup[o>>6&63]+lookup[63&o]}function encodeChunk(o,r,e){for(var t,n=[],u=r;u<e;u+=3)t=(o[u]<<16&16711680)+(o[u+1]<<8&65280)+(255&o[u+2]),n.push(tripletToBase64(t));return n.join("")}function fromByteArray(o){for(var r,e=o.length,t=e%3,n=[],u=0,p=e-t;u<p;u+=16383)n.push(encodeChunk(o,u,u+16383>p?p:u+16383));return 1===t?(r=o[e-1],n.push(lookup[r>>2]+lookup[r<<4&63]+"==")):2===t&&(r=(o[e-2]<<8)+o[e-1],n.push(lookup[r>>10]+lookup[r>>4&63]+lookup[r<<2&63]+"=")),n.join("")}revLookup["-".charCodeAt(0)]=62,revLookup["_".charCodeAt(0)]=63;
777
778},{}],254:[function(require,module,exports){
779!function(t,i){"use strict";function r(t,i){if(!t)throw new Error(i||"Assertion failed")}function h(t,i){t.super_=i;var r=function(){};r.prototype=i.prototype,t.prototype=new r,t.prototype.constructor=t}function n(t,i,r){if(n.isBN(t))return t;this.negative=0,this.words=null,this.length=0,this.red=null,null!==t&&("le"!==i&&"be"!==i||(r=i,i=10),this._init(t||0,i||10,r||"be"))}var e;"object"==typeof t?t.exports=n:i.BN=n,n.BN=n,n.wordSize=26;try{e=require("buffer").Buffer}catch(t){}function o(t,i,r){for(var h=0,n=Math.min(t.length,r),e=i;e<n;e++){var o=t.charCodeAt(e)-48;h<<=4,h|=o>=49&&o<=54?o-49+10:o>=17&&o<=22?o-17+10:15&o}return h}function s(t,i,r,h){for(var n=0,e=Math.min(t.length,r),o=i;o<e;o++){var s=t.charCodeAt(o)-48;n*=h,n+=s>=49?s-49+10:s>=17?s-17+10:s}return n}n.isBN=function(t){return t instanceof n||null!==t&&"object"==typeof t&&t.constructor.wordSize===n.wordSize&&Array.isArray(t.words)},n.max=function(t,i){return t.cmp(i)>0?t:i},n.min=function(t,i){return t.cmp(i)<0?t:i},n.prototype._init=function(t,i,h){if("number"==typeof t)return this._initNumber(t,i,h);if("object"==typeof t)return this._initArray(t,i,h);"hex"===i&&(i=16),r(i===(0|i)&&i>=2&&i<=36);var n=0;"-"===(t=t.toString().replace(/\s+/g,""))[0]&&n++,16===i?this._parseHex(t,n):this._parseBase(t,i,n),"-"===t[0]&&(this.negative=1),this.strip(),"le"===h&&this._initArray(this.toArray(),i,h)},n.prototype._initNumber=function(t,i,h){t<0&&(this.negative=1,t=-t),t<67108864?(this.words=[67108863&t],this.length=1):t<4503599627370496?(this.words=[67108863&t,t/67108864&67108863],this.length=2):(r(t<9007199254740992),this.words=[67108863&t,t/67108864&67108863,1],this.length=3),"le"===h&&this._initArray(this.toArray(),i,h)},n.prototype._initArray=function(t,i,h){if(r("number"==typeof t.length),t.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(t.length/3),this.words=new Array(this.length);for(var n=0;n<this.length;n++)this.words[n]=0;var e,o,s=0;if("be"===h)for(n=t.length-1,e=0;n>=0;n-=3)o=t[n]|t[n-1]<<8|t[n-2]<<16,this.words[e]|=o<<s&67108863,this.words[e+1]=o>>>26-s&67108863,(s+=24)>=26&&(s-=26,e++);else if("le"===h)for(n=0,e=0;n<t.length;n+=3)o=t[n]|t[n+1]<<8|t[n+2]<<16,this.words[e]|=o<<s&67108863,this.words[e+1]=o>>>26-s&67108863,(s+=24)>=26&&(s-=26,e++);return this.strip()},n.prototype._parseHex=function(t,i){this.length=Math.ceil((t.length-i)/6),this.words=new Array(this.length);for(var r=0;r<this.length;r++)this.words[r]=0;var h,n,e=0;for(r=t.length-6,h=0;r>=i;r-=6)n=o(t,r,r+6),this.words[h]|=n<<e&67108863,this.words[h+1]|=n>>>26-e&4194303,(e+=24)>=26&&(e-=26,h++);r+6!==i&&(n=o(t,i,r+6),this.words[h]|=n<<e&67108863,this.words[h+1]|=n>>>26-e&4194303),this.strip()},n.prototype._parseBase=function(t,i,r){this.words=[0],this.length=1;for(var h=0,n=1;n<=67108863;n*=i)h++;h--,n=n/i|0;for(var e=t.length-r,o=e%h,u=Math.min(e,e-o)+r,a=0,l=r;l<u;l+=h)a=s(t,l,l+h,i),this.imuln(n),this.words[0]+a<67108864?this.words[0]+=a:this._iaddn(a);if(0!==o){var m=1;for(a=s(t,l,t.length,i),l=0;l<o;l++)m*=i;this.imuln(m),this.words[0]+a<67108864?this.words[0]+=a:this._iaddn(a)}},n.prototype.copy=function(t){t.words=new Array(this.length);for(var i=0;i<this.length;i++)t.words[i]=this.words[i];t.length=this.length,t.negative=this.negative,t.red=this.red},n.prototype.clone=function(){var t=new n(null);return this.copy(t),t},n.prototype._expand=function(t){for(;this.length<t;)this.words[this.length++]=0;return this},n.prototype.strip=function(){for(;this.length>1&&0===this.words[this.length-1];)this.length--;return this._normSign()},n.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},n.prototype.inspect=function(){return(this.red?"<BN-R: ":"<BN: ")+this.toString(16)+">"};var u=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],a=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],l=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];function m(t,i,r){r.negative=i.negative^t.negative;var h=t.length+i.length|0;r.length=h,h=h-1|0;var n=0|t.words[0],e=0|i.words[0],o=n*e,s=67108863&o,u=o/67108864|0;r.words[0]=s;for(var a=1;a<h;a++){for(var l=u>>>26,m=67108863&u,f=Math.min(a,i.length-1),d=Math.max(0,a-t.length+1);d<=f;d++){var p=a-d|0;l+=(o=(n=0|t.words[p])*(e=0|i.words[d])+m)/67108864|0,m=67108863&o}r.words[a]=0|m,u=0|l}return 0!==u?r.words[a]=0|u:r.length--,r.strip()}n.prototype.toString=function(t,i){var h;if(i=0|i||1,16===(t=t||10)||"hex"===t){h="";for(var n=0,e=0,o=0;o<this.length;o++){var s=this.words[o],m=(16777215&(s<<n|e)).toString(16);h=0!==(e=s>>>24-n&16777215)||o!==this.length-1?u[6-m.length]+m+h:m+h,(n+=2)>=26&&(n-=26,o--)}for(0!==e&&(h=e.toString(16)+h);h.length%i!=0;)h="0"+h;return 0!==this.negative&&(h="-"+h),h}if(t===(0|t)&&t>=2&&t<=36){var f=a[t],d=l[t];h="";var p=this.clone();for(p.negative=0;!p.isZero();){var M=p.modn(d).toString(t);h=(p=p.idivn(d)).isZero()?M+h:u[f-M.length]+M+h}for(this.isZero()&&(h="0"+h);h.length%i!=0;)h="0"+h;return 0!==this.negative&&(h="-"+h),h}r(!1,"Base should be between 2 and 36")},n.prototype.toNumber=function(){var t=this.words[0];return 2===this.length?t+=67108864*this.words[1]:3===this.length&&1===this.words[2]?t+=4503599627370496+67108864*this.words[1]:this.length>2&&r(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-t:t},n.prototype.toJSON=function(){return this.toString(16)},n.prototype.toBuffer=function(t,i){return r(void 0!==e),this.toArrayLike(e,t,i)},n.prototype.toArray=function(t,i){return this.toArrayLike(Array,t,i)},n.prototype.toArrayLike=function(t,i,h){var n=this.byteLength(),e=h||Math.max(1,n);r(n<=e,"byte array longer than desired length"),r(e>0,"Requested array length <= 0"),this.strip();var o,s,u="le"===i,a=new t(e),l=this.clone();if(u){for(s=0;!l.isZero();s++)o=l.andln(255),l.iushrn(8),a[s]=o;for(;s<e;s++)a[s]=0}else{for(s=0;s<e-n;s++)a[s]=0;for(s=0;!l.isZero();s++)o=l.andln(255),l.iushrn(8),a[e-s-1]=o}return a},Math.clz32?n.prototype._countBits=function(t){return 32-Math.clz32(t)}:n.prototype._countBits=function(t){var i=t,r=0;return i>=4096&&(r+=13,i>>>=13),i>=64&&(r+=7,i>>>=7),i>=8&&(r+=4,i>>>=4),i>=2&&(r+=2,i>>>=2),r+i},n.prototype._zeroBits=function(t){if(0===t)return 26;var i=t,r=0;return 0==(8191&i)&&(r+=13,i>>>=13),0==(127&i)&&(r+=7,i>>>=7),0==(15&i)&&(r+=4,i>>>=4),0==(3&i)&&(r+=2,i>>>=2),0==(1&i)&&r++,r},n.prototype.bitLength=function(){var t=this.words[this.length-1],i=this._countBits(t);return 26*(this.length-1)+i},n.prototype.zeroBits=function(){if(this.isZero())return 0;for(var t=0,i=0;i<this.length;i++){var r=this._zeroBits(this.words[i]);if(t+=r,26!==r)break}return t},n.prototype.byteLength=function(){return Math.ceil(this.bitLength()/8)},n.prototype.toTwos=function(t){return 0!==this.negative?this.abs().inotn(t).iaddn(1):this.clone()},n.prototype.fromTwos=function(t){return this.testn(t-1)?this.notn(t).iaddn(1).ineg():this.clone()},n.prototype.isNeg=function(){return 0!==this.negative},n.prototype.neg=function(){return this.clone().ineg()},n.prototype.ineg=function(){return this.isZero()||(this.negative^=1),this},n.prototype.iuor=function(t){for(;this.length<t.length;)this.words[this.length++]=0;for(var i=0;i<t.length;i++)this.words[i]=this.words[i]|t.words[i];return this.strip()},n.prototype.ior=function(t){return r(0==(this.negative|t.negative)),this.iuor(t)},n.prototype.or=function(t){return this.length>t.length?this.clone().ior(t):t.clone().ior(this)},n.prototype.uor=function(t){return this.length>t.length?this.clone().iuor(t):t.clone().iuor(this)},n.prototype.iuand=function(t){var i;i=this.length>t.length?t:this;for(var r=0;r<i.length;r++)this.words[r]=this.words[r]&t.words[r];return this.length=i.length,this.strip()},n.prototype.iand=function(t){return r(0==(this.negative|t.negative)),this.iuand(t)},n.prototype.and=function(t){return this.length>t.length?this.clone().iand(t):t.clone().iand(this)},n.prototype.uand=function(t){return this.length>t.length?this.clone().iuand(t):t.clone().iuand(this)},n.prototype.iuxor=function(t){var i,r;this.length>t.length?(i=this,r=t):(i=t,r=this);for(var h=0;h<r.length;h++)this.words[h]=i.words[h]^r.words[h];if(this!==i)for(;h<i.length;h++)this.words[h]=i.words[h];return this.length=i.length,this.strip()},n.prototype.ixor=function(t){return r(0==(this.negative|t.negative)),this.iuxor(t)},n.prototype.xor=function(t){return this.length>t.length?this.clone().ixor(t):t.clone().ixor(this)},n.prototype.uxor=function(t){return this.length>t.length?this.clone().iuxor(t):t.clone().iuxor(this)},n.prototype.inotn=function(t){r("number"==typeof t&&t>=0);var i=0|Math.ceil(t/26),h=t%26;this._expand(i),h>0&&i--;for(var n=0;n<i;n++)this.words[n]=67108863&~this.words[n];return h>0&&(this.words[n]=~this.words[n]&67108863>>26-h),this.strip()},n.prototype.notn=function(t){return this.clone().inotn(t)},n.prototype.setn=function(t,i){r("number"==typeof t&&t>=0);var h=t/26|0,n=t%26;return this._expand(h+1),this.words[h]=i?this.words[h]|1<<n:this.words[h]&~(1<<n),this.strip()},n.prototype.iadd=function(t){var i,r,h;if(0!==this.negative&&0===t.negative)return this.negative=0,i=this.isub(t),this.negative^=1,this._normSign();if(0===this.negative&&0!==t.negative)return t.negative=0,i=this.isub(t),t.negative=1,i._normSign();this.length>t.length?(r=this,h=t):(r=t,h=this);for(var n=0,e=0;e<h.length;e++)i=(0|r.words[e])+(0|h.words[e])+n,this.words[e]=67108863&i,n=i>>>26;for(;0!==n&&e<r.length;e++)i=(0|r.words[e])+n,this.words[e]=67108863&i,n=i>>>26;if(this.length=r.length,0!==n)this.words[this.length]=n,this.length++;else if(r!==this)for(;e<r.length;e++)this.words[e]=r.words[e];return this},n.prototype.add=function(t){var i;return 0!==t.negative&&0===this.negative?(t.negative=0,i=this.sub(t),t.negative^=1,i):0===t.negative&&0!==this.negative?(this.negative=0,i=t.sub(this),this.negative=1,i):this.length>t.length?this.clone().iadd(t):t.clone().iadd(this)},n.prototype.isub=function(t){if(0!==t.negative){t.negative=0;var i=this.iadd(t);return t.negative=1,i._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(t),this.negative=1,this._normSign();var r,h,n=this.cmp(t);if(0===n)return this.negative=0,this.length=1,this.words[0]=0,this;n>0?(r=this,h=t):(r=t,h=this);for(var e=0,o=0;o<h.length;o++)e=(i=(0|r.words[o])-(0|h.words[o])+e)>>26,this.words[o]=67108863&i;for(;0!==e&&o<r.length;o++)e=(i=(0|r.words[o])+e)>>26,this.words[o]=67108863&i;if(0===e&&o<r.length&&r!==this)for(;o<r.length;o++)this.words[o]=r.words[o];return this.length=Math.max(this.length,o),r!==this&&(this.negative=1),this.strip()},n.prototype.sub=function(t){return this.clone().isub(t)};var f=function(t,i,r){var h,n,e,o=t.words,s=i.words,u=r.words,a=0,l=0|o[0],m=8191&l,f=l>>>13,d=0|o[1],p=8191&d,M=d>>>13,v=0|o[2],g=8191&v,c=v>>>13,w=0|o[3],y=8191&w,b=w>>>13,_=0|o[4],k=8191&_,A=_>>>13,x=0|o[5],S=8191&x,Z=x>>>13,q=0|o[6],R=8191&q,B=q>>>13,N=0|o[7],L=8191&N,I=N>>>13,z=0|o[8],T=8191&z,E=z>>>13,O=0|o[9],j=8191&O,K=O>>>13,P=0|s[0],F=8191&P,C=P>>>13,D=0|s[1],H=8191&D,J=D>>>13,U=0|s[2],G=8191&U,Q=U>>>13,V=0|s[3],W=8191&V,X=V>>>13,Y=0|s[4],$=8191&Y,tt=Y>>>13,it=0|s[5],rt=8191&it,ht=it>>>13,nt=0|s[6],et=8191&nt,ot=nt>>>13,st=0|s[7],ut=8191&st,at=st>>>13,lt=0|s[8],mt=8191&lt,ft=lt>>>13,dt=0|s[9],pt=8191&dt,Mt=dt>>>13;r.negative=t.negative^i.negative,r.length=19;var vt=(a+(h=Math.imul(m,F))|0)+((8191&(n=(n=Math.imul(m,C))+Math.imul(f,F)|0))<<13)|0;a=((e=Math.imul(f,C))+(n>>>13)|0)+(vt>>>26)|0,vt&=67108863,h=Math.imul(p,F),n=(n=Math.imul(p,C))+Math.imul(M,F)|0,e=Math.imul(M,C);var gt=(a+(h=h+Math.imul(m,H)|0)|0)+((8191&(n=(n=n+Math.imul(m,J)|0)+Math.imul(f,H)|0))<<13)|0;a=((e=e+Math.imul(f,J)|0)+(n>>>13)|0)+(gt>>>26)|0,gt&=67108863,h=Math.imul(g,F),n=(n=Math.imul(g,C))+Math.imul(c,F)|0,e=Math.imul(c,C),h=h+Math.imul(p,H)|0,n=(n=n+Math.imul(p,J)|0)+Math.imul(M,H)|0,e=e+Math.imul(M,J)|0;var ct=(a+(h=h+Math.imul(m,G)|0)|0)+((8191&(n=(n=n+Math.imul(m,Q)|0)+Math.imul(f,G)|0))<<13)|0;a=((e=e+Math.imul(f,Q)|0)+(n>>>13)|0)+(ct>>>26)|0,ct&=67108863,h=Math.imul(y,F),n=(n=Math.imul(y,C))+Math.imul(b,F)|0,e=Math.imul(b,C),h=h+Math.imul(g,H)|0,n=(n=n+Math.imul(g,J)|0)+Math.imul(c,H)|0,e=e+Math.imul(c,J)|0,h=h+Math.imul(p,G)|0,n=(n=n+Math.imul(p,Q)|0)+Math.imul(M,G)|0,e=e+Math.imul(M,Q)|0;var wt=(a+(h=h+Math.imul(m,W)|0)|0)+((8191&(n=(n=n+Math.imul(m,X)|0)+Math.imul(f,W)|0))<<13)|0;a=((e=e+Math.imul(f,X)|0)+(n>>>13)|0)+(wt>>>26)|0,wt&=67108863,h=Math.imul(k,F),n=(n=Math.imul(k,C))+Math.imul(A,F)|0,e=Math.imul(A,C),h=h+Math.imul(y,H)|0,n=(n=n+Math.imul(y,J)|0)+Math.imul(b,H)|0,e=e+Math.imul(b,J)|0,h=h+Math.imul(g,G)|0,n=(n=n+Math.imul(g,Q)|0)+Math.imul(c,G)|0,e=e+Math.imul(c,Q)|0,h=h+Math.imul(p,W)|0,n=(n=n+Math.imul(p,X)|0)+Math.imul(M,W)|0,e=e+Math.imul(M,X)|0;var yt=(a+(h=h+Math.imul(m,$)|0)|0)+((8191&(n=(n=n+Math.imul(m,tt)|0)+Math.imul(f,$)|0))<<13)|0;a=((e=e+Math.imul(f,tt)|0)+(n>>>13)|0)+(yt>>>26)|0,yt&=67108863,h=Math.imul(S,F),n=(n=Math.imul(S,C))+Math.imul(Z,F)|0,e=Math.imul(Z,C),h=h+Math.imul(k,H)|0,n=(n=n+Math.imul(k,J)|0)+Math.imul(A,H)|0,e=e+Math.imul(A,J)|0,h=h+Math.imul(y,G)|0,n=(n=n+Math.imul(y,Q)|0)+Math.imul(b,G)|0,e=e+Math.imul(b,Q)|0,h=h+Math.imul(g,W)|0,n=(n=n+Math.imul(g,X)|0)+Math.imul(c,W)|0,e=e+Math.imul(c,X)|0,h=h+Math.imul(p,$)|0,n=(n=n+Math.imul(p,tt)|0)+Math.imul(M,$)|0,e=e+Math.imul(M,tt)|0;var bt=(a+(h=h+Math.imul(m,rt)|0)|0)+((8191&(n=(n=n+Math.imul(m,ht)|0)+Math.imul(f,rt)|0))<<13)|0;a=((e=e+Math.imul(f,ht)|0)+(n>>>13)|0)+(bt>>>26)|0,bt&=67108863,h=Math.imul(R,F),n=(n=Math.imul(R,C))+Math.imul(B,F)|0,e=Math.imul(B,C),h=h+Math.imul(S,H)|0,n=(n=n+Math.imul(S,J)|0)+Math.imul(Z,H)|0,e=e+Math.imul(Z,J)|0,h=h+Math.imul(k,G)|0,n=(n=n+Math.imul(k,Q)|0)+Math.imul(A,G)|0,e=e+Math.imul(A,Q)|0,h=h+Math.imul(y,W)|0,n=(n=n+Math.imul(y,X)|0)+Math.imul(b,W)|0,e=e+Math.imul(b,X)|0,h=h+Math.imul(g,$)|0,n=(n=n+Math.imul(g,tt)|0)+Math.imul(c,$)|0,e=e+Math.imul(c,tt)|0,h=h+Math.imul(p,rt)|0,n=(n=n+Math.imul(p,ht)|0)+Math.imul(M,rt)|0,e=e+Math.imul(M,ht)|0;var _t=(a+(h=h+Math.imul(m,et)|0)|0)+((8191&(n=(n=n+Math.imul(m,ot)|0)+Math.imul(f,et)|0))<<13)|0;a=((e=e+Math.imul(f,ot)|0)+(n>>>13)|0)+(_t>>>26)|0,_t&=67108863,h=Math.imul(L,F),n=(n=Math.imul(L,C))+Math.imul(I,F)|0,e=Math.imul(I,C),h=h+Math.imul(R,H)|0,n=(n=n+Math.imul(R,J)|0)+Math.imul(B,H)|0,e=e+Math.imul(B,J)|0,h=h+Math.imul(S,G)|0,n=(n=n+Math.imul(S,Q)|0)+Math.imul(Z,G)|0,e=e+Math.imul(Z,Q)|0,h=h+Math.imul(k,W)|0,n=(n=n+Math.imul(k,X)|0)+Math.imul(A,W)|0,e=e+Math.imul(A,X)|0,h=h+Math.imul(y,$)|0,n=(n=n+Math.imul(y,tt)|0)+Math.imul(b,$)|0,e=e+Math.imul(b,tt)|0,h=h+Math.imul(g,rt)|0,n=(n=n+Math.imul(g,ht)|0)+Math.imul(c,rt)|0,e=e+Math.imul(c,ht)|0,h=h+Math.imul(p,et)|0,n=(n=n+Math.imul(p,ot)|0)+Math.imul(M,et)|0,e=e+Math.imul(M,ot)|0;var kt=(a+(h=h+Math.imul(m,ut)|0)|0)+((8191&(n=(n=n+Math.imul(m,at)|0)+Math.imul(f,ut)|0))<<13)|0;a=((e=e+Math.imul(f,at)|0)+(n>>>13)|0)+(kt>>>26)|0,kt&=67108863,h=Math.imul(T,F),n=(n=Math.imul(T,C))+Math.imul(E,F)|0,e=Math.imul(E,C),h=h+Math.imul(L,H)|0,n=(n=n+Math.imul(L,J)|0)+Math.imul(I,H)|0,e=e+Math.imul(I,J)|0,h=h+Math.imul(R,G)|0,n=(n=n+Math.imul(R,Q)|0)+Math.imul(B,G)|0,e=e+Math.imul(B,Q)|0,h=h+Math.imul(S,W)|0,n=(n=n+Math.imul(S,X)|0)+Math.imul(Z,W)|0,e=e+Math.imul(Z,X)|0,h=h+Math.imul(k,$)|0,n=(n=n+Math.imul(k,tt)|0)+Math.imul(A,$)|0,e=e+Math.imul(A,tt)|0,h=h+Math.imul(y,rt)|0,n=(n=n+Math.imul(y,ht)|0)+Math.imul(b,rt)|0,e=e+Math.imul(b,ht)|0,h=h+Math.imul(g,et)|0,n=(n=n+Math.imul(g,ot)|0)+Math.imul(c,et)|0,e=e+Math.imul(c,ot)|0,h=h+Math.imul(p,ut)|0,n=(n=n+Math.imul(p,at)|0)+Math.imul(M,ut)|0,e=e+Math.imul(M,at)|0;var At=(a+(h=h+Math.imul(m,mt)|0)|0)+((8191&(n=(n=n+Math.imul(m,ft)|0)+Math.imul(f,mt)|0))<<13)|0;a=((e=e+Math.imul(f,ft)|0)+(n>>>13)|0)+(At>>>26)|0,At&=67108863,h=Math.imul(j,F),n=(n=Math.imul(j,C))+Math.imul(K,F)|0,e=Math.imul(K,C),h=h+Math.imul(T,H)|0,n=(n=n+Math.imul(T,J)|0)+Math.imul(E,H)|0,e=e+Math.imul(E,J)|0,h=h+Math.imul(L,G)|0,n=(n=n+Math.imul(L,Q)|0)+Math.imul(I,G)|0,e=e+Math.imul(I,Q)|0,h=h+Math.imul(R,W)|0,n=(n=n+Math.imul(R,X)|0)+Math.imul(B,W)|0,e=e+Math.imul(B,X)|0,h=h+Math.imul(S,$)|0,n=(n=n+Math.imul(S,tt)|0)+Math.imul(Z,$)|0,e=e+Math.imul(Z,tt)|0,h=h+Math.imul(k,rt)|0,n=(n=n+Math.imul(k,ht)|0)+Math.imul(A,rt)|0,e=e+Math.imul(A,ht)|0,h=h+Math.imul(y,et)|0,n=(n=n+Math.imul(y,ot)|0)+Math.imul(b,et)|0,e=e+Math.imul(b,ot)|0,h=h+Math.imul(g,ut)|0,n=(n=n+Math.imul(g,at)|0)+Math.imul(c,ut)|0,e=e+Math.imul(c,at)|0,h=h+Math.imul(p,mt)|0,n=(n=n+Math.imul(p,ft)|0)+Math.imul(M,mt)|0,e=e+Math.imul(M,ft)|0;var xt=(a+(h=h+Math.imul(m,pt)|0)|0)+((8191&(n=(n=n+Math.imul(m,Mt)|0)+Math.imul(f,pt)|0))<<13)|0;a=((e=e+Math.imul(f,Mt)|0)+(n>>>13)|0)+(xt>>>26)|0,xt&=67108863,h=Math.imul(j,H),n=(n=Math.imul(j,J))+Math.imul(K,H)|0,e=Math.imul(K,J),h=h+Math.imul(T,G)|0,n=(n=n+Math.imul(T,Q)|0)+Math.imul(E,G)|0,e=e+Math.imul(E,Q)|0,h=h+Math.imul(L,W)|0,n=(n=n+Math.imul(L,X)|0)+Math.imul(I,W)|0,e=e+Math.imul(I,X)|0,h=h+Math.imul(R,$)|0,n=(n=n+Math.imul(R,tt)|0)+Math.imul(B,$)|0,e=e+Math.imul(B,tt)|0,h=h+Math.imul(S,rt)|0,n=(n=n+Math.imul(S,ht)|0)+Math.imul(Z,rt)|0,e=e+Math.imul(Z,ht)|0,h=h+Math.imul(k,et)|0,n=(n=n+Math.imul(k,ot)|0)+Math.imul(A,et)|0,e=e+Math.imul(A,ot)|0,h=h+Math.imul(y,ut)|0,n=(n=n+Math.imul(y,at)|0)+Math.imul(b,ut)|0,e=e+Math.imul(b,at)|0,h=h+Math.imul(g,mt)|0,n=(n=n+Math.imul(g,ft)|0)+Math.imul(c,mt)|0,e=e+Math.imul(c,ft)|0;var St=(a+(h=h+Math.imul(p,pt)|0)|0)+((8191&(n=(n=n+Math.imul(p,Mt)|0)+Math.imul(M,pt)|0))<<13)|0;a=((e=e+Math.imul(M,Mt)|0)+(n>>>13)|0)+(St>>>26)|0,St&=67108863,h=Math.imul(j,G),n=(n=Math.imul(j,Q))+Math.imul(K,G)|0,e=Math.imul(K,Q),h=h+Math.imul(T,W)|0,n=(n=n+Math.imul(T,X)|0)+Math.imul(E,W)|0,e=e+Math.imul(E,X)|0,h=h+Math.imul(L,$)|0,n=(n=n+Math.imul(L,tt)|0)+Math.imul(I,$)|0,e=e+Math.imul(I,tt)|0,h=h+Math.imul(R,rt)|0,n=(n=n+Math.imul(R,ht)|0)+Math.imul(B,rt)|0,e=e+Math.imul(B,ht)|0,h=h+Math.imul(S,et)|0,n=(n=n+Math.imul(S,ot)|0)+Math.imul(Z,et)|0,e=e+Math.imul(Z,ot)|0,h=h+Math.imul(k,ut)|0,n=(n=n+Math.imul(k,at)|0)+Math.imul(A,ut)|0,e=e+Math.imul(A,at)|0,h=h+Math.imul(y,mt)|0,n=(n=n+Math.imul(y,ft)|0)+Math.imul(b,mt)|0,e=e+Math.imul(b,ft)|0;var Zt=(a+(h=h+Math.imul(g,pt)|0)|0)+((8191&(n=(n=n+Math.imul(g,Mt)|0)+Math.imul(c,pt)|0))<<13)|0;a=((e=e+Math.imul(c,Mt)|0)+(n>>>13)|0)+(Zt>>>26)|0,Zt&=67108863,h=Math.imul(j,W),n=(n=Math.imul(j,X))+Math.imul(K,W)|0,e=Math.imul(K,X),h=h+Math.imul(T,$)|0,n=(n=n+Math.imul(T,tt)|0)+Math.imul(E,$)|0,e=e+Math.imul(E,tt)|0,h=h+Math.imul(L,rt)|0,n=(n=n+Math.imul(L,ht)|0)+Math.imul(I,rt)|0,e=e+Math.imul(I,ht)|0,h=h+Math.imul(R,et)|0,n=(n=n+Math.imul(R,ot)|0)+Math.imul(B,et)|0,e=e+Math.imul(B,ot)|0,h=h+Math.imul(S,ut)|0,n=(n=n+Math.imul(S,at)|0)+Math.imul(Z,ut)|0,e=e+Math.imul(Z,at)|0,h=h+Math.imul(k,mt)|0,n=(n=n+Math.imul(k,ft)|0)+Math.imul(A,mt)|0,e=e+Math.imul(A,ft)|0;var qt=(a+(h=h+Math.imul(y,pt)|0)|0)+((8191&(n=(n=n+Math.imul(y,Mt)|0)+Math.imul(b,pt)|0))<<13)|0;a=((e=e+Math.imul(b,Mt)|0)+(n>>>13)|0)+(qt>>>26)|0,qt&=67108863,h=Math.imul(j,$),n=(n=Math.imul(j,tt))+Math.imul(K,$)|0,e=Math.imul(K,tt),h=h+Math.imul(T,rt)|0,n=(n=n+Math.imul(T,ht)|0)+Math.imul(E,rt)|0,e=e+Math.imul(E,ht)|0,h=h+Math.imul(L,et)|0,n=(n=n+Math.imul(L,ot)|0)+Math.imul(I,et)|0,e=e+Math.imul(I,ot)|0,h=h+Math.imul(R,ut)|0,n=(n=n+Math.imul(R,at)|0)+Math.imul(B,ut)|0,e=e+Math.imul(B,at)|0,h=h+Math.imul(S,mt)|0,n=(n=n+Math.imul(S,ft)|0)+Math.imul(Z,mt)|0,e=e+Math.imul(Z,ft)|0;var Rt=(a+(h=h+Math.imul(k,pt)|0)|0)+((8191&(n=(n=n+Math.imul(k,Mt)|0)+Math.imul(A,pt)|0))<<13)|0;a=((e=e+Math.imul(A,Mt)|0)+(n>>>13)|0)+(Rt>>>26)|0,Rt&=67108863,h=Math.imul(j,rt),n=(n=Math.imul(j,ht))+Math.imul(K,rt)|0,e=Math.imul(K,ht),h=h+Math.imul(T,et)|0,n=(n=n+Math.imul(T,ot)|0)+Math.imul(E,et)|0,e=e+Math.imul(E,ot)|0,h=h+Math.imul(L,ut)|0,n=(n=n+Math.imul(L,at)|0)+Math.imul(I,ut)|0,e=e+Math.imul(I,at)|0,h=h+Math.imul(R,mt)|0,n=(n=n+Math.imul(R,ft)|0)+Math.imul(B,mt)|0,e=e+Math.imul(B,ft)|0;var Bt=(a+(h=h+Math.imul(S,pt)|0)|0)+((8191&(n=(n=n+Math.imul(S,Mt)|0)+Math.imul(Z,pt)|0))<<13)|0;a=((e=e+Math.imul(Z,Mt)|0)+(n>>>13)|0)+(Bt>>>26)|0,Bt&=67108863,h=Math.imul(j,et),n=(n=Math.imul(j,ot))+Math.imul(K,et)|0,e=Math.imul(K,ot),h=h+Math.imul(T,ut)|0,n=(n=n+Math.imul(T,at)|0)+Math.imul(E,ut)|0,e=e+Math.imul(E,at)|0,h=h+Math.imul(L,mt)|0,n=(n=n+Math.imul(L,ft)|0)+Math.imul(I,mt)|0,e=e+Math.imul(I,ft)|0;var Nt=(a+(h=h+Math.imul(R,pt)|0)|0)+((8191&(n=(n=n+Math.imul(R,Mt)|0)+Math.imul(B,pt)|0))<<13)|0;a=((e=e+Math.imul(B,Mt)|0)+(n>>>13)|0)+(Nt>>>26)|0,Nt&=67108863,h=Math.imul(j,ut),n=(n=Math.imul(j,at))+Math.imul(K,ut)|0,e=Math.imul(K,at),h=h+Math.imul(T,mt)|0,n=(n=n+Math.imul(T,ft)|0)+Math.imul(E,mt)|0,e=e+Math.imul(E,ft)|0;var Lt=(a+(h=h+Math.imul(L,pt)|0)|0)+((8191&(n=(n=n+Math.imul(L,Mt)|0)+Math.imul(I,pt)|0))<<13)|0;a=((e=e+Math.imul(I,Mt)|0)+(n>>>13)|0)+(Lt>>>26)|0,Lt&=67108863,h=Math.imul(j,mt),n=(n=Math.imul(j,ft))+Math.imul(K,mt)|0,e=Math.imul(K,ft);var It=(a+(h=h+Math.imul(T,pt)|0)|0)+((8191&(n=(n=n+Math.imul(T,Mt)|0)+Math.imul(E,pt)|0))<<13)|0;a=((e=e+Math.imul(E,Mt)|0)+(n>>>13)|0)+(It>>>26)|0,It&=67108863;var zt=(a+(h=Math.imul(j,pt))|0)+((8191&(n=(n=Math.imul(j,Mt))+Math.imul(K,pt)|0))<<13)|0;return a=((e=Math.imul(K,Mt))+(n>>>13)|0)+(zt>>>26)|0,zt&=67108863,u[0]=vt,u[1]=gt,u[2]=ct,u[3]=wt,u[4]=yt,u[5]=bt,u[6]=_t,u[7]=kt,u[8]=At,u[9]=xt,u[10]=St,u[11]=Zt,u[12]=qt,u[13]=Rt,u[14]=Bt,u[15]=Nt,u[16]=Lt,u[17]=It,u[18]=zt,0!==a&&(u[19]=a,r.length++),r};function d(t,i,r){return(new p).mulp(t,i,r)}function p(t,i){this.x=t,this.y=i}Math.imul||(f=m),n.prototype.mulTo=function(t,i){var r=this.length+t.length;return 10===this.length&&10===t.length?f(this,t,i):r<63?m(this,t,i):r<1024?function(t,i,r){r.negative=i.negative^t.negative,r.length=t.length+i.length;for(var h=0,n=0,e=0;e<r.length-1;e++){var o=n;n=0;for(var s=67108863&h,u=Math.min(e,i.length-1),a=Math.max(0,e-t.length+1);a<=u;a++){var l=e-a,m=(0|t.words[l])*(0|i.words[a]),f=67108863&m;s=67108863&(f=f+s|0),n+=(o=(o=o+(m/67108864|0)|0)+(f>>>26)|0)>>>26,o&=67108863}r.words[e]=s,h=o,o=n}return 0!==h?r.words[e]=h:r.length--,r.strip()}(this,t,i):d(this,t,i)},p.prototype.makeRBT=function(t){for(var i=new Array(t),r=n.prototype._countBits(t)-1,h=0;h<t;h++)i[h]=this.revBin(h,r,t);return i},p.prototype.revBin=function(t,i,r){if(0===t||t===r-1)return t;for(var h=0,n=0;n<i;n++)h|=(1&t)<<i-n-1,t>>=1;return h},p.prototype.permute=function(t,i,r,h,n,e){for(var o=0;o<e;o++)h[o]=i[t[o]],n[o]=r[t[o]]},p.prototype.transform=function(t,i,r,h,n,e){this.permute(e,t,i,r,h,n);for(var o=1;o<n;o<<=1)for(var s=o<<1,u=Math.cos(2*Math.PI/s),a=Math.sin(2*Math.PI/s),l=0;l<n;l+=s)for(var m=u,f=a,d=0;d<o;d++){var p=r[l+d],M=h[l+d],v=r[l+d+o],g=h[l+d+o],c=m*v-f*g;g=m*g+f*v,v=c,r[l+d]=p+v,h[l+d]=M+g,r[l+d+o]=p-v,h[l+d+o]=M-g,d!==s&&(c=u*m-a*f,f=u*f+a*m,m=c)}},p.prototype.guessLen13b=function(t,i){var r=1|Math.max(i,t),h=1&r,n=0;for(r=r/2|0;r;r>>>=1)n++;return 1<<n+1+h},p.prototype.conjugate=function(t,i,r){if(!(r<=1))for(var h=0;h<r/2;h++){var n=t[h];t[h]=t[r-h-1],t[r-h-1]=n,n=i[h],i[h]=-i[r-h-1],i[r-h-1]=-n}},p.prototype.normalize13b=function(t,i){for(var r=0,h=0;h<i/2;h++){var n=8192*Math.round(t[2*h+1]/i)+Math.round(t[2*h]/i)+r;t[h]=67108863&n,r=n<67108864?0:n/67108864|0}return t},p.prototype.convert13b=function(t,i,h,n){for(var e=0,o=0;o<i;o++)e+=0|t[o],h[2*o]=8191&e,e>>>=13,h[2*o+1]=8191&e,e>>>=13;for(o=2*i;o<n;++o)h[o]=0;r(0===e),r(0==(-8192&e))},p.prototype.stub=function(t){for(var i=new Array(t),r=0;r<t;r++)i[r]=0;return i},p.prototype.mulp=function(t,i,r){var h=2*this.guessLen13b(t.length,i.length),n=this.makeRBT(h),e=this.stub(h),o=new Array(h),s=new Array(h),u=new Array(h),a=new Array(h),l=new Array(h),m=new Array(h),f=r.words;f.length=h,this.convert13b(t.words,t.length,o,h),this.convert13b(i.words,i.length,a,h),this.transform(o,e,s,u,h,n),this.transform(a,e,l,m,h,n);for(var d=0;d<h;d++){var p=s[d]*l[d]-u[d]*m[d];u[d]=s[d]*m[d]+u[d]*l[d],s[d]=p}return this.conjugate(s,u,h),this.transform(s,u,f,e,h,n),this.conjugate(f,e,h),this.normalize13b(f,h),r.negative=t.negative^i.negative,r.length=t.length+i.length,r.strip()},n.prototype.mul=function(t){var i=new n(null);return i.words=new Array(this.length+t.length),this.mulTo(t,i)},n.prototype.mulf=function(t){var i=new n(null);return i.words=new Array(this.length+t.length),d(this,t,i)},n.prototype.imul=function(t){return this.clone().mulTo(t,this)},n.prototype.imuln=function(t){r("number"==typeof t),r(t<67108864);for(var i=0,h=0;h<this.length;h++){var n=(0|this.words[h])*t,e=(67108863&n)+(67108863&i);i>>=26,i+=n/67108864|0,i+=e>>>26,this.words[h]=67108863&e}return 0!==i&&(this.words[h]=i,this.length++),this},n.prototype.muln=function(t){return this.clone().imuln(t)},n.prototype.sqr=function(){return this.mul(this)},n.prototype.isqr=function(){return this.imul(this.clone())},n.prototype.pow=function(t){var i=function(t){for(var i=new Array(t.bitLength()),r=0;r<i.length;r++){var h=r/26|0,n=r%26;i[r]=(t.words[h]&1<<n)>>>n}return i}(t);if(0===i.length)return new n(1);for(var r=this,h=0;h<i.length&&0===i[h];h++,r=r.sqr());if(++h<i.length)for(var e=r.sqr();h<i.length;h++,e=e.sqr())0!==i[h]&&(r=r.mul(e));return r},n.prototype.iushln=function(t){r("number"==typeof t&&t>=0);var i,h=t%26,n=(t-h)/26,e=67108863>>>26-h<<26-h;if(0!==h){var o=0;for(i=0;i<this.length;i++){var s=this.words[i]&e,u=(0|this.words[i])-s<<h;this.words[i]=u|o,o=s>>>26-h}o&&(this.words[i]=o,this.length++)}if(0!==n){for(i=this.length-1;i>=0;i--)this.words[i+n]=this.words[i];for(i=0;i<n;i++)this.words[i]=0;this.length+=n}return this.strip()},n.prototype.ishln=function(t){return r(0===this.negative),this.iushln(t)},n.prototype.iushrn=function(t,i,h){var n;r("number"==typeof t&&t>=0),n=i?(i-i%26)/26:0;var e=t%26,o=Math.min((t-e)/26,this.length),s=67108863^67108863>>>e<<e,u=h;if(n-=o,n=Math.max(0,n),u){for(var a=0;a<o;a++)u.words[a]=this.words[a];u.length=o}if(0===o);else if(this.length>o)for(this.length-=o,a=0;a<this.length;a++)this.words[a]=this.words[a+o];else this.words[0]=0,this.length=1;var l=0;for(a=this.length-1;a>=0&&(0!==l||a>=n);a--){var m=0|this.words[a];this.words[a]=l<<26-e|m>>>e,l=m&s}return u&&0!==l&&(u.words[u.length++]=l),0===this.length&&(this.words[0]=0,this.length=1),this.strip()},n.prototype.ishrn=function(t,i,h){return r(0===this.negative),this.iushrn(t,i,h)},n.prototype.shln=function(t){return this.clone().ishln(t)},n.prototype.ushln=function(t){return this.clone().iushln(t)},n.prototype.shrn=function(t){return this.clone().ishrn(t)},n.prototype.ushrn=function(t){return this.clone().iushrn(t)},n.prototype.testn=function(t){r("number"==typeof t&&t>=0);var i=t%26,h=(t-i)/26,n=1<<i;return!(this.length<=h)&&!!(this.words[h]&n)},n.prototype.imaskn=function(t){r("number"==typeof t&&t>=0);var i=t%26,h=(t-i)/26;if(r(0===this.negative,"imaskn works only with positive numbers"),this.length<=h)return this;if(0!==i&&h++,this.length=Math.min(h,this.length),0!==i){var n=67108863^67108863>>>i<<i;this.words[this.length-1]&=n}return this.strip()},n.prototype.maskn=function(t){return this.clone().imaskn(t)},n.prototype.iaddn=function(t){return r("number"==typeof t),r(t<67108864),t<0?this.isubn(-t):0!==this.negative?1===this.length&&(0|this.words[0])<t?(this.words[0]=t-(0|this.words[0]),this.negative=0,this):(this.negative=0,this.isubn(t),this.negative=1,this):this._iaddn(t)},n.prototype._iaddn=function(t){this.words[0]+=t;for(var i=0;i<this.length&&this.words[i]>=67108864;i++)this.words[i]-=67108864,i===this.length-1?this.words[i+1]=1:this.words[i+1]++;return this.length=Math.max(this.length,i+1),this},n.prototype.isubn=function(t){if(r("number"==typeof t),r(t<67108864),t<0)return this.iaddn(-t);if(0!==this.negative)return this.negative=0,this.iaddn(t),this.negative=1,this;if(this.words[0]-=t,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var i=0;i<this.length&&this.words[i]<0;i++)this.words[i]+=67108864,this.words[i+1]-=1;return this.strip()},n.prototype.addn=function(t){return this.clone().iaddn(t)},n.prototype.subn=function(t){return this.clone().isubn(t)},n.prototype.iabs=function(){return this.negative=0,this},n.prototype.abs=function(){return this.clone().iabs()},n.prototype._ishlnsubmul=function(t,i,h){var n,e,o=t.length+h;this._expand(o);var s=0;for(n=0;n<t.length;n++){e=(0|this.words[n+h])+s;var u=(0|t.words[n])*i;s=((e-=67108863&u)>>26)-(u/67108864|0),this.words[n+h]=67108863&e}for(;n<this.length-h;n++)s=(e=(0|this.words[n+h])+s)>>26,this.words[n+h]=67108863&e;if(0===s)return this.strip();for(r(-1===s),s=0,n=0;n<this.length;n++)s=(e=-(0|this.words[n])+s)>>26,this.words[n]=67108863&e;return this.negative=1,this.strip()},n.prototype._wordDiv=function(t,i){var r=(this.length,t.length),h=this.clone(),e=t,o=0|e.words[e.length-1];0!==(r=26-this._countBits(o))&&(e=e.ushln(r),h.iushln(r),o=0|e.words[e.length-1]);var s,u=h.length-e.length;if("mod"!==i){(s=new n(null)).length=u+1,s.words=new Array(s.length);for(var a=0;a<s.length;a++)s.words[a]=0}var l=h.clone()._ishlnsubmul(e,1,u);0===l.negative&&(h=l,s&&(s.words[u]=1));for(var m=u-1;m>=0;m--){var f=67108864*(0|h.words[e.length+m])+(0|h.words[e.length+m-1]);for(f=Math.min(f/o|0,67108863),h._ishlnsubmul(e,f,m);0!==h.negative;)f--,h.negative=0,h._ishlnsubmul(e,1,m),h.isZero()||(h.negative^=1);s&&(s.words[m]=f)}return s&&s.strip(),h.strip(),"div"!==i&&0!==r&&h.iushrn(r),{div:s||null,mod:h}},n.prototype.divmod=function(t,i,h){return r(!t.isZero()),this.isZero()?{div:new n(0),mod:new n(0)}:0!==this.negative&&0===t.negative?(s=this.neg().divmod(t,i),"mod"!==i&&(e=s.div.neg()),"div"!==i&&(o=s.mod.neg(),h&&0!==o.negative&&o.iadd(t)),{div:e,mod:o}):0===this.negative&&0!==t.negative?(s=this.divmod(t.neg(),i),"mod"!==i&&(e=s.div.neg()),{div:e,mod:s.mod}):0!=(this.negative&t.negative)?(s=this.neg().divmod(t.neg(),i),"div"!==i&&(o=s.mod.neg(),h&&0!==o.negative&&o.isub(t)),{div:s.div,mod:o}):t.length>this.length||this.cmp(t)<0?{div:new n(0),mod:this}:1===t.length?"div"===i?{div:this.divn(t.words[0]),mod:null}:"mod"===i?{div:null,mod:new n(this.modn(t.words[0]))}:{div:this.divn(t.words[0]),mod:new n(this.modn(t.words[0]))}:this._wordDiv(t,i);var e,o,s},n.prototype.div=function(t){return this.divmod(t,"div",!1).div},n.prototype.mod=function(t){return this.divmod(t,"mod",!1).mod},n.prototype.umod=function(t){return this.divmod(t,"mod",!0).mod},n.prototype.divRound=function(t){var i=this.divmod(t);if(i.mod.isZero())return i.div;var r=0!==i.div.negative?i.mod.isub(t):i.mod,h=t.ushrn(1),n=t.andln(1),e=r.cmp(h);return e<0||1===n&&0===e?i.div:0!==i.div.negative?i.div.isubn(1):i.div.iaddn(1)},n.prototype.modn=function(t){r(t<=67108863);for(var i=(1<<26)%t,h=0,n=this.length-1;n>=0;n--)h=(i*h+(0|this.words[n]))%t;return h},n.prototype.idivn=function(t){r(t<=67108863);for(var i=0,h=this.length-1;h>=0;h--){var n=(0|this.words[h])+67108864*i;this.words[h]=n/t|0,i=n%t}return this.strip()},n.prototype.divn=function(t){return this.clone().idivn(t)},n.prototype.egcd=function(t){r(0===t.negative),r(!t.isZero());var i=this,h=t.clone();i=0!==i.negative?i.umod(t):i.clone();for(var e=new n(1),o=new n(0),s=new n(0),u=new n(1),a=0;i.isEven()&&h.isEven();)i.iushrn(1),h.iushrn(1),++a;for(var l=h.clone(),m=i.clone();!i.isZero();){for(var f=0,d=1;0==(i.words[0]&d)&&f<26;++f,d<<=1);if(f>0)for(i.iushrn(f);f-- >0;)(e.isOdd()||o.isOdd())&&(e.iadd(l),o.isub(m)),e.iushrn(1),o.iushrn(1);for(var p=0,M=1;0==(h.words[0]&M)&&p<26;++p,M<<=1);if(p>0)for(h.iushrn(p);p-- >0;)(s.isOdd()||u.isOdd())&&(s.iadd(l),u.isub(m)),s.iushrn(1),u.iushrn(1);i.cmp(h)>=0?(i.isub(h),e.isub(s),o.isub(u)):(h.isub(i),s.isub(e),u.isub(o))}return{a:s,b:u,gcd:h.iushln(a)}},n.prototype._invmp=function(t){r(0===t.negative),r(!t.isZero());var i=this,h=t.clone();i=0!==i.negative?i.umod(t):i.clone();for(var e,o=new n(1),s=new n(0),u=h.clone();i.cmpn(1)>0&&h.cmpn(1)>0;){for(var a=0,l=1;0==(i.words[0]&l)&&a<26;++a,l<<=1);if(a>0)for(i.iushrn(a);a-- >0;)o.isOdd()&&o.iadd(u),o.iushrn(1);for(var m=0,f=1;0==(h.words[0]&f)&&m<26;++m,f<<=1);if(m>0)for(h.iushrn(m);m-- >0;)s.isOdd()&&s.iadd(u),s.iushrn(1);i.cmp(h)>=0?(i.isub(h),o.isub(s)):(h.isub(i),s.isub(o))}return(e=0===i.cmpn(1)?o:s).cmpn(0)<0&&e.iadd(t),e},n.prototype.gcd=function(t){if(this.isZero())return t.abs();if(t.isZero())return this.abs();var i=this.clone(),r=t.clone();i.negative=0,r.negative=0;for(var h=0;i.isEven()&&r.isEven();h++)i.iushrn(1),r.iushrn(1);for(;;){for(;i.isEven();)i.iushrn(1);for(;r.isEven();)r.iushrn(1);var n=i.cmp(r);if(n<0){var e=i;i=r,r=e}else if(0===n||0===r.cmpn(1))break;i.isub(r)}return r.iushln(h)},n.prototype.invm=function(t){return this.egcd(t).a.umod(t)},n.prototype.isEven=function(){return 0==(1&this.words[0])},n.prototype.isOdd=function(){return 1==(1&this.words[0])},n.prototype.andln=function(t){return this.words[0]&t},n.prototype.bincn=function(t){r("number"==typeof t);var i=t%26,h=(t-i)/26,n=1<<i;if(this.length<=h)return this._expand(h+1),this.words[h]|=n,this;for(var e=n,o=h;0!==e&&o<this.length;o++){var s=0|this.words[o];e=(s+=e)>>>26,s&=67108863,this.words[o]=s}return 0!==e&&(this.words[o]=e,this.length++),this},n.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},n.prototype.cmpn=function(t){var i,h=t<0;if(0!==this.negative&&!h)return-1;if(0===this.negative&&h)return 1;if(this.strip(),this.length>1)i=1;else{h&&(t=-t),r(t<=67108863,"Number is too big");var n=0|this.words[0];i=n===t?0:n<t?-1:1}return 0!==this.negative?0|-i:i},n.prototype.cmp=function(t){if(0!==this.negative&&0===t.negative)return-1;if(0===this.negative&&0!==t.negative)return 1;var i=this.ucmp(t);return 0!==this.negative?0|-i:i},n.prototype.ucmp=function(t){if(this.length>t.length)return 1;if(this.length<t.length)return-1;for(var i=0,r=this.length-1;r>=0;r--){var h=0|this.words[r],n=0|t.words[r];if(h!==n){h<n?i=-1:h>n&&(i=1);break}}return i},n.prototype.gtn=function(t){return 1===this.cmpn(t)},n.prototype.gt=function(t){return 1===this.cmp(t)},n.prototype.gten=function(t){return this.cmpn(t)>=0},n.prototype.gte=function(t){return this.cmp(t)>=0},n.prototype.ltn=function(t){return-1===this.cmpn(t)},n.prototype.lt=function(t){return-1===this.cmp(t)},n.prototype.lten=function(t){return this.cmpn(t)<=0},n.prototype.lte=function(t){return this.cmp(t)<=0},n.prototype.eqn=function(t){return 0===this.cmpn(t)},n.prototype.eq=function(t){return 0===this.cmp(t)},n.red=function(t){return new b(t)},n.prototype.toRed=function(t){return r(!this.red,"Already a number in reduction context"),r(0===this.negative,"red works only with positives"),t.convertTo(this)._forceRed(t)},n.prototype.fromRed=function(){return r(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},n.prototype._forceRed=function(t){return this.red=t,this},n.prototype.forceRed=function(t){return r(!this.red,"Already a number in reduction context"),this._forceRed(t)},n.prototype.redAdd=function(t){return r(this.red,"redAdd works only with red numbers"),this.red.add(this,t)},n.prototype.redIAdd=function(t){return r(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,t)},n.prototype.redSub=function(t){return r(this.red,"redSub works only with red numbers"),this.red.sub(this,t)},n.prototype.redISub=function(t){return r(this.red,"redISub works only with red numbers"),this.red.isub(this,t)},n.prototype.redShl=function(t){return r(this.red,"redShl works only with red numbers"),this.red.shl(this,t)},n.prototype.redMul=function(t){return r(this.red,"redMul works only with red numbers"),this.red._verify2(this,t),this.red.mul(this,t)},n.prototype.redIMul=function(t){return r(this.red,"redMul works only with red numbers"),this.red._verify2(this,t),this.red.imul(this,t)},n.prototype.redSqr=function(){return r(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},n.prototype.redISqr=function(){return r(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},n.prototype.redSqrt=function(){return r(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},n.prototype.redInvm=function(){return r(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},n.prototype.redNeg=function(){return r(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},n.prototype.redPow=function(t){return r(this.red&&!t.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,t)};var M={k256:null,p224:null,p192:null,p25519:null};function v(t,i){this.name=t,this.p=new n(i,16),this.n=this.p.bitLength(),this.k=new n(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function g(){v.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function c(){v.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function w(){v.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function y(){v.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function b(t){if("string"==typeof t){var i=n._prime(t);this.m=i.p,this.prime=i}else r(t.gtn(1),"modulus must be greater than 1"),this.m=t,this.prime=null}function _(t){b.call(this,t),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new n(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}v.prototype._tmp=function(){var t=new n(null);return t.words=new Array(Math.ceil(this.n/13)),t},v.prototype.ireduce=function(t){var i,r=t;do{this.split(r,this.tmp),i=(r=(r=this.imulK(r)).iadd(this.tmp)).bitLength()}while(i>this.n);var h=i<this.n?-1:r.ucmp(this.p);return 0===h?(r.words[0]=0,r.length=1):h>0?r.isub(this.p):r.strip(),r},v.prototype.split=function(t,i){t.iushrn(this.n,0,i)},v.prototype.imulK=function(t){return t.imul(this.k)},h(g,v),g.prototype.split=function(t,i){for(var r=Math.min(t.length,9),h=0;h<r;h++)i.words[h]=t.words[h];if(i.length=r,t.length<=9)return t.words[0]=0,void(t.length=1);var n=t.words[9];for(i.words[i.length++]=4194303&n,h=10;h<t.length;h++){var e=0|t.words[h];t.words[h-10]=(4194303&e)<<4|n>>>22,n=e}n>>>=22,t.words[h-10]=n,0===n&&t.length>10?t.length-=10:t.length-=9},g.prototype.imulK=function(t){t.words[t.length]=0,t.words[t.length+1]=0,t.length+=2;for(var i=0,r=0;r<t.length;r++){var h=0|t.words[r];i+=977*h,t.words[r]=67108863&i,i=64*h+(i/67108864|0)}return 0===t.words[t.length-1]&&(t.length--,0===t.words[t.length-1]&&t.length--),t},h(c,v),h(w,v),h(y,v),y.prototype.imulK=function(t){for(var i=0,r=0;r<t.length;r++){var h=19*(0|t.words[r])+i,n=67108863&h;h>>>=26,t.words[r]=n,i=h}return 0!==i&&(t.words[t.length++]=i),t},n._prime=function(t){if(M[t])return M[t];var i;if("k256"===t)i=new g;else if("p224"===t)i=new c;else if("p192"===t)i=new w;else{if("p25519"!==t)throw new Error("Unknown prime "+t);i=new y}return M[t]=i,i},b.prototype._verify1=function(t){r(0===t.negative,"red works only with positives"),r(t.red,"red works only with red numbers")},b.prototype._verify2=function(t,i){r(0==(t.negative|i.negative),"red works only with positives"),r(t.red&&t.red===i.red,"red works only with red numbers")},b.prototype.imod=function(t){return this.prime?this.prime.ireduce(t)._forceRed(this):t.umod(this.m)._forceRed(this)},b.prototype.neg=function(t){return t.isZero()?t.clone():this.m.sub(t)._forceRed(this)},b.prototype.add=function(t,i){this._verify2(t,i);var r=t.add(i);return r.cmp(this.m)>=0&&r.isub(this.m),r._forceRed(this)},b.prototype.iadd=function(t,i){this._verify2(t,i);var r=t.iadd(i);return r.cmp(this.m)>=0&&r.isub(this.m),r},b.prototype.sub=function(t,i){this._verify2(t,i);var r=t.sub(i);return r.cmpn(0)<0&&r.iadd(this.m),r._forceRed(this)},b.prototype.isub=function(t,i){this._verify2(t,i);var r=t.isub(i);return r.cmpn(0)<0&&r.iadd(this.m),r},b.prototype.shl=function(t,i){return this._verify1(t),this.imod(t.ushln(i))},b.prototype.imul=function(t,i){return this._verify2(t,i),this.imod(t.imul(i))},b.prototype.mul=function(t,i){return this._verify2(t,i),this.imod(t.mul(i))},b.prototype.isqr=function(t){return this.imul(t,t.clone())},b.prototype.sqr=function(t){return this.mul(t,t)},b.prototype.sqrt=function(t){if(t.isZero())return t.clone();var i=this.m.andln(3);if(r(i%2==1),3===i){var h=this.m.add(new n(1)).iushrn(2);return this.pow(t,h)}for(var e=this.m.subn(1),o=0;!e.isZero()&&0===e.andln(1);)o++,e.iushrn(1);r(!e.isZero());var s=new n(1).toRed(this),u=s.redNeg(),a=this.m.subn(1).iushrn(1),l=this.m.bitLength();for(l=new n(2*l*l).toRed(this);0!==this.pow(l,a).cmp(u);)l.redIAdd(u);for(var m=this.pow(l,e),f=this.pow(t,e.addn(1).iushrn(1)),d=this.pow(t,e),p=o;0!==d.cmp(s);){for(var M=d,v=0;0!==M.cmp(s);v++)M=M.redSqr();r(v<p);var g=this.pow(m,new n(1).iushln(p-v-1));f=f.redMul(g),m=g.redSqr(),d=d.redMul(m),p=v}return f},b.prototype.invm=function(t){var i=t._invmp(this.m);return 0!==i.negative?(i.negative=0,this.imod(i).redNeg()):this.imod(i)},b.prototype.pow=function(t,i){if(i.isZero())return new n(1).toRed(this);if(0===i.cmpn(1))return t.clone();var r=new Array(16);r[0]=new n(1).toRed(this),r[1]=t;for(var h=2;h<r.length;h++)r[h]=this.mul(r[h-1],t);var e=r[0],o=0,s=0,u=i.bitLength()%26;for(0===u&&(u=26),h=i.length-1;h>=0;h--){for(var a=i.words[h],l=u-1;l>=0;l--){var m=a>>l&1;e!==r[0]&&(e=this.sqr(e)),0!==m||0!==o?(o<<=1,o|=m,(4===++s||0===h&&0===l)&&(e=this.mul(e,r[o]),s=0,o=0)):s=0}u=26}return e},b.prototype.convertTo=function(t){var i=t.umod(this.m);return i===t?i.clone():i},b.prototype.convertFrom=function(t){var i=t.clone();return i.red=null,i},n.mont=function(t){return new _(t)},h(_,b),_.prototype.convertTo=function(t){return this.imod(t.ushln(this.shift))},_.prototype.convertFrom=function(t){var i=this.imod(t.mul(this.rinv));return i.red=null,i},_.prototype.imul=function(t,i){if(t.isZero()||i.isZero())return t.words[0]=0,t.length=1,t;var r=t.imul(i),h=r.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),n=r.isub(h).iushrn(this.shift),e=n;return n.cmp(this.m)>=0?e=n.isub(this.m):n.cmpn(0)<0&&(e=n.iadd(this.m)),e._forceRed(this)},_.prototype.mul=function(t,i){if(t.isZero()||i.isZero())return new n(0)._forceRed(this);var r=t.mul(i),h=r.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),e=r.isub(h).iushrn(this.shift),o=e;return e.cmp(this.m)>=0?o=e.isub(this.m):e.cmpn(0)<0&&(o=e.iadd(this.m)),o._forceRed(this)},_.prototype.invm=function(t){return this.imod(t._invmp(this.m).mul(this.r2))._forceRed(this)}}("undefined"==typeof module||module,this);
780
781},{"buffer":256}],255:[function(require,module,exports){
782var r;function Rand(t){this.rand=t}if(module.exports=function(t){return r||(r=new Rand(null)),r.generate(t)},module.exports.Rand=Rand,Rand.prototype.generate=function(t){return this._rand(t)},Rand.prototype._rand=function(t){if(this.rand.getBytes)return this.rand.getBytes(t);for(var r=new Uint8Array(t),e=0;e<r.length;e++)r[e]=this.rand.getByte();return r},"object"==typeof self)self.crypto&&self.crypto.getRandomValues?Rand.prototype._rand=function(t){var r=new Uint8Array(t);return self.crypto.getRandomValues(r),r}:self.msCrypto&&self.msCrypto.getRandomValues?Rand.prototype._rand=function(t){var r=new Uint8Array(t);return self.msCrypto.getRandomValues(r),r}:"object"==typeof window&&(Rand.prototype._rand=function(){throw new Error("Not implemented yet")});else try{var crypto=require("crypto");if("function"!=typeof crypto.randomBytes)throw new Error("Not supported");Rand.prototype._rand=function(t){return crypto.randomBytes(t)}}catch(t){}
783
784},{"crypto":256}],256:[function(require,module,exports){
785
786},{}],257:[function(require,module,exports){
787var Buffer=require("safe-buffer").Buffer;function asUInt32Array(r){Buffer.isBuffer(r)||(r=Buffer.from(r));for(var e=r.length/4|0,t=new Array(e),n=0;n<e;n++)t[n]=r.readUInt32BE(4*n);return t}function scrubVec(r){for(;0<r.length;r++)r[0]=0}function cryptBlock(r,e,t,n,o){for(var S,B,c,i,u=t[0],f=t[1],a=t[2],s=t[3],y=r[0]^e[0],_=r[1]^e[1],I=r[2]^e[2],l=r[3]^e[3],X=4,h=1;h<o;h++)S=u[y>>>24]^f[_>>>16&255]^a[I>>>8&255]^s[255&l]^e[X++],B=u[_>>>24]^f[I>>>16&255]^a[l>>>8&255]^s[255&y]^e[X++],c=u[I>>>24]^f[l>>>16&255]^a[y>>>8&255]^s[255&_]^e[X++],i=u[l>>>24]^f[y>>>16&255]^a[_>>>8&255]^s[255&I]^e[X++],y=S,_=B,I=c,l=i;return S=(n[y>>>24]<<24|n[_>>>16&255]<<16|n[I>>>8&255]<<8|n[255&l])^e[X++],B=(n[_>>>24]<<24|n[I>>>16&255]<<16|n[l>>>8&255]<<8|n[255&y])^e[X++],c=(n[I>>>24]<<24|n[l>>>16&255]<<16|n[y>>>8&255]<<8|n[255&_])^e[X++],i=(n[l>>>24]<<24|n[y>>>16&255]<<16|n[_>>>8&255]<<8|n[255&I])^e[X++],[S>>>=0,B>>>=0,c>>>=0,i>>>=0]}var RCON=[0,1,2,4,8,16,32,64,128,27,54],G=function(){for(var r=new Array(256),e=0;e<256;e++)r[e]=e<128?e<<1:e<<1^283;for(var t=[],n=[],o=[[],[],[],[]],S=[[],[],[],[]],B=0,c=0,i=0;i<256;++i){var u=c^c<<1^c<<2^c<<3^c<<4;u=u>>>8^255&u^99,t[B]=u,n[u]=B;var f=r[B],a=r[f],s=r[a],y=257*r[u]^16843008*u;o[0][B]=y<<24|y>>>8,o[1][B]=y<<16|y>>>16,o[2][B]=y<<8|y>>>24,o[3][B]=y,y=16843009*s^65537*a^257*f^16843008*B,S[0][u]=y<<24|y>>>8,S[1][u]=y<<16|y>>>16,S[2][u]=y<<8|y>>>24,S[3][u]=y,0===B?B=c=1:(B=f^r[r[r[s^f]]],c^=r[r[c]])}return{SBOX:t,INV_SBOX:n,SUB_MIX:o,INV_SUB_MIX:S}}();function AES(r){this._key=asUInt32Array(r),this._reset()}AES.blockSize=16,AES.keySize=32,AES.prototype.blockSize=AES.blockSize,AES.prototype.keySize=AES.keySize,AES.prototype._reset=function(){for(var r=this._key,e=r.length,t=e+6,n=4*(t+1),o=[],S=0;S<e;S++)o[S]=r[S];for(S=e;S<n;S++){var B=o[S-1];S%e==0?(B=B<<8|B>>>24,B=G.SBOX[B>>>24]<<24|G.SBOX[B>>>16&255]<<16|G.SBOX[B>>>8&255]<<8|G.SBOX[255&B],B^=RCON[S/e|0]<<24):e>6&&S%e==4&&(B=G.SBOX[B>>>24]<<24|G.SBOX[B>>>16&255]<<16|G.SBOX[B>>>8&255]<<8|G.SBOX[255&B]),o[S]=o[S-e]^B}for(var c=[],i=0;i<n;i++){var u=n-i,f=o[u-(i%4?0:4)];c[i]=i<4||u<=4?f:G.INV_SUB_MIX[0][G.SBOX[f>>>24]]^G.INV_SUB_MIX[1][G.SBOX[f>>>16&255]]^G.INV_SUB_MIX[2][G.SBOX[f>>>8&255]]^G.INV_SUB_MIX[3][G.SBOX[255&f]]}this._nRounds=t,this._keySchedule=o,this._invKeySchedule=c},AES.prototype.encryptBlockRaw=function(r){return cryptBlock(r=asUInt32Array(r),this._keySchedule,G.SUB_MIX,G.SBOX,this._nRounds)},AES.prototype.encryptBlock=function(r){var e=this.encryptBlockRaw(r),t=Buffer.allocUnsafe(16);return t.writeUInt32BE(e[0],0),t.writeUInt32BE(e[1],4),t.writeUInt32BE(e[2],8),t.writeUInt32BE(e[3],12),t},AES.prototype.decryptBlock=function(r){var e=(r=asUInt32Array(r))[1];r[1]=r[3],r[3]=e;var t=cryptBlock(r,this._invKeySchedule,G.INV_SUB_MIX,G.INV_SBOX,this._nRounds),n=Buffer.allocUnsafe(16);return n.writeUInt32BE(t[0],0),n.writeUInt32BE(t[3],4),n.writeUInt32BE(t[2],8),n.writeUInt32BE(t[1],12),n},AES.prototype.scrub=function(){scrubVec(this._keySchedule),scrubVec(this._invKeySchedule),scrubVec(this._key)},module.exports.AES=AES;
788
789},{"safe-buffer":542}],258:[function(require,module,exports){
790var aes=require("./aes"),Buffer=require("safe-buffer").Buffer,Transform=require("cipher-base"),inherits=require("inherits"),GHASH=require("./ghash"),xor=require("buffer-xor"),incr32=require("./incr32");function xorTest(t,e){var r=0;t.length!==e.length&&r++;for(var a=Math.min(t.length,e.length),i=0;i<a;++i)r+=t[i]^e[i];return r}function calcIv(t,e,r){if(12===e.length)return t._finID=Buffer.concat([e,Buffer.from([0,0,0,1])]),Buffer.concat([e,Buffer.from([0,0,0,2])]);var a=new GHASH(r),i=e.length,h=i%16;a.update(e),h&&(h=16-h,a.update(Buffer.alloc(h,0))),a.update(Buffer.alloc(8,0));var n=8*i,s=Buffer.alloc(8);s.writeUIntBE(n,0,8),a.update(s),t._finID=a.state;var u=Buffer.from(t._finID);return incr32(u),u}function StreamCipher(t,e,r,a){Transform.call(this);var i=Buffer.alloc(4,0);this._cipher=new aes.AES(e);var h=this._cipher.encryptBlock(i);this._ghash=new GHASH(h),r=calcIv(this,r,h),this._prev=Buffer.from(r),this._cache=Buffer.allocUnsafe(0),this._secCache=Buffer.allocUnsafe(0),this._decrypt=a,this._alen=0,this._len=0,this._mode=t,this._authTag=null,this._called=!1}inherits(StreamCipher,Transform),StreamCipher.prototype._update=function(t){if(!this._called&&this._alen){var e=16-this._alen%16;e<16&&(e=Buffer.alloc(e,0),this._ghash.update(e))}this._called=!0;var r=this._mode.encrypt(this,t);return this._decrypt?this._ghash.update(t):this._ghash.update(r),this._len+=t.length,r},StreamCipher.prototype._final=function(){if(this._decrypt&&!this._authTag)throw new Error("Unsupported state or unable to authenticate data");var t=xor(this._ghash.final(8*this._alen,8*this._len),this._cipher.encryptBlock(this._finID));if(this._decrypt&&xorTest(t,this._authTag))throw new Error("Unsupported state or unable to authenticate data");this._authTag=t,this._cipher.scrub()},StreamCipher.prototype.getAuthTag=function(){if(this._decrypt||!Buffer.isBuffer(this._authTag))throw new Error("Attempting to get auth tag in unsupported state");return this._authTag},StreamCipher.prototype.setAuthTag=function(t){if(!this._decrypt)throw new Error("Attempting to set auth tag in unsupported state");this._authTag=t},StreamCipher.prototype.setAAD=function(t){if(this._called)throw new Error("Attempting to set AAD in unsupported state");this._ghash.update(t),this._alen+=t.length},module.exports=StreamCipher;
791
792},{"./aes":257,"./ghash":262,"./incr32":263,"buffer-xor":284,"cipher-base":287,"inherits":364,"safe-buffer":542}],259:[function(require,module,exports){
793var ciphers=require("./encrypter"),deciphers=require("./decrypter"),modes=require("./modes/list.json");function getCiphers(){return Object.keys(modes)}exports.createCipher=exports.Cipher=ciphers.createCipher,exports.createCipheriv=exports.Cipheriv=ciphers.createCipheriv,exports.createDecipher=exports.Decipher=deciphers.createDecipher,exports.createDecipheriv=exports.Decipheriv=deciphers.createDecipheriv,exports.listCiphers=exports.getCiphers=getCiphers;
794
795},{"./decrypter":260,"./encrypter":261,"./modes/list.json":271}],260:[function(require,module,exports){
796var AuthCipher=require("./authCipher"),Buffer=require("safe-buffer").Buffer,MODES=require("./modes"),StreamCipher=require("./streamCipher"),Transform=require("cipher-base"),aes=require("./aes"),ebtk=require("evp_bytestokey"),inherits=require("inherits");function Decipher(e,r,t){Transform.call(this),this._cache=new Splitter,this._last=void 0,this._cipher=new aes.AES(r),this._prev=Buffer.from(t),this._mode=e,this._autopadding=!0}function Splitter(){this.cache=Buffer.allocUnsafe(0)}function unpad(e){var r=e[15];if(r<1||r>16)throw new Error("unable to decrypt data");for(var t=-1;++t<r;)if(e[t+(16-r)]!==r)throw new Error("unable to decrypt data");if(16!==r)return e.slice(0,16-r)}function createDecipheriv(e,r,t){var i=MODES[e.toLowerCase()];if(!i)throw new TypeError("invalid suite type");if("string"==typeof t&&(t=Buffer.from(t)),"GCM"!==i.mode&&t.length!==i.iv)throw new TypeError("invalid iv length "+t.length);if("string"==typeof r&&(r=Buffer.from(r)),r.length!==i.key/8)throw new TypeError("invalid key length "+r.length);return"stream"===i.type?new StreamCipher(i.module,r,t,!0):"auth"===i.type?new AuthCipher(i.module,r,t,!0):new Decipher(i.module,r,t)}function createDecipher(e,r){var t=MODES[e.toLowerCase()];if(!t)throw new TypeError("invalid suite type");var i=ebtk(r,!1,t.key,t.iv);return createDecipheriv(e,i.key,i.iv)}inherits(Decipher,Transform),Decipher.prototype._update=function(e){var r,t;this._cache.add(e);for(var i=[];r=this._cache.get(this._autopadding);)t=this._mode.decrypt(this,r),i.push(t);return Buffer.concat(i)},Decipher.prototype._final=function(){var e=this._cache.flush();if(this._autopadding)return unpad(this._mode.decrypt(this,e));if(e)throw new Error("data not multiple of block length")},Decipher.prototype.setAutoPadding=function(e){return this._autopadding=!!e,this},Splitter.prototype.add=function(e){this.cache=Buffer.concat([this.cache,e])},Splitter.prototype.get=function(e){var r;if(e){if(this.cache.length>16)return r=this.cache.slice(0,16),this.cache=this.cache.slice(16),r}else if(this.cache.length>=16)return r=this.cache.slice(0,16),this.cache=this.cache.slice(16),r;return null},Splitter.prototype.flush=function(){if(this.cache.length)return this.cache},exports.createDecipher=createDecipher,exports.createDecipheriv=createDecipheriv;
797
798},{"./aes":257,"./authCipher":258,"./modes":270,"./streamCipher":273,"cipher-base":287,"evp_bytestokey":328,"inherits":364,"safe-buffer":542}],261:[function(require,module,exports){
799var MODES=require("./modes"),AuthCipher=require("./authCipher"),Buffer=require("safe-buffer").Buffer,StreamCipher=require("./streamCipher"),Transform=require("cipher-base"),aes=require("./aes"),ebtk=require("evp_bytestokey"),inherits=require("inherits");function Cipher(e,r,t){Transform.call(this),this._cache=new Splitter,this._cipher=new aes.AES(r),this._prev=Buffer.from(t),this._mode=e,this._autopadding=!0}inherits(Cipher,Transform),Cipher.prototype._update=function(e){var r,t;this._cache.add(e);for(var i=[];r=this._cache.get();)t=this._mode.encrypt(this,r),i.push(t);return Buffer.concat(i)};var PADDING=Buffer.alloc(16,16);function Splitter(){this.cache=Buffer.allocUnsafe(0)}function createCipheriv(e,r,t){var i=MODES[e.toLowerCase()];if(!i)throw new TypeError("invalid suite type");if("string"==typeof r&&(r=Buffer.from(r)),r.length!==i.key/8)throw new TypeError("invalid key length "+r.length);if("string"==typeof t&&(t=Buffer.from(t)),"GCM"!==i.mode&&t.length!==i.iv)throw new TypeError("invalid iv length "+t.length);return"stream"===i.type?new StreamCipher(i.module,r,t):"auth"===i.type?new AuthCipher(i.module,r,t):new Cipher(i.module,r,t)}function createCipher(e,r){var t=MODES[e.toLowerCase()];if(!t)throw new TypeError("invalid suite type");var i=ebtk(r,!1,t.key,t.iv);return createCipheriv(e,i.key,i.iv)}Cipher.prototype._final=function(){var e=this._cache.flush();if(this._autopadding)return e=this._mode.encrypt(this,e),this._cipher.scrub(),e;if(!e.equals(PADDING))throw this._cipher.scrub(),new Error("data not multiple of block length")},Cipher.prototype.setAutoPadding=function(e){return this._autopadding=!!e,this},Splitter.prototype.add=function(e){this.cache=Buffer.concat([this.cache,e])},Splitter.prototype.get=function(){if(this.cache.length>15){var e=this.cache.slice(0,16);return this.cache=this.cache.slice(16),e}return null},Splitter.prototype.flush=function(){for(var e=16-this.cache.length,r=Buffer.allocUnsafe(e),t=-1;++t<e;)r.writeUInt8(e,t);return Buffer.concat([this.cache,r])},exports.createCipheriv=createCipheriv,exports.createCipher=createCipher;
800
801},{"./aes":257,"./authCipher":258,"./modes":270,"./streamCipher":273,"cipher-base":287,"evp_bytestokey":328,"inherits":364,"safe-buffer":542}],262:[function(require,module,exports){
802var Buffer=require("safe-buffer").Buffer,ZEROES=Buffer.alloc(16,0);function toArray(t){return[t.readUInt32BE(0),t.readUInt32BE(4),t.readUInt32BE(8),t.readUInt32BE(12)]}function fromArray(t){var r=Buffer.allocUnsafe(16);return r.writeUInt32BE(t[0]>>>0,0),r.writeUInt32BE(t[1]>>>0,4),r.writeUInt32BE(t[2]>>>0,8),r.writeUInt32BE(t[3]>>>0,12),r}function GHASH(t){this.h=t,this.state=Buffer.alloc(16,0),this.cache=Buffer.allocUnsafe(0)}GHASH.prototype.ghash=function(t){for(var r=-1;++r<t.length;)this.state[r]^=t[r];this._multiply()},GHASH.prototype._multiply=function(){for(var t,r,e=toArray(this.h),a=[0,0,0,0],h=-1;++h<128;){for(0!=(this.state[~~(h/8)]&1<<7-h%8)&&(a[0]^=e[0],a[1]^=e[1],a[2]^=e[2],a[3]^=e[3]),r=0!=(1&e[3]),t=3;t>0;t--)e[t]=e[t]>>>1|(1&e[t-1])<<31;e[0]=e[0]>>>1,r&&(e[0]=e[0]^225<<24)}this.state=fromArray(a)},GHASH.prototype.update=function(t){var r;for(this.cache=Buffer.concat([this.cache,t]);this.cache.length>=16;)r=this.cache.slice(0,16),this.cache=this.cache.slice(16),this.ghash(r)},GHASH.prototype.final=function(t,r){return this.cache.length&&this.ghash(Buffer.concat([this.cache,ZEROES],16)),this.ghash(fromArray([0,t,0,r])),this.state},module.exports=GHASH;
803
804},{"safe-buffer":542}],263:[function(require,module,exports){
805function incr32(r){for(var n,t=r.length;t--;){if(255!==(n=r.readUInt8(t))){n++,r.writeUInt8(n,t);break}r.writeUInt8(0,t)}}module.exports=incr32;
806
807},{}],264:[function(require,module,exports){
808var xor=require("buffer-xor");exports.encrypt=function(r,e){var p=xor(e,r._prev);return r._prev=r._cipher.encryptBlock(p),r._prev},exports.decrypt=function(r,e){var p=r._prev;r._prev=e;var c=r._cipher.decryptBlock(e);return xor(c,p)};
809
810},{"buffer-xor":284}],265:[function(require,module,exports){
811var Buffer=require("safe-buffer").Buffer,xor=require("buffer-xor");function encryptStart(e,r,c){var f=r.length,t=xor(r,e._cache);return e._cache=e._cache.slice(f),e._prev=Buffer.concat([e._prev,c?r:t]),t}exports.encrypt=function(e,r,c){for(var f,t=Buffer.allocUnsafe(0);r.length;){if(0===e._cache.length&&(e._cache=e._cipher.encryptBlock(e._prev),e._prev=Buffer.allocUnsafe(0)),!(e._cache.length<=r.length)){t=Buffer.concat([t,encryptStart(e,r,c)]);break}f=e._cache.length,t=Buffer.concat([t,encryptStart(e,r.slice(0,f),c)]),r=r.slice(f)}return t};
812
813},{"buffer-xor":284,"safe-buffer":542}],266:[function(require,module,exports){
814var Buffer=require("safe-buffer").Buffer;function encryptByte(r,e,f){for(var n,t,u=-1,c=0;++u<8;)n=e&1<<7-u?128:0,c+=(128&(t=r._cipher.encryptBlock(r._prev)[0]^n))>>u%8,r._prev=shiftIn(r._prev,f?n:t);return c}function shiftIn(r,e){var f=r.length,n=-1,t=Buffer.allocUnsafe(r.length);for(r=Buffer.concat([r,Buffer.from([e])]);++n<f;)t[n]=r[n]<<1|r[n+1]>>7;return t}exports.encrypt=function(r,e,f){for(var n=e.length,t=Buffer.allocUnsafe(n),u=-1;++u<n;)t[u]=encryptByte(r,e[u],f);return t};
815
816},{"safe-buffer":542}],267:[function(require,module,exports){
817var Buffer=require("safe-buffer").Buffer;function encryptByte(r,e,f){var n=r._cipher.encryptBlock(r._prev)[0]^e;return r._prev=Buffer.concat([r._prev.slice(1),Buffer.from([f?e:n])]),n}exports.encrypt=function(r,e,f){for(var n=e.length,t=Buffer.allocUnsafe(n),c=-1;++c<n;)t[c]=encryptByte(r,e[c],f);return t};
818
819},{"safe-buffer":542}],268:[function(require,module,exports){
820var xor=require("buffer-xor"),Buffer=require("safe-buffer").Buffer,incr32=require("../incr32");function getBlock(e){var c=e._cipher.encryptBlockRaw(e._prev);return incr32(e._prev),c}var blockSize=16;exports.encrypt=function(e,c){var r=Math.ceil(c.length/blockSize),a=e._cache.length;e._cache=Buffer.concat([e._cache,Buffer.allocUnsafe(r*blockSize)]);for(var t=0;t<r;t++){var n=getBlock(e),i=a+t*blockSize;e._cache.writeUInt32BE(n[0],i+0),e._cache.writeUInt32BE(n[1],i+4),e._cache.writeUInt32BE(n[2],i+8),e._cache.writeUInt32BE(n[3],i+12)}var f=e._cache.slice(0,c.length);return e._cache=e._cache.slice(c.length),xor(c,f)};
821
822},{"../incr32":263,"buffer-xor":284,"safe-buffer":542}],269:[function(require,module,exports){
823exports.encrypt=function(r,c){return r._cipher.encryptBlock(c)},exports.decrypt=function(r,c){return r._cipher.decryptBlock(c)};
824
825},{}],270:[function(require,module,exports){
826var modeModules={ECB:require("./ecb"),CBC:require("./cbc"),CFB:require("./cfb"),CFB8:require("./cfb8"),CFB1:require("./cfb1"),OFB:require("./ofb"),CTR:require("./ctr"),GCM:require("./ctr")},modes=require("./list.json");for(var key in modes)modes[key].module=modeModules[modes[key].mode];module.exports=modes;
827
828},{"./cbc":264,"./cfb":265,"./cfb1":266,"./cfb8":267,"./ctr":268,"./ecb":269,"./list.json":271,"./ofb":272}],271:[function(require,module,exports){
829module.exports={
830 "aes-128-ecb": {
831 "cipher": "AES",
832 "key": 128,
833 "iv": 0,
834 "mode": "ECB",
835 "type": "block"
836 },
837 "aes-192-ecb": {
838 "cipher": "AES",
839 "key": 192,
840 "iv": 0,
841 "mode": "ECB",
842 "type": "block"
843 },
844 "aes-256-ecb": {
845 "cipher": "AES",
846 "key": 256,
847 "iv": 0,
848 "mode": "ECB",
849 "type": "block"
850 },
851 "aes-128-cbc": {
852 "cipher": "AES",
853 "key": 128,
854 "iv": 16,
855 "mode": "CBC",
856 "type": "block"
857 },
858 "aes-192-cbc": {
859 "cipher": "AES",
860 "key": 192,
861 "iv": 16,
862 "mode": "CBC",
863 "type": "block"
864 },
865 "aes-256-cbc": {
866 "cipher": "AES",
867 "key": 256,
868 "iv": 16,
869 "mode": "CBC",
870 "type": "block"
871 },
872 "aes128": {
873 "cipher": "AES",
874 "key": 128,
875 "iv": 16,
876 "mode": "CBC",
877 "type": "block"
878 },
879 "aes192": {
880 "cipher": "AES",
881 "key": 192,
882 "iv": 16,
883 "mode": "CBC",
884 "type": "block"
885 },
886 "aes256": {
887 "cipher": "AES",
888 "key": 256,
889 "iv": 16,
890 "mode": "CBC",
891 "type": "block"
892 },
893 "aes-128-cfb": {
894 "cipher": "AES",
895 "key": 128,
896 "iv": 16,
897 "mode": "CFB",
898 "type": "stream"
899 },
900 "aes-192-cfb": {
901 "cipher": "AES",
902 "key": 192,
903 "iv": 16,
904 "mode": "CFB",
905 "type": "stream"
906 },
907 "aes-256-cfb": {
908 "cipher": "AES",
909 "key": 256,
910 "iv": 16,
911 "mode": "CFB",
912 "type": "stream"
913 },
914 "aes-128-cfb8": {
915 "cipher": "AES",
916 "key": 128,
917 "iv": 16,
918 "mode": "CFB8",
919 "type": "stream"
920 },
921 "aes-192-cfb8": {
922 "cipher": "AES",
923 "key": 192,
924 "iv": 16,
925 "mode": "CFB8",
926 "type": "stream"
927 },
928 "aes-256-cfb8": {
929 "cipher": "AES",
930 "key": 256,
931 "iv": 16,
932 "mode": "CFB8",
933 "type": "stream"
934 },
935 "aes-128-cfb1": {
936 "cipher": "AES",
937 "key": 128,
938 "iv": 16,
939 "mode": "CFB1",
940 "type": "stream"
941 },
942 "aes-192-cfb1": {
943 "cipher": "AES",
944 "key": 192,
945 "iv": 16,
946 "mode": "CFB1",
947 "type": "stream"
948 },
949 "aes-256-cfb1": {
950 "cipher": "AES",
951 "key": 256,
952 "iv": 16,
953 "mode": "CFB1",
954 "type": "stream"
955 },
956 "aes-128-ofb": {
957 "cipher": "AES",
958 "key": 128,
959 "iv": 16,
960 "mode": "OFB",
961 "type": "stream"
962 },
963 "aes-192-ofb": {
964 "cipher": "AES",
965 "key": 192,
966 "iv": 16,
967 "mode": "OFB",
968 "type": "stream"
969 },
970 "aes-256-ofb": {
971 "cipher": "AES",
972 "key": 256,
973 "iv": 16,
974 "mode": "OFB",
975 "type": "stream"
976 },
977 "aes-128-ctr": {
978 "cipher": "AES",
979 "key": 128,
980 "iv": 16,
981 "mode": "CTR",
982 "type": "stream"
983 },
984 "aes-192-ctr": {
985 "cipher": "AES",
986 "key": 192,
987 "iv": 16,
988 "mode": "CTR",
989 "type": "stream"
990 },
991 "aes-256-ctr": {
992 "cipher": "AES",
993 "key": 256,
994 "iv": 16,
995 "mode": "CTR",
996 "type": "stream"
997 },
998 "aes-128-gcm": {
999 "cipher": "AES",
1000 "key": 128,
1001 "iv": 12,
1002 "mode": "GCM",
1003 "type": "auth"
1004 },
1005 "aes-192-gcm": {
1006 "cipher": "AES",
1007 "key": 192,
1008 "iv": 12,
1009 "mode": "GCM",
1010 "type": "auth"
1011 },
1012 "aes-256-gcm": {
1013 "cipher": "AES",
1014 "key": 256,
1015 "iv": 12,
1016 "mode": "GCM",
1017 "type": "auth"
1018 }
1019}
1020
1021},{}],272:[function(require,module,exports){
1022(function (Buffer){
1023var xor=require("buffer-xor");function getBlock(e){return e._prev=e._cipher.encryptBlock(e._prev),e._prev}exports.encrypt=function(e,c){for(;e._cache.length<c.length;)e._cache=Buffer.concat([e._cache,getBlock(e)]);var r=e._cache.slice(0,c.length);return e._cache=e._cache.slice(c.length),xor(c,r)};
1024
1025}).call(this,require("buffer").Buffer)
1026},{"buffer":285,"buffer-xor":284}],273:[function(require,module,exports){
1027var aes=require("./aes"),Buffer=require("safe-buffer").Buffer,Transform=require("cipher-base"),inherits=require("inherits");function StreamCipher(e,r,i,t){Transform.call(this),this._cipher=new aes.AES(r),this._prev=Buffer.from(i),this._cache=Buffer.allocUnsafe(0),this._secCache=Buffer.allocUnsafe(0),this._decrypt=t,this._mode=e}inherits(StreamCipher,Transform),StreamCipher.prototype._update=function(e){return this._mode.encrypt(this,e,this._decrypt)},StreamCipher.prototype._final=function(){this._cipher.scrub()},module.exports=StreamCipher;
1028
1029},{"./aes":257,"cipher-base":287,"inherits":364,"safe-buffer":542}],274:[function(require,module,exports){
1030var DES=require("browserify-des"),aes=require("browserify-aes/browser"),aesModes=require("browserify-aes/modes"),desModes=require("browserify-des/modes"),ebtk=require("evp_bytestokey");function createCipher(e,r){var s,i;if(e=e.toLowerCase(),aesModes[e])s=aesModes[e].key,i=aesModes[e].iv;else{if(!desModes[e])throw new TypeError("invalid suite type");s=8*desModes[e].key,i=desModes[e].iv}var t=ebtk(r,!1,s,i);return createCipheriv(e,t.key,t.iv)}function createDecipher(e,r){var s,i;if(e=e.toLowerCase(),aesModes[e])s=aesModes[e].key,i=aesModes[e].iv;else{if(!desModes[e])throw new TypeError("invalid suite type");s=8*desModes[e].key,i=desModes[e].iv}var t=ebtk(r,!1,s,i);return createDecipheriv(e,t.key,t.iv)}function createCipheriv(e,r,s){if(e=e.toLowerCase(),aesModes[e])return aes.createCipheriv(e,r,s);if(desModes[e])return new DES({key:r,iv:s,mode:e});throw new TypeError("invalid suite type")}function createDecipheriv(e,r,s){if(e=e.toLowerCase(),aesModes[e])return aes.createDecipheriv(e,r,s);if(desModes[e])return new DES({key:r,iv:s,mode:e,decrypt:!0});throw new TypeError("invalid suite type")}function getCiphers(){return Object.keys(desModes).concat(aes.getCiphers())}exports.createCipher=exports.Cipher=createCipher,exports.createCipheriv=exports.Cipheriv=createCipheriv,exports.createDecipher=exports.Decipher=createDecipher,exports.createDecipheriv=exports.Decipheriv=createDecipheriv,exports.listCiphers=exports.getCiphers=getCiphers;
1031
1032},{"browserify-aes/browser":259,"browserify-aes/modes":270,"browserify-des":275,"browserify-des/modes":276,"evp_bytestokey":328}],275:[function(require,module,exports){
1033var CipherBase=require("cipher-base"),des=require("des.js"),inherits=require("inherits"),Buffer=require("safe-buffer").Buffer,modes={"des-ede3-cbc":des.CBC.instantiate(des.EDE),"des-ede3":des.EDE,"des-ede-cbc":des.CBC.instantiate(des.EDE),"des-ede":des.EDE,"des-cbc":des.CBC.instantiate(des.DES),"des-ecb":des.DES};function DES(e){CipherBase.call(this);var s,r=e.mode.toLowerCase(),d=modes[r];s=e.decrypt?"decrypt":"encrypt";var t=e.key;Buffer.isBuffer(t)||(t=Buffer.from(t)),"des-ede"!==r&&"des-ede-cbc"!==r||(t=Buffer.concat([t,t.slice(0,8)]));var f=e.iv;Buffer.isBuffer(f)||(f=Buffer.from(f)),this._des=d.create({key:t,iv:f,type:s})}modes.des=modes["des-cbc"],modes.des3=modes["des-ede3-cbc"],module.exports=DES,inherits(DES,CipherBase),DES.prototype._update=function(e){return Buffer.from(this._des.update(e))},DES.prototype._final=function(){return Buffer.from(this._des.final())};
1034
1035},{"cipher-base":287,"des.js":300,"inherits":364,"safe-buffer":542}],276:[function(require,module,exports){
1036exports["des-ecb"]={key:8,iv:0},exports["des-cbc"]=exports.des={key:8,iv:8},exports["des-ede3-cbc"]=exports.des3={key:24,iv:8},exports["des-ede3"]={key:24,iv:0},exports["des-ede-cbc"]={key:16,iv:8},exports["des-ede"]={key:16,iv:0};
1037
1038},{}],277:[function(require,module,exports){
1039(function (Buffer){
1040var bn=require("bn.js"),randomBytes=require("randombytes");function blind(e){var n=getr(e);return{blinder:n.toRed(bn.mont(e.modulus)).redPow(new bn(e.publicExponent)).fromRed(),unblinder:n.invm(e.modulus)}}function crt(e,n){var r=blind(n),o=n.modulus.byteLength(),u=(bn.mont(n.modulus),new bn(e).mul(r.blinder).umod(n.modulus)),m=u.toRed(bn.mont(n.prime1)),d=u.toRed(bn.mont(n.prime2)),t=n.coefficient,i=n.prime1,b=n.prime2,l=m.redPow(n.exponent1),s=d.redPow(n.exponent2);l=l.fromRed(),s=s.fromRed();var p=l.isub(s).imul(t).umod(i);return p.imul(b),s.iadd(p),new Buffer(s.imul(r.unblinder).umod(n.modulus).toArray(!1,o))}function getr(e){for(var n=e.modulus.byteLength(),r=new bn(randomBytes(n));r.cmp(e.modulus)>=0||!r.umod(e.prime1)||!r.umod(e.prime2);)r=new bn(randomBytes(n));return r}module.exports=crt,crt.getr=getr;
1041
1042}).call(this,require("buffer").Buffer)
1043},{"bn.js":254,"buffer":285,"randombytes":522}],278:[function(require,module,exports){
1044module.exports=require("./browser/algorithms.json");
1045
1046},{"./browser/algorithms.json":279}],279:[function(require,module,exports){
1047module.exports={
1048 "sha224WithRSAEncryption": {
1049 "sign": "rsa",
1050 "hash": "sha224",
1051 "id": "302d300d06096086480165030402040500041c"
1052 },
1053 "RSA-SHA224": {
1054 "sign": "ecdsa/rsa",
1055 "hash": "sha224",
1056 "id": "302d300d06096086480165030402040500041c"
1057 },
1058 "sha256WithRSAEncryption": {
1059 "sign": "rsa",
1060 "hash": "sha256",
1061 "id": "3031300d060960864801650304020105000420"
1062 },
1063 "RSA-SHA256": {
1064 "sign": "ecdsa/rsa",
1065 "hash": "sha256",
1066 "id": "3031300d060960864801650304020105000420"
1067 },
1068 "sha384WithRSAEncryption": {
1069 "sign": "rsa",
1070 "hash": "sha384",
1071 "id": "3041300d060960864801650304020205000430"
1072 },
1073 "RSA-SHA384": {
1074 "sign": "ecdsa/rsa",
1075 "hash": "sha384",
1076 "id": "3041300d060960864801650304020205000430"
1077 },
1078 "sha512WithRSAEncryption": {
1079 "sign": "rsa",
1080 "hash": "sha512",
1081 "id": "3051300d060960864801650304020305000440"
1082 },
1083 "RSA-SHA512": {
1084 "sign": "ecdsa/rsa",
1085 "hash": "sha512",
1086 "id": "3051300d060960864801650304020305000440"
1087 },
1088 "RSA-SHA1": {
1089 "sign": "rsa",
1090 "hash": "sha1",
1091 "id": "3021300906052b0e03021a05000414"
1092 },
1093 "ecdsa-with-SHA1": {
1094 "sign": "ecdsa",
1095 "hash": "sha1",
1096 "id": ""
1097 },
1098 "sha256": {
1099 "sign": "ecdsa",
1100 "hash": "sha256",
1101 "id": ""
1102 },
1103 "sha224": {
1104 "sign": "ecdsa",
1105 "hash": "sha224",
1106 "id": ""
1107 },
1108 "sha384": {
1109 "sign": "ecdsa",
1110 "hash": "sha384",
1111 "id": ""
1112 },
1113 "sha512": {
1114 "sign": "ecdsa",
1115 "hash": "sha512",
1116 "id": ""
1117 },
1118 "DSA-SHA": {
1119 "sign": "dsa",
1120 "hash": "sha1",
1121 "id": ""
1122 },
1123 "DSA-SHA1": {
1124 "sign": "dsa",
1125 "hash": "sha1",
1126 "id": ""
1127 },
1128 "DSA": {
1129 "sign": "dsa",
1130 "hash": "sha1",
1131 "id": ""
1132 },
1133 "DSA-WITH-SHA224": {
1134 "sign": "dsa",
1135 "hash": "sha224",
1136 "id": ""
1137 },
1138 "DSA-SHA224": {
1139 "sign": "dsa",
1140 "hash": "sha224",
1141 "id": ""
1142 },
1143 "DSA-WITH-SHA256": {
1144 "sign": "dsa",
1145 "hash": "sha256",
1146 "id": ""
1147 },
1148 "DSA-SHA256": {
1149 "sign": "dsa",
1150 "hash": "sha256",
1151 "id": ""
1152 },
1153 "DSA-WITH-SHA384": {
1154 "sign": "dsa",
1155 "hash": "sha384",
1156 "id": ""
1157 },
1158 "DSA-SHA384": {
1159 "sign": "dsa",
1160 "hash": "sha384",
1161 "id": ""
1162 },
1163 "DSA-WITH-SHA512": {
1164 "sign": "dsa",
1165 "hash": "sha512",
1166 "id": ""
1167 },
1168 "DSA-SHA512": {
1169 "sign": "dsa",
1170 "hash": "sha512",
1171 "id": ""
1172 },
1173 "DSA-RIPEMD160": {
1174 "sign": "dsa",
1175 "hash": "rmd160",
1176 "id": ""
1177 },
1178 "ripemd160WithRSA": {
1179 "sign": "rsa",
1180 "hash": "rmd160",
1181 "id": "3021300906052b2403020105000414"
1182 },
1183 "RSA-RIPEMD160": {
1184 "sign": "rsa",
1185 "hash": "rmd160",
1186 "id": "3021300906052b2403020105000414"
1187 },
1188 "md5WithRSAEncryption": {
1189 "sign": "rsa",
1190 "hash": "md5",
1191 "id": "3020300c06082a864886f70d020505000410"
1192 },
1193 "RSA-MD5": {
1194 "sign": "rsa",
1195 "hash": "md5",
1196 "id": "3020300c06082a864886f70d020505000410"
1197 }
1198}
1199
1200},{}],280:[function(require,module,exports){
1201module.exports={
1202 "1.3.132.0.10": "secp256k1",
1203 "1.3.132.0.33": "p224",
1204 "1.2.840.10045.3.1.1": "p192",
1205 "1.2.840.10045.3.1.7": "p256",
1206 "1.3.132.0.34": "p384",
1207 "1.3.132.0.35": "p521"
1208}
1209
1210},{}],281:[function(require,module,exports){
1211(function (Buffer){
1212var createHash=require("create-hash"),stream=require("stream"),inherits=require("inherits"),sign=require("./sign"),verify=require("./verify"),algorithms=require("./algorithms.json");function Sign(e){stream.Writable.call(this);var t=algorithms[e];if(!t)throw new Error("Unknown message digest");this._hashType=t.hash,this._hash=createHash(t.hash),this._tag=t.id,this._signType=t.sign}function Verify(e){stream.Writable.call(this);var t=algorithms[e];if(!t)throw new Error("Unknown message digest");this._hash=createHash(t.hash),this._tag=t.id,this._signType=t.sign}function createSign(e){return new Sign(e)}function createVerify(e){return new Verify(e)}Object.keys(algorithms).forEach(function(e){algorithms[e].id=new Buffer(algorithms[e].id,"hex"),algorithms[e.toLowerCase()]=algorithms[e]}),inherits(Sign,stream.Writable),Sign.prototype._write=function(e,t,i){this._hash.update(e),i()},Sign.prototype.update=function(e,t){return"string"==typeof e&&(e=new Buffer(e,t)),this._hash.update(e),this},Sign.prototype.sign=function(e,t){this.end();var i=this._hash.digest(),r=sign(i,e,this._hashType,this._signType,this._tag);return t?r.toString(t):r},inherits(Verify,stream.Writable),Verify.prototype._write=function(e,t,i){this._hash.update(e),i()},Verify.prototype.update=function(e,t){return"string"==typeof e&&(e=new Buffer(e,t)),this._hash.update(e),this},Verify.prototype.verify=function(e,t,i){"string"==typeof t&&(t=new Buffer(t,i)),this.end();var r=this._hash.digest();return verify(t,r,e,this._signType,this._tag)},module.exports={Sign:createSign,Verify:createVerify,createSign:createSign,createVerify:createVerify};
1213
1214}).call(this,require("buffer").Buffer)
1215},{"./algorithms.json":279,"./sign":282,"./verify":283,"buffer":285,"create-hash":291,"inherits":364,"stream":564}],282:[function(require,module,exports){
1216(function (Buffer){
1217var createHmac=require("create-hmac"),crt=require("browserify-rsa"),EC=require("elliptic").ec,BN=require("bn.js"),parseKeys=require("parse-asn1"),curves=require("./curves.json");function sign(e,r,t,n,a){var u=parseKeys(r);if(u.curve){if("ecdsa"!==n&&"ecdsa/rsa"!==n)throw new Error("wrong private key type");return ecSign(e,u)}if("dsa"===u.type){if("dsa"!==n)throw new Error("wrong private key type");return dsaSign(e,u,t)}if("rsa"!==n&&"ecdsa/rsa"!==n)throw new Error("wrong private key type");e=Buffer.concat([a,e]);for(var i=u.modulus.byteLength(),o=[0,1];e.length+o.length+1<i;)o.push(255);o.push(0);for(var c=-1;++c<e.length;)o.push(e[c]);return crt(o,u)}function ecSign(e,r){var t=curves[r.curve.join(".")];if(!t)throw new Error("unknown curve "+r.curve.join("."));var n=new EC(t).keyFromPrivate(r.privateKey).sign(e);return new Buffer(n.toDER())}function dsaSign(e,r,t){for(var n,a=r.params.priv_key,u=r.params.p,i=r.params.q,o=r.params.g,c=new BN(0),f=bits2int(e,i).mod(i),s=!1,g=getKey(a,i,e,t);!1===s;)c=makeR(o,n=makeKey(i,g,t),u,i),0===(s=n.invm(i).imul(f.add(a.mul(c))).mod(i)).cmpn(0)&&(s=!1,c=new BN(0));return toDER(c,s)}function toDER(e,r){e=e.toArray(),r=r.toArray(),128&e[0]&&(e=[0].concat(e)),128&r[0]&&(r=[0].concat(r));var t=[48,e.length+r.length+4,2,e.length];return t=t.concat(e,[2,r.length],r),new Buffer(t)}function getKey(e,r,t,n){if((e=new Buffer(e.toArray())).length<r.byteLength()){var a=new Buffer(r.byteLength()-e.length);a.fill(0),e=Buffer.concat([a,e])}var u=t.length,i=bits2octets(t,r),o=new Buffer(u);o.fill(1);var c=new Buffer(u);return c.fill(0),c=createHmac(n,c).update(o).update(new Buffer([0])).update(e).update(i).digest(),o=createHmac(n,c).update(o).digest(),{k:c=createHmac(n,c).update(o).update(new Buffer([1])).update(e).update(i).digest(),v:o=createHmac(n,c).update(o).digest()}}function bits2int(e,r){var t=new BN(e),n=(e.length<<3)-r.bitLength();return n>0&&t.ishrn(n),t}function bits2octets(e,r){e=(e=bits2int(e,r)).mod(r);var t=new Buffer(e.toArray());if(t.length<r.byteLength()){var n=new Buffer(r.byteLength()-t.length);n.fill(0),t=Buffer.concat([n,t])}return t}function makeKey(e,r,t){var n,a;do{for(n=new Buffer(0);8*n.length<e.bitLength();)r.v=createHmac(t,r.k).update(r.v).digest(),n=Buffer.concat([n,r.v]);a=bits2int(n,e),r.k=createHmac(t,r.k).update(r.v).update(new Buffer([0])).digest(),r.v=createHmac(t,r.k).update(r.v).digest()}while(-1!==a.cmp(e));return a}function makeR(e,r,t,n){return e.toRed(BN.mont(t)).redPow(r).fromRed().mod(n)}module.exports=sign,module.exports.getKey=getKey,module.exports.makeKey=makeKey;
1218
1219}).call(this,require("buffer").Buffer)
1220},{"./curves.json":280,"bn.js":254,"browserify-rsa":277,"buffer":285,"create-hmac":293,"elliptic":310,"parse-asn1":507}],283:[function(require,module,exports){
1221(function (Buffer){
1222var BN=require("bn.js"),EC=require("elliptic").ec,parseKeys=require("parse-asn1"),curves=require("./curves.json");function verify(e,r,n,a,t){var o=parseKeys(n);if("ec"===o.type){if("ecdsa"!==a&&"ecdsa/rsa"!==a)throw new Error("wrong public key type");return ecVerify(e,r,o)}if("dsa"===o.type){if("dsa"!==a)throw new Error("wrong public key type");return dsaVerify(e,r,o)}if("rsa"!==a&&"ecdsa/rsa"!==a)throw new Error("wrong public key type");r=Buffer.concat([t,r]);for(var u=o.modulus.byteLength(),i=[1],d=0;r.length+i.length+2<u;)i.push(255),d++;i.push(0);for(var c=-1;++c<r.length;)i.push(r[c]);i=new Buffer(i);var s=BN.mont(o.modulus);e=(e=new BN(e).toRed(s)).redPow(new BN(o.publicExponent)),e=new Buffer(e.fromRed().toArray());var f=d<8?1:0;for(u=Math.min(e.length,i.length),e.length!==i.length&&(f=1),c=-1;++c<u;)f|=e[c]^i[c];return 0===f}function ecVerify(e,r,n){var a=curves[n.data.algorithm.curve.join(".")];if(!a)throw new Error("unknown curve "+n.data.algorithm.curve.join("."));var t=new EC(a),o=n.data.subjectPrivateKey.data;return t.verify(r,e,o)}function dsaVerify(e,r,n){var a=n.data.p,t=n.data.q,o=n.data.g,u=n.data.pub_key,i=parseKeys.signature.decode(e,"der"),d=i.s,c=i.r;checkValue(d,t),checkValue(c,t);var s=BN.mont(a),f=d.invm(t);return 0===o.toRed(s).redPow(new BN(r).mul(f).mod(t)).fromRed().mul(u.toRed(s).redPow(c.mul(f).mod(t)).fromRed()).mod(a).mod(t).cmp(c)}function checkValue(e,r){if(e.cmpn(0)<=0)throw new Error("invalid sig");if(e.cmp(r)>=r)throw new Error("invalid sig")}module.exports=verify;
1223
1224}).call(this,require("buffer").Buffer)
1225},{"./curves.json":280,"bn.js":254,"buffer":285,"elliptic":310,"parse-asn1":507}],284:[function(require,module,exports){
1226(function (Buffer){
1227module.exports=function(e,n){for(var r=Math.min(e.length,n.length),t=new Buffer(r),f=0;f<r;++f)t[f]=e[f]^n[f];return t};
1228
1229}).call(this,require("buffer").Buffer)
1230},{"buffer":285}],285:[function(require,module,exports){
1231(function (Buffer){
1232"use strict";var base64=require("base64-js"),ieee754=require("ieee754"),customInspectSymbol="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):null;exports.Buffer=Buffer,exports.SlowBuffer=SlowBuffer,exports.INSPECT_MAX_BYTES=50;var K_MAX_LENGTH=2147483647;function typedArraySupport(){try{var e=new Uint8Array(1),t={foo:function(){return 42}};return Object.setPrototypeOf(t,Uint8Array.prototype),Object.setPrototypeOf(e,t),42===e.foo()}catch(e){return!1}}function createBuffer(e){if(e>K_MAX_LENGTH)throw new RangeError('The value "'+e+'" is invalid for option "size"');var t=new Uint8Array(e);return Object.setPrototypeOf(t,Buffer.prototype),t}function Buffer(e,t,r){if("number"==typeof e){if("string"==typeof t)throw new TypeError('The "string" argument must be of type string. Received type number');return allocUnsafe(e)}return from(e,t,r)}function from(e,t,r){if("string"==typeof e)return fromString(e,t);if(ArrayBuffer.isView(e))return fromArrayLike(e);if(null==e)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(isInstance(e,ArrayBuffer)||e&&isInstance(e.buffer,ArrayBuffer))return fromArrayBuffer(e,t,r);if("number"==typeof e)throw new TypeError('The "value" argument must not be of type number. Received type number');var n=e.valueOf&&e.valueOf();if(null!=n&&n!==e)return Buffer.from(n,t,r);var f=fromObject(e);if(f)return f;if("undefined"!=typeof Symbol&&null!=Symbol.toPrimitive&&"function"==typeof e[Symbol.toPrimitive])return Buffer.from(e[Symbol.toPrimitive]("string"),t,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}function assertSize(e){if("number"!=typeof e)throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function alloc(e,t,r){return assertSize(e),e<=0?createBuffer(e):void 0!==t?"string"==typeof r?createBuffer(e).fill(t,r):createBuffer(e).fill(t):createBuffer(e)}function allocUnsafe(e){return assertSize(e),createBuffer(e<0?0:0|checked(e))}function fromString(e,t){if("string"==typeof t&&""!==t||(t="utf8"),!Buffer.isEncoding(t))throw new TypeError("Unknown encoding: "+t);var r=0|byteLength(e,t),n=createBuffer(r),f=n.write(e,t);return f!==r&&(n=n.slice(0,f)),n}function fromArrayLike(e){for(var t=e.length<0?0:0|checked(e.length),r=createBuffer(t),n=0;n<t;n+=1)r[n]=255&e[n];return r}function fromArrayBuffer(e,t,r){if(t<0||e.byteLength<t)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<t+(r||0))throw new RangeError('"length" is outside of buffer bounds');var n;return n=void 0===t&&void 0===r?new Uint8Array(e):void 0===r?new Uint8Array(e,t):new Uint8Array(e,t,r),Object.setPrototypeOf(n,Buffer.prototype),n}function fromObject(e){if(Buffer.isBuffer(e)){var t=0|checked(e.length),r=createBuffer(t);return 0===r.length?r:(e.copy(r,0,0,t),r)}return void 0!==e.length?"number"!=typeof e.length||numberIsNaN(e.length)?createBuffer(0):fromArrayLike(e):"Buffer"===e.type&&Array.isArray(e.data)?fromArrayLike(e.data):void 0}function checked(e){if(e>=K_MAX_LENGTH)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+K_MAX_LENGTH.toString(16)+" bytes");return 0|e}function SlowBuffer(e){return+e!=e&&(e=0),Buffer.alloc(+e)}function byteLength(e,t){if(Buffer.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||isInstance(e,ArrayBuffer))return e.byteLength;if("string"!=typeof e)throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var r=e.length,n=arguments.length>2&&!0===arguments[2];if(!n&&0===r)return 0;for(var f=!1;;)switch(t){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return utf8ToBytes(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*r;case"hex":return r>>>1;case"base64":return base64ToBytes(e).length;default:if(f)return n?-1:utf8ToBytes(e).length;t=(""+t).toLowerCase(),f=!0}}function slowToString(e,t,r){var n=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===r||r>this.length)&&(r=this.length),r<=0)return"";if((r>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return hexSlice(this,t,r);case"utf8":case"utf-8":return utf8Slice(this,t,r);case"ascii":return asciiSlice(this,t,r);case"latin1":case"binary":return latin1Slice(this,t,r);case"base64":return base64Slice(this,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return utf16leSlice(this,t,r);default:if(n)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),n=!0}}function swap(e,t,r){var n=e[t];e[t]=e[r],e[r]=n}function bidirectionalIndexOf(e,t,r,n,f){if(0===e.length)return-1;if("string"==typeof r?(n=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),numberIsNaN(r=+r)&&(r=f?0:e.length-1),r<0&&(r=e.length+r),r>=e.length){if(f)return-1;r=e.length-1}else if(r<0){if(!f)return-1;r=0}if("string"==typeof t&&(t=Buffer.from(t,n)),Buffer.isBuffer(t))return 0===t.length?-1:arrayIndexOf(e,t,r,n,f);if("number"==typeof t)return t&=255,"function"==typeof Uint8Array.prototype.indexOf?f?Uint8Array.prototype.indexOf.call(e,t,r):Uint8Array.prototype.lastIndexOf.call(e,t,r):arrayIndexOf(e,[t],r,n,f);throw new TypeError("val must be string, number or Buffer")}function arrayIndexOf(e,t,r,n,f){var i,o=1,u=e.length,s=t.length;if(void 0!==n&&("ucs2"===(n=String(n).toLowerCase())||"ucs-2"===n||"utf16le"===n||"utf-16le"===n)){if(e.length<2||t.length<2)return-1;o=2,u/=2,s/=2,r/=2}function a(e,t){return 1===o?e[t]:e.readUInt16BE(t*o)}if(f){var h=-1;for(i=r;i<u;i++)if(a(e,i)===a(t,-1===h?0:i-h)){if(-1===h&&(h=i),i-h+1===s)return h*o}else-1!==h&&(i-=i-h),h=-1}else for(r+s>u&&(r=u-s),i=r;i>=0;i--){for(var c=!0,l=0;l<s;l++)if(a(e,i+l)!==a(t,l)){c=!1;break}if(c)return i}return-1}function hexWrite(e,t,r,n){r=Number(r)||0;var f=e.length-r;n?(n=Number(n))>f&&(n=f):n=f;var i=t.length;n>i/2&&(n=i/2);for(var o=0;o<n;++o){var u=parseInt(t.substr(2*o,2),16);if(numberIsNaN(u))return o;e[r+o]=u}return o}function utf8Write(e,t,r,n){return blitBuffer(utf8ToBytes(t,e.length-r),e,r,n)}function asciiWrite(e,t,r,n){return blitBuffer(asciiToBytes(t),e,r,n)}function latin1Write(e,t,r,n){return asciiWrite(e,t,r,n)}function base64Write(e,t,r,n){return blitBuffer(base64ToBytes(t),e,r,n)}function ucs2Write(e,t,r,n){return blitBuffer(utf16leToBytes(t,e.length-r),e,r,n)}function base64Slice(e,t,r){return 0===t&&r===e.length?base64.fromByteArray(e):base64.fromByteArray(e.slice(t,r))}function utf8Slice(e,t,r){r=Math.min(e.length,r);for(var n=[],f=t;f<r;){var i,o,u,s,a=e[f],h=null,c=a>239?4:a>223?3:a>191?2:1;if(f+c<=r)switch(c){case 1:a<128&&(h=a);break;case 2:128==(192&(i=e[f+1]))&&(s=(31&a)<<6|63&i)>127&&(h=s);break;case 3:i=e[f+1],o=e[f+2],128==(192&i)&&128==(192&o)&&(s=(15&a)<<12|(63&i)<<6|63&o)>2047&&(s<55296||s>57343)&&(h=s);break;case 4:i=e[f+1],o=e[f+2],u=e[f+3],128==(192&i)&&128==(192&o)&&128==(192&u)&&(s=(15&a)<<18|(63&i)<<12|(63&o)<<6|63&u)>65535&&s<1114112&&(h=s)}null===h?(h=65533,c=1):h>65535&&(h-=65536,n.push(h>>>10&1023|55296),h=56320|1023&h),n.push(h),f+=c}return decodeCodePointsArray(n)}exports.kMaxLength=K_MAX_LENGTH,Buffer.TYPED_ARRAY_SUPPORT=typedArraySupport(),Buffer.TYPED_ARRAY_SUPPORT||"undefined"==typeof console||"function"!=typeof console.error||console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support."),Object.defineProperty(Buffer.prototype,"parent",{enumerable:!0,get:function(){if(Buffer.isBuffer(this))return this.buffer}}),Object.defineProperty(Buffer.prototype,"offset",{enumerable:!0,get:function(){if(Buffer.isBuffer(this))return this.byteOffset}}),"undefined"!=typeof Symbol&&null!=Symbol.species&&Buffer[Symbol.species]===Buffer&&Object.defineProperty(Buffer,Symbol.species,{value:null,configurable:!0,enumerable:!1,writable:!1}),Buffer.poolSize=8192,Buffer.from=function(e,t,r){return from(e,t,r)},Object.setPrototypeOf(Buffer.prototype,Uint8Array.prototype),Object.setPrototypeOf(Buffer,Uint8Array),Buffer.alloc=function(e,t,r){return alloc(e,t,r)},Buffer.allocUnsafe=function(e){return allocUnsafe(e)},Buffer.allocUnsafeSlow=function(e){return allocUnsafe(e)},Buffer.isBuffer=function(e){return null!=e&&!0===e._isBuffer&&e!==Buffer.prototype},Buffer.compare=function(e,t){if(isInstance(e,Uint8Array)&&(e=Buffer.from(e,e.offset,e.byteLength)),isInstance(t,Uint8Array)&&(t=Buffer.from(t,t.offset,t.byteLength)),!Buffer.isBuffer(e)||!Buffer.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===t)return 0;for(var r=e.length,n=t.length,f=0,i=Math.min(r,n);f<i;++f)if(e[f]!==t[f]){r=e[f],n=t[f];break}return r<n?-1:n<r?1:0},Buffer.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},Buffer.concat=function(e,t){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return Buffer.alloc(0);var r;if(void 0===t)for(t=0,r=0;r<e.length;++r)t+=e[r].length;var n=Buffer.allocUnsafe(t),f=0;for(r=0;r<e.length;++r){var i=e[r];if(isInstance(i,Uint8Array)&&(i=Buffer.from(i)),!Buffer.isBuffer(i))throw new TypeError('"list" argument must be an Array of Buffers');i.copy(n,f),f+=i.length}return n},Buffer.byteLength=byteLength,Buffer.prototype._isBuffer=!0,Buffer.prototype.swap16=function(){var e=this.length;if(e%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<e;t+=2)swap(this,t,t+1);return this},Buffer.prototype.swap32=function(){var e=this.length;if(e%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<e;t+=4)swap(this,t,t+3),swap(this,t+1,t+2);return this},Buffer.prototype.swap64=function(){var e=this.length;if(e%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<e;t+=8)swap(this,t,t+7),swap(this,t+1,t+6),swap(this,t+2,t+5),swap(this,t+3,t+4);return this},Buffer.prototype.toString=function(){var e=this.length;return 0===e?"":0===arguments.length?utf8Slice(this,0,e):slowToString.apply(this,arguments)},Buffer.prototype.toLocaleString=Buffer.prototype.toString,Buffer.prototype.equals=function(e){if(!Buffer.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e||0===Buffer.compare(this,e)},Buffer.prototype.inspect=function(){var e="",t=exports.INSPECT_MAX_BYTES;return e=this.toString("hex",0,t).replace(/(.{2})/g,"$1 ").trim(),this.length>t&&(e+=" ... "),"<Buffer "+e+">"},customInspectSymbol&&(Buffer.prototype[customInspectSymbol]=Buffer.prototype.inspect),Buffer.prototype.compare=function(e,t,r,n,f){if(isInstance(e,Uint8Array)&&(e=Buffer.from(e,e.offset,e.byteLength)),!Buffer.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(void 0===t&&(t=0),void 0===r&&(r=e?e.length:0),void 0===n&&(n=0),void 0===f&&(f=this.length),t<0||r>e.length||n<0||f>this.length)throw new RangeError("out of range index");if(n>=f&&t>=r)return 0;if(n>=f)return-1;if(t>=r)return 1;if(this===e)return 0;for(var i=(f>>>=0)-(n>>>=0),o=(r>>>=0)-(t>>>=0),u=Math.min(i,o),s=this.slice(n,f),a=e.slice(t,r),h=0;h<u;++h)if(s[h]!==a[h]){i=s[h],o=a[h];break}return i<o?-1:o<i?1:0},Buffer.prototype.includes=function(e,t,r){return-1!==this.indexOf(e,t,r)},Buffer.prototype.indexOf=function(e,t,r){return bidirectionalIndexOf(this,e,t,r,!0)},Buffer.prototype.lastIndexOf=function(e,t,r){return bidirectionalIndexOf(this,e,t,r,!1)},Buffer.prototype.write=function(e,t,r,n){if(void 0===t)n="utf8",r=this.length,t=0;else if(void 0===r&&"string"==typeof t)n=t,r=this.length,t=0;else{if(!isFinite(t))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");t>>>=0,isFinite(r)?(r>>>=0,void 0===n&&(n="utf8")):(n=r,r=void 0)}var f=this.length-t;if((void 0===r||r>f)&&(r=f),e.length>0&&(r<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");n||(n="utf8");for(var i=!1;;)switch(n){case"hex":return hexWrite(this,e,t,r);case"utf8":case"utf-8":return utf8Write(this,e,t,r);case"ascii":return asciiWrite(this,e,t,r);case"latin1":case"binary":return latin1Write(this,e,t,r);case"base64":return base64Write(this,e,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ucs2Write(this,e,t,r);default:if(i)throw new TypeError("Unknown encoding: "+n);n=(""+n).toLowerCase(),i=!0}},Buffer.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var MAX_ARGUMENTS_LENGTH=4096;function decodeCodePointsArray(e){var t=e.length;if(t<=MAX_ARGUMENTS_LENGTH)return String.fromCharCode.apply(String,e);for(var r="",n=0;n<t;)r+=String.fromCharCode.apply(String,e.slice(n,n+=MAX_ARGUMENTS_LENGTH));return r}function asciiSlice(e,t,r){var n="";r=Math.min(e.length,r);for(var f=t;f<r;++f)n+=String.fromCharCode(127&e[f]);return n}function latin1Slice(e,t,r){var n="";r=Math.min(e.length,r);for(var f=t;f<r;++f)n+=String.fromCharCode(e[f]);return n}function hexSlice(e,t,r){var n=e.length;(!t||t<0)&&(t=0),(!r||r<0||r>n)&&(r=n);for(var f="",i=t;i<r;++i)f+=hexSliceLookupTable[e[i]];return f}function utf16leSlice(e,t,r){for(var n=e.slice(t,r),f="",i=0;i<n.length;i+=2)f+=String.fromCharCode(n[i]+256*n[i+1]);return f}function checkOffset(e,t,r){if(e%1!=0||e<0)throw new RangeError("offset is not uint");if(e+t>r)throw new RangeError("Trying to access beyond buffer length")}function checkInt(e,t,r,n,f,i){if(!Buffer.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>f||t<i)throw new RangeError('"value" argument is out of bounds');if(r+n>e.length)throw new RangeError("Index out of range")}function checkIEEE754(e,t,r,n,f,i){if(r+n>e.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function writeFloat(e,t,r,n,f){return t=+t,r>>>=0,f||checkIEEE754(e,t,r,4,3.4028234663852886e38,-3.4028234663852886e38),ieee754.write(e,t,r,n,23,4),r+4}function writeDouble(e,t,r,n,f){return t=+t,r>>>=0,f||checkIEEE754(e,t,r,8,1.7976931348623157e308,-1.7976931348623157e308),ieee754.write(e,t,r,n,52,8),r+8}Buffer.prototype.slice=function(e,t){var r=this.length;(e=~~e)<0?(e+=r)<0&&(e=0):e>r&&(e=r),(t=void 0===t?r:~~t)<0?(t+=r)<0&&(t=0):t>r&&(t=r),t<e&&(t=e);var n=this.subarray(e,t);return Object.setPrototypeOf(n,Buffer.prototype),n},Buffer.prototype.readUIntLE=function(e,t,r){e>>>=0,t>>>=0,r||checkOffset(e,t,this.length);for(var n=this[e],f=1,i=0;++i<t&&(f*=256);)n+=this[e+i]*f;return n},Buffer.prototype.readUIntBE=function(e,t,r){e>>>=0,t>>>=0,r||checkOffset(e,t,this.length);for(var n=this[e+--t],f=1;t>0&&(f*=256);)n+=this[e+--t]*f;return n},Buffer.prototype.readUInt8=function(e,t){return e>>>=0,t||checkOffset(e,1,this.length),this[e]},Buffer.prototype.readUInt16LE=function(e,t){return e>>>=0,t||checkOffset(e,2,this.length),this[e]|this[e+1]<<8},Buffer.prototype.readUInt16BE=function(e,t){return e>>>=0,t||checkOffset(e,2,this.length),this[e]<<8|this[e+1]},Buffer.prototype.readUInt32LE=function(e,t){return e>>>=0,t||checkOffset(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},Buffer.prototype.readUInt32BE=function(e,t){return e>>>=0,t||checkOffset(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},Buffer.prototype.readIntLE=function(e,t,r){e>>>=0,t>>>=0,r||checkOffset(e,t,this.length);for(var n=this[e],f=1,i=0;++i<t&&(f*=256);)n+=this[e+i]*f;return n>=(f*=128)&&(n-=Math.pow(2,8*t)),n},Buffer.prototype.readIntBE=function(e,t,r){e>>>=0,t>>>=0,r||checkOffset(e,t,this.length);for(var n=t,f=1,i=this[e+--n];n>0&&(f*=256);)i+=this[e+--n]*f;return i>=(f*=128)&&(i-=Math.pow(2,8*t)),i},Buffer.prototype.readInt8=function(e,t){return e>>>=0,t||checkOffset(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},Buffer.prototype.readInt16LE=function(e,t){e>>>=0,t||checkOffset(e,2,this.length);var r=this[e]|this[e+1]<<8;return 32768&r?4294901760|r:r},Buffer.prototype.readInt16BE=function(e,t){e>>>=0,t||checkOffset(e,2,this.length);var r=this[e+1]|this[e]<<8;return 32768&r?4294901760|r:r},Buffer.prototype.readInt32LE=function(e,t){return e>>>=0,t||checkOffset(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},Buffer.prototype.readInt32BE=function(e,t){return e>>>=0,t||checkOffset(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},Buffer.prototype.readFloatLE=function(e,t){return e>>>=0,t||checkOffset(e,4,this.length),ieee754.read(this,e,!0,23,4)},Buffer.prototype.readFloatBE=function(e,t){return e>>>=0,t||checkOffset(e,4,this.length),ieee754.read(this,e,!1,23,4)},Buffer.prototype.readDoubleLE=function(e,t){return e>>>=0,t||checkOffset(e,8,this.length),ieee754.read(this,e,!0,52,8)},Buffer.prototype.readDoubleBE=function(e,t){return e>>>=0,t||checkOffset(e,8,this.length),ieee754.read(this,e,!1,52,8)},Buffer.prototype.writeUIntLE=function(e,t,r,n){(e=+e,t>>>=0,r>>>=0,n)||checkInt(this,e,t,r,Math.pow(2,8*r)-1,0);var f=1,i=0;for(this[t]=255&e;++i<r&&(f*=256);)this[t+i]=e/f&255;return t+r},Buffer.prototype.writeUIntBE=function(e,t,r,n){(e=+e,t>>>=0,r>>>=0,n)||checkInt(this,e,t,r,Math.pow(2,8*r)-1,0);var f=r-1,i=1;for(this[t+f]=255&e;--f>=0&&(i*=256);)this[t+f]=e/i&255;return t+r},Buffer.prototype.writeUInt8=function(e,t,r){return e=+e,t>>>=0,r||checkInt(this,e,t,1,255,0),this[t]=255&e,t+1},Buffer.prototype.writeUInt16LE=function(e,t,r){return e=+e,t>>>=0,r||checkInt(this,e,t,2,65535,0),this[t]=255&e,this[t+1]=e>>>8,t+2},Buffer.prototype.writeUInt16BE=function(e,t,r){return e=+e,t>>>=0,r||checkInt(this,e,t,2,65535,0),this[t]=e>>>8,this[t+1]=255&e,t+2},Buffer.prototype.writeUInt32LE=function(e,t,r){return e=+e,t>>>=0,r||checkInt(this,e,t,4,4294967295,0),this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e,t+4},Buffer.prototype.writeUInt32BE=function(e,t,r){return e=+e,t>>>=0,r||checkInt(this,e,t,4,4294967295,0),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e,t+4},Buffer.prototype.writeIntLE=function(e,t,r,n){if(e=+e,t>>>=0,!n){var f=Math.pow(2,8*r-1);checkInt(this,e,t,r,f-1,-f)}var i=0,o=1,u=0;for(this[t]=255&e;++i<r&&(o*=256);)e<0&&0===u&&0!==this[t+i-1]&&(u=1),this[t+i]=(e/o>>0)-u&255;return t+r},Buffer.prototype.writeIntBE=function(e,t,r,n){if(e=+e,t>>>=0,!n){var f=Math.pow(2,8*r-1);checkInt(this,e,t,r,f-1,-f)}var i=r-1,o=1,u=0;for(this[t+i]=255&e;--i>=0&&(o*=256);)e<0&&0===u&&0!==this[t+i+1]&&(u=1),this[t+i]=(e/o>>0)-u&255;return t+r},Buffer.prototype.writeInt8=function(e,t,r){return e=+e,t>>>=0,r||checkInt(this,e,t,1,127,-128),e<0&&(e=255+e+1),this[t]=255&e,t+1},Buffer.prototype.writeInt16LE=function(e,t,r){return e=+e,t>>>=0,r||checkInt(this,e,t,2,32767,-32768),this[t]=255&e,this[t+1]=e>>>8,t+2},Buffer.prototype.writeInt16BE=function(e,t,r){return e=+e,t>>>=0,r||checkInt(this,e,t,2,32767,-32768),this[t]=e>>>8,this[t+1]=255&e,t+2},Buffer.prototype.writeInt32LE=function(e,t,r){return e=+e,t>>>=0,r||checkInt(this,e,t,4,2147483647,-2147483648),this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24,t+4},Buffer.prototype.writeInt32BE=function(e,t,r){return e=+e,t>>>=0,r||checkInt(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e,t+4},Buffer.prototype.writeFloatLE=function(e,t,r){return writeFloat(this,e,t,!0,r)},Buffer.prototype.writeFloatBE=function(e,t,r){return writeFloat(this,e,t,!1,r)},Buffer.prototype.writeDoubleLE=function(e,t,r){return writeDouble(this,e,t,!0,r)},Buffer.prototype.writeDoubleBE=function(e,t,r){return writeDouble(this,e,t,!1,r)},Buffer.prototype.copy=function(e,t,r,n){if(!Buffer.isBuffer(e))throw new TypeError("argument should be a Buffer");if(r||(r=0),n||0===n||(n=this.length),t>=e.length&&(t=e.length),t||(t=0),n>0&&n<r&&(n=r),n===r)return 0;if(0===e.length||0===this.length)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("sourceEnd out of bounds");n>this.length&&(n=this.length),e.length-t<n-r&&(n=e.length-t+r);var f=n-r;if(this===e&&"function"==typeof Uint8Array.prototype.copyWithin)this.copyWithin(t,r,n);else if(this===e&&r<t&&t<n)for(var i=f-1;i>=0;--i)e[i+t]=this[i+r];else Uint8Array.prototype.set.call(e,this.subarray(r,n),t);return f},Buffer.prototype.fill=function(e,t,r,n){if("string"==typeof e){if("string"==typeof t?(n=t,t=0,r=this.length):"string"==typeof r&&(n=r,r=this.length),void 0!==n&&"string"!=typeof n)throw new TypeError("encoding must be a string");if("string"==typeof n&&!Buffer.isEncoding(n))throw new TypeError("Unknown encoding: "+n);if(1===e.length){var f=e.charCodeAt(0);("utf8"===n&&f<128||"latin1"===n)&&(e=f)}}else"number"==typeof e?e&=255:"boolean"==typeof e&&(e=Number(e));if(t<0||this.length<t||this.length<r)throw new RangeError("Out of range index");if(r<=t)return this;var i;if(t>>>=0,r=void 0===r?this.length:r>>>0,e||(e=0),"number"==typeof e)for(i=t;i<r;++i)this[i]=e;else{var o=Buffer.isBuffer(e)?e:Buffer.from(e,n),u=o.length;if(0===u)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(i=0;i<r-t;++i)this[i+t]=o[i%u]}return this};var INVALID_BASE64_RE=/[^+\/0-9A-Za-z-_]/g;function base64clean(e){if((e=(e=e.split("=")[0]).trim().replace(INVALID_BASE64_RE,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}function utf8ToBytes(e,t){var r;t=t||1/0;for(var n=e.length,f=null,i=[],o=0;o<n;++o){if((r=e.charCodeAt(o))>55295&&r<57344){if(!f){if(r>56319){(t-=3)>-1&&i.push(239,191,189);continue}if(o+1===n){(t-=3)>-1&&i.push(239,191,189);continue}f=r;continue}if(r<56320){(t-=3)>-1&&i.push(239,191,189),f=r;continue}r=65536+(f-55296<<10|r-56320)}else f&&(t-=3)>-1&&i.push(239,191,189);if(f=null,r<128){if((t-=1)<0)break;i.push(r)}else if(r<2048){if((t-=2)<0)break;i.push(r>>6|192,63&r|128)}else if(r<65536){if((t-=3)<0)break;i.push(r>>12|224,r>>6&63|128,63&r|128)}else{if(!(r<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;i.push(r>>18|240,r>>12&63|128,r>>6&63|128,63&r|128)}}return i}function asciiToBytes(e){for(var t=[],r=0;r<e.length;++r)t.push(255&e.charCodeAt(r));return t}function utf16leToBytes(e,t){for(var r,n,f,i=[],o=0;o<e.length&&!((t-=2)<0);++o)n=(r=e.charCodeAt(o))>>8,f=r%256,i.push(f),i.push(n);return i}function base64ToBytes(e){return base64.toByteArray(base64clean(e))}function blitBuffer(e,t,r,n){for(var f=0;f<n&&!(f+r>=t.length||f>=e.length);++f)t[f+r]=e[f];return f}function isInstance(e,t){return e instanceof t||null!=e&&null!=e.constructor&&null!=e.constructor.name&&e.constructor.name===t.name}function numberIsNaN(e){return e!=e}var hexSliceLookupTable=function(){for(var e=new Array(256),t=0;t<16;++t)for(var r=16*t,n=0;n<16;++n)e[r+n]="0123456789abcdef"[t]+"0123456789abcdef"[n];return e}();
1233
1234}).call(this,require("buffer").Buffer)
1235},{"base64-js":253,"buffer":285,"ieee754":363}],286:[function(require,module,exports){
1236module.exports=function(r){return r.charAt(0).toUpperCase()+r.substring(1)},module.exports.words=function(r){return r.replace(/(^|[^a-zA-Z\u00C0-\u017F'])([a-zA-Z\u00C0-\u017F])/g,function(r){return r.toUpperCase()})};
1237
1238},{}],287:[function(require,module,exports){
1239var Buffer=require("safe-buffer").Buffer,Transform=require("stream").Transform,StringDecoder=require("string_decoder").StringDecoder,inherits=require("inherits");function CipherBase(t){Transform.call(this),this.hashMode="string"==typeof t,this.hashMode?this[t]=this._finalOrDigest:this.final=this._finalOrDigest,this._final&&(this.__final=this._final,this._final=null),this._decoder=null,this._encoding=null}inherits(CipherBase,Transform),CipherBase.prototype.update=function(t,e,r){"string"==typeof t&&(t=Buffer.from(t,e));var i=this._update(t);return this.hashMode?this:(r&&(i=this._toString(i,r)),i)},CipherBase.prototype.setAutoPadding=function(){},CipherBase.prototype.getAuthTag=function(){throw new Error("trying to get auth tag in unsupported state")},CipherBase.prototype.setAuthTag=function(){throw new Error("trying to set auth tag in unsupported state")},CipherBase.prototype.setAAD=function(){throw new Error("trying to set aad in unsupported state")},CipherBase.prototype._transform=function(t,e,r){var i;try{this.hashMode?this._update(t):this.push(this._update(t))}catch(t){i=t}finally{r(i)}},CipherBase.prototype._flush=function(t){var e;try{this.push(this.__final())}catch(t){e=t}t(e)},CipherBase.prototype._finalOrDigest=function(t){var e=this.__final()||Buffer.alloc(0);return t&&(e=this._toString(e,t,!0)),e},CipherBase.prototype._toString=function(t,e,r){if(this._decoder||(this._decoder=new StringDecoder(e),this._encoding=e),this._encoding!==e)throw new Error("can't switch encodings");var i=this._decoder.write(t);return r&&(i+=this._decoder.end()),i},module.exports=CipherBase;
1240
1241},{"inherits":364,"safe-buffer":542,"stream":564,"string_decoder":565}],288:[function(require,module,exports){
1242(function (Buffer){
1243var clone=function(){"use strict";function e(t,n,o,f){"object"==typeof n&&(o=n.depth,f=n.prototype,n.filter,n=n.circular);var u=[],i=[],c="undefined"!=typeof Buffer;return void 0===n&&(n=!0),void 0===o&&(o=1/0),function t(o,l){if(null===o)return null;if(0==l)return o;var a,p;if("object"!=typeof o)return o;if(e.__isArray(o))a=[];else if(e.__isRegExp(o))a=new RegExp(o.source,r(o)),o.lastIndex&&(a.lastIndex=o.lastIndex);else if(e.__isDate(o))a=new Date(o.getTime());else{if(c&&Buffer.isBuffer(o))return a=Buffer.allocUnsafe?Buffer.allocUnsafe(o.length):new Buffer(o.length),o.copy(a),a;void 0===f?(p=Object.getPrototypeOf(o),a=Object.create(p)):(a=Object.create(f),p=f)}if(n){var s=u.indexOf(o);if(-1!=s)return i[s];u.push(o),i.push(a)}for(var y in o){var b;p&&(b=Object.getOwnPropertyDescriptor(p,y)),b&&null==b.set||(a[y]=t(o[y],l-1))}return a}(t,o)}function t(e){return Object.prototype.toString.call(e)}function r(e){var t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),t}return e.clonePrototype=function(e){if(null===e)return null;var t=function(){};return t.prototype=e,new t},e.__objToStr=t,e.__isDate=function(e){return"object"==typeof e&&"[object Date]"===t(e)},e.__isArray=function(e){return"object"==typeof e&&"[object Array]"===t(e)},e.__isRegExp=function(e){return"object"==typeof e&&"[object RegExp]"===t(e)},e.__getRegExpFlags=r,e}();"object"==typeof module&&module.exports&&(module.exports=clone);
1244
1245}).call(this,require("buffer").Buffer)
1246},{"buffer":285}],289:[function(require,module,exports){
1247(function (Buffer){
1248function isArray(r){return Array.isArray?Array.isArray(r):"[object Array]"===objectToString(r)}function isBoolean(r){return"boolean"==typeof r}function isNull(r){return null===r}function isNullOrUndefined(r){return null==r}function isNumber(r){return"number"==typeof r}function isString(r){return"string"==typeof r}function isSymbol(r){return"symbol"==typeof r}function isUndefined(r){return void 0===r}function isRegExp(r){return"[object RegExp]"===objectToString(r)}function isObject(r){return"object"==typeof r&&null!==r}function isDate(r){return"[object Date]"===objectToString(r)}function isError(r){return"[object Error]"===objectToString(r)||r instanceof Error}function isFunction(r){return"function"==typeof r}function isPrimitive(r){return null===r||"boolean"==typeof r||"number"==typeof r||"string"==typeof r||"symbol"==typeof r||void 0===r}function objectToString(r){return Object.prototype.toString.call(r)}exports.isArray=isArray,exports.isBoolean=isBoolean,exports.isNull=isNull,exports.isNullOrUndefined=isNullOrUndefined,exports.isNumber=isNumber,exports.isString=isString,exports.isSymbol=isSymbol,exports.isUndefined=isUndefined,exports.isRegExp=isRegExp,exports.isObject=isObject,exports.isDate=isDate,exports.isError=isError,exports.isFunction=isFunction,exports.isPrimitive=isPrimitive,exports.isBuffer=Buffer.isBuffer;
1249
1250}).call(this,{"isBuffer":require("../../is-buffer/index.js")})
1251},{"../../is-buffer/index.js":365}],290:[function(require,module,exports){
1252(function (Buffer){
1253var elliptic=require("elliptic"),BN=require("bn.js");module.exports=function(e){return new ECDH(e)};var aliases={secp256k1:{name:"secp256k1",byteLength:32},secp224r1:{name:"p224",byteLength:28},prime256v1:{name:"p256",byteLength:32},prime192v1:{name:"p192",byteLength:24},ed25519:{name:"ed25519",byteLength:32},secp384r1:{name:"p384",byteLength:48},secp521r1:{name:"p521",byteLength:66}};function ECDH(e){this.curveType=aliases[e],this.curveType||(this.curveType={name:e}),this.curve=new elliptic.ec(this.curveType.name),this.keys=void 0}function formatReturnValue(e,t,r){Array.isArray(e)||(e=e.toArray());var i=new Buffer(e);if(r&&i.length<r){var s=new Buffer(r-i.length);s.fill(0),i=Buffer.concat([s,i])}return t?i.toString(t):i}aliases.p224=aliases.secp224r1,aliases.p256=aliases.secp256r1=aliases.prime256v1,aliases.p192=aliases.secp192r1=aliases.prime192v1,aliases.p384=aliases.secp384r1,aliases.p521=aliases.secp521r1,ECDH.prototype.generateKeys=function(e,t){return this.keys=this.curve.genKeyPair(),this.getPublicKey(e,t)},ECDH.prototype.computeSecret=function(e,t,r){return t=t||"utf8",Buffer.isBuffer(e)||(e=new Buffer(e,t)),formatReturnValue(this.curve.keyFromPublic(e).getPublic().mul(this.keys.getPrivate()).getX(),r,this.curveType.byteLength)},ECDH.prototype.getPublicKey=function(e,t){var r=this.keys.getPublic("compressed"===t,!0);return"hybrid"===t&&(r[r.length-1]%2?r[0]=7:r[0]=6),formatReturnValue(r,e)},ECDH.prototype.getPrivateKey=function(e){return formatReturnValue(this.keys.getPrivate(),e)},ECDH.prototype.setPublicKey=function(e,t){return t=t||"utf8",Buffer.isBuffer(e)||(e=new Buffer(e,t)),this.keys._importPublic(e),this},ECDH.prototype.setPrivateKey=function(e,t){t=t||"utf8",Buffer.isBuffer(e)||(e=new Buffer(e,t));var r=new BN(e);return r=r.toString(16),this.keys=this.curve.genKeyPair(),this.keys._importPrivate(r),this};
1254
1255}).call(this,require("buffer").Buffer)
1256},{"bn.js":254,"buffer":285,"elliptic":310}],291:[function(require,module,exports){
1257"use strict";var inherits=require("inherits"),MD5=require("md5.js"),RIPEMD160=require("ripemd160"),sha=require("sha.js"),Base=require("cipher-base");function Hash(e){Base.call(this,"digest"),this._hash=e}inherits(Hash,Base),Hash.prototype._update=function(e){this._hash.update(e)},Hash.prototype._final=function(){return this._hash.digest()},module.exports=function(e){return"md5"===(e=e.toLowerCase())?new MD5:"rmd160"===e||"ripemd160"===e?new RIPEMD160:new Hash(sha(e))};
1258
1259},{"cipher-base":287,"inherits":364,"md5.js":492,"ripemd160":540,"sha.js":545}],292:[function(require,module,exports){
1260var MD5=require("md5.js");module.exports=function(e){return(new MD5).update(e).digest()};
1261
1262},{"md5.js":492}],293:[function(require,module,exports){
1263"use strict";var inherits=require("inherits"),Legacy=require("./legacy"),Base=require("cipher-base"),Buffer=require("safe-buffer").Buffer,md5=require("create-hash/md5"),RIPEMD160=require("ripemd160"),sha=require("sha.js"),ZEROS=Buffer.alloc(128);function Hmac(e,a){Base.call(this,"digest"),"string"==typeof a&&(a=Buffer.from(a));var r="sha512"===e||"sha384"===e?128:64;(this._alg=e,this._key=a,a.length>r)?a=("rmd160"===e?new RIPEMD160:sha(e)).update(a).digest():a.length<r&&(a=Buffer.concat([a,ZEROS],r));for(var t=this._ipad=Buffer.allocUnsafe(r),s=this._opad=Buffer.allocUnsafe(r),i=0;i<r;i++)t[i]=54^a[i],s[i]=92^a[i];this._hash="rmd160"===e?new RIPEMD160:sha(e),this._hash.update(t)}inherits(Hmac,Base),Hmac.prototype._update=function(e){this._hash.update(e)},Hmac.prototype._final=function(){var e=this._hash.digest();return("rmd160"===this._alg?new RIPEMD160:sha(this._alg)).update(this._opad).update(e).digest()},module.exports=function(e,a){return"rmd160"===(e=e.toLowerCase())||"ripemd160"===e?new Hmac("rmd160",a):"md5"===e?new Legacy(md5,a):new Hmac(e,a)};
1264
1265},{"./legacy":294,"cipher-base":287,"create-hash/md5":292,"inherits":364,"ripemd160":540,"safe-buffer":542,"sha.js":545}],294:[function(require,module,exports){
1266"use strict";var inherits=require("inherits"),Buffer=require("safe-buffer").Buffer,Base=require("cipher-base"),ZEROS=Buffer.alloc(128),blocksize=64;function Hmac(e,s){Base.call(this,"digest"),"string"==typeof s&&(s=Buffer.from(s)),this._alg=e,this._key=s,s.length>blocksize?s=e(s):s.length<blocksize&&(s=Buffer.concat([s,ZEROS],blocksize));for(var i=this._ipad=Buffer.allocUnsafe(blocksize),t=this._opad=Buffer.allocUnsafe(blocksize),a=0;a<blocksize;a++)i[a]=54^s[a],t[a]=92^s[a];this._hash=[i]}inherits(Hmac,Base),Hmac.prototype._update=function(e){this._hash.push(e)},Hmac.prototype._final=function(){var e=this._alg(Buffer.concat(this._hash));return this._alg(Buffer.concat([this._opad,e]))},module.exports=Hmac;
1267
1268},{"cipher-base":287,"inherits":364,"safe-buffer":542}],295:[function(require,module,exports){
1269"use strict";exports.randomBytes=exports.rng=exports.pseudoRandomBytes=exports.prng=require("randombytes"),exports.createHash=exports.Hash=require("create-hash"),exports.createHmac=exports.Hmac=require("create-hmac");var algos=require("browserify-sign/algos"),algoKeys=Object.keys(algos),hashes=["sha1","sha224","sha256","sha384","sha512","md5","rmd160"].concat(algoKeys);exports.getHashes=function(){return hashes};var p=require("pbkdf2");exports.pbkdf2=p.pbkdf2,exports.pbkdf2Sync=p.pbkdf2Sync;var aes=require("browserify-cipher");exports.Cipher=aes.Cipher,exports.createCipher=aes.createCipher,exports.Cipheriv=aes.Cipheriv,exports.createCipheriv=aes.createCipheriv,exports.Decipher=aes.Decipher,exports.createDecipher=aes.createDecipher,exports.Decipheriv=aes.Decipheriv,exports.createDecipheriv=aes.createDecipheriv,exports.getCiphers=aes.getCiphers,exports.listCiphers=aes.listCiphers;var dh=require("diffie-hellman");exports.DiffieHellmanGroup=dh.DiffieHellmanGroup,exports.createDiffieHellmanGroup=dh.createDiffieHellmanGroup,exports.getDiffieHellman=dh.getDiffieHellman,exports.createDiffieHellman=dh.createDiffieHellman,exports.DiffieHellman=dh.DiffieHellman;var sign=require("browserify-sign");exports.createSign=sign.createSign,exports.Sign=sign.Sign,exports.createVerify=sign.createVerify,exports.Verify=sign.Verify,exports.createECDH=require("create-ecdh");var publicEncrypt=require("public-encrypt");exports.publicEncrypt=publicEncrypt.publicEncrypt,exports.privateEncrypt=publicEncrypt.privateEncrypt,exports.publicDecrypt=publicEncrypt.publicDecrypt,exports.privateDecrypt=publicEncrypt.privateDecrypt;var rf=require("randomfill");exports.randomFill=rf.randomFill,exports.randomFillSync=rf.randomFillSync,exports.createCredentials=function(){throw new Error(["sorry, createCredentials is not implemented yet","we accept pull requests","https://github.com/crypto-browserify/crypto-browserify"].join("\n"))},exports.constants={DH_CHECK_P_NOT_SAFE_PRIME:2,DH_CHECK_P_NOT_PRIME:1,DH_UNABLE_TO_CHECK_GENERATOR:4,DH_NOT_SUITABLE_GENERATOR:8,NPN_ENABLED:1,ALPN_ENABLED:1,RSA_PKCS1_PADDING:1,RSA_SSLV23_PADDING:2,RSA_NO_PADDING:3,RSA_PKCS1_OAEP_PADDING:4,RSA_X931_PADDING:5,RSA_PKCS1_PSS_PADDING:6,POINT_CONVERSION_COMPRESSED:2,POINT_CONVERSION_UNCOMPRESSED:4,POINT_CONVERSION_HYBRID:6};
1270
1271},{"browserify-cipher":274,"browserify-sign":281,"browserify-sign/algos":278,"create-ecdh":290,"create-hash":291,"create-hmac":293,"diffie-hellman":306,"pbkdf2":509,"public-encrypt":516,"randombytes":522,"randomfill":523}],296:[function(require,module,exports){
1272!function(t,n){"object"==typeof exports?module.exports=exports=n():"function"==typeof define&&define.amd?define([],n):t.CryptoJS=n()}(this,function(){var t=t||function(t,n){var i=Object.create||function(){function t(){}return function(n){var i;return t.prototype=n,i=new t,t.prototype=null,i}}(),e={},r=e.lib={},o=r.Base={extend:function(t){var n=i(this);return t&&n.mixIn(t),n.hasOwnProperty("init")&&this.init!==n.init||(n.init=function(){n.$super.init.apply(this,arguments)}),n.init.prototype=n,n.$super=this,n},create:function(){var t=this.extend();return t.init.apply(t,arguments),t},init:function(){},mixIn:function(t){for(var n in t)t.hasOwnProperty(n)&&(this[n]=t[n]);t.hasOwnProperty("toString")&&(this.toString=t.toString)},clone:function(){return this.init.prototype.extend(this)}},s=r.WordArray=o.extend({init:function(t,n){t=this.words=t||[],this.sigBytes=null!=n?n:4*t.length},toString:function(t){return(t||c).stringify(this)},concat:function(t){var n=this.words,i=t.words,e=this.sigBytes,r=t.sigBytes;if(this.clamp(),e%4)for(var o=0;o<r;o++){var s=i[o>>>2]>>>24-o%4*8&255;n[e+o>>>2]|=s<<24-(e+o)%4*8}else for(o=0;o<r;o+=4)n[e+o>>>2]=i[o>>>2];return this.sigBytes+=r,this},clamp:function(){var n=this.words,i=this.sigBytes;n[i>>>2]&=4294967295<<32-i%4*8,n.length=t.ceil(i/4)},clone:function(){var t=o.clone.call(this);return t.words=this.words.slice(0),t},random:function(n){for(var i,e=[],r=function(n){n=n;var i=987654321,e=4294967295;return function(){var r=((i=36969*(65535&i)+(i>>16)&e)<<16)+(n=18e3*(65535&n)+(n>>16)&e)&e;return r/=4294967296,(r+=.5)*(t.random()>.5?1:-1)}},o=0;o<n;o+=4){var a=r(4294967296*(i||t.random()));i=987654071*a(),e.push(4294967296*a()|0)}return new s.init(e,n)}}),a=e.enc={},c=a.Hex={stringify:function(t){for(var n=t.words,i=t.sigBytes,e=[],r=0;r<i;r++){var o=n[r>>>2]>>>24-r%4*8&255;e.push((o>>>4).toString(16)),e.push((15&o).toString(16))}return e.join("")},parse:function(t){for(var n=t.length,i=[],e=0;e<n;e+=2)i[e>>>3]|=parseInt(t.substr(e,2),16)<<24-e%8*4;return new s.init(i,n/2)}},u=a.Latin1={stringify:function(t){for(var n=t.words,i=t.sigBytes,e=[],r=0;r<i;r++){var o=n[r>>>2]>>>24-r%4*8&255;e.push(String.fromCharCode(o))}return e.join("")},parse:function(t){for(var n=t.length,i=[],e=0;e<n;e++)i[e>>>2]|=(255&t.charCodeAt(e))<<24-e%4*8;return new s.init(i,n)}},f=a.Utf8={stringify:function(t){try{return decodeURIComponent(escape(u.stringify(t)))}catch(t){throw new Error("Malformed UTF-8 data")}},parse:function(t){return u.parse(unescape(encodeURIComponent(t)))}},h=r.BufferedBlockAlgorithm=o.extend({reset:function(){this._data=new s.init,this._nDataBytes=0},_append:function(t){"string"==typeof t&&(t=f.parse(t)),this._data.concat(t),this._nDataBytes+=t.sigBytes},_process:function(n){var i=this._data,e=i.words,r=i.sigBytes,o=this.blockSize,a=r/(4*o),c=(a=n?t.ceil(a):t.max((0|a)-this._minBufferSize,0))*o,u=t.min(4*c,r);if(c){for(var f=0;f<c;f+=o)this._doProcessBlock(e,f);var h=e.splice(0,c);i.sigBytes-=u}return new s.init(h,u)},clone:function(){var t=o.clone.call(this);return t._data=this._data.clone(),t},_minBufferSize:0}),p=(r.Hasher=h.extend({cfg:o.extend(),init:function(t){this.cfg=this.cfg.extend(t),this.reset()},reset:function(){h.reset.call(this),this._doReset()},update:function(t){return this._append(t),this._process(),this},finalize:function(t){return t&&this._append(t),this._doFinalize()},blockSize:16,_createHelper:function(t){return function(n,i){return new t.init(i).finalize(n)}},_createHmacHelper:function(t){return function(n,i){return new p.HMAC.init(t,i).finalize(n)}}}),e.algo={});return e}(Math);return t});
1273
1274},{}],297:[function(require,module,exports){
1275!function(e,o){"object"==typeof exports?module.exports=exports=o(require("./core")):"function"==typeof define&&define.amd?define(["./core"],o):o(e.CryptoJS)}(this,function(e){return e.enc.Hex});
1276
1277},{"./core":296}],298:[function(require,module,exports){
1278!function(e,r){"object"==typeof exports?module.exports=exports=r(require("./core")):"function"==typeof define&&define.amd?define(["./core"],r):r(e.CryptoJS)}(this,function(e){return function(r){var t=e,o=t.lib,n=o.WordArray,i=o.Hasher,s=t.algo,a=[],c=[];!function(){function e(e){for(var t=r.sqrt(e),o=2;o<=t;o++)if(!(e%o))return!1;return!0}function t(e){return 4294967296*(e-(0|e))|0}for(var o=2,n=0;n<64;)e(o)&&(n<8&&(a[n]=t(r.pow(o,.5))),c[n]=t(r.pow(o,1/3)),n++),o++}();var f=[],h=s.SHA256=i.extend({_doReset:function(){this._hash=new n.init(a.slice(0))},_doProcessBlock:function(e,r){for(var t=this._hash.words,o=t[0],n=t[1],i=t[2],s=t[3],a=t[4],h=t[5],u=t[6],l=t[7],d=0;d<64;d++){if(d<16)f[d]=0|e[r+d];else{var _=f[d-15],p=(_<<25|_>>>7)^(_<<14|_>>>18)^_>>>3,v=f[d-2],H=(v<<15|v>>>17)^(v<<13|v>>>19)^v>>>10;f[d]=p+f[d-7]+H+f[d-16]}var y=o&n^o&i^n&i,w=(o<<30|o>>>2)^(o<<19|o>>>13)^(o<<10|o>>>22),A=l+((a<<26|a>>>6)^(a<<21|a>>>11)^(a<<7|a>>>25))+(a&h^~a&u)+c[d]+f[d];l=u,u=h,h=a,a=s+A|0,s=i,i=n,n=o,o=A+(w+y)|0}t[0]=t[0]+o|0,t[1]=t[1]+n|0,t[2]=t[2]+i|0,t[3]=t[3]+s|0,t[4]=t[4]+a|0,t[5]=t[5]+h|0,t[6]=t[6]+u|0,t[7]=t[7]+l|0},_doFinalize:function(){var e=this._data,t=e.words,o=8*this._nDataBytes,n=8*e.sigBytes;return t[n>>>5]|=128<<24-n%32,t[14+(n+64>>>9<<4)]=r.floor(o/4294967296),t[15+(n+64>>>9<<4)]=o,e.sigBytes=4*t.length,this._process(),this._hash},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});t.SHA256=i._createHelper(h),t.HmacSHA256=i._createHmacHelper(h)}(Math),e.SHA256});
1279
1280},{"./core":296}],299:[function(require,module,exports){
1281var clone=require("clone");module.exports=function(e,o){return e=e||{},Object.keys(o).forEach(function(n){void 0===e[n]&&(e[n]=clone(o[n]))}),e};
1282
1283},{"clone":288}],300:[function(require,module,exports){
1284"use strict";exports.utils=require("./des/utils"),exports.Cipher=require("./des/cipher"),exports.DES=require("./des/des"),exports.CBC=require("./des/cbc"),exports.EDE=require("./des/ede");
1285
1286},{"./des/cbc":301,"./des/cipher":302,"./des/des":303,"./des/ede":304,"./des/utils":305}],301:[function(require,module,exports){
1287"use strict";var assert=require("minimalistic-assert"),inherits=require("inherits"),proto={};function CBCState(t){assert.equal(t.length,8,"Invalid IV length"),this.iv=new Array(8);for(var i=0;i<this.iv.length;i++)this.iv[i]=t[i]}function instantiate(t){function i(i){t.call(this,i),this._cbcInit()}inherits(i,t);for(var e=Object.keys(proto),r=0;r<e.length;r++){var n=e[r];i.prototype[n]=proto[n]}return i.create=function(t){return new i(t)},i}exports.instantiate=instantiate,proto._cbcInit=function(){var t=new CBCState(this.options.iv);this._cbcState=t},proto._update=function(t,i,e,r){var n=this._cbcState,s=this.constructor.super_.prototype,o=n.iv;if("encrypt"===this.type){for(var a=0;a<this.blockSize;a++)o[a]^=t[i+a];s._update.call(this,o,0,e,r);for(a=0;a<this.blockSize;a++)o[a]=e[r+a]}else{s._update.call(this,t,i,e,r);for(a=0;a<this.blockSize;a++)e[r+a]^=o[a];for(a=0;a<this.blockSize;a++)o[a]=t[i+a]}};
1288
1289},{"inherits":364,"minimalistic-assert":494}],302:[function(require,module,exports){
1290"use strict";var assert=require("minimalistic-assert");function Cipher(t){this.options=t,this.type=this.options.type,this.blockSize=8,this._init(),this.buffer=new Array(this.blockSize),this.bufferOff=0}module.exports=Cipher,Cipher.prototype._init=function(){},Cipher.prototype.update=function(t){return 0===t.length?[]:"decrypt"===this.type?this._updateDecrypt(t):this._updateEncrypt(t)},Cipher.prototype._buffer=function(t,e){for(var r=Math.min(this.buffer.length-this.bufferOff,t.length-e),i=0;i<r;i++)this.buffer[this.bufferOff+i]=t[e+i];return this.bufferOff+=r,r},Cipher.prototype._flushBuffer=function(t,e){return this._update(this.buffer,0,t,e),this.bufferOff=0,this.blockSize},Cipher.prototype._updateEncrypt=function(t){var e=0,r=0,i=(this.bufferOff+t.length)/this.blockSize|0,f=new Array(i*this.blockSize);0!==this.bufferOff&&(e+=this._buffer(t,e),this.bufferOff===this.buffer.length&&(r+=this._flushBuffer(f,r)));for(var h=t.length-(t.length-e)%this.blockSize;e<h;e+=this.blockSize)this._update(t,e,f,r),r+=this.blockSize;for(;e<t.length;e++,this.bufferOff++)this.buffer[this.bufferOff]=t[e];return f},Cipher.prototype._updateDecrypt=function(t){for(var e=0,r=0,i=Math.ceil((this.bufferOff+t.length)/this.blockSize)-1,f=new Array(i*this.blockSize);i>0;i--)e+=this._buffer(t,e),r+=this._flushBuffer(f,r);return e+=this._buffer(t,e),f},Cipher.prototype.final=function(t){var e,r;return t&&(e=this.update(t)),r="encrypt"===this.type?this._finalEncrypt():this._finalDecrypt(),e?e.concat(r):r},Cipher.prototype._pad=function(t,e){if(0===e)return!1;for(;e<t.length;)t[e++]=0;return!0},Cipher.prototype._finalEncrypt=function(){if(!this._pad(this.buffer,this.bufferOff))return[];var t=new Array(this.blockSize);return this._update(this.buffer,0,t,0),t},Cipher.prototype._unpad=function(t){return t},Cipher.prototype._finalDecrypt=function(){assert.equal(this.bufferOff,this.blockSize,"Not enough data to decrypt");var t=new Array(this.blockSize);return this._flushBuffer(t,0),this._unpad(t)};
1291
1292},{"minimalistic-assert":494}],303:[function(require,module,exports){
1293"use strict";var assert=require("minimalistic-assert"),inherits=require("inherits"),des=require("../des"),utils=des.utils,Cipher=des.Cipher;function DESState(){this.tmp=new Array(2),this.keys=null}function DES(t){Cipher.call(this,t);var e=new DESState;this._desState=e,this.deriveKeys(e,t.key)}inherits(DES,Cipher),module.exports=DES,DES.create=function(t){return new DES(t)};var shiftTable=[1,1,2,2,2,2,2,2,1,2,2,2,2,2,2,1];DES.prototype.deriveKeys=function(t,e){t.keys=new Array(32),assert.equal(e.length,this.blockSize,"Invalid key length");var r=utils.readUInt32BE(e,0),s=utils.readUInt32BE(e,4);utils.pc1(r,s,t.tmp,0),r=t.tmp[0],s=t.tmp[1];for(var i=0;i<t.keys.length;i+=2){var n=shiftTable[i>>>1];r=utils.r28shl(r,n),s=utils.r28shl(s,n),utils.pc2(r,s,t.keys,i)}},DES.prototype._update=function(t,e,r,s){var i=this._desState,n=utils.readUInt32BE(t,e),p=utils.readUInt32BE(t,e+4);utils.ip(n,p,i.tmp,0),n=i.tmp[0],p=i.tmp[1],"encrypt"===this.type?this._encrypt(i,n,p,i.tmp,0):this._decrypt(i,n,p,i.tmp,0),n=i.tmp[0],p=i.tmp[1],utils.writeUInt32BE(r,n,s),utils.writeUInt32BE(r,p,s+4)},DES.prototype._pad=function(t,e){for(var r=t.length-e,s=e;s<t.length;s++)t[s]=r;return!0},DES.prototype._unpad=function(t){for(var e=t[t.length-1],r=t.length-e;r<t.length;r++)assert.equal(t[r],e);return t.slice(0,t.length-e)},DES.prototype._encrypt=function(t,e,r,s,i){for(var n=e,p=r,u=0;u<t.keys.length;u+=2){var l=t.keys[u],a=t.keys[u+1];utils.expand(p,t.tmp,0),l^=t.tmp[0],a^=t.tmp[1];var h=utils.substitute(l,a),o=p;p=(n^utils.permute(h))>>>0,n=o}utils.rip(p,n,s,i)},DES.prototype._decrypt=function(t,e,r,s,i){for(var n=r,p=e,u=t.keys.length-2;u>=0;u-=2){var l=t.keys[u],a=t.keys[u+1];utils.expand(n,t.tmp,0),l^=t.tmp[0],a^=t.tmp[1];var h=utils.substitute(l,a),o=n;n=(p^utils.permute(h))>>>0,p=o}utils.rip(n,p,s,i)};
1294
1295},{"../des":300,"inherits":364,"minimalistic-assert":494}],304:[function(require,module,exports){
1296"use strict";var assert=require("minimalistic-assert"),inherits=require("inherits"),des=require("../des"),Cipher=des.Cipher,DES=des.DES;function EDEState(e,t){assert.equal(t.length,24,"Invalid key length");var r=t.slice(0,8),p=t.slice(8,16),i=t.slice(16,24);this.ciphers="encrypt"===e?[DES.create({type:"encrypt",key:r}),DES.create({type:"decrypt",key:p}),DES.create({type:"encrypt",key:i})]:[DES.create({type:"decrypt",key:i}),DES.create({type:"encrypt",key:p}),DES.create({type:"decrypt",key:r})]}function EDE(e){Cipher.call(this,e);var t=new EDEState(this.type,this.options.key);this._edeState=t}inherits(EDE,Cipher),module.exports=EDE,EDE.create=function(e){return new EDE(e)},EDE.prototype._update=function(e,t,r,p){var i=this._edeState;i.ciphers[0]._update(e,t,r,p),i.ciphers[1]._update(r,p,r,p),i.ciphers[2]._update(r,p,r,p)},EDE.prototype._pad=DES.prototype._pad,EDE.prototype._unpad=DES.prototype._unpad;
1297
1298},{"../des":300,"inherits":364,"minimalistic-assert":494}],305:[function(require,module,exports){
1299"use strict";exports.readUInt32BE=function(r,o){return(r[0+o]<<24|r[1+o]<<16|r[2+o]<<8|r[3+o])>>>0},exports.writeUInt32BE=function(r,o,t){r[0+t]=o>>>24,r[1+t]=o>>>16&255,r[2+t]=o>>>8&255,r[3+t]=255&o},exports.ip=function(r,o,t,e){for(var f=0,n=0,a=6;a>=0;a-=2){for(var p=0;p<=24;p+=8)f<<=1,f|=o>>>p+a&1;for(p=0;p<=24;p+=8)f<<=1,f|=r>>>p+a&1}for(a=6;a>=0;a-=2){for(p=1;p<=25;p+=8)n<<=1,n|=o>>>p+a&1;for(p=1;p<=25;p+=8)n<<=1,n|=r>>>p+a&1}t[e+0]=f>>>0,t[e+1]=n>>>0},exports.rip=function(r,o,t,e){for(var f=0,n=0,a=0;a<4;a++)for(var p=24;p>=0;p-=8)f<<=1,f|=o>>>p+a&1,f<<=1,f|=r>>>p+a&1;for(a=4;a<8;a++)for(p=24;p>=0;p-=8)n<<=1,n|=o>>>p+a&1,n<<=1,n|=r>>>p+a&1;t[e+0]=f>>>0,t[e+1]=n>>>0},exports.pc1=function(r,o,t,e){for(var f=0,n=0,a=7;a>=5;a--){for(var p=0;p<=24;p+=8)f<<=1,f|=o>>p+a&1;for(p=0;p<=24;p+=8)f<<=1,f|=r>>p+a&1}for(p=0;p<=24;p+=8)f<<=1,f|=o>>p+a&1;for(a=1;a<=3;a++){for(p=0;p<=24;p+=8)n<<=1,n|=o>>p+a&1;for(p=0;p<=24;p+=8)n<<=1,n|=r>>p+a&1}for(p=0;p<=24;p+=8)n<<=1,n|=r>>p+a&1;t[e+0]=f>>>0,t[e+1]=n>>>0},exports.r28shl=function(r,o){return r<<o&268435455|r>>>28-o};var pc2table=[14,11,17,4,27,23,25,0,13,22,7,18,5,9,16,24,2,20,12,21,1,8,15,26,15,4,25,19,9,1,26,16,5,11,23,8,12,7,17,0,22,3,10,14,6,20,27,24];exports.pc2=function(r,o,t,e){for(var f=0,n=0,a=pc2table.length>>>1,p=0;p<a;p++)f<<=1,f|=r>>>pc2table[p]&1;for(p=a;p<pc2table.length;p++)n<<=1,n|=o>>>pc2table[p]&1;t[e+0]=f>>>0,t[e+1]=n>>>0},exports.expand=function(r,o,t){var e=0,f=0;e=(1&r)<<5|r>>>27;for(var n=23;n>=15;n-=4)e<<=6,e|=r>>>n&63;for(n=11;n>=3;n-=4)f|=r>>>n&63,f<<=6;f|=(31&r)<<1|r>>>31,o[t+0]=e>>>0,o[t+1]=f>>>0};var sTable=[14,0,4,15,13,7,1,4,2,14,15,2,11,13,8,1,3,10,10,6,6,12,12,11,5,9,9,5,0,3,7,8,4,15,1,12,14,8,8,2,13,4,6,9,2,1,11,7,15,5,12,11,9,3,7,14,3,10,10,0,5,6,0,13,15,3,1,13,8,4,14,7,6,15,11,2,3,8,4,14,9,12,7,0,2,1,13,10,12,6,0,9,5,11,10,5,0,13,14,8,7,10,11,1,10,3,4,15,13,4,1,2,5,11,8,6,12,7,6,12,9,0,3,5,2,14,15,9,10,13,0,7,9,0,14,9,6,3,3,4,15,6,5,10,1,2,13,8,12,5,7,14,11,12,4,11,2,15,8,1,13,1,6,10,4,13,9,0,8,6,15,9,3,8,0,7,11,4,1,15,2,14,12,3,5,11,10,5,14,2,7,12,7,13,13,8,14,11,3,5,0,6,6,15,9,0,10,3,1,4,2,7,8,2,5,12,11,1,12,10,4,14,15,9,10,3,6,15,9,0,0,6,12,10,11,1,7,13,13,8,15,9,1,4,3,5,14,11,5,12,2,7,8,2,4,14,2,14,12,11,4,2,1,12,7,4,10,7,11,13,6,1,8,5,5,0,3,15,15,10,13,3,0,9,14,8,9,6,4,11,2,8,1,12,11,7,10,1,13,14,7,2,8,13,15,6,9,15,12,0,5,9,6,10,3,4,0,5,14,3,12,10,1,15,10,4,15,2,9,7,2,12,6,9,8,5,0,6,13,1,3,13,4,14,14,0,7,11,5,3,11,8,9,4,14,3,15,2,5,12,2,9,8,5,12,15,3,10,7,11,0,14,4,1,10,7,1,6,13,0,11,8,6,13,4,13,11,0,2,11,14,7,15,4,0,9,8,1,13,10,3,14,12,3,9,5,7,12,5,2,10,15,6,8,1,6,1,6,4,11,11,13,13,8,12,1,3,4,7,10,14,7,10,9,15,5,6,0,8,15,0,14,5,2,9,3,2,12,13,1,2,15,8,13,4,8,6,10,15,3,11,7,1,4,10,12,9,5,3,6,14,11,5,0,0,14,12,9,7,2,7,2,11,1,4,14,1,7,9,4,12,10,14,8,2,13,0,15,6,12,10,9,13,0,15,3,3,5,5,6,8,11];exports.substitute=function(r,o){for(var t=0,e=0;e<4;e++){t<<=4,t|=sTable[64*e+(r>>>18-6*e&63)]}for(e=0;e<4;e++){t<<=4,t|=sTable[256+64*e+(o>>>18-6*e&63)]}return t>>>0};var permuteTable=[16,25,12,11,3,20,4,15,31,17,9,6,27,14,1,22,30,24,8,18,0,5,29,23,13,19,2,26,10,21,28,7];exports.permute=function(r){for(var o=0,t=0;t<permuteTable.length;t++)o<<=1,o|=r>>>permuteTable[t]&1;return o>>>0},exports.padSplit=function(r,o,t){for(var e=r.toString(2);e.length<o;)e="0"+e;for(var f=[],n=0;n<o;n+=t)f.push(e.slice(n,n+t));return f.join(" ")};
1300
1301},{}],306:[function(require,module,exports){
1302(function (Buffer){
1303var generatePrime=require("./lib/generatePrime"),primes=require("./lib/primes.json"),DH=require("./lib/dh");function getDiffieHellman(e){var r=new Buffer(primes[e].prime,"hex"),f=new Buffer(primes[e].gen,"hex");return new DH(r,f)}var ENCODINGS={binary:!0,hex:!0,base64:!0};function createDiffieHellman(e,r,f,i){return Buffer.isBuffer(r)||void 0===ENCODINGS[r]?createDiffieHellman(e,"binary",r,f):(r=r||"binary",i=i||"binary",f=f||new Buffer([2]),Buffer.isBuffer(f)||(f=new Buffer(f,i)),"number"==typeof e?new DH(generatePrime(e,f),f,!0):(Buffer.isBuffer(e)||(e=new Buffer(e,r)),new DH(e,f,!0)))}exports.DiffieHellmanGroup=exports.createDiffieHellmanGroup=exports.getDiffieHellman=getDiffieHellman,exports.createDiffieHellman=exports.DiffieHellman=createDiffieHellman;
1304
1305}).call(this,require("buffer").Buffer)
1306},{"./lib/dh":307,"./lib/generatePrime":308,"./lib/primes.json":309,"buffer":285}],307:[function(require,module,exports){
1307(function (Buffer){
1308var BN=require("bn.js"),MillerRabin=require("miller-rabin"),millerRabin=new MillerRabin,TWENTYFOUR=new BN(24),ELEVEN=new BN(11),TEN=new BN(10),THREE=new BN(3),SEVEN=new BN(7),primes=require("./generatePrime"),randomBytes=require("randombytes");function setPublicKey(e,r){return r=r||"utf8",Buffer.isBuffer(e)||(e=new Buffer(e,r)),this._pub=new BN(e),this}function setPrivateKey(e,r){return r=r||"utf8",Buffer.isBuffer(e)||(e=new Buffer(e,r)),this._priv=new BN(e),this}module.exports=DH;var primeCache={};function checkPrime(e,r){var t=r.toString("hex"),i=[t,e.toString(16)].join("_");if(i in primeCache)return primeCache[i];var n,u=0;if(e.isEven()||!primes.simpleSieve||!primes.fermatTest(e)||!millerRabin.test(e))return u+=1,u+="02"===t||"05"===t?8:4,primeCache[i]=u,u;switch(millerRabin.test(e.shrn(1))||(u+=2),t){case"02":e.mod(TWENTYFOUR).cmp(ELEVEN)&&(u+=8);break;case"05":(n=e.mod(TEN)).cmp(THREE)&&n.cmp(SEVEN)&&(u+=8);break;default:u+=4}return primeCache[i]=u,u}function DH(e,r,t){this.setGenerator(r),this.__prime=new BN(e),this._prime=BN.mont(this.__prime),this._primeLen=e.length,this._pub=void 0,this._priv=void 0,this._primeCode=void 0,t?(this.setPublicKey=setPublicKey,this.setPrivateKey=setPrivateKey):this._primeCode=8}function formatReturnValue(e,r){var t=new Buffer(e.toArray());return r?t.toString(r):t}Object.defineProperty(DH.prototype,"verifyError",{enumerable:!0,get:function(){return"number"!=typeof this._primeCode&&(this._primeCode=checkPrime(this.__prime,this.__gen)),this._primeCode}}),DH.prototype.generateKeys=function(){return this._priv||(this._priv=new BN(randomBytes(this._primeLen))),this._pub=this._gen.toRed(this._prime).redPow(this._priv).fromRed(),this.getPublicKey()},DH.prototype.computeSecret=function(e){var r=(e=(e=new BN(e)).toRed(this._prime)).redPow(this._priv).fromRed(),t=new Buffer(r.toArray()),i=this.getPrime();if(t.length<i.length){var n=new Buffer(i.length-t.length);n.fill(0),t=Buffer.concat([n,t])}return t},DH.prototype.getPublicKey=function(e){return formatReturnValue(this._pub,e)},DH.prototype.getPrivateKey=function(e){return formatReturnValue(this._priv,e)},DH.prototype.getPrime=function(e){return formatReturnValue(this.__prime,e)},DH.prototype.getGenerator=function(e){return formatReturnValue(this._gen,e)},DH.prototype.setGenerator=function(e,r){return r=r||"utf8",Buffer.isBuffer(e)||(e=new Buffer(e,r)),this.__gen=e,this._gen=new BN(e),this};
1309
1310}).call(this,require("buffer").Buffer)
1311},{"./generatePrime":308,"bn.js":254,"buffer":285,"miller-rabin":493,"randombytes":522}],308:[function(require,module,exports){
1312var randomBytes=require("randombytes");module.exports=findPrime,findPrime.simpleSieve=simpleSieve,findPrime.fermatTest=fermatTest;var BN=require("bn.js"),TWENTYFOUR=new BN(24),MillerRabin=require("miller-rabin"),millerRabin=new MillerRabin,ONE=new BN(1),TWO=new BN(2),FIVE=new BN(5),SIXTEEN=new BN(16),EIGHT=new BN(8),TEN=new BN(10),THREE=new BN(3),SEVEN=new BN(7),ELEVEN=new BN(11),FOUR=new BN(4),TWELVE=new BN(12),primes=null;function _getPrimes(){if(null!==primes)return primes;var e=[];e[0]=2;for(var r=1,i=3;i<1048576;i+=2){for(var n=Math.ceil(Math.sqrt(i)),t=0;t<r&&e[t]<=n&&i%e[t]!=0;t++);r!==t&&e[t]<=n||(e[r++]=i)}return primes=e,e}function simpleSieve(e){for(var r=_getPrimes(),i=0;i<r.length;i++)if(0===e.modn(r[i]))return 0===e.cmpn(r[i]);return!0}function fermatTest(e){var r=BN.mont(e);return 0===TWO.toRed(r).redPow(e.subn(1)).fromRed().cmpn(1)}function findPrime(e,r){if(e<16)return new BN(2===r||5===r?[140,123]:[140,39]);var i,n;for(r=new BN(r);;){for(i=new BN(randomBytes(Math.ceil(e/8)));i.bitLength()>e;)i.ishrn(1);if(i.isEven()&&i.iadd(ONE),i.testn(1)||i.iadd(TWO),r.cmp(TWO)){if(!r.cmp(FIVE))for(;i.mod(TEN).cmp(THREE);)i.iadd(FOUR)}else for(;i.mod(TWENTYFOUR).cmp(ELEVEN);)i.iadd(FOUR);if(simpleSieve(n=i.shrn(1))&&simpleSieve(i)&&fermatTest(n)&&fermatTest(i)&&millerRabin.test(n)&&millerRabin.test(i))return i}}
1313
1314},{"bn.js":254,"miller-rabin":493,"randombytes":522}],309:[function(require,module,exports){
1315module.exports={
1316 "modp1": {
1317 "gen": "02",
1318 "prime": "ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a63a3620ffffffffffffffff"
1319 },
1320 "modp2": {
1321 "gen": "02",
1322 "prime": "ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece65381ffffffffffffffff"
1323 },
1324 "modp5": {
1325 "gen": "02",
1326 "prime": "ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca237327ffffffffffffffff"
1327 },
1328 "modp14": {
1329 "gen": "02",
1330 "prime": "ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aacaa68ffffffffffffffff"
1331 },
1332 "modp15": {
1333 "gen": "02",
1334 "prime": "ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a93ad2caffffffffffffffff"
1335 },
1336 "modp16": {
1337 "gen": "02",
1338 "prime": "ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c934063199ffffffffffffffff"
1339 },
1340 "modp17": {
1341 "gen": "02",
1342 "prime": "ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c93402849236c3fab4d27c7026c1d4dcb2602646dec9751e763dba37bdf8ff9406ad9e530ee5db382f413001aeb06a53ed9027d831179727b0865a8918da3edbebcf9b14ed44ce6cbaced4bb1bdb7f1447e6cc254b332051512bd7af426fb8f401378cd2bf5983ca01c64b92ecf032ea15d1721d03f482d7ce6e74fef6d55e702f46980c82b5a84031900b1c9e59e7c97fbec7e8f323a97a7e36cc88be0f1d45b7ff585ac54bd407b22b4154aacc8f6d7ebf48e1d814cc5ed20f8037e0a79715eef29be32806a1d58bb7c5da76f550aa3d8a1fbff0eb19ccb1a313d55cda56c9ec2ef29632387fe8d76e3c0468043e8f663f4860ee12bf2d5b0b7474d6e694f91e6dcc4024ffffffffffffffff"
1343 },
1344 "modp18": {
1345 "gen": "02",
1346 "prime": "ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c93402849236c3fab4d27c7026c1d4dcb2602646dec9751e763dba37bdf8ff9406ad9e530ee5db382f413001aeb06a53ed9027d831179727b0865a8918da3edbebcf9b14ed44ce6cbaced4bb1bdb7f1447e6cc254b332051512bd7af426fb8f401378cd2bf5983ca01c64b92ecf032ea15d1721d03f482d7ce6e74fef6d55e702f46980c82b5a84031900b1c9e59e7c97fbec7e8f323a97a7e36cc88be0f1d45b7ff585ac54bd407b22b4154aacc8f6d7ebf48e1d814cc5ed20f8037e0a79715eef29be32806a1d58bb7c5da76f550aa3d8a1fbff0eb19ccb1a313d55cda56c9ec2ef29632387fe8d76e3c0468043e8f663f4860ee12bf2d5b0b7474d6e694f91e6dbe115974a3926f12fee5e438777cb6a932df8cd8bec4d073b931ba3bc832b68d9dd300741fa7bf8afc47ed2576f6936ba424663aab639c5ae4f5683423b4742bf1c978238f16cbe39d652de3fdb8befc848ad922222e04a4037c0713eb57a81a23f0c73473fc646cea306b4bcbc8862f8385ddfa9d4b7fa2c087e879683303ed5bdd3a062b3cf5b3a278a66d2a13f83f44f82ddf310ee074ab6a364597e899a0255dc164f31cc50846851df9ab48195ded7ea1b1d510bd7ee74d73faf36bc31ecfa268359046f4eb879f924009438b481c6cd7889a002ed5ee382bc9190da6fc026e479558e4475677e9aa9e3050e2765694dfc81f56e880b96e7160c980dd98edd3dfffffffffffffffff"
1347 }
1348}
1349},{}],310:[function(require,module,exports){
1350"use strict";var elliptic=exports;elliptic.version=require("../package.json").version,elliptic.utils=require("./elliptic/utils"),elliptic.rand=require("brorand"),elliptic.curve=require("./elliptic/curve"),elliptic.curves=require("./elliptic/curves"),elliptic.ec=require("./elliptic/ec"),elliptic.eddsa=require("./elliptic/eddsa");
1351
1352},{"../package.json":325,"./elliptic/curve":313,"./elliptic/curves":316,"./elliptic/ec":317,"./elliptic/eddsa":320,"./elliptic/utils":324,"brorand":255}],311:[function(require,module,exports){
1353"use strict";var BN=require("bn.js"),utils=require("../utils"),getNAF=utils.getNAF,getJSF=utils.getJSF,assert=utils.assert;function BaseCurve(t,e){this.type=t,this.p=new BN(e.p,16),this.red=e.prime?BN.red(e.prime):BN.mont(this.p),this.zero=new BN(0).toRed(this.red),this.one=new BN(1).toRed(this.red),this.two=new BN(2).toRed(this.red),this.n=e.n&&new BN(e.n,16),this.g=e.g&&this.pointFromJSON(e.g,e.gRed),this._wnafT1=new Array(4),this._wnafT2=new Array(4),this._wnafT3=new Array(4),this._wnafT4=new Array(4);var n=this.n&&this.p.div(this.n);!n||n.cmpn(100)>0?this.redN=null:(this._maxwellTrick=!0,this.redN=this.n.toRed(this.red))}function BasePoint(t,e){this.curve=t,this.type=e,this.precomputed=null}module.exports=BaseCurve,BaseCurve.prototype.point=function(){throw new Error("Not implemented")},BaseCurve.prototype.validate=function(){throw new Error("Not implemented")},BaseCurve.prototype._fixedNafMul=function(t,e){assert(t.precomputed);var n=t._getDoubles(),r=getNAF(e,1),o=(1<<n.step+1)-(n.step%2==0?2:1);o/=3;for(var i=[],s=0;s<r.length;s+=n.step){var a=0;for(e=s+n.step-1;e>=s;e--)a=(a<<1)+r[e];i.push(a)}for(var u=this.jpoint(null,null,null),p=this.jpoint(null,null,null),d=o;d>0;d--){for(s=0;s<i.length;s++){(a=i[s])===d?p=p.mixedAdd(n.points[s]):a===-d&&(p=p.mixedAdd(n.points[s].neg()))}u=u.add(p)}return u.toP()},BaseCurve.prototype._wnafMul=function(t,e){var n=4,r=t._getNAFPoints(n);n=r.wnd;for(var o=r.points,i=getNAF(e,n),s=this.jpoint(null,null,null),a=i.length-1;a>=0;a--){for(e=0;a>=0&&0===i[a];a--)e++;if(a>=0&&e++,s=s.dblp(e),a<0)break;var u=i[a];assert(0!==u),s="affine"===t.type?u>0?s.mixedAdd(o[u-1>>1]):s.mixedAdd(o[-u-1>>1].neg()):u>0?s.add(o[u-1>>1]):s.add(o[-u-1>>1].neg())}return"affine"===t.type?s.toP():s},BaseCurve.prototype._wnafMulAdd=function(t,e,n,r,o){for(var i=this._wnafT1,s=this._wnafT2,a=this._wnafT3,u=0,p=0;p<r;p++){var d=(N=e[p])._getNAFPoints(t);i[p]=d.wnd,s[p]=d.points}for(p=r-1;p>=1;p-=2){var l=p-1,h=p;if(1===i[l]&&1===i[h]){var f=[e[l],null,null,e[h]];0===e[l].y.cmp(e[h].y)?(f[1]=e[l].add(e[h]),f[2]=e[l].toJ().mixedAdd(e[h].neg())):0===e[l].y.cmp(e[h].y.redNeg())?(f[1]=e[l].toJ().mixedAdd(e[h]),f[2]=e[l].add(e[h].neg())):(f[1]=e[l].toJ().mixedAdd(e[h]),f[2]=e[l].toJ().mixedAdd(e[h].neg()));var c=[-3,-1,-5,-7,0,7,5,1,3],g=getJSF(n[l],n[h]);u=Math.max(g[0].length,u),a[l]=new Array(u),a[h]=new Array(u);for(var v=0;v<u;v++){var m=0|g[0][v],y=0|g[1][v];a[l][v]=c[3*(m+1)+(y+1)],a[h][v]=0,s[l]=f}}else a[l]=getNAF(n[l],i[l]),a[h]=getNAF(n[h],i[h]),u=Math.max(a[l].length,u),u=Math.max(a[h].length,u)}var w=this.jpoint(null,null,null),B=this._wnafT4;for(p=u;p>=0;p--){for(var A=0;p>=0;){var b=!0;for(v=0;v<r;v++)B[v]=0|a[v][p],0!==B[v]&&(b=!1);if(!b)break;A++,p--}if(p>=0&&A++,w=w.dblp(A),p<0)break;for(v=0;v<r;v++){var N,_=B[v];0!==_&&(_>0?N=s[v][_-1>>1]:_<0&&(N=s[v][-_-1>>1].neg()),w="affine"===N.type?w.mixedAdd(N):w.add(N))}}for(p=0;p<r;p++)s[p]=null;return o?w:w.toP()},BaseCurve.BasePoint=BasePoint,BasePoint.prototype.eq=function(){throw new Error("Not implemented")},BasePoint.prototype.validate=function(){return this.curve.validate(this)},BaseCurve.prototype.decodePoint=function(t,e){t=utils.toArray(t,e);var n=this.p.byteLength();if((4===t[0]||6===t[0]||7===t[0])&&t.length-1==2*n)return 6===t[0]?assert(t[t.length-1]%2==0):7===t[0]&&assert(t[t.length-1]%2==1),this.point(t.slice(1,1+n),t.slice(1+n,1+2*n));if((2===t[0]||3===t[0])&&t.length-1===n)return this.pointFromX(t.slice(1,1+n),3===t[0]);throw new Error("Unknown point format")},BasePoint.prototype.encodeCompressed=function(t){return this.encode(t,!0)},BasePoint.prototype._encode=function(t){var e=this.curve.p.byteLength(),n=this.getX().toArray("be",e);return t?[this.getY().isEven()?2:3].concat(n):[4].concat(n,this.getY().toArray("be",e))},BasePoint.prototype.encode=function(t,e){return utils.encode(this._encode(e),t)},BasePoint.prototype.precompute=function(t){if(this.precomputed)return this;var e={doubles:null,naf:null,beta:null};return e.naf=this._getNAFPoints(8),e.doubles=this._getDoubles(4,t),e.beta=this._getBeta(),this.precomputed=e,this},BasePoint.prototype._hasDoubles=function(t){if(!this.precomputed)return!1;var e=this.precomputed.doubles;return!!e&&e.points.length>=Math.ceil((t.bitLength()+1)/e.step)},BasePoint.prototype._getDoubles=function(t,e){if(this.precomputed&&this.precomputed.doubles)return this.precomputed.doubles;for(var n=[this],r=this,o=0;o<e;o+=t){for(var i=0;i<t;i++)r=r.dbl();n.push(r)}return{step:t,points:n}},BasePoint.prototype._getNAFPoints=function(t){if(this.precomputed&&this.precomputed.naf)return this.precomputed.naf;for(var e=[this],n=(1<<t)-1,r=1===n?null:this.dbl(),o=1;o<n;o++)e[o]=e[o-1].add(r);return{wnd:t,points:e}},BasePoint.prototype._getBeta=function(){return null},BasePoint.prototype.dblp=function(t){for(var e=this,n=0;n<t;n++)e=e.dbl();return e};
1354
1355},{"../utils":324,"bn.js":254}],312:[function(require,module,exports){
1356"use strict";var utils=require("../utils"),BN=require("bn.js"),inherits=require("inherits"),Base=require("./base"),assert=utils.assert;function EdwardsCurve(t){this.twisted=1!=(0|t.a),this.mOneA=this.twisted&&-1==(0|t.a),this.extended=this.mOneA,Base.call(this,"edwards",t),this.a=new BN(t.a,16).umod(this.red.m),this.a=this.a.toRed(this.red),this.c=new BN(t.c,16).toRed(this.red),this.c2=this.c.redSqr(),this.d=new BN(t.d,16).toRed(this.red),this.dd=this.d.redAdd(this.d),assert(!this.twisted||0===this.c.fromRed().cmpn(1)),this.oneC=1==(0|t.c)}function Point(t,r,e,i,d){Base.BasePoint.call(this,t,"projective"),null===r&&null===e&&null===i?(this.x=this.curve.zero,this.y=this.curve.one,this.z=this.curve.one,this.t=this.curve.zero,this.zOne=!0):(this.x=new BN(r,16),this.y=new BN(e,16),this.z=i?new BN(i,16):this.curve.one,this.t=d&&new BN(d,16),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.y.red||(this.y=this.y.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)),this.t&&!this.t.red&&(this.t=this.t.toRed(this.curve.red)),this.zOne=this.z===this.curve.one,this.curve.extended&&!this.t&&(this.t=this.x.redMul(this.y),this.zOne||(this.t=this.t.redMul(this.z.redInvm()))))}inherits(EdwardsCurve,Base),module.exports=EdwardsCurve,EdwardsCurve.prototype._mulA=function(t){return this.mOneA?t.redNeg():this.a.redMul(t)},EdwardsCurve.prototype._mulC=function(t){return this.oneC?t:this.c.redMul(t)},EdwardsCurve.prototype.jpoint=function(t,r,e,i){return this.point(t,r,e,i)},EdwardsCurve.prototype.pointFromX=function(t,r){(t=new BN(t,16)).red||(t=t.toRed(this.red));var e=t.redSqr(),i=this.c2.redSub(this.a.redMul(e)),d=this.one.redSub(this.c2.redMul(this.d).redMul(e)),s=i.redMul(d.redInvm()),u=s.redSqrt();if(0!==u.redSqr().redSub(s).cmp(this.zero))throw new Error("invalid point");var n=u.fromRed().isOdd();return(r&&!n||!r&&n)&&(u=u.redNeg()),this.point(t,u)},EdwardsCurve.prototype.pointFromY=function(t,r){(t=new BN(t,16)).red||(t=t.toRed(this.red));var e=t.redSqr(),i=e.redSub(this.c2),d=e.redMul(this.d).redMul(this.c2).redSub(this.a),s=i.redMul(d.redInvm());if(0===s.cmp(this.zero)){if(r)throw new Error("invalid point");return this.point(this.zero,t)}var u=s.redSqrt();if(0!==u.redSqr().redSub(s).cmp(this.zero))throw new Error("invalid point");return u.fromRed().isOdd()!==r&&(u=u.redNeg()),this.point(u,t)},EdwardsCurve.prototype.validate=function(t){if(t.isInfinity())return!0;t.normalize();var r=t.x.redSqr(),e=t.y.redSqr(),i=r.redMul(this.a).redAdd(e),d=this.c2.redMul(this.one.redAdd(this.d.redMul(r).redMul(e)));return 0===i.cmp(d)},inherits(Point,Base.BasePoint),EdwardsCurve.prototype.pointFromJSON=function(t){return Point.fromJSON(this,t)},EdwardsCurve.prototype.point=function(t,r,e,i){return new Point(this,t,r,e,i)},Point.fromJSON=function(t,r){return new Point(t,r[0],r[1],r[2])},Point.prototype.inspect=function(){return this.isInfinity()?"<EC Point Infinity>":"<EC Point x: "+this.x.fromRed().toString(16,2)+" y: "+this.y.fromRed().toString(16,2)+" z: "+this.z.fromRed().toString(16,2)+">"},Point.prototype.isInfinity=function(){return 0===this.x.cmpn(0)&&(0===this.y.cmp(this.z)||this.zOne&&0===this.y.cmp(this.curve.c))},Point.prototype._extDbl=function(){var t=this.x.redSqr(),r=this.y.redSqr(),e=this.z.redSqr();e=e.redIAdd(e);var i=this.curve._mulA(t),d=this.x.redAdd(this.y).redSqr().redISub(t).redISub(r),s=i.redAdd(r),u=s.redSub(e),n=i.redSub(r),h=d.redMul(u),o=s.redMul(n),l=d.redMul(n),c=u.redMul(s);return this.curve.point(h,o,c,l)},Point.prototype._projDbl=function(){var t,r,e,i=this.x.redAdd(this.y).redSqr(),d=this.x.redSqr(),s=this.y.redSqr();if(this.curve.twisted){var u=(o=this.curve._mulA(d)).redAdd(s);if(this.zOne)t=i.redSub(d).redSub(s).redMul(u.redSub(this.curve.two)),r=u.redMul(o.redSub(s)),e=u.redSqr().redSub(u).redSub(u);else{var n=this.z.redSqr(),h=u.redSub(n).redISub(n);t=i.redSub(d).redISub(s).redMul(h),r=u.redMul(o.redSub(s)),e=u.redMul(h)}}else{var o=d.redAdd(s);n=this.curve._mulC(this.z).redSqr(),h=o.redSub(n).redSub(n);t=this.curve._mulC(i.redISub(o)).redMul(h),r=this.curve._mulC(o).redMul(d.redISub(s)),e=o.redMul(h)}return this.curve.point(t,r,e)},Point.prototype.dbl=function(){return this.isInfinity()?this:this.curve.extended?this._extDbl():this._projDbl()},Point.prototype._extAdd=function(t){var r=this.y.redSub(this.x).redMul(t.y.redSub(t.x)),e=this.y.redAdd(this.x).redMul(t.y.redAdd(t.x)),i=this.t.redMul(this.curve.dd).redMul(t.t),d=this.z.redMul(t.z.redAdd(t.z)),s=e.redSub(r),u=d.redSub(i),n=d.redAdd(i),h=e.redAdd(r),o=s.redMul(u),l=n.redMul(h),c=s.redMul(h),p=u.redMul(n);return this.curve.point(o,l,p,c)},Point.prototype._projAdd=function(t){var r,e,i=this.z.redMul(t.z),d=i.redSqr(),s=this.x.redMul(t.x),u=this.y.redMul(t.y),n=this.curve.d.redMul(s).redMul(u),h=d.redSub(n),o=d.redAdd(n),l=this.x.redAdd(this.y).redMul(t.x.redAdd(t.y)).redISub(s).redISub(u),c=i.redMul(h).redMul(l);return this.curve.twisted?(r=i.redMul(o).redMul(u.redSub(this.curve._mulA(s))),e=h.redMul(o)):(r=i.redMul(o).redMul(u.redSub(s)),e=this.curve._mulC(h).redMul(o)),this.curve.point(c,r,e)},Point.prototype.add=function(t){return this.isInfinity()?t:t.isInfinity()?this:this.curve.extended?this._extAdd(t):this._projAdd(t)},Point.prototype.mul=function(t){return this._hasDoubles(t)?this.curve._fixedNafMul(this,t):this.curve._wnafMul(this,t)},Point.prototype.mulAdd=function(t,r,e){return this.curve._wnafMulAdd(1,[this,r],[t,e],2,!1)},Point.prototype.jmulAdd=function(t,r,e){return this.curve._wnafMulAdd(1,[this,r],[t,e],2,!0)},Point.prototype.normalize=function(){if(this.zOne)return this;var t=this.z.redInvm();return this.x=this.x.redMul(t),this.y=this.y.redMul(t),this.t&&(this.t=this.t.redMul(t)),this.z=this.curve.one,this.zOne=!0,this},Point.prototype.neg=function(){return this.curve.point(this.x.redNeg(),this.y,this.z,this.t&&this.t.redNeg())},Point.prototype.getX=function(){return this.normalize(),this.x.fromRed()},Point.prototype.getY=function(){return this.normalize(),this.y.fromRed()},Point.prototype.eq=function(t){return this===t||0===this.getX().cmp(t.getX())&&0===this.getY().cmp(t.getY())},Point.prototype.eqXToP=function(t){var r=t.toRed(this.curve.red).redMul(this.z);if(0===this.x.cmp(r))return!0;for(var e=t.clone(),i=this.curve.redN.redMul(this.z);;){if(e.iadd(this.curve.n),e.cmp(this.curve.p)>=0)return!1;if(r.redIAdd(i),0===this.x.cmp(r))return!0}},Point.prototype.toP=Point.prototype.normalize,Point.prototype.mixedAdd=Point.prototype.add;
1357
1358},{"../utils":324,"./base":311,"bn.js":254,"inherits":364}],313:[function(require,module,exports){
1359"use strict";var curve=exports;curve.base=require("./base"),curve.short=require("./short"),curve.mont=require("./mont"),curve.edwards=require("./edwards");
1360
1361},{"./base":311,"./edwards":312,"./mont":314,"./short":315}],314:[function(require,module,exports){
1362"use strict";var BN=require("bn.js"),inherits=require("inherits"),Base=require("./base"),utils=require("../utils");function MontCurve(t){Base.call(this,"mont",t),this.a=new BN(t.a,16).toRed(this.red),this.b=new BN(t.b,16).toRed(this.red),this.i4=new BN(4).toRed(this.red).redInvm(),this.two=new BN(2).toRed(this.red),this.a24=this.i4.redMul(this.a.redAdd(this.two))}function Point(t,r,e){Base.BasePoint.call(this,t,"projective"),null===r&&null===e?(this.x=this.curve.one,this.z=this.curve.zero):(this.x=new BN(r,16),this.z=new BN(e,16),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)))}inherits(MontCurve,Base),module.exports=MontCurve,MontCurve.prototype.validate=function(t){var r=t.normalize().x,e=r.redSqr(),i=e.redMul(r).redAdd(e.redMul(this.a)).redAdd(r);return 0===i.redSqrt().redSqr().cmp(i)},inherits(Point,Base.BasePoint),MontCurve.prototype.decodePoint=function(t,r){return this.point(utils.toArray(t,r),1)},MontCurve.prototype.point=function(t,r){return new Point(this,t,r)},MontCurve.prototype.pointFromJSON=function(t){return Point.fromJSON(this,t)},Point.prototype.precompute=function(){},Point.prototype._encode=function(){return this.getX().toArray("be",this.curve.p.byteLength())},Point.fromJSON=function(t,r){return new Point(t,r[0],r[1]||t.one)},Point.prototype.inspect=function(){return this.isInfinity()?"<EC Point Infinity>":"<EC Point x: "+this.x.fromRed().toString(16,2)+" z: "+this.z.fromRed().toString(16,2)+">"},Point.prototype.isInfinity=function(){return 0===this.z.cmpn(0)},Point.prototype.dbl=function(){var t=this.x.redAdd(this.z).redSqr(),r=this.x.redSub(this.z).redSqr(),e=t.redSub(r),i=t.redMul(r),o=e.redMul(r.redAdd(this.curve.a24.redMul(e)));return this.curve.point(i,o)},Point.prototype.add=function(){throw new Error("Not supported on Montgomery curve")},Point.prototype.diffAdd=function(t,r){var e=this.x.redAdd(this.z),i=this.x.redSub(this.z),o=t.x.redAdd(t.z),n=t.x.redSub(t.z).redMul(e),d=o.redMul(i),u=r.z.redMul(n.redAdd(d).redSqr()),s=r.x.redMul(n.redISub(d).redSqr());return this.curve.point(u,s)},Point.prototype.mul=function(t){for(var r=t.clone(),e=this,i=this.curve.point(null,null),o=[];0!==r.cmpn(0);r.iushrn(1))o.push(r.andln(1));for(var n=o.length-1;n>=0;n--)0===o[n]?(e=e.diffAdd(i,this),i=i.dbl()):(i=e.diffAdd(i,this),e=e.dbl());return i},Point.prototype.mulAdd=function(){throw new Error("Not supported on Montgomery curve")},Point.prototype.jumlAdd=function(){throw new Error("Not supported on Montgomery curve")},Point.prototype.eq=function(t){return 0===this.getX().cmp(t.getX())},Point.prototype.normalize=function(){return this.x=this.x.redMul(this.z.redInvm()),this.z=this.curve.one,this},Point.prototype.getX=function(){return this.normalize(),this.x.fromRed()};
1363
1364},{"../utils":324,"./base":311,"bn.js":254,"inherits":364}],315:[function(require,module,exports){
1365"use strict";var utils=require("../utils"),BN=require("bn.js"),inherits=require("inherits"),Base=require("./base"),assert=utils.assert;function ShortCurve(r){Base.call(this,"short",r),this.a=new BN(r.a,16).toRed(this.red),this.b=new BN(r.b,16).toRed(this.red),this.tinv=this.two.redInvm(),this.zeroA=0===this.a.fromRed().cmpn(0),this.threeA=0===this.a.fromRed().sub(this.p).cmpn(-3),this.endo=this._getEndomorphism(r),this._endoWnafT1=new Array(4),this._endoWnafT2=new Array(4)}function Point(r,e,t,d){Base.BasePoint.call(this,r,"affine"),null===e&&null===t?(this.x=null,this.y=null,this.inf=!0):(this.x=new BN(e,16),this.y=new BN(t,16),d&&(this.x.forceRed(this.curve.red),this.y.forceRed(this.curve.red)),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.y.red||(this.y=this.y.toRed(this.curve.red)),this.inf=!1)}function JPoint(r,e,t,d){Base.BasePoint.call(this,r,"jacobian"),null===e&&null===t&&null===d?(this.x=this.curve.one,this.y=this.curve.one,this.z=new BN(0)):(this.x=new BN(e,16),this.y=new BN(t,16),this.z=new BN(d,16)),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.y.red||(this.y=this.y.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)),this.zOne=this.z===this.curve.one}inherits(ShortCurve,Base),module.exports=ShortCurve,ShortCurve.prototype._getEndomorphism=function(r){if(this.zeroA&&this.g&&this.n&&1===this.p.modn(3)){var e,t;if(r.beta)e=new BN(r.beta,16).toRed(this.red);else{var d=this._getEndoRoots(this.p);e=(e=d[0].cmp(d[1])<0?d[0]:d[1]).toRed(this.red)}if(r.lambda)t=new BN(r.lambda,16);else{var i=this._getEndoRoots(this.n);0===this.g.mul(i[0]).x.cmp(this.g.x.redMul(e))?t=i[0]:(t=i[1],assert(0===this.g.mul(t).x.cmp(this.g.x.redMul(e))))}return{beta:e,lambda:t,basis:r.basis?r.basis.map(function(r){return{a:new BN(r.a,16),b:new BN(r.b,16)}}):this._getEndoBasis(t)}}},ShortCurve.prototype._getEndoRoots=function(r){var e=r===this.p?this.red:BN.mont(r),t=new BN(2).toRed(e).redInvm(),d=t.redNeg(),i=new BN(3).toRed(e).redNeg().redSqrt().redMul(t);return[d.redAdd(i).fromRed(),d.redSub(i).fromRed()]},ShortCurve.prototype._getEndoBasis=function(r){for(var e,t,d,i,n,u,s,o,h,p=this.n.ushrn(Math.floor(this.n.bitLength()/2)),l=r,a=this.n.clone(),f=new BN(1),c=new BN(0),S=new BN(0),v=new BN(1),b=0;0!==l.cmpn(0);){var I=a.div(l);o=a.sub(I.mul(l)),h=S.sub(I.mul(f));var y=v.sub(I.mul(c));if(!d&&o.cmp(p)<0)e=s.neg(),t=f,d=o.neg(),i=h;else if(d&&2==++b)break;s=o,a=l,l=o,S=f,f=h,v=c,c=y}n=o.neg(),u=h;var A=d.sqr().add(i.sqr());return n.sqr().add(u.sqr()).cmp(A)>=0&&(n=e,u=t),d.negative&&(d=d.neg(),i=i.neg()),n.negative&&(n=n.neg(),u=u.neg()),[{a:d,b:i},{a:n,b:u}]},ShortCurve.prototype._endoSplit=function(r){var e=this.endo.basis,t=e[0],d=e[1],i=d.b.mul(r).divRound(this.n),n=t.b.neg().mul(r).divRound(this.n),u=i.mul(t.a),s=n.mul(d.a),o=i.mul(t.b),h=n.mul(d.b);return{k1:r.sub(u).sub(s),k2:o.add(h).neg()}},ShortCurve.prototype.pointFromX=function(r,e){(r=new BN(r,16)).red||(r=r.toRed(this.red));var t=r.redSqr().redMul(r).redIAdd(r.redMul(this.a)).redIAdd(this.b),d=t.redSqrt();if(0!==d.redSqr().redSub(t).cmp(this.zero))throw new Error("invalid point");var i=d.fromRed().isOdd();return(e&&!i||!e&&i)&&(d=d.redNeg()),this.point(r,d)},ShortCurve.prototype.validate=function(r){if(r.inf)return!0;var e=r.x,t=r.y,d=this.a.redMul(e),i=e.redSqr().redMul(e).redIAdd(d).redIAdd(this.b);return 0===t.redSqr().redISub(i).cmpn(0)},ShortCurve.prototype._endoWnafMulAdd=function(r,e,t){for(var d=this._endoWnafT1,i=this._endoWnafT2,n=0;n<r.length;n++){var u=this._endoSplit(e[n]),s=r[n],o=s._getBeta();u.k1.negative&&(u.k1.ineg(),s=s.neg(!0)),u.k2.negative&&(u.k2.ineg(),o=o.neg(!0)),d[2*n]=s,d[2*n+1]=o,i[2*n]=u.k1,i[2*n+1]=u.k2}for(var h=this._wnafMulAdd(1,d,i,2*n,t),p=0;p<2*n;p++)d[p]=null,i[p]=null;return h},inherits(Point,Base.BasePoint),ShortCurve.prototype.point=function(r,e,t){return new Point(this,r,e,t)},ShortCurve.prototype.pointFromJSON=function(r,e){return Point.fromJSON(this,r,e)},Point.prototype._getBeta=function(){if(this.curve.endo){var r=this.precomputed;if(r&&r.beta)return r.beta;var e=this.curve.point(this.x.redMul(this.curve.endo.beta),this.y);if(r){var t=this.curve,d=function(r){return t.point(r.x.redMul(t.endo.beta),r.y)};r.beta=e,e.precomputed={beta:null,naf:r.naf&&{wnd:r.naf.wnd,points:r.naf.points.map(d)},doubles:r.doubles&&{step:r.doubles.step,points:r.doubles.points.map(d)}}}return e}},Point.prototype.toJSON=function(){return this.precomputed?[this.x,this.y,this.precomputed&&{doubles:this.precomputed.doubles&&{step:this.precomputed.doubles.step,points:this.precomputed.doubles.points.slice(1)},naf:this.precomputed.naf&&{wnd:this.precomputed.naf.wnd,points:this.precomputed.naf.points.slice(1)}}]:[this.x,this.y]},Point.fromJSON=function(r,e,t){"string"==typeof e&&(e=JSON.parse(e));var d=r.point(e[0],e[1],t);if(!e[2])return d;function i(e){return r.point(e[0],e[1],t)}var n=e[2];return d.precomputed={beta:null,doubles:n.doubles&&{step:n.doubles.step,points:[d].concat(n.doubles.points.map(i))},naf:n.naf&&{wnd:n.naf.wnd,points:[d].concat(n.naf.points.map(i))}},d},Point.prototype.inspect=function(){return this.isInfinity()?"<EC Point Infinity>":"<EC Point x: "+this.x.fromRed().toString(16,2)+" y: "+this.y.fromRed().toString(16,2)+">"},Point.prototype.isInfinity=function(){return this.inf},Point.prototype.add=function(r){if(this.inf)return r;if(r.inf)return this;if(this.eq(r))return this.dbl();if(this.neg().eq(r))return this.curve.point(null,null);if(0===this.x.cmp(r.x))return this.curve.point(null,null);var e=this.y.redSub(r.y);0!==e.cmpn(0)&&(e=e.redMul(this.x.redSub(r.x).redInvm()));var t=e.redSqr().redISub(this.x).redISub(r.x),d=e.redMul(this.x.redSub(t)).redISub(this.y);return this.curve.point(t,d)},Point.prototype.dbl=function(){if(this.inf)return this;var r=this.y.redAdd(this.y);if(0===r.cmpn(0))return this.curve.point(null,null);var e=this.curve.a,t=this.x.redSqr(),d=r.redInvm(),i=t.redAdd(t).redIAdd(t).redIAdd(e).redMul(d),n=i.redSqr().redISub(this.x.redAdd(this.x)),u=i.redMul(this.x.redSub(n)).redISub(this.y);return this.curve.point(n,u)},Point.prototype.getX=function(){return this.x.fromRed()},Point.prototype.getY=function(){return this.y.fromRed()},Point.prototype.mul=function(r){return r=new BN(r,16),this.isInfinity()?this:this._hasDoubles(r)?this.curve._fixedNafMul(this,r):this.curve.endo?this.curve._endoWnafMulAdd([this],[r]):this.curve._wnafMul(this,r)},Point.prototype.mulAdd=function(r,e,t){var d=[this,e],i=[r,t];return this.curve.endo?this.curve._endoWnafMulAdd(d,i):this.curve._wnafMulAdd(1,d,i,2)},Point.prototype.jmulAdd=function(r,e,t){var d=[this,e],i=[r,t];return this.curve.endo?this.curve._endoWnafMulAdd(d,i,!0):this.curve._wnafMulAdd(1,d,i,2,!0)},Point.prototype.eq=function(r){return this===r||this.inf===r.inf&&(this.inf||0===this.x.cmp(r.x)&&0===this.y.cmp(r.y))},Point.prototype.neg=function(r){if(this.inf)return this;var e=this.curve.point(this.x,this.y.redNeg());if(r&&this.precomputed){var t=this.precomputed,d=function(r){return r.neg()};e.precomputed={naf:t.naf&&{wnd:t.naf.wnd,points:t.naf.points.map(d)},doubles:t.doubles&&{step:t.doubles.step,points:t.doubles.points.map(d)}}}return e},Point.prototype.toJ=function(){return this.inf?this.curve.jpoint(null,null,null):this.curve.jpoint(this.x,this.y,this.curve.one)},inherits(JPoint,Base.BasePoint),ShortCurve.prototype.jpoint=function(r,e,t){return new JPoint(this,r,e,t)},JPoint.prototype.toP=function(){if(this.isInfinity())return this.curve.point(null,null);var r=this.z.redInvm(),e=r.redSqr(),t=this.x.redMul(e),d=this.y.redMul(e).redMul(r);return this.curve.point(t,d)},JPoint.prototype.neg=function(){return this.curve.jpoint(this.x,this.y.redNeg(),this.z)},JPoint.prototype.add=function(r){if(this.isInfinity())return r;if(r.isInfinity())return this;var e=r.z.redSqr(),t=this.z.redSqr(),d=this.x.redMul(e),i=r.x.redMul(t),n=this.y.redMul(e.redMul(r.z)),u=r.y.redMul(t.redMul(this.z)),s=d.redSub(i),o=n.redSub(u);if(0===s.cmpn(0))return 0!==o.cmpn(0)?this.curve.jpoint(null,null,null):this.dbl();var h=s.redSqr(),p=h.redMul(s),l=d.redMul(h),a=o.redSqr().redIAdd(p).redISub(l).redISub(l),f=o.redMul(l.redISub(a)).redISub(n.redMul(p)),c=this.z.redMul(r.z).redMul(s);return this.curve.jpoint(a,f,c)},JPoint.prototype.mixedAdd=function(r){if(this.isInfinity())return r.toJ();if(r.isInfinity())return this;var e=this.z.redSqr(),t=this.x,d=r.x.redMul(e),i=this.y,n=r.y.redMul(e).redMul(this.z),u=t.redSub(d),s=i.redSub(n);if(0===u.cmpn(0))return 0!==s.cmpn(0)?this.curve.jpoint(null,null,null):this.dbl();var o=u.redSqr(),h=o.redMul(u),p=t.redMul(o),l=s.redSqr().redIAdd(h).redISub(p).redISub(p),a=s.redMul(p.redISub(l)).redISub(i.redMul(h)),f=this.z.redMul(u);return this.curve.jpoint(l,a,f)},JPoint.prototype.dblp=function(r){if(0===r)return this;if(this.isInfinity())return this;if(!r)return this.dbl();if(this.curve.zeroA||this.curve.threeA){for(var e=this,t=0;t<r;t++)e=e.dbl();return e}var d=this.curve.a,i=this.curve.tinv,n=this.x,u=this.y,s=this.z,o=s.redSqr().redSqr(),h=u.redAdd(u);for(t=0;t<r;t++){var p=n.redSqr(),l=h.redSqr(),a=l.redSqr(),f=p.redAdd(p).redIAdd(p).redIAdd(d.redMul(o)),c=n.redMul(l),S=f.redSqr().redISub(c.redAdd(c)),v=c.redISub(S),b=f.redMul(v);b=b.redIAdd(b).redISub(a);var I=h.redMul(s);t+1<r&&(o=o.redMul(a)),n=S,s=I,h=b}return this.curve.jpoint(n,h.redMul(i),s)},JPoint.prototype.dbl=function(){return this.isInfinity()?this:this.curve.zeroA?this._zeroDbl():this.curve.threeA?this._threeDbl():this._dbl()},JPoint.prototype._zeroDbl=function(){var r,e,t;if(this.zOne){var d=this.x.redSqr(),i=this.y.redSqr(),n=i.redSqr(),u=this.x.redAdd(i).redSqr().redISub(d).redISub(n);u=u.redIAdd(u);var s=d.redAdd(d).redIAdd(d),o=s.redSqr().redISub(u).redISub(u),h=n.redIAdd(n);h=(h=h.redIAdd(h)).redIAdd(h),r=o,e=s.redMul(u.redISub(o)).redISub(h),t=this.y.redAdd(this.y)}else{var p=this.x.redSqr(),l=this.y.redSqr(),a=l.redSqr(),f=this.x.redAdd(l).redSqr().redISub(p).redISub(a);f=f.redIAdd(f);var c=p.redAdd(p).redIAdd(p),S=c.redSqr(),v=a.redIAdd(a);v=(v=v.redIAdd(v)).redIAdd(v),r=S.redISub(f).redISub(f),e=c.redMul(f.redISub(r)).redISub(v),t=(t=this.y.redMul(this.z)).redIAdd(t)}return this.curve.jpoint(r,e,t)},JPoint.prototype._threeDbl=function(){var r,e,t;if(this.zOne){var d=this.x.redSqr(),i=this.y.redSqr(),n=i.redSqr(),u=this.x.redAdd(i).redSqr().redISub(d).redISub(n);u=u.redIAdd(u);var s=d.redAdd(d).redIAdd(d).redIAdd(this.curve.a),o=s.redSqr().redISub(u).redISub(u);r=o;var h=n.redIAdd(n);h=(h=h.redIAdd(h)).redIAdd(h),e=s.redMul(u.redISub(o)).redISub(h),t=this.y.redAdd(this.y)}else{var p=this.z.redSqr(),l=this.y.redSqr(),a=this.x.redMul(l),f=this.x.redSub(p).redMul(this.x.redAdd(p));f=f.redAdd(f).redIAdd(f);var c=a.redIAdd(a),S=(c=c.redIAdd(c)).redAdd(c);r=f.redSqr().redISub(S),t=this.y.redAdd(this.z).redSqr().redISub(l).redISub(p);var v=l.redSqr();v=(v=(v=v.redIAdd(v)).redIAdd(v)).redIAdd(v),e=f.redMul(c.redISub(r)).redISub(v)}return this.curve.jpoint(r,e,t)},JPoint.prototype._dbl=function(){var r=this.curve.a,e=this.x,t=this.y,d=this.z,i=d.redSqr().redSqr(),n=e.redSqr(),u=t.redSqr(),s=n.redAdd(n).redIAdd(n).redIAdd(r.redMul(i)),o=e.redAdd(e),h=(o=o.redIAdd(o)).redMul(u),p=s.redSqr().redISub(h.redAdd(h)),l=h.redISub(p),a=u.redSqr();a=(a=(a=a.redIAdd(a)).redIAdd(a)).redIAdd(a);var f=s.redMul(l).redISub(a),c=t.redAdd(t).redMul(d);return this.curve.jpoint(p,f,c)},JPoint.prototype.trpl=function(){if(!this.curve.zeroA)return this.dbl().add(this);var r=this.x.redSqr(),e=this.y.redSqr(),t=this.z.redSqr(),d=e.redSqr(),i=r.redAdd(r).redIAdd(r),n=i.redSqr(),u=this.x.redAdd(e).redSqr().redISub(r).redISub(d),s=(u=(u=(u=u.redIAdd(u)).redAdd(u).redIAdd(u)).redISub(n)).redSqr(),o=d.redIAdd(d);o=(o=(o=o.redIAdd(o)).redIAdd(o)).redIAdd(o);var h=i.redIAdd(u).redSqr().redISub(n).redISub(s).redISub(o),p=e.redMul(h);p=(p=p.redIAdd(p)).redIAdd(p);var l=this.x.redMul(s).redISub(p);l=(l=l.redIAdd(l)).redIAdd(l);var a=this.y.redMul(h.redMul(o.redISub(h)).redISub(u.redMul(s)));a=(a=(a=a.redIAdd(a)).redIAdd(a)).redIAdd(a);var f=this.z.redAdd(u).redSqr().redISub(t).redISub(s);return this.curve.jpoint(l,a,f)},JPoint.prototype.mul=function(r,e){return r=new BN(r,e),this.curve._wnafMul(this,r)},JPoint.prototype.eq=function(r){if("affine"===r.type)return this.eq(r.toJ());if(this===r)return!0;var e=this.z.redSqr(),t=r.z.redSqr();if(0!==this.x.redMul(t).redISub(r.x.redMul(e)).cmpn(0))return!1;var d=e.redMul(this.z),i=t.redMul(r.z);return 0===this.y.redMul(i).redISub(r.y.redMul(d)).cmpn(0)},JPoint.prototype.eqXToP=function(r){var e=this.z.redSqr(),t=r.toRed(this.curve.red).redMul(e);if(0===this.x.cmp(t))return!0;for(var d=r.clone(),i=this.curve.redN.redMul(e);;){if(d.iadd(this.curve.n),d.cmp(this.curve.p)>=0)return!1;if(t.redIAdd(i),0===this.x.cmp(t))return!0}},JPoint.prototype.inspect=function(){return this.isInfinity()?"<EC JPoint Infinity>":"<EC JPoint x: "+this.x.toString(16,2)+" y: "+this.y.toString(16,2)+" z: "+this.z.toString(16,2)+">"},JPoint.prototype.isInfinity=function(){return 0===this.z.cmpn(0)};
1366
1367},{"../utils":324,"./base":311,"bn.js":254,"inherits":364}],316:[function(require,module,exports){
1368"use strict";var pre,curves=exports,hash=require("hash.js"),curve=require("./curve"),utils=require("./utils"),assert=utils.assert;function PresetCurve(f){"short"===f.type?this.curve=new curve.short(f):"edwards"===f.type?this.curve=new curve.edwards(f):this.curve=new curve.mont(f),this.g=this.curve.g,this.n=this.curve.n,this.hash=f.hash,assert(this.g.validate(),"Invalid curve"),assert(this.g.mul(this.n).isInfinity(),"Invalid curve, G*N != O")}function defineCurve(f,e){Object.defineProperty(curves,f,{configurable:!0,enumerable:!0,get:function(){var a=new PresetCurve(e);return Object.defineProperty(curves,f,{configurable:!0,enumerable:!0,value:a}),a}})}curves.PresetCurve=PresetCurve,defineCurve("p192",{type:"short",prime:"p192",p:"ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff",a:"ffffffff ffffffff ffffffff fffffffe ffffffff fffffffc",b:"64210519 e59c80e7 0fa7e9ab 72243049 feb8deec c146b9b1",n:"ffffffff ffffffff ffffffff 99def836 146bc9b1 b4d22831",hash:hash.sha256,gRed:!1,g:["188da80e b03090f6 7cbf20eb 43a18800 f4ff0afd 82ff1012","07192b95 ffc8da78 631011ed 6b24cdd5 73f977a1 1e794811"]}),defineCurve("p224",{type:"short",prime:"p224",p:"ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001",a:"ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff fffffffe",b:"b4050a85 0c04b3ab f5413256 5044b0b7 d7bfd8ba 270b3943 2355ffb4",n:"ffffffff ffffffff ffffffff ffff16a2 e0b8f03e 13dd2945 5c5c2a3d",hash:hash.sha256,gRed:!1,g:["b70e0cbd 6bb4bf7f 321390b9 4a03c1d3 56c21122 343280d6 115c1d21","bd376388 b5f723fb 4c22dfe6 cd4375a0 5a074764 44d58199 85007e34"]}),defineCurve("p256",{type:"short",prime:null,p:"ffffffff 00000001 00000000 00000000 00000000 ffffffff ffffffff ffffffff",a:"ffffffff 00000001 00000000 00000000 00000000 ffffffff ffffffff fffffffc",b:"5ac635d8 aa3a93e7 b3ebbd55 769886bc 651d06b0 cc53b0f6 3bce3c3e 27d2604b",n:"ffffffff 00000000 ffffffff ffffffff bce6faad a7179e84 f3b9cac2 fc632551",hash:hash.sha256,gRed:!1,g:["6b17d1f2 e12c4247 f8bce6e5 63a440f2 77037d81 2deb33a0 f4a13945 d898c296","4fe342e2 fe1a7f9b 8ee7eb4a 7c0f9e16 2bce3357 6b315ece cbb64068 37bf51f5"]}),defineCurve("p384",{type:"short",prime:null,p:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe ffffffff 00000000 00000000 ffffffff",a:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe ffffffff 00000000 00000000 fffffffc",b:"b3312fa7 e23ee7e4 988e056b e3f82d19 181d9c6e fe814112 0314088f 5013875a c656398d 8a2ed19d 2a85c8ed d3ec2aef",n:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff c7634d81 f4372ddf 581a0db2 48b0a77a ecec196a ccc52973",hash:hash.sha384,gRed:!1,g:["aa87ca22 be8b0537 8eb1c71e f320ad74 6e1d3b62 8ba79b98 59f741e0 82542a38 5502f25d bf55296c 3a545e38 72760ab7","3617de4a 96262c6f 5d9e98bf 9292dc29 f8f41dbd 289a147c e9da3113 b5f0b8c0 0a60b1ce 1d7e819d 7a431d7c 90ea0e5f"]}),defineCurve("p521",{type:"short",prime:null,p:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff",a:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffc",b:"00000051 953eb961 8e1c9a1f 929a21a0 b68540ee a2da725b 99b315f3 b8b48991 8ef109e1 56193951 ec7e937b 1652c0bd 3bb1bf07 3573df88 3d2c34f1 ef451fd4 6b503f00",n:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffa 51868783 bf2f966b 7fcc0148 f709a5d0 3bb5c9b8 899c47ae bb6fb71e 91386409",hash:hash.sha512,gRed:!1,g:["000000c6 858e06b7 0404e9cd 9e3ecb66 2395b442 9c648139 053fb521 f828af60 6b4d3dba a14b5e77 efe75928 fe1dc127 a2ffa8de 3348b3c1 856a429b f97e7e31 c2e5bd66","00000118 39296a78 9a3bc004 5c8a5fb4 2c7d1bd9 98f54449 579b4468 17afbd17 273e662c 97ee7299 5ef42640 c550b901 3fad0761 353c7086 a272c240 88be9476 9fd16650"]}),defineCurve("curve25519",{type:"mont",prime:"p25519",p:"7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed",a:"76d06",b:"1",n:"1000000000000000 0000000000000000 14def9dea2f79cd6 5812631a5cf5d3ed",hash:hash.sha256,gRed:!1,g:["9"]}),defineCurve("ed25519",{type:"edwards",prime:"p25519",p:"7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed",a:"-1",c:"1",d:"52036cee2b6ffe73 8cc740797779e898 00700a4d4141d8ab 75eb4dca135978a3",n:"1000000000000000 0000000000000000 14def9dea2f79cd6 5812631a5cf5d3ed",hash:hash.sha256,gRed:!1,g:["216936d3cd6e53fec0a4e231fdd6dc5c692cc7609525a7b2c9562d608f25d51a","6666666666666666666666666666666666666666666666666666666666666658"]});try{pre=require("./precomputed/secp256k1")}catch(f){pre=void 0}defineCurve("secp256k1",{type:"short",prime:"k256",p:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f",a:"0",b:"7",n:"ffffffff ffffffff ffffffff fffffffe baaedce6 af48a03b bfd25e8c d0364141",h:"1",hash:hash.sha256,beta:"7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee",lambda:"5363ad4cc05c30e0a5261c028812645a122e22ea20816678df02967c1b23bd72",basis:[{a:"3086d221a7d46bcde86c90e49284eb15",b:"-e4437ed6010e88286f547fa90abfe4c3"},{a:"114ca50f7a8e2f3f657c1108d9d44cfd8",b:"3086d221a7d46bcde86c90e49284eb15"}],gRed:!1,g:["79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798","483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8",pre]});
1369
1370},{"./curve":313,"./precomputed/secp256k1":323,"./utils":324,"hash.js":330}],317:[function(require,module,exports){
1371"use strict";var BN=require("bn.js"),HmacDRBG=require("hmac-drbg"),utils=require("../utils"),curves=require("../curves"),rand=require("brorand"),assert=utils.assert,KeyPair=require("./key"),Signature=require("./signature");function EC(r){if(!(this instanceof EC))return new EC(r);"string"==typeof r&&(assert(curves.hasOwnProperty(r),"Unknown curve "+r),r=curves[r]),r instanceof curves.PresetCurve&&(r={curve:r}),this.curve=r.curve.curve,this.n=this.curve.n,this.nh=this.n.ushrn(1),this.g=this.curve.g,this.g=r.curve.g,this.g.precompute(r.curve.n.bitLength()+1),this.hash=r.hash||r.curve.hash}module.exports=EC,EC.prototype.keyPair=function(r){return new KeyPair(this,r)},EC.prototype.keyFromPrivate=function(r,e){return KeyPair.fromPrivate(this,r,e)},EC.prototype.keyFromPublic=function(r,e){return KeyPair.fromPublic(this,r,e)},EC.prototype.genKeyPair=function(r){r||(r={});for(var e=new HmacDRBG({hash:this.hash,pers:r.pers,persEnc:r.persEnc||"utf8",entropy:r.entropy||rand(this.hash.hmacStrength),entropyEnc:r.entropy&&r.entropyEnc||"utf8",nonce:this.n.toArray()}),t=this.n.byteLength(),n=this.n.sub(new BN(2));;){var i=new BN(e.generate(t));if(!(i.cmp(n)>0))return i.iaddn(1),this.keyFromPrivate(i)}},EC.prototype._truncateToN=function(r,e){var t=8*r.byteLength()-this.n.bitLength();return t>0&&(r=r.ushrn(t)),!e&&r.cmp(this.n)>=0?r.sub(this.n):r},EC.prototype.sign=function(r,e,t,n){"object"==typeof t&&(n=t,t=null),n||(n={}),e=this.keyFromPrivate(e,t),r=this._truncateToN(new BN(r,16));for(var i=this.n.byteLength(),s=e.getPrivate().toArray("be",i),u=r.toArray("be",i),o=new HmacDRBG({hash:this.hash,entropy:s,nonce:u,pers:n.pers,persEnc:n.persEnc||"utf8"}),h=this.n.sub(new BN(1)),a=0;;a++){var c=n.k?n.k(a):new BN(o.generate(this.n.byteLength()));if(!((c=this._truncateToN(c,!0)).cmpn(1)<=0||c.cmp(h)>=0)){var m=this.g.mul(c);if(!m.isInfinity()){var v=m.getX(),p=v.umod(this.n);if(0!==p.cmpn(0)){var y=c.invm(this.n).mul(p.mul(e.getPrivate()).iadd(r));if(0!==(y=y.umod(this.n)).cmpn(0)){var f=(m.getY().isOdd()?1:0)|(0!==v.cmp(p)?2:0);return n.canonical&&y.cmp(this.nh)>0&&(y=this.n.sub(y),f^=1),new Signature({r:p,s:y,recoveryParam:f})}}}}}},EC.prototype.verify=function(r,e,t,n){r=this._truncateToN(new BN(r,16)),t=this.keyFromPublic(t,n);var i=(e=new Signature(e,"hex")).r,s=e.s;if(i.cmpn(1)<0||i.cmp(this.n)>=0)return!1;if(s.cmpn(1)<0||s.cmp(this.n)>=0)return!1;var u,o=s.invm(this.n),h=o.mul(r).umod(this.n),a=o.mul(i).umod(this.n);return this.curve._maxwellTrick?!(u=this.g.jmulAdd(h,t.getPublic(),a)).isInfinity()&&u.eqXToP(i):!(u=this.g.mulAdd(h,t.getPublic(),a)).isInfinity()&&0===u.getX().umod(this.n).cmp(i)},EC.prototype.recoverPubKey=function(r,e,t,n){assert((3&t)===t,"The recovery param is more than two bits"),e=new Signature(e,n);var i=this.n,s=new BN(r),u=e.r,o=e.s,h=1&t,a=t>>1;if(u.cmp(this.curve.p.umod(this.curve.n))>=0&&a)throw new Error("Unable to find sencond key candinate");u=a?this.curve.pointFromX(u.add(this.curve.n),h):this.curve.pointFromX(u,h);var c=e.r.invm(i),m=i.sub(s).mul(c).umod(i),v=o.mul(c).umod(i);return this.g.mulAdd(m,u,v)},EC.prototype.getKeyRecoveryParam=function(r,e,t,n){if(null!==(e=new Signature(e,n)).recoveryParam)return e.recoveryParam;for(var i=0;i<4;i++){var s;try{s=this.recoverPubKey(r,e,i)}catch(r){continue}if(s.eq(t))return i}throw new Error("Unable to find valid recovery factor")};
1372
1373},{"../curves":316,"../utils":324,"./key":318,"./signature":319,"bn.js":254,"brorand":255,"hmac-drbg":342}],318:[function(require,module,exports){
1374"use strict";var BN=require("bn.js"),utils=require("../utils"),assert=utils.assert;function KeyPair(i,t){this.ec=i,this.priv=null,this.pub=null,t.priv&&this._importPrivate(t.priv,t.privEnc),t.pub&&this._importPublic(t.pub,t.pubEnc)}module.exports=KeyPair,KeyPair.fromPublic=function(i,t,e){return t instanceof KeyPair?t:new KeyPair(i,{pub:t,pubEnc:e})},KeyPair.fromPrivate=function(i,t,e){return t instanceof KeyPair?t:new KeyPair(i,{priv:t,privEnc:e})},KeyPair.prototype.validate=function(){var i=this.getPublic();return i.isInfinity()?{result:!1,reason:"Invalid public key"}:i.validate()?i.mul(this.ec.curve.n).isInfinity()?{result:!0,reason:null}:{result:!1,reason:"Public key * N != O"}:{result:!1,reason:"Public key is not a point"}},KeyPair.prototype.getPublic=function(i,t){return"string"==typeof i&&(t=i,i=null),this.pub||(this.pub=this.ec.g.mul(this.priv)),t?this.pub.encode(t,i):this.pub},KeyPair.prototype.getPrivate=function(i){return"hex"===i?this.priv.toString(16,2):this.priv},KeyPair.prototype._importPrivate=function(i,t){this.priv=new BN(i,t||16),this.priv=this.priv.umod(this.ec.curve.n)},KeyPair.prototype._importPublic=function(i,t){if(i.x||i.y)return"mont"===this.ec.curve.type?assert(i.x,"Need x coordinate"):"short"!==this.ec.curve.type&&"edwards"!==this.ec.curve.type||assert(i.x&&i.y,"Need both x and y coordinate"),void(this.pub=this.ec.curve.point(i.x,i.y));this.pub=this.ec.curve.decodePoint(i,t)},KeyPair.prototype.derive=function(i){return i.mul(this.priv).getX()},KeyPair.prototype.sign=function(i,t,e){return this.ec.sign(i,this,t,e)},KeyPair.prototype.verify=function(i,t){return this.ec.verify(i,t,this)},KeyPair.prototype.inspect=function(){return"<Key priv: "+(this.priv&&this.priv.toString(16,2))+" pub: "+(this.pub&&this.pub.inspect())+" >"};
1375
1376},{"../utils":324,"bn.js":254}],319:[function(require,module,exports){
1377"use strict";var BN=require("bn.js"),utils=require("../utils"),assert=utils.assert;function Signature(t,r){if(t instanceof Signature)return t;this._importDER(t,r)||(assert(t.r&&t.s,"Signature without r or s"),this.r=new BN(t.r,16),this.s=new BN(t.s,16),void 0===t.recoveryParam?this.recoveryParam=null:this.recoveryParam=t.recoveryParam)}function Position(){this.place=0}function getLength(t,r){var e=t[r.place++];if(!(128&e))return e;for(var n=15&e,a=0,i=0,c=r.place;i<n;i++,c++)a<<=8,a|=t[c];return r.place=c,a}function rmPadding(t){for(var r=0,e=t.length-1;!t[r]&&!(128&t[r+1])&&r<e;)r++;return 0===r?t:t.slice(r)}function constructLength(t,r){if(r<128)t.push(r);else{var e=1+(Math.log(r)/Math.LN2>>>3);for(t.push(128|e);--e;)t.push(r>>>(e<<3)&255);t.push(r)}}module.exports=Signature,Signature.prototype._importDER=function(t,r){t=utils.toArray(t,r);var e=new Position;if(48!==t[e.place++])return!1;if(getLength(t,e)+e.place!==t.length)return!1;if(2!==t[e.place++])return!1;var n=getLength(t,e),a=t.slice(e.place,n+e.place);if(e.place+=n,2!==t[e.place++])return!1;var i=getLength(t,e);if(t.length!==i+e.place)return!1;var c=t.slice(e.place,i+e.place);return 0===a[0]&&128&a[1]&&(a=a.slice(1)),0===c[0]&&128&c[1]&&(c=c.slice(1)),this.r=new BN(a),this.s=new BN(c),this.recoveryParam=null,!0},Signature.prototype.toDER=function(t){var r=this.r.toArray(),e=this.s.toArray();for(128&r[0]&&(r=[0].concat(r)),128&e[0]&&(e=[0].concat(e)),r=rmPadding(r),e=rmPadding(e);!(e[0]||128&e[1]);)e=e.slice(1);var n=[2];constructLength(n,r.length),(n=n.concat(r)).push(2),constructLength(n,e.length);var a=n.concat(e),i=[48];return constructLength(i,a.length),i=i.concat(a),utils.encode(i,t)};
1378
1379},{"../utils":324,"bn.js":254}],320:[function(require,module,exports){
1380"use strict";var hash=require("hash.js"),curves=require("../curves"),utils=require("../utils"),assert=utils.assert,parseBytes=utils.parseBytes,KeyPair=require("./key"),Signature=require("./signature");function EDDSA(t){if(assert("ed25519"===t,"only tested with ed25519 so far"),!(this instanceof EDDSA))return new EDDSA(t);t=curves[t].curve;this.curve=t,this.g=t.g,this.g.precompute(t.n.bitLength()+1),this.pointClass=t.point().constructor,this.encodingLength=Math.ceil(t.n.bitLength()/8),this.hash=hash.sha512}module.exports=EDDSA,EDDSA.prototype.sign=function(t,e){t=parseBytes(t);var r=this.keyFromSecret(e),i=this.hashInt(r.messagePrefix(),t),n=this.g.mul(i),s=this.encodePoint(n),o=this.hashInt(s,r.pubBytes(),t).mul(r.priv()),u=i.add(o).umod(this.curve.n);return this.makeSignature({R:n,S:u,Rencoded:s})},EDDSA.prototype.verify=function(t,e,r){t=parseBytes(t),e=this.makeSignature(e);var i=this.keyFromPublic(r),n=this.hashInt(e.Rencoded(),i.pubBytes(),t),s=this.g.mul(e.S());return e.R().add(i.pub().mul(n)).eq(s)},EDDSA.prototype.hashInt=function(){for(var t=this.hash(),e=0;e<arguments.length;e++)t.update(arguments[e]);return utils.intFromLE(t.digest()).umod(this.curve.n)},EDDSA.prototype.keyFromPublic=function(t){return KeyPair.fromPublic(this,t)},EDDSA.prototype.keyFromSecret=function(t){return KeyPair.fromSecret(this,t)},EDDSA.prototype.makeSignature=function(t){return t instanceof Signature?t:new Signature(this,t)},EDDSA.prototype.encodePoint=function(t){var e=t.getY().toArray("le",this.encodingLength);return e[this.encodingLength-1]|=t.getX().isOdd()?128:0,e},EDDSA.prototype.decodePoint=function(t){var e=(t=utils.parseBytes(t)).length-1,r=t.slice(0,e).concat(-129&t[e]),i=0!=(128&t[e]),n=utils.intFromLE(r);return this.curve.pointFromY(n,i)},EDDSA.prototype.encodeInt=function(t){return t.toArray("le",this.encodingLength)},EDDSA.prototype.decodeInt=function(t){return utils.intFromLE(t)},EDDSA.prototype.isPoint=function(t){return t instanceof this.pointClass};
1381
1382},{"../curves":316,"../utils":324,"./key":321,"./signature":322,"hash.js":330}],321:[function(require,module,exports){
1383"use strict";var utils=require("../utils"),assert=utils.assert,parseBytes=utils.parseBytes,cachedProperty=utils.cachedProperty;function KeyPair(e,t){this.eddsa=e,this._secret=parseBytes(t.secret),e.isPoint(t.pub)?this._pub=t.pub:this._pubBytes=parseBytes(t.pub)}KeyPair.fromPublic=function(e,t){return t instanceof KeyPair?t:new KeyPair(e,{pub:t})},KeyPair.fromSecret=function(e,t){return t instanceof KeyPair?t:new KeyPair(e,{secret:t})},KeyPair.prototype.secret=function(){return this._secret},cachedProperty(KeyPair,"pubBytes",function(){return this.eddsa.encodePoint(this.pub())}),cachedProperty(KeyPair,"pub",function(){return this._pubBytes?this.eddsa.decodePoint(this._pubBytes):this.eddsa.g.mul(this.priv())}),cachedProperty(KeyPair,"privBytes",function(){var e=this.eddsa,t=this.hash(),r=e.encodingLength-1,i=t.slice(0,e.encodingLength);return i[0]&=248,i[r]&=127,i[r]|=64,i}),cachedProperty(KeyPair,"priv",function(){return this.eddsa.decodeInt(this.privBytes())}),cachedProperty(KeyPair,"hash",function(){return this.eddsa.hash().update(this.secret()).digest()}),cachedProperty(KeyPair,"messagePrefix",function(){return this.hash().slice(this.eddsa.encodingLength)}),KeyPair.prototype.sign=function(e){return assert(this._secret,"KeyPair can only verify"),this.eddsa.sign(e,this)},KeyPair.prototype.verify=function(e,t){return this.eddsa.verify(e,t,this)},KeyPair.prototype.getSecret=function(e){return assert(this._secret,"KeyPair is public only"),utils.encode(this.secret(),e)},KeyPair.prototype.getPublic=function(e){return utils.encode(this.pubBytes(),e)},module.exports=KeyPair;
1384
1385},{"../utils":324}],322:[function(require,module,exports){
1386"use strict";var BN=require("bn.js"),utils=require("../utils"),assert=utils.assert,cachedProperty=utils.cachedProperty,parseBytes=utils.parseBytes;function Signature(e,t){this.eddsa=e,"object"!=typeof t&&(t=parseBytes(t)),Array.isArray(t)&&(t={R:t.slice(0,e.encodingLength),S:t.slice(e.encodingLength)}),assert(t.R&&t.S,"Signature without R or S"),e.isPoint(t.R)&&(this._R=t.R),t.S instanceof BN&&(this._S=t.S),this._Rencoded=Array.isArray(t.R)?t.R:t.Rencoded,this._Sencoded=Array.isArray(t.S)?t.S:t.Sencoded}cachedProperty(Signature,"S",function(){return this.eddsa.decodeInt(this.Sencoded())}),cachedProperty(Signature,"R",function(){return this.eddsa.decodePoint(this.Rencoded())}),cachedProperty(Signature,"Rencoded",function(){return this.eddsa.encodePoint(this.R())}),cachedProperty(Signature,"Sencoded",function(){return this.eddsa.encodeInt(this.S())}),Signature.prototype.toBytes=function(){return this.Rencoded().concat(this.Sencoded())},Signature.prototype.toHex=function(){return utils.encode(this.toBytes(),"hex").toUpperCase()},module.exports=Signature;
1387
1388},{"../utils":324,"bn.js":254}],323:[function(require,module,exports){
1389module.exports={doubles:{step:4,points:[["e60fce93b59e9ec53011aabc21c23e97b2a31369b87a5ae9c44ee89e2a6dec0a","f7e3507399e595929db99f34f57937101296891e44d23f0be1f32cce69616821"],["8282263212c609d9ea2a6e3e172de238d8c39cabd5ac1ca10646e23fd5f51508","11f8a8098557dfe45e8256e830b60ace62d613ac2f7b17bed31b6eaff6e26caf"],["175e159f728b865a72f99cc6c6fc846de0b93833fd2222ed73fce5b551e5b739","d3506e0d9e3c79eba4ef97a51ff71f5eacb5955add24345c6efa6ffee9fed695"],["363d90d447b00c9c99ceac05b6262ee053441c7e55552ffe526bad8f83ff4640","4e273adfc732221953b445397f3363145b9a89008199ecb62003c7f3bee9de9"],["8b4b5f165df3c2be8c6244b5b745638843e4a781a15bcd1b69f79a55dffdf80c","4aad0a6f68d308b4b3fbd7813ab0da04f9e336546162ee56b3eff0c65fd4fd36"],["723cbaa6e5db996d6bf771c00bd548c7b700dbffa6c0e77bcb6115925232fcda","96e867b5595cc498a921137488824d6e2660a0653779494801dc069d9eb39f5f"],["eebfa4d493bebf98ba5feec812c2d3b50947961237a919839a533eca0e7dd7fa","5d9a8ca3970ef0f269ee7edaf178089d9ae4cdc3a711f712ddfd4fdae1de8999"],["100f44da696e71672791d0a09b7bde459f1215a29b3c03bfefd7835b39a48db0","cdd9e13192a00b772ec8f3300c090666b7ff4a18ff5195ac0fbd5cd62bc65a09"],["e1031be262c7ed1b1dc9227a4a04c017a77f8d4464f3b3852c8acde6e534fd2d","9d7061928940405e6bb6a4176597535af292dd419e1ced79a44f18f29456a00d"],["feea6cae46d55b530ac2839f143bd7ec5cf8b266a41d6af52d5e688d9094696d","e57c6b6c97dce1bab06e4e12bf3ecd5c981c8957cc41442d3155debf18090088"],["da67a91d91049cdcb367be4be6ffca3cfeed657d808583de33fa978bc1ec6cb1","9bacaa35481642bc41f463f7ec9780e5dec7adc508f740a17e9ea8e27a68be1d"],["53904faa0b334cdda6e000935ef22151ec08d0f7bb11069f57545ccc1a37b7c0","5bc087d0bc80106d88c9eccac20d3c1c13999981e14434699dcb096b022771c8"],["8e7bcd0bd35983a7719cca7764ca906779b53a043a9b8bcaeff959f43ad86047","10b7770b2a3da4b3940310420ca9514579e88e2e47fd68b3ea10047e8460372a"],["385eed34c1cdff21e6d0818689b81bde71a7f4f18397e6690a841e1599c43862","283bebc3e8ea23f56701de19e9ebf4576b304eec2086dc8cc0458fe5542e5453"],["6f9d9b803ecf191637c73a4413dfa180fddf84a5947fbc9c606ed86c3fac3a7","7c80c68e603059ba69b8e2a30e45c4d47ea4dd2f5c281002d86890603a842160"],["3322d401243c4e2582a2147c104d6ecbf774d163db0f5e5313b7e0e742d0e6bd","56e70797e9664ef5bfb019bc4ddaf9b72805f63ea2873af624f3a2e96c28b2a0"],["85672c7d2de0b7da2bd1770d89665868741b3f9af7643397721d74d28134ab83","7c481b9b5b43b2eb6374049bfa62c2e5e77f17fcc5298f44c8e3094f790313a6"],["948bf809b1988a46b06c9f1919413b10f9226c60f668832ffd959af60c82a0a","53a562856dcb6646dc6b74c5d1c3418c6d4dff08c97cd2bed4cb7f88d8c8e589"],["6260ce7f461801c34f067ce0f02873a8f1b0e44dfc69752accecd819f38fd8e8","bc2da82b6fa5b571a7f09049776a1ef7ecd292238051c198c1a84e95b2b4ae17"],["e5037de0afc1d8d43d8348414bbf4103043ec8f575bfdc432953cc8d2037fa2d","4571534baa94d3b5f9f98d09fb990bddbd5f5b03ec481f10e0e5dc841d755bda"],["e06372b0f4a207adf5ea905e8f1771b4e7e8dbd1c6a6c5b725866a0ae4fce725","7a908974bce18cfe12a27bb2ad5a488cd7484a7787104870b27034f94eee31dd"],["213c7a715cd5d45358d0bbf9dc0ce02204b10bdde2a3f58540ad6908d0559754","4b6dad0b5ae462507013ad06245ba190bb4850f5f36a7eeddff2c27534b458f2"],["4e7c272a7af4b34e8dbb9352a5419a87e2838c70adc62cddf0cc3a3b08fbd53c","17749c766c9d0b18e16fd09f6def681b530b9614bff7dd33e0b3941817dcaae6"],["fea74e3dbe778b1b10f238ad61686aa5c76e3db2be43057632427e2840fb27b6","6e0568db9b0b13297cf674deccb6af93126b596b973f7b77701d3db7f23cb96f"],["76e64113f677cf0e10a2570d599968d31544e179b760432952c02a4417bdde39","c90ddf8dee4e95cf577066d70681f0d35e2a33d2b56d2032b4b1752d1901ac01"],["c738c56b03b2abe1e8281baa743f8f9a8f7cc643df26cbee3ab150242bcbb891","893fb578951ad2537f718f2eacbfbbbb82314eef7880cfe917e735d9699a84c3"],["d895626548b65b81e264c7637c972877d1d72e5f3a925014372e9f6588f6c14b","febfaa38f2bc7eae728ec60818c340eb03428d632bb067e179363ed75d7d991f"],["b8da94032a957518eb0f6433571e8761ceffc73693e84edd49150a564f676e03","2804dfa44805a1e4d7c99cc9762808b092cc584d95ff3b511488e4e74efdf6e7"],["e80fea14441fb33a7d8adab9475d7fab2019effb5156a792f1a11778e3c0df5d","eed1de7f638e00771e89768ca3ca94472d155e80af322ea9fcb4291b6ac9ec78"],["a301697bdfcd704313ba48e51d567543f2a182031efd6915ddc07bbcc4e16070","7370f91cfb67e4f5081809fa25d40f9b1735dbf7c0a11a130c0d1a041e177ea1"],["90ad85b389d6b936463f9d0512678de208cc330b11307fffab7ac63e3fb04ed4","e507a3620a38261affdcbd9427222b839aefabe1582894d991d4d48cb6ef150"],["8f68b9d2f63b5f339239c1ad981f162ee88c5678723ea3351b7b444c9ec4c0da","662a9f2dba063986de1d90c2b6be215dbbea2cfe95510bfdf23cbf79501fff82"],["e4f3fb0176af85d65ff99ff9198c36091f48e86503681e3e6686fd5053231e11","1e63633ad0ef4f1c1661a6d0ea02b7286cc7e74ec951d1c9822c38576feb73bc"],["8c00fa9b18ebf331eb961537a45a4266c7034f2f0d4e1d0716fb6eae20eae29e","efa47267fea521a1a9dc343a3736c974c2fadafa81e36c54e7d2a4c66702414b"],["e7a26ce69dd4829f3e10cec0a9e98ed3143d084f308b92c0997fddfc60cb3e41","2a758e300fa7984b471b006a1aafbb18d0a6b2c0420e83e20e8a9421cf2cfd51"],["b6459e0ee3662ec8d23540c223bcbdc571cbcb967d79424f3cf29eb3de6b80ef","67c876d06f3e06de1dadf16e5661db3c4b3ae6d48e35b2ff30bf0b61a71ba45"],["d68a80c8280bb840793234aa118f06231d6f1fc67e73c5a5deda0f5b496943e8","db8ba9fff4b586d00c4b1f9177b0e28b5b0e7b8f7845295a294c84266b133120"],["324aed7df65c804252dc0270907a30b09612aeb973449cea4095980fc28d3d5d","648a365774b61f2ff130c0c35aec1f4f19213b0c7e332843967224af96ab7c84"],["4df9c14919cde61f6d51dfdbe5fee5dceec4143ba8d1ca888e8bd373fd054c96","35ec51092d8728050974c23a1d85d4b5d506cdc288490192ebac06cad10d5d"],["9c3919a84a474870faed8a9c1cc66021523489054d7f0308cbfc99c8ac1f98cd","ddb84f0f4a4ddd57584f044bf260e641905326f76c64c8e6be7e5e03d4fc599d"],["6057170b1dd12fdf8de05f281d8e06bb91e1493a8b91d4cc5a21382120a959e5","9a1af0b26a6a4807add9a2daf71df262465152bc3ee24c65e899be932385a2a8"],["a576df8e23a08411421439a4518da31880cef0fba7d4df12b1a6973eecb94266","40a6bf20e76640b2c92b97afe58cd82c432e10a7f514d9f3ee8be11ae1b28ec8"],["7778a78c28dec3e30a05fe9629de8c38bb30d1f5cf9a3a208f763889be58ad71","34626d9ab5a5b22ff7098e12f2ff580087b38411ff24ac563b513fc1fd9f43ac"],["928955ee637a84463729fd30e7afd2ed5f96274e5ad7e5cb09eda9c06d903ac","c25621003d3f42a827b78a13093a95eeac3d26efa8a8d83fc5180e935bcd091f"],["85d0fef3ec6db109399064f3a0e3b2855645b4a907ad354527aae75163d82751","1f03648413a38c0be29d496e582cf5663e8751e96877331582c237a24eb1f962"],["ff2b0dce97eece97c1c9b6041798b85dfdfb6d8882da20308f5404824526087e","493d13fef524ba188af4c4dc54d07936c7b7ed6fb90e2ceb2c951e01f0c29907"],["827fbbe4b1e880ea9ed2b2e6301b212b57f1ee148cd6dd28780e5e2cf856e241","c60f9c923c727b0b71bef2c67d1d12687ff7a63186903166d605b68baec293ec"],["eaa649f21f51bdbae7be4ae34ce6e5217a58fdce7f47f9aa7f3b58fa2120e2b3","be3279ed5bbbb03ac69a80f89879aa5a01a6b965f13f7e59d47a5305ba5ad93d"],["e4a42d43c5cf169d9391df6decf42ee541b6d8f0c9a137401e23632dda34d24f","4d9f92e716d1c73526fc99ccfb8ad34ce886eedfa8d8e4f13a7f7131deba9414"],["1ec80fef360cbdd954160fadab352b6b92b53576a88fea4947173b9d4300bf19","aeefe93756b5340d2f3a4958a7abbf5e0146e77f6295a07b671cdc1cc107cefd"],["146a778c04670c2f91b00af4680dfa8bce3490717d58ba889ddb5928366642be","b318e0ec3354028add669827f9d4b2870aaa971d2f7e5ed1d0b297483d83efd0"],["fa50c0f61d22e5f07e3acebb1aa07b128d0012209a28b9776d76a8793180eef9","6b84c6922397eba9b72cd2872281a68a5e683293a57a213b38cd8d7d3f4f2811"],["da1d61d0ca721a11b1a5bf6b7d88e8421a288ab5d5bba5220e53d32b5f067ec2","8157f55a7c99306c79c0766161c91e2966a73899d279b48a655fba0f1ad836f1"],["a8e282ff0c9706907215ff98e8fd416615311de0446f1e062a73b0610d064e13","7f97355b8db81c09abfb7f3c5b2515888b679a3e50dd6bd6cef7c73111f4cc0c"],["174a53b9c9a285872d39e56e6913cab15d59b1fa512508c022f382de8319497c","ccc9dc37abfc9c1657b4155f2c47f9e6646b3a1d8cb9854383da13ac079afa73"],["959396981943785c3d3e57edf5018cdbe039e730e4918b3d884fdff09475b7ba","2e7e552888c331dd8ba0386a4b9cd6849c653f64c8709385e9b8abf87524f2fd"],["d2a63a50ae401e56d645a1153b109a8fcca0a43d561fba2dbb51340c9d82b151","e82d86fb6443fcb7565aee58b2948220a70f750af484ca52d4142174dcf89405"],["64587e2335471eb890ee7896d7cfdc866bacbdbd3839317b3436f9b45617e073","d99fcdd5bf6902e2ae96dd6447c299a185b90a39133aeab358299e5e9faf6589"],["8481bde0e4e4d885b3a546d3e549de042f0aa6cea250e7fd358d6c86dd45e458","38ee7b8cba5404dd84a25bf39cecb2ca900a79c42b262e556d64b1b59779057e"],["13464a57a78102aa62b6979ae817f4637ffcfed3c4b1ce30bcd6303f6caf666b","69be159004614580ef7e433453ccb0ca48f300a81d0942e13f495a907f6ecc27"],["bc4a9df5b713fe2e9aef430bcc1dc97a0cd9ccede2f28588cada3a0d2d83f366","d3a81ca6e785c06383937adf4b798caa6e8a9fbfa547b16d758d666581f33c1"],["8c28a97bf8298bc0d23d8c749452a32e694b65e30a9472a3954ab30fe5324caa","40a30463a3305193378fedf31f7cc0eb7ae784f0451cb9459e71dc73cbef9482"],["8ea9666139527a8c1dd94ce4f071fd23c8b350c5a4bb33748c4ba111faccae0","620efabbc8ee2782e24e7c0cfb95c5d735b783be9cf0f8e955af34a30e62b945"],["dd3625faef5ba06074669716bbd3788d89bdde815959968092f76cc4eb9a9787","7a188fa3520e30d461da2501045731ca941461982883395937f68d00c644a573"],["f710d79d9eb962297e4f6232b40e8f7feb2bc63814614d692c12de752408221e","ea98e67232d3b3295d3b535532115ccac8612c721851617526ae47a9c77bfc82"]]},naf:{wnd:7,points:[["f9308a019258c31049344f85f89d5229b531c845836f99b08601f113bce036f9","388f7b0f632de8140fe337e62a37f3566500a99934c2231b6cb9fd7584b8e672"],["2f8bde4d1a07209355b4a7250a5c5128e88b84bddc619ab7cba8d569b240efe4","d8ac222636e5e3d6d4dba9dda6c9c426f788271bab0d6840dca87d3aa6ac62d6"],["5cbdf0646e5db4eaa398f365f2ea7a0e3d419b7e0330e39ce92bddedcac4f9bc","6aebca40ba255960a3178d6d861a54dba813d0b813fde7b5a5082628087264da"],["acd484e2f0c7f65309ad178a9f559abde09796974c57e714c35f110dfc27ccbe","cc338921b0a7d9fd64380971763b61e9add888a4375f8e0f05cc262ac64f9c37"],["774ae7f858a9411e5ef4246b70c65aac5649980be5c17891bbec17895da008cb","d984a032eb6b5e190243dd56d7b7b365372db1e2dff9d6a8301d74c9c953c61b"],["f28773c2d975288bc7d1d205c3748651b075fbc6610e58cddeeddf8f19405aa8","ab0902e8d880a89758212eb65cdaf473a1a06da521fa91f29b5cb52db03ed81"],["d7924d4f7d43ea965a465ae3095ff41131e5946f3c85f79e44adbcf8e27e080e","581e2872a86c72a683842ec228cc6defea40af2bd896d3a5c504dc9ff6a26b58"],["defdea4cdb677750a420fee807eacf21eb9898ae79b9768766e4faa04a2d4a34","4211ab0694635168e997b0ead2a93daeced1f4a04a95c0f6cfb199f69e56eb77"],["2b4ea0a797a443d293ef5cff444f4979f06acfebd7e86d277475656138385b6c","85e89bc037945d93b343083b5a1c86131a01f60c50269763b570c854e5c09b7a"],["352bbf4a4cdd12564f93fa332ce333301d9ad40271f8107181340aef25be59d5","321eb4075348f534d59c18259dda3e1f4a1b3b2e71b1039c67bd3d8bcf81998c"],["2fa2104d6b38d11b0230010559879124e42ab8dfeff5ff29dc9cdadd4ecacc3f","2de1068295dd865b64569335bd5dd80181d70ecfc882648423ba76b532b7d67"],["9248279b09b4d68dab21a9b066edda83263c3d84e09572e269ca0cd7f5453714","73016f7bf234aade5d1aa71bdea2b1ff3fc0de2a887912ffe54a32ce97cb3402"],["daed4f2be3a8bf278e70132fb0beb7522f570e144bf615c07e996d443dee8729","a69dce4a7d6c98e8d4a1aca87ef8d7003f83c230f3afa726ab40e52290be1c55"],["c44d12c7065d812e8acf28d7cbb19f9011ecd9e9fdf281b0e6a3b5e87d22e7db","2119a460ce326cdc76c45926c982fdac0e106e861edf61c5a039063f0e0e6482"],["6a245bf6dc698504c89a20cfded60853152b695336c28063b61c65cbd269e6b4","e022cf42c2bd4a708b3f5126f16a24ad8b33ba48d0423b6efd5e6348100d8a82"],["1697ffa6fd9de627c077e3d2fe541084ce13300b0bec1146f95ae57f0d0bd6a5","b9c398f186806f5d27561506e4557433a2cf15009e498ae7adee9d63d01b2396"],["605bdb019981718b986d0f07e834cb0d9deb8360ffb7f61df982345ef27a7479","2972d2de4f8d20681a78d93ec96fe23c26bfae84fb14db43b01e1e9056b8c49"],["62d14dab4150bf497402fdc45a215e10dcb01c354959b10cfe31c7e9d87ff33d","80fc06bd8cc5b01098088a1950eed0db01aa132967ab472235f5642483b25eaf"],["80c60ad0040f27dade5b4b06c408e56b2c50e9f56b9b8b425e555c2f86308b6f","1c38303f1cc5c30f26e66bad7fe72f70a65eed4cbe7024eb1aa01f56430bd57a"],["7a9375ad6167ad54aa74c6348cc54d344cc5dc9487d847049d5eabb0fa03c8fb","d0e3fa9eca8726909559e0d79269046bdc59ea10c70ce2b02d499ec224dc7f7"],["d528ecd9b696b54c907a9ed045447a79bb408ec39b68df504bb51f459bc3ffc9","eecf41253136e5f99966f21881fd656ebc4345405c520dbc063465b521409933"],["49370a4b5f43412ea25f514e8ecdad05266115e4a7ecb1387231808f8b45963","758f3f41afd6ed428b3081b0512fd62a54c3f3afbb5b6764b653052a12949c9a"],["77f230936ee88cbbd73df930d64702ef881d811e0e1498e2f1c13eb1fc345d74","958ef42a7886b6400a08266e9ba1b37896c95330d97077cbbe8eb3c7671c60d6"],["f2dac991cc4ce4b9ea44887e5c7c0bce58c80074ab9d4dbaeb28531b7739f530","e0dedc9b3b2f8dad4da1f32dec2531df9eb5fbeb0598e4fd1a117dba703a3c37"],["463b3d9f662621fb1b4be8fbbe2520125a216cdfc9dae3debcba4850c690d45b","5ed430d78c296c3543114306dd8622d7c622e27c970a1de31cb377b01af7307e"],["f16f804244e46e2a09232d4aff3b59976b98fac14328a2d1a32496b49998f247","cedabd9b82203f7e13d206fcdf4e33d92a6c53c26e5cce26d6579962c4e31df6"],["caf754272dc84563b0352b7a14311af55d245315ace27c65369e15f7151d41d1","cb474660ef35f5f2a41b643fa5e460575f4fa9b7962232a5c32f908318a04476"],["2600ca4b282cb986f85d0f1709979d8b44a09c07cb86d7c124497bc86f082120","4119b88753c15bd6a693b03fcddbb45d5ac6be74ab5f0ef44b0be9475a7e4b40"],["7635ca72d7e8432c338ec53cd12220bc01c48685e24f7dc8c602a7746998e435","91b649609489d613d1d5e590f78e6d74ecfc061d57048bad9e76f302c5b9c61"],["754e3239f325570cdbbf4a87deee8a66b7f2b33479d468fbc1a50743bf56cc18","673fb86e5bda30fb3cd0ed304ea49a023ee33d0197a695d0c5d98093c536683"],["e3e6bd1071a1e96aff57859c82d570f0330800661d1c952f9fe2694691d9b9e8","59c9e0bba394e76f40c0aa58379a3cb6a5a2283993e90c4167002af4920e37f5"],["186b483d056a033826ae73d88f732985c4ccb1f32ba35f4b4cc47fdcf04aa6eb","3b952d32c67cf77e2e17446e204180ab21fb8090895138b4a4a797f86e80888b"],["df9d70a6b9876ce544c98561f4be4f725442e6d2b737d9c91a8321724ce0963f","55eb2dafd84d6ccd5f862b785dc39d4ab157222720ef9da217b8c45cf2ba2417"],["5edd5cc23c51e87a497ca815d5dce0f8ab52554f849ed8995de64c5f34ce7143","efae9c8dbc14130661e8cec030c89ad0c13c66c0d17a2905cdc706ab7399a868"],["290798c2b6476830da12fe02287e9e777aa3fba1c355b17a722d362f84614fba","e38da76dcd440621988d00bcf79af25d5b29c094db2a23146d003afd41943e7a"],["af3c423a95d9f5b3054754efa150ac39cd29552fe360257362dfdecef4053b45","f98a3fd831eb2b749a93b0e6f35cfb40c8cd5aa667a15581bc2feded498fd9c6"],["766dbb24d134e745cccaa28c99bf274906bb66b26dcf98df8d2fed50d884249a","744b1152eacbe5e38dcc887980da38b897584a65fa06cedd2c924f97cbac5996"],["59dbf46f8c94759ba21277c33784f41645f7b44f6c596a58ce92e666191abe3e","c534ad44175fbc300f4ea6ce648309a042ce739a7919798cd85e216c4a307f6e"],["f13ada95103c4537305e691e74e9a4a8dd647e711a95e73cb62dc6018cfd87b8","e13817b44ee14de663bf4bc808341f326949e21a6a75c2570778419bdaf5733d"],["7754b4fa0e8aced06d4167a2c59cca4cda1869c06ebadfb6488550015a88522c","30e93e864e669d82224b967c3020b8fa8d1e4e350b6cbcc537a48b57841163a2"],["948dcadf5990e048aa3874d46abef9d701858f95de8041d2a6828c99e2262519","e491a42537f6e597d5d28a3224b1bc25df9154efbd2ef1d2cbba2cae5347d57e"],["7962414450c76c1689c7b48f8202ec37fb224cf5ac0bfa1570328a8a3d7c77ab","100b610ec4ffb4760d5c1fc133ef6f6b12507a051f04ac5760afa5b29db83437"],["3514087834964b54b15b160644d915485a16977225b8847bb0dd085137ec47ca","ef0afbb2056205448e1652c48e8127fc6039e77c15c2378b7e7d15a0de293311"],["d3cc30ad6b483e4bc79ce2c9dd8bc54993e947eb8df787b442943d3f7b527eaf","8b378a22d827278d89c5e9be8f9508ae3c2ad46290358630afb34db04eede0a4"],["1624d84780732860ce1c78fcbfefe08b2b29823db913f6493975ba0ff4847610","68651cf9b6da903e0914448c6cd9d4ca896878f5282be4c8cc06e2a404078575"],["733ce80da955a8a26902c95633e62a985192474b5af207da6df7b4fd5fc61cd4","f5435a2bd2badf7d485a4d8b8db9fcce3e1ef8e0201e4578c54673bc1dc5ea1d"],["15d9441254945064cf1a1c33bbd3b49f8966c5092171e699ef258dfab81c045c","d56eb30b69463e7234f5137b73b84177434800bacebfc685fc37bbe9efe4070d"],["a1d0fcf2ec9de675b612136e5ce70d271c21417c9d2b8aaaac138599d0717940","edd77f50bcb5a3cab2e90737309667f2641462a54070f3d519212d39c197a629"],["e22fbe15c0af8ccc5780c0735f84dbe9a790badee8245c06c7ca37331cb36980","a855babad5cd60c88b430a69f53a1a7a38289154964799be43d06d77d31da06"],["311091dd9860e8e20ee13473c1155f5f69635e394704eaa74009452246cfa9b3","66db656f87d1f04fffd1f04788c06830871ec5a64feee685bd80f0b1286d8374"],["34c1fd04d301be89b31c0442d3e6ac24883928b45a9340781867d4232ec2dbdf","9414685e97b1b5954bd46f730174136d57f1ceeb487443dc5321857ba73abee"],["f219ea5d6b54701c1c14de5b557eb42a8d13f3abbcd08affcc2a5e6b049b8d63","4cb95957e83d40b0f73af4544cccf6b1f4b08d3c07b27fb8d8c2962a400766d1"],["d7b8740f74a8fbaab1f683db8f45de26543a5490bca627087236912469a0b448","fa77968128d9c92ee1010f337ad4717eff15db5ed3c049b3411e0315eaa4593b"],["32d31c222f8f6f0ef86f7c98d3a3335ead5bcd32abdd94289fe4d3091aa824bf","5f3032f5892156e39ccd3d7915b9e1da2e6dac9e6f26e961118d14b8462e1661"],["7461f371914ab32671045a155d9831ea8793d77cd59592c4340f86cbc18347b5","8ec0ba238b96bec0cbdddcae0aa442542eee1ff50c986ea6b39847b3cc092ff6"],["ee079adb1df1860074356a25aa38206a6d716b2c3e67453d287698bad7b2b2d6","8dc2412aafe3be5c4c5f37e0ecc5f9f6a446989af04c4e25ebaac479ec1c8c1e"],["16ec93e447ec83f0467b18302ee620f7e65de331874c9dc72bfd8616ba9da6b5","5e4631150e62fb40d0e8c2a7ca5804a39d58186a50e497139626778e25b0674d"],["eaa5f980c245f6f038978290afa70b6bd8855897f98b6aa485b96065d537bd99","f65f5d3e292c2e0819a528391c994624d784869d7e6ea67fb18041024edc07dc"],["78c9407544ac132692ee1910a02439958ae04877151342ea96c4b6b35a49f51","f3e0319169eb9b85d5404795539a5e68fa1fbd583c064d2462b675f194a3ddb4"],["494f4be219a1a77016dcd838431aea0001cdc8ae7a6fc688726578d9702857a5","42242a969283a5f339ba7f075e36ba2af925ce30d767ed6e55f4b031880d562c"],["a598a8030da6d86c6bc7f2f5144ea549d28211ea58faa70ebf4c1e665c1fe9b5","204b5d6f84822c307e4b4a7140737aec23fc63b65b35f86a10026dbd2d864e6b"],["c41916365abb2b5d09192f5f2dbeafec208f020f12570a184dbadc3e58595997","4f14351d0087efa49d245b328984989d5caf9450f34bfc0ed16e96b58fa9913"],["841d6063a586fa475a724604da03bc5b92a2e0d2e0a36acfe4c73a5514742881","73867f59c0659e81904f9a1c7543698e62562d6744c169ce7a36de01a8d6154"],["5e95bb399a6971d376026947f89bde2f282b33810928be4ded112ac4d70e20d5","39f23f366809085beebfc71181313775a99c9aed7d8ba38b161384c746012865"],["36e4641a53948fd476c39f8a99fd974e5ec07564b5315d8bf99471bca0ef2f66","d2424b1b1abe4eb8164227b085c9aa9456ea13493fd563e06fd51cf5694c78fc"],["336581ea7bfbbb290c191a2f507a41cf5643842170e914faeab27c2c579f726","ead12168595fe1be99252129b6e56b3391f7ab1410cd1e0ef3dcdcabd2fda224"],["8ab89816dadfd6b6a1f2634fcf00ec8403781025ed6890c4849742706bd43ede","6fdcef09f2f6d0a044e654aef624136f503d459c3e89845858a47a9129cdd24e"],["1e33f1a746c9c5778133344d9299fcaa20b0938e8acff2544bb40284b8c5fb94","60660257dd11b3aa9c8ed618d24edff2306d320f1d03010e33a7d2057f3b3b6"],["85b7c1dcb3cec1b7ee7f30ded79dd20a0ed1f4cc18cbcfcfa410361fd8f08f31","3d98a9cdd026dd43f39048f25a8847f4fcafad1895d7a633c6fed3c35e999511"],["29df9fbd8d9e46509275f4b125d6d45d7fbe9a3b878a7af872a2800661ac5f51","b4c4fe99c775a606e2d8862179139ffda61dc861c019e55cd2876eb2a27d84b"],["a0b1cae06b0a847a3fea6e671aaf8adfdfe58ca2f768105c8082b2e449fce252","ae434102edde0958ec4b19d917a6a28e6b72da1834aff0e650f049503a296cf2"],["4e8ceafb9b3e9a136dc7ff67e840295b499dfb3b2133e4ba113f2e4c0e121e5","cf2174118c8b6d7a4b48f6d534ce5c79422c086a63460502b827ce62a326683c"],["d24a44e047e19b6f5afb81c7ca2f69080a5076689a010919f42725c2b789a33b","6fb8d5591b466f8fc63db50f1c0f1c69013f996887b8244d2cdec417afea8fa3"],["ea01606a7a6c9cdd249fdfcfacb99584001edd28abbab77b5104e98e8e3b35d4","322af4908c7312b0cfbfe369f7a7b3cdb7d4494bc2823700cfd652188a3ea98d"],["af8addbf2b661c8a6c6328655eb96651252007d8c5ea31be4ad196de8ce2131f","6749e67c029b85f52a034eafd096836b2520818680e26ac8f3dfbcdb71749700"],["e3ae1974566ca06cc516d47e0fb165a674a3dabcfca15e722f0e3450f45889","2aeabe7e4531510116217f07bf4d07300de97e4874f81f533420a72eeb0bd6a4"],["591ee355313d99721cf6993ffed1e3e301993ff3ed258802075ea8ced397e246","b0ea558a113c30bea60fc4775460c7901ff0b053d25ca2bdeee98f1a4be5d196"],["11396d55fda54c49f19aa97318d8da61fa8584e47b084945077cf03255b52984","998c74a8cd45ac01289d5833a7beb4744ff536b01b257be4c5767bea93ea57a4"],["3c5d2a1ba39c5a1790000738c9e0c40b8dcdfd5468754b6405540157e017aa7a","b2284279995a34e2f9d4de7396fc18b80f9b8b9fdd270f6661f79ca4c81bd257"],["cc8704b8a60a0defa3a99a7299f2e9c3fbc395afb04ac078425ef8a1793cc030","bdd46039feed17881d1e0862db347f8cf395b74fc4bcdc4e940b74e3ac1f1b13"],["c533e4f7ea8555aacd9777ac5cad29b97dd4defccc53ee7ea204119b2889b197","6f0a256bc5efdf429a2fb6242f1a43a2d9b925bb4a4b3a26bb8e0f45eb596096"],["c14f8f2ccb27d6f109f6d08d03cc96a69ba8c34eec07bbcf566d48e33da6593","c359d6923bb398f7fd4473e16fe1c28475b740dd098075e6c0e8649113dc3a38"],["a6cbc3046bc6a450bac24789fa17115a4c9739ed75f8f21ce441f72e0b90e6ef","21ae7f4680e889bb130619e2c0f95a360ceb573c70603139862afd617fa9b9f"],["347d6d9a02c48927ebfb86c1359b1caf130a3c0267d11ce6344b39f99d43cc38","60ea7f61a353524d1c987f6ecec92f086d565ab687870cb12689ff1e31c74448"],["da6545d2181db8d983f7dcb375ef5866d47c67b1bf31c8cf855ef7437b72656a","49b96715ab6878a79e78f07ce5680c5d6673051b4935bd897fea824b77dc208a"],["c40747cc9d012cb1a13b8148309c6de7ec25d6945d657146b9d5994b8feb1111","5ca560753be2a12fc6de6caf2cb489565db936156b9514e1bb5e83037e0fa2d4"],["4e42c8ec82c99798ccf3a610be870e78338c7f713348bd34c8203ef4037f3502","7571d74ee5e0fb92a7a8b33a07783341a5492144cc54bcc40a94473693606437"],["3775ab7089bc6af823aba2e1af70b236d251cadb0c86743287522a1b3b0dedea","be52d107bcfa09d8bcb9736a828cfa7fac8db17bf7a76a2c42ad961409018cf7"],["cee31cbf7e34ec379d94fb814d3d775ad954595d1314ba8846959e3e82f74e26","8fd64a14c06b589c26b947ae2bcf6bfa0149ef0be14ed4d80f448a01c43b1c6d"],["b4f9eaea09b6917619f6ea6a4eb5464efddb58fd45b1ebefcdc1a01d08b47986","39e5c9925b5a54b07433a4f18c61726f8bb131c012ca542eb24a8ac07200682a"],["d4263dfc3d2df923a0179a48966d30ce84e2515afc3dccc1b77907792ebcc60e","62dfaf07a0f78feb30e30d6295853ce189e127760ad6cf7fae164e122a208d54"],["48457524820fa65a4f8d35eb6930857c0032acc0a4a2de422233eeda897612c4","25a748ab367979d98733c38a1fa1c2e7dc6cc07db2d60a9ae7a76aaa49bd0f77"],["dfeeef1881101f2cb11644f3a2afdfc2045e19919152923f367a1767c11cceda","ecfb7056cf1de042f9420bab396793c0c390bde74b4bbdff16a83ae09a9a7517"],["6d7ef6b17543f8373c573f44e1f389835d89bcbc6062ced36c82df83b8fae859","cd450ec335438986dfefa10c57fea9bcc521a0959b2d80bbf74b190dca712d10"],["e75605d59102a5a2684500d3b991f2e3f3c88b93225547035af25af66e04541f","f5c54754a8f71ee540b9b48728473e314f729ac5308b06938360990e2bfad125"],["eb98660f4c4dfaa06a2be453d5020bc99a0c2e60abe388457dd43fefb1ed620c","6cb9a8876d9cb8520609af3add26cd20a0a7cd8a9411131ce85f44100099223e"],["13e87b027d8514d35939f2e6892b19922154596941888336dc3563e3b8dba942","fef5a3c68059a6dec5d624114bf1e91aac2b9da568d6abeb2570d55646b8adf1"],["ee163026e9fd6fe017c38f06a5be6fc125424b371ce2708e7bf4491691e5764a","1acb250f255dd61c43d94ccc670d0f58f49ae3fa15b96623e5430da0ad6c62b2"],["b268f5ef9ad51e4d78de3a750c2dc89b1e626d43505867999932e5db33af3d80","5f310d4b3c99b9ebb19f77d41c1dee018cf0d34fd4191614003e945a1216e423"],["ff07f3118a9df035e9fad85eb6c7bfe42b02f01ca99ceea3bf7ffdba93c4750d","438136d603e858a3a5c440c38eccbaddc1d2942114e2eddd4740d098ced1f0d8"],["8d8b9855c7c052a34146fd20ffb658bea4b9f69e0d825ebec16e8c3ce2b526a1","cdb559eedc2d79f926baf44fb84ea4d44bcf50fee51d7ceb30e2e7f463036758"],["52db0b5384dfbf05bfa9d472d7ae26dfe4b851ceca91b1eba54263180da32b63","c3b997d050ee5d423ebaf66a6db9f57b3180c902875679de924b69d84a7b375"],["e62f9490d3d51da6395efd24e80919cc7d0f29c3f3fa48c6fff543becbd43352","6d89ad7ba4876b0b22c2ca280c682862f342c8591f1daf5170e07bfd9ccafa7d"],["7f30ea2476b399b4957509c88f77d0191afa2ff5cb7b14fd6d8e7d65aaab1193","ca5ef7d4b231c94c3b15389a5f6311e9daff7bb67b103e9880ef4bff637acaec"],["5098ff1e1d9f14fb46a210fada6c903fef0fb7b4a1dd1d9ac60a0361800b7a00","9731141d81fc8f8084d37c6e7542006b3ee1b40d60dfe5362a5b132fd17ddc0"],["32b78c7de9ee512a72895be6b9cbefa6e2f3c4ccce445c96b9f2c81e2778ad58","ee1849f513df71e32efc3896ee28260c73bb80547ae2275ba497237794c8753c"],["e2cb74fddc8e9fbcd076eef2a7c72b0ce37d50f08269dfc074b581550547a4f7","d3aa2ed71c9dd2247a62df062736eb0baddea9e36122d2be8641abcb005cc4a4"],["8438447566d4d7bedadc299496ab357426009a35f235cb141be0d99cd10ae3a8","c4e1020916980a4da5d01ac5e6ad330734ef0d7906631c4f2390426b2edd791f"],["4162d488b89402039b584c6fc6c308870587d9c46f660b878ab65c82c711d67e","67163e903236289f776f22c25fb8a3afc1732f2b84b4e95dbda47ae5a0852649"],["3fad3fa84caf0f34f0f89bfd2dcf54fc175d767aec3e50684f3ba4a4bf5f683d","cd1bc7cb6cc407bb2f0ca647c718a730cf71872e7d0d2a53fa20efcdfe61826"],["674f2600a3007a00568c1a7ce05d0816c1fb84bf1370798f1c69532faeb1a86b","299d21f9413f33b3edf43b257004580b70db57da0b182259e09eecc69e0d38a5"],["d32f4da54ade74abb81b815ad1fb3b263d82d6c692714bcff87d29bd5ee9f08f","f9429e738b8e53b968e99016c059707782e14f4535359d582fc416910b3eea87"],["30e4e670435385556e593657135845d36fbb6931f72b08cb1ed954f1e3ce3ff6","462f9bce619898638499350113bbc9b10a878d35da70740dc695a559eb88db7b"],["be2062003c51cc3004682904330e4dee7f3dcd10b01e580bf1971b04d4cad297","62188bc49d61e5428573d48a74e1c655b1c61090905682a0d5558ed72dccb9bc"],["93144423ace3451ed29e0fb9ac2af211cb6e84a601df5993c419859fff5df04a","7c10dfb164c3425f5c71a3f9d7992038f1065224f72bb9d1d902a6d13037b47c"],["b015f8044f5fcbdcf21ca26d6c34fb8197829205c7b7d2a7cb66418c157b112c","ab8c1e086d04e813744a655b2df8d5f83b3cdc6faa3088c1d3aea1454e3a1d5f"],["d5e9e1da649d97d89e4868117a465a3a4f8a18de57a140d36b3f2af341a21b52","4cb04437f391ed73111a13cc1d4dd0db1693465c2240480d8955e8592f27447a"],["d3ae41047dd7ca065dbf8ed77b992439983005cd72e16d6f996a5316d36966bb","bd1aeb21ad22ebb22a10f0303417c6d964f8cdd7df0aca614b10dc14d125ac46"],["463e2763d885f958fc66cdd22800f0a487197d0a82e377b49f80af87c897b065","bfefacdb0e5d0fd7df3a311a94de062b26b80c61fbc97508b79992671ef7ca7f"],["7985fdfd127c0567c6f53ec1bb63ec3158e597c40bfe747c83cddfc910641917","603c12daf3d9862ef2b25fe1de289aed24ed291e0ec6708703a5bd567f32ed03"],["74a1ad6b5f76e39db2dd249410eac7f99e74c59cb83d2d0ed5ff1543da7703e9","cc6157ef18c9c63cd6193d83631bbea0093e0968942e8c33d5737fd790e0db08"],["30682a50703375f602d416664ba19b7fc9bab42c72747463a71d0896b22f6da3","553e04f6b018b4fa6c8f39e7f311d3176290d0e0f19ca73f17714d9977a22ff8"],["9e2158f0d7c0d5f26c3791efefa79597654e7a2b2464f52b1ee6c1347769ef57","712fcdd1b9053f09003a3481fa7762e9ffd7c8ef35a38509e2fbf2629008373"],["176e26989a43c9cfeba4029c202538c28172e566e3c4fce7322857f3be327d66","ed8cc9d04b29eb877d270b4878dc43c19aefd31f4eee09ee7b47834c1fa4b1c3"],["75d46efea3771e6e68abb89a13ad747ecf1892393dfc4f1b7004788c50374da8","9852390a99507679fd0b86fd2b39a868d7efc22151346e1a3ca4726586a6bed8"],["809a20c67d64900ffb698c4c825f6d5f2310fb0451c869345b7319f645605721","9e994980d9917e22b76b061927fa04143d096ccc54963e6a5ebfa5f3f8e286c1"],["1b38903a43f7f114ed4500b4eac7083fdefece1cf29c63528d563446f972c180","4036edc931a60ae889353f77fd53de4a2708b26b6f5da72ad3394119daf408f9"]]}};
1390
1391},{}],324:[function(require,module,exports){
1392"use strict";var utils=exports,BN=require("bn.js"),minAssert=require("minimalistic-assert"),minUtils=require("minimalistic-crypto-utils");function getNAF(t,i){for(var r=[],e=1<<i+1,n=t.clone();n.cmpn(1)>=0;){var s;if(n.isOdd()){var u=n.andln(e-1);s=u>(e>>1)-1?(e>>1)-u:u,n.isubn(s)}else s=0;r.push(s);for(var l=0!==n.cmpn(0)&&0===n.andln(e-1)?i+1:1,o=1;o<l;o++)r.push(0);n.iushrn(l)}return r}function getJSF(t,i){var r=[[],[]];t=t.clone(),i=i.clone();for(var e=0,n=0;t.cmpn(-e)>0||i.cmpn(-n)>0;){var s,u,l,o=t.andln(3)+e&3,a=i.andln(3)+n&3;if(3===o&&(o=-1),3===a&&(a=-1),0==(1&o))s=0;else s=3!==(l=t.andln(7)+e&7)&&5!==l||2!==a?o:-o;if(r[0].push(s),0==(1&a))u=0;else u=3!==(l=i.andln(7)+n&7)&&5!==l||2!==o?a:-a;r[1].push(u),2*e===s+1&&(e=1-e),2*n===u+1&&(n=1-n),t.iushrn(1),i.iushrn(1)}return r}function cachedProperty(t,i,r){var e="_"+i;t.prototype[i]=function(){return void 0!==this[e]?this[e]:this[e]=r.call(this)}}function parseBytes(t){return"string"==typeof t?utils.toArray(t,"hex"):t}function intFromLE(t){return new BN(t,"hex","le")}utils.assert=minAssert,utils.toArray=minUtils.toArray,utils.zero2=minUtils.zero2,utils.toHex=minUtils.toHex,utils.encode=minUtils.encode,utils.getNAF=getNAF,utils.getJSF=getJSF,utils.cachedProperty=cachedProperty,utils.parseBytes=parseBytes,utils.intFromLE=intFromLE;
1393
1394},{"bn.js":254,"minimalistic-assert":494,"minimalistic-crypto-utils":495}],325:[function(require,module,exports){
1395module.exports={
1396 "_from": "elliptic@^6.0.0",
1397 "_id": "elliptic@6.5.1",
1398 "_inBundle": false,
1399 "_integrity": "sha512-xvJINNLbTeWQjrl6X+7eQCrIy/YPv5XCpKW6kB5mKvtnGILoLDcySuwomfdzt0BMdLNVnuRNTuzKNHj0bva1Cg==",
1400 "_location": "/elliptic",
1401 "_phantomChildren": {},
1402 "_requested": {
1403 "type": "range",
1404 "registry": true,
1405 "raw": "elliptic@^6.0.0",
1406 "name": "elliptic",
1407 "escapedName": "elliptic",
1408 "rawSpec": "^6.0.0",
1409 "saveSpec": null,
1410 "fetchSpec": "^6.0.0"
1411 },
1412 "_requiredBy": [
1413 "/browserify-sign",
1414 "/create-ecdh"
1415 ],
1416 "_resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.1.tgz",
1417 "_shasum": "c380f5f909bf1b9b4428d028cd18d3b0efd6b52b",
1418 "_spec": "elliptic@^6.0.0",
1419 "_where": "/home/ericmorand-private/Projects/twing/node_modules/browserify-sign",
1420 "author": {
1421 "name": "Fedor Indutny",
1422 "email": "fedor@indutny.com"
1423 },
1424 "bugs": {
1425 "url": "https://github.com/indutny/elliptic/issues"
1426 },
1427 "bundleDependencies": false,
1428 "dependencies": {
1429 "bn.js": "^4.4.0",
1430 "brorand": "^1.0.1",
1431 "hash.js": "^1.0.0",
1432 "hmac-drbg": "^1.0.0",
1433 "inherits": "^2.0.1",
1434 "minimalistic-assert": "^1.0.0",
1435 "minimalistic-crypto-utils": "^1.0.0"
1436 },
1437 "deprecated": false,
1438 "description": "EC cryptography",
1439 "devDependencies": {
1440 "brfs": "^1.4.3",
1441 "coveralls": "^3.0.4",
1442 "grunt": "^1.0.4",
1443 "grunt-browserify": "^5.0.0",
1444 "grunt-cli": "^1.2.0",
1445 "grunt-contrib-connect": "^1.0.0",
1446 "grunt-contrib-copy": "^1.0.0",
1447 "grunt-contrib-uglify": "^1.0.1",
1448 "grunt-mocha-istanbul": "^3.0.1",
1449 "grunt-saucelabs": "^9.0.1",
1450 "istanbul": "^0.4.2",
1451 "jscs": "^3.0.7",
1452 "jshint": "^2.6.0",
1453 "mocha": "^6.1.4"
1454 },
1455 "files": [
1456 "lib"
1457 ],
1458 "homepage": "https://github.com/indutny/elliptic",
1459 "keywords": [
1460 "EC",
1461 "Elliptic",
1462 "curve",
1463 "Cryptography"
1464 ],
1465 "license": "MIT",
1466 "main": "lib/elliptic.js",
1467 "name": "elliptic",
1468 "repository": {
1469 "type": "git",
1470 "url": "git+ssh://git@github.com/indutny/elliptic.git"
1471 },
1472 "scripts": {
1473 "jscs": "jscs benchmarks/*.js lib/*.js lib/**/*.js lib/**/**/*.js test/index.js",
1474 "jshint": "jscs benchmarks/*.js lib/*.js lib/**/*.js lib/**/**/*.js test/index.js",
1475 "lint": "npm run jscs && npm run jshint",
1476 "test": "npm run lint && npm run unit",
1477 "unit": "istanbul test _mocha --reporter=spec test/index.js",
1478 "version": "grunt dist && git add dist/"
1479 },
1480 "version": "6.5.1"
1481}
1482
1483},{}],326:[function(require,module,exports){
1484(function (global){
1485!function(u){var e="object"==typeof exports&&exports,F="object"==typeof module&&module&&module.exports==e&&module,o="object"==typeof global&&global;o.global!==o&&o.window!==o||(u=o);var r=/([\0-\u02FF\u0370-\u1AAF\u1B00-\u1DBF\u1E00-\u20CF\u2100-\uD7FF\uE000-\uFE1F\uFE30-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])([\u0300-\u036F\u1AB0-\u1AFF\u1DC0-\u1DFF\u20D0-\u20FF\uFE20-\uFE2F]+)/g,t=/([\uD800-\uDBFF])([\uDC00-\uDFFF])/g,n=function(u){for(var e="",F=(u=u.replace(r,function(u,e,F){return n(F)+e}).replace(t,"$2$1")).length;F--;)e+=u.charAt(F);return e},D={version:"0.2.0",reverse:n};if("function"==typeof define&&"object"==typeof define.amd&&define.amd)define(function(){return D});else if(e&&!e.nodeType)if(F)F.exports=D;else for(var f in D)D.hasOwnProperty(f)&&(e[f]=D[f]);else u.esrever=D}(this);
1486
1487}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
1488},{}],327:[function(require,module,exports){
1489var objectCreate=Object.create||objectCreatePolyfill,objectKeys=Object.keys||objectKeysPolyfill,bind=Function.prototype.bind||functionBindPolyfill;function EventEmitter(){this._events&&Object.prototype.hasOwnProperty.call(this,"_events")||(this._events=objectCreate(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0}module.exports=EventEmitter,EventEmitter.EventEmitter=EventEmitter,EventEmitter.prototype._events=void 0,EventEmitter.prototype._maxListeners=void 0;var hasDefineProperty,defaultMaxListeners=10;try{var o={};Object.defineProperty&&Object.defineProperty(o,"x",{value:0}),hasDefineProperty=0===o.x}catch(e){hasDefineProperty=!1}function $getMaxListeners(e){return void 0===e._maxListeners?EventEmitter.defaultMaxListeners:e._maxListeners}function emitNone(e,t,n){if(t)e.call(n);else for(var r=e.length,i=arrayClone(e,r),s=0;s<r;++s)i[s].call(n)}function emitOne(e,t,n,r){if(t)e.call(n,r);else for(var i=e.length,s=arrayClone(e,i),o=0;o<i;++o)s[o].call(n,r)}function emitTwo(e,t,n,r,i){if(t)e.call(n,r,i);else for(var s=e.length,o=arrayClone(e,s),a=0;a<s;++a)o[a].call(n,r,i)}function emitThree(e,t,n,r,i,s){if(t)e.call(n,r,i,s);else for(var o=e.length,a=arrayClone(e,o),l=0;l<o;++l)a[l].call(n,r,i,s)}function emitMany(e,t,n,r){if(t)e.apply(n,r);else for(var i=e.length,s=arrayClone(e,i),o=0;o<i;++o)s[o].apply(n,r)}function _addListener(e,t,n,r){var i,s,o;if("function"!=typeof n)throw new TypeError('"listener" argument must be a function');if((s=e._events)?(s.newListener&&(e.emit("newListener",t,n.listener?n.listener:n),s=e._events),o=s[t]):(s=e._events=objectCreate(null),e._eventsCount=0),o){if("function"==typeof o?o=s[t]=r?[n,o]:[o,n]:r?o.unshift(n):o.push(n),!o.warned&&(i=$getMaxListeners(e))&&i>0&&o.length>i){o.warned=!0;var a=new Error("Possible EventEmitter memory leak detected. "+o.length+' "'+String(t)+'" listeners added. Use emitter.setMaxListeners() to increase limit.');a.name="MaxListenersExceededWarning",a.emitter=e,a.type=t,a.count=o.length,"object"==typeof console&&console.warn&&console.warn("%s: %s",a.name,a.message)}}else o=s[t]=n,++e._eventsCount;return e}function onceWrapper(){if(!this.fired)switch(this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length){case 0:return this.listener.call(this.target);case 1:return this.listener.call(this.target,arguments[0]);case 2:return this.listener.call(this.target,arguments[0],arguments[1]);case 3:return this.listener.call(this.target,arguments[0],arguments[1],arguments[2]);default:for(var e=new Array(arguments.length),t=0;t<e.length;++t)e[t]=arguments[t];this.listener.apply(this.target,e)}}function _onceWrap(e,t,n){var r={fired:!1,wrapFn:void 0,target:e,type:t,listener:n},i=bind.call(onceWrapper,r);return i.listener=n,r.wrapFn=i,i}function _listeners(e,t,n){var r=e._events;if(!r)return[];var i=r[t];return i?"function"==typeof i?n?[i.listener||i]:[i]:n?unwrapListeners(i):arrayClone(i,i.length):[]}function listenerCount(e){var t=this._events;if(t){var n=t[e];if("function"==typeof n)return 1;if(n)return n.length}return 0}function spliceOne(e,t){for(var n=t,r=n+1,i=e.length;r<i;n+=1,r+=1)e[n]=e[r];e.pop()}function arrayClone(e,t){for(var n=new Array(t),r=0;r<t;++r)n[r]=e[r];return n}function unwrapListeners(e){for(var t=new Array(e.length),n=0;n<t.length;++n)t[n]=e[n].listener||e[n];return t}function objectCreatePolyfill(e){var t=function(){};return t.prototype=e,new t}function objectKeysPolyfill(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.push(n);return n}function functionBindPolyfill(e){var t=this;return function(){return t.apply(e,arguments)}}hasDefineProperty?Object.defineProperty(EventEmitter,"defaultMaxListeners",{enumerable:!0,get:function(){return defaultMaxListeners},set:function(e){if("number"!=typeof e||e<0||e!=e)throw new TypeError('"defaultMaxListeners" must be a positive number');defaultMaxListeners=e}}):EventEmitter.defaultMaxListeners=defaultMaxListeners,EventEmitter.prototype.setMaxListeners=function(e){if("number"!=typeof e||e<0||isNaN(e))throw new TypeError('"n" argument must be a positive number');return this._maxListeners=e,this},EventEmitter.prototype.getMaxListeners=function(){return $getMaxListeners(this)},EventEmitter.prototype.emit=function(e){var t,n,r,i,s,o,a="error"===e;if(o=this._events)a=a&&null==o.error;else if(!a)return!1;if(a){if(arguments.length>1&&(t=arguments[1]),t instanceof Error)throw t;var l=new Error('Unhandled "error" event. ('+t+")");throw l.context=t,l}if(!(n=o[e]))return!1;var u="function"==typeof n;switch(r=arguments.length){case 1:emitNone(n,u,this);break;case 2:emitOne(n,u,this,arguments[1]);break;case 3:emitTwo(n,u,this,arguments[1],arguments[2]);break;case 4:emitThree(n,u,this,arguments[1],arguments[2],arguments[3]);break;default:for(i=new Array(r-1),s=1;s<r;s++)i[s-1]=arguments[s];emitMany(n,u,this,i)}return!0},EventEmitter.prototype.addListener=function(e,t){return _addListener(this,e,t,!1)},EventEmitter.prototype.on=EventEmitter.prototype.addListener,EventEmitter.prototype.prependListener=function(e,t){return _addListener(this,e,t,!0)},EventEmitter.prototype.once=function(e,t){if("function"!=typeof t)throw new TypeError('"listener" argument must be a function');return this.on(e,_onceWrap(this,e,t)),this},EventEmitter.prototype.prependOnceListener=function(e,t){if("function"!=typeof t)throw new TypeError('"listener" argument must be a function');return this.prependListener(e,_onceWrap(this,e,t)),this},EventEmitter.prototype.removeListener=function(e,t){var n,r,i,s,o;if("function"!=typeof t)throw new TypeError('"listener" argument must be a function');if(!(r=this._events))return this;if(!(n=r[e]))return this;if(n===t||n.listener===t)0==--this._eventsCount?this._events=objectCreate(null):(delete r[e],r.removeListener&&this.emit("removeListener",e,n.listener||t));else if("function"!=typeof n){for(i=-1,s=n.length-1;s>=0;s--)if(n[s]===t||n[s].listener===t){o=n[s].listener,i=s;break}if(i<0)return this;0===i?n.shift():spliceOne(n,i),1===n.length&&(r[e]=n[0]),r.removeListener&&this.emit("removeListener",e,o||t)}return this},EventEmitter.prototype.removeAllListeners=function(e){var t,n,r;if(!(n=this._events))return this;if(!n.removeListener)return 0===arguments.length?(this._events=objectCreate(null),this._eventsCount=0):n[e]&&(0==--this._eventsCount?this._events=objectCreate(null):delete n[e]),this;if(0===arguments.length){var i,s=objectKeys(n);for(r=0;r<s.length;++r)"removeListener"!==(i=s[r])&&this.removeAllListeners(i);return this.removeAllListeners("removeListener"),this._events=objectCreate(null),this._eventsCount=0,this}if("function"==typeof(t=n[e]))this.removeListener(e,t);else if(t)for(r=t.length-1;r>=0;r--)this.removeListener(e,t[r]);return this},EventEmitter.prototype.listeners=function(e){return _listeners(this,e,!0)},EventEmitter.prototype.rawListeners=function(e){return _listeners(this,e,!1)},EventEmitter.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):listenerCount.call(e,t)},EventEmitter.prototype.listenerCount=listenerCount,EventEmitter.prototype.eventNames=function(){return this._eventsCount>0?Reflect.ownKeys(this._events):[]};
1490
1491},{}],328:[function(require,module,exports){
1492var Buffer=require("safe-buffer").Buffer,MD5=require("md5.js");function EVP_BytesToKey(e,f,r,t){if(Buffer.isBuffer(e)||(e=Buffer.from(e,"binary")),f&&(Buffer.isBuffer(f)||(f=Buffer.from(f,"binary")),8!==f.length))throw new RangeError("salt should be Buffer with 8 byte length");for(var u=r/8,a=Buffer.alloc(u),l=Buffer.alloc(t||0),n=Buffer.alloc(0);u>0||t>0;){var i=new MD5;i.update(n),i.update(e),f&&i.update(f),n=i.digest();var o=0;if(u>0){var B=a.length-u;o=Math.min(u,n.length),n.copy(a,B,0,o),u-=o}if(o<n.length&&t>0){var h=l.length-t,s=Math.min(t,n.length-o);n.copy(l,h,o,o+s),t-=s}}return n.fill(0),{key:a,iv:l}}module.exports=EVP_BytesToKey;
1493
1494},{"md5.js":492,"safe-buffer":542}],329:[function(require,module,exports){
1495"use strict";var Buffer=require("safe-buffer").Buffer,Transform=require("stream").Transform,inherits=require("inherits");function throwIfNotStringOrBuffer(t,e){if(!Buffer.isBuffer(t)&&"string"!=typeof t)throw new TypeError(e+" must be a string or a buffer")}function HashBase(t){Transform.call(this),this._block=Buffer.allocUnsafe(t),this._blockSize=t,this._blockOffset=0,this._length=[0,0,0,0],this._finalized=!1}inherits(HashBase,Transform),HashBase.prototype._transform=function(t,e,r){var s=null;try{this.update(t,e)}catch(t){s=t}r(s)},HashBase.prototype._flush=function(t){var e=null;try{this.push(this.digest())}catch(t){e=t}t(e)},HashBase.prototype.update=function(t,e){if(throwIfNotStringOrBuffer(t,"Data"),this._finalized)throw new Error("Digest already called");Buffer.isBuffer(t)||(t=Buffer.from(t,e));for(var r=this._block,s=0;this._blockOffset+t.length-s>=this._blockSize;){for(var i=this._blockOffset;i<this._blockSize;)r[i++]=t[s++];this._update(),this._blockOffset=0}for(;s<t.length;)r[this._blockOffset++]=t[s++];for(var f=0,o=8*t.length;o>0;++f)this._length[f]+=o,(o=this._length[f]/4294967296|0)>0&&(this._length[f]-=4294967296*o);return this},HashBase.prototype._update=function(){throw new Error("_update is not implemented")},HashBase.prototype.digest=function(t){if(this._finalized)throw new Error("Digest already called");this._finalized=!0;var e=this._digest();void 0!==t&&(e=e.toString(t)),this._block.fill(0),this._blockOffset=0;for(var r=0;r<4;++r)this._length[r]=0;return e},HashBase.prototype._digest=function(){throw new Error("_digest is not implemented")},module.exports=HashBase;
1496
1497},{"inherits":364,"safe-buffer":542,"stream":564}],330:[function(require,module,exports){
1498var hash=exports;hash.utils=require("./hash/utils"),hash.common=require("./hash/common"),hash.sha=require("./hash/sha"),hash.ripemd=require("./hash/ripemd"),hash.hmac=require("./hash/hmac"),hash.sha1=hash.sha.sha1,hash.sha256=hash.sha.sha256,hash.sha224=hash.sha.sha224,hash.sha384=hash.sha.sha384,hash.sha512=hash.sha.sha512,hash.ripemd160=hash.ripemd.ripemd160;
1499
1500},{"./hash/common":331,"./hash/hmac":332,"./hash/ripemd":333,"./hash/sha":334,"./hash/utils":341}],331:[function(require,module,exports){
1501"use strict";var utils=require("./utils"),assert=require("minimalistic-assert");function BlockHash(){this.pending=null,this.pendingTotal=0,this.blockSize=this.constructor.blockSize,this.outSize=this.constructor.outSize,this.hmacStrength=this.constructor.hmacStrength,this.padLength=this.constructor.padLength/8,this.endian="big",this._delta8=this.blockSize/8,this._delta32=this.blockSize/32}exports.BlockHash=BlockHash,BlockHash.prototype.update=function(t,i){if(t=utils.toArray(t,i),this.pending?this.pending=this.pending.concat(t):this.pending=t,this.pendingTotal+=t.length,this.pending.length>=this._delta8){var n=(t=this.pending).length%this._delta8;this.pending=t.slice(t.length-n,t.length),0===this.pending.length&&(this.pending=null),t=utils.join32(t,0,t.length-n,this.endian);for(var s=0;s<t.length;s+=this._delta32)this._update(t,s,s+this._delta32)}return this},BlockHash.prototype.digest=function(t){return this.update(this._pad()),assert(null===this.pending),this._digest(t)},BlockHash.prototype._pad=function(){var t=this.pendingTotal,i=this._delta8,n=i-(t+this.padLength)%i,s=new Array(n+this.padLength);s[0]=128;for(var e=1;e<n;e++)s[e]=0;if(t<<=3,"big"===this.endian){for(var h=8;h<this.padLength;h++)s[e++]=0;s[e++]=0,s[e++]=0,s[e++]=0,s[e++]=0,s[e++]=t>>>24&255,s[e++]=t>>>16&255,s[e++]=t>>>8&255,s[e++]=255&t}else for(s[e++]=255&t,s[e++]=t>>>8&255,s[e++]=t>>>16&255,s[e++]=t>>>24&255,s[e++]=0,s[e++]=0,s[e++]=0,s[e++]=0,h=8;h<this.padLength;h++)s[e++]=0;return s};
1502
1503},{"./utils":341,"minimalistic-assert":494}],332:[function(require,module,exports){
1504"use strict";var utils=require("./utils"),assert=require("minimalistic-assert");function Hmac(t,i,e){if(!(this instanceof Hmac))return new Hmac(t,i,e);this.Hash=t,this.blockSize=t.blockSize/8,this.outSize=t.outSize/8,this.inner=null,this.outer=null,this._init(utils.toArray(i,e))}module.exports=Hmac,Hmac.prototype._init=function(t){t.length>this.blockSize&&(t=(new this.Hash).update(t).digest()),assert(t.length<=this.blockSize);for(var i=t.length;i<this.blockSize;i++)t.push(0);for(i=0;i<t.length;i++)t[i]^=54;for(this.inner=(new this.Hash).update(t),i=0;i<t.length;i++)t[i]^=106;this.outer=(new this.Hash).update(t)},Hmac.prototype.update=function(t,i){return this.inner.update(t,i),this},Hmac.prototype.digest=function(t){return this.outer.update(this.inner.digest()),this.outer.digest(t)};
1505
1506},{"./utils":341,"minimalistic-assert":494}],333:[function(require,module,exports){
1507"use strict";var utils=require("./utils"),common=require("./common"),rotl32=utils.rotl32,sum32=utils.sum32,sum32_3=utils.sum32_3,sum32_4=utils.sum32_4,BlockHash=common.BlockHash;function RIPEMD160(){if(!(this instanceof RIPEMD160))return new RIPEMD160;BlockHash.call(this),this.h=[1732584193,4023233417,2562383102,271733878,3285377520],this.endian="little"}function f(t,s,h,i){return t<=15?s^h^i:t<=31?s&h|~s&i:t<=47?(s|~h)^i:t<=63?s&i|h&~i:s^(h|~i)}function K(t){return t<=15?0:t<=31?1518500249:t<=47?1859775393:t<=63?2400959708:2840853838}function Kh(t){return t<=15?1352829926:t<=31?1548603684:t<=47?1836072691:t<=63?2053994217:0}utils.inherits(RIPEMD160,BlockHash),exports.ripemd160=RIPEMD160,RIPEMD160.blockSize=512,RIPEMD160.outSize=160,RIPEMD160.hmacStrength=192,RIPEMD160.padLength=64,RIPEMD160.prototype._update=function(t,h){for(var i=this.h[0],u=this.h[1],o=this.h[2],e=this.h[3],l=this.h[4],n=i,m=u,c=o,a=e,_=l,D=0;D<80;D++){var E=sum32(rotl32(sum32_4(i,f(D,u,o,e),t[r[D]+h],K(D)),s[D]),l);i=l,l=e,e=rotl32(o,10),o=u,u=E,E=sum32(rotl32(sum32_4(n,f(79-D,m,c,a),t[rh[D]+h],Kh(D)),sh[D]),_),n=_,_=a,a=rotl32(c,10),c=m,m=E}E=sum32_3(this.h[1],o,a),this.h[1]=sum32_3(this.h[2],e,_),this.h[2]=sum32_3(this.h[3],l,n),this.h[3]=sum32_3(this.h[4],i,m),this.h[4]=sum32_3(this.h[0],u,c),this.h[0]=E},RIPEMD160.prototype._digest=function(t){return"hex"===t?utils.toHex32(this.h,"little"):utils.split32(this.h,"little")};var r=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13],rh=[5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11],s=[11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6],sh=[8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11];
1508
1509},{"./common":331,"./utils":341}],334:[function(require,module,exports){
1510"use strict";exports.sha1=require("./sha/1"),exports.sha224=require("./sha/224"),exports.sha256=require("./sha/256"),exports.sha384=require("./sha/384"),exports.sha512=require("./sha/512");
1511
1512},{"./sha/1":335,"./sha/224":336,"./sha/256":337,"./sha/384":338,"./sha/512":339}],335:[function(require,module,exports){
1513"use strict";var utils=require("../utils"),common=require("../common"),shaCommon=require("./common"),rotl32=utils.rotl32,sum32=utils.sum32,sum32_5=utils.sum32_5,ft_1=shaCommon.ft_1,BlockHash=common.BlockHash,sha1_K=[1518500249,1859775393,2400959708,3395469782];function SHA1(){if(!(this instanceof SHA1))return new SHA1;BlockHash.call(this),this.h=[1732584193,4023233417,2562383102,271733878,3285377520],this.W=new Array(80)}utils.inherits(SHA1,BlockHash),module.exports=SHA1,SHA1.blockSize=512,SHA1.outSize=160,SHA1.hmacStrength=80,SHA1.padLength=64,SHA1.prototype._update=function(t,h){for(var s=this.W,i=0;i<16;i++)s[i]=t[h+i];for(;i<s.length;i++)s[i]=rotl32(s[i-3]^s[i-8]^s[i-14]^s[i-16],1);var o=this.h[0],r=this.h[1],u=this.h[2],e=this.h[3],l=this.h[4];for(i=0;i<s.length;i++){var m=~~(i/20),n=sum32_5(rotl32(o,5),ft_1(m,r,u,e),l,s[i],sha1_K[m]);l=e,e=u,u=rotl32(r,30),r=o,o=n}this.h[0]=sum32(this.h[0],o),this.h[1]=sum32(this.h[1],r),this.h[2]=sum32(this.h[2],u),this.h[3]=sum32(this.h[3],e),this.h[4]=sum32(this.h[4],l)},SHA1.prototype._digest=function(t){return"hex"===t?utils.toHex32(this.h,"big"):utils.split32(this.h,"big")};
1514
1515},{"../common":331,"../utils":341,"./common":340}],336:[function(require,module,exports){
1516"use strict";var utils=require("../utils"),SHA256=require("./256");function SHA224(){if(!(this instanceof SHA224))return new SHA224;SHA256.call(this),this.h=[3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428]}utils.inherits(SHA224,SHA256),module.exports=SHA224,SHA224.blockSize=512,SHA224.outSize=224,SHA224.hmacStrength=192,SHA224.padLength=64,SHA224.prototype._digest=function(t){return"hex"===t?utils.toHex32(this.h.slice(0,7),"big"):utils.split32(this.h.slice(0,7),"big")};
1517
1518},{"../utils":341,"./256":337}],337:[function(require,module,exports){
1519"use strict";var utils=require("../utils"),common=require("../common"),shaCommon=require("./common"),assert=require("minimalistic-assert"),sum32=utils.sum32,sum32_4=utils.sum32_4,sum32_5=utils.sum32_5,ch32=shaCommon.ch32,maj32=shaCommon.maj32,s0_256=shaCommon.s0_256,s1_256=shaCommon.s1_256,g0_256=shaCommon.g0_256,g1_256=shaCommon.g1_256,BlockHash=common.BlockHash,sha256_K=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298];function SHA256(){if(!(this instanceof SHA256))return new SHA256;BlockHash.call(this),this.h=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],this.k=sha256_K,this.W=new Array(64)}utils.inherits(SHA256,BlockHash),module.exports=SHA256,SHA256.blockSize=512,SHA256.outSize=256,SHA256.hmacStrength=192,SHA256.padLength=64,SHA256.prototype._update=function(s,h){for(var t=this.W,i=0;i<16;i++)t[i]=s[h+i];for(;i<t.length;i++)t[i]=sum32_4(g1_256(t[i-2]),t[i-7],g0_256(t[i-15]),t[i-16]);var m=this.h[0],o=this.h[1],u=this.h[2],e=this.h[3],n=this.h[4],a=this.h[5],r=this.h[6],l=this.h[7];for(assert(this.k.length===t.length),i=0;i<t.length;i++){var _=sum32_5(l,s1_256(n),ch32(n,a,r),this.k[i],t[i]),c=sum32(s0_256(m),maj32(m,o,u));l=r,r=a,a=n,n=sum32(e,_),e=u,u=o,o=m,m=sum32(_,c)}this.h[0]=sum32(this.h[0],m),this.h[1]=sum32(this.h[1],o),this.h[2]=sum32(this.h[2],u),this.h[3]=sum32(this.h[3],e),this.h[4]=sum32(this.h[4],n),this.h[5]=sum32(this.h[5],a),this.h[6]=sum32(this.h[6],r),this.h[7]=sum32(this.h[7],l)},SHA256.prototype._digest=function(s){return"hex"===s?utils.toHex32(this.h,"big"):utils.split32(this.h,"big")};
1520
1521},{"../common":331,"../utils":341,"./common":340,"minimalistic-assert":494}],338:[function(require,module,exports){
1522"use strict";var utils=require("../utils"),SHA512=require("./512");function SHA384(){if(!(this instanceof SHA384))return new SHA384;SHA512.call(this),this.h=[3418070365,3238371032,1654270250,914150663,2438529370,812702999,355462360,4144912697,1731405415,4290775857,2394180231,1750603025,3675008525,1694076839,1203062813,3204075428]}utils.inherits(SHA384,SHA512),module.exports=SHA384,SHA384.blockSize=1024,SHA384.outSize=384,SHA384.hmacStrength=192,SHA384.padLength=128,SHA384.prototype._digest=function(t){return"hex"===t?utils.toHex32(this.h.slice(0,12),"big"):utils.split32(this.h.slice(0,12),"big")};
1523
1524},{"../utils":341,"./512":339}],339:[function(require,module,exports){
1525"use strict";var utils=require("../utils"),common=require("../common"),assert=require("minimalistic-assert"),rotr64_hi=utils.rotr64_hi,rotr64_lo=utils.rotr64_lo,shr64_hi=utils.shr64_hi,shr64_lo=utils.shr64_lo,sum64=utils.sum64,sum64_hi=utils.sum64_hi,sum64_lo=utils.sum64_lo,sum64_4_hi=utils.sum64_4_hi,sum64_4_lo=utils.sum64_4_lo,sum64_5_hi=utils.sum64_5_hi,sum64_5_lo=utils.sum64_5_lo,BlockHash=common.BlockHash,sha512_K=[1116352408,3609767458,1899447441,602891725,3049323471,3964484399,3921009573,2173295548,961987163,4081628472,1508970993,3053834265,2453635748,2937671579,2870763221,3664609560,3624381080,2734883394,310598401,1164996542,607225278,1323610764,1426881987,3590304994,1925078388,4068182383,2162078206,991336113,2614888103,633803317,3248222580,3479774868,3835390401,2666613458,4022224774,944711139,264347078,2341262773,604807628,2007800933,770255983,1495990901,1249150122,1856431235,1555081692,3175218132,1996064986,2198950837,2554220882,3999719339,2821834349,766784016,2952996808,2566594879,3210313671,3203337956,3336571891,1034457026,3584528711,2466948901,113926993,3758326383,338241895,168717936,666307205,1188179964,773529912,1546045734,1294757372,1522805485,1396182291,2643833823,1695183700,2343527390,1986661051,1014477480,2177026350,1206759142,2456956037,344077627,2730485921,1290863460,2820302411,3158454273,3259730800,3505952657,3345764771,106217008,3516065817,3606008344,3600352804,1432725776,4094571909,1467031594,275423344,851169720,430227734,3100823752,506948616,1363258195,659060556,3750685593,883997877,3785050280,958139571,3318307427,1322822218,3812723403,1537002063,2003034995,1747873779,3602036899,1955562222,1575990012,2024104815,1125592928,2227730452,2716904306,2361852424,442776044,2428436474,593698344,2756734187,3733110249,3204031479,2999351573,3329325298,3815920427,3391569614,3928383900,3515267271,566280711,3940187606,3454069534,4118630271,4000239992,116418474,1914138554,174292421,2731055270,289380356,3203993006,460393269,320620315,685471733,587496836,852142971,1086792851,1017036298,365543100,1126000580,2618297676,1288033470,3409855158,1501505948,4234509866,1607167915,987167468,1816402316,1246189591];function SHA512(){if(!(this instanceof SHA512))return new SHA512;BlockHash.call(this),this.h=[1779033703,4089235720,3144134277,2227873595,1013904242,4271175723,2773480762,1595750129,1359893119,2917565137,2600822924,725511199,528734635,4215389547,1541459225,327033209],this.k=sha512_K,this.W=new Array(160)}function ch64_hi(t,h,r,i,s){var _=t&r^~t&s;return _<0&&(_+=4294967296),_}function ch64_lo(t,h,r,i,s,_){var o=h&i^~h&_;return o<0&&(o+=4294967296),o}function maj64_hi(t,h,r,i,s){var _=t&r^t&s^r&s;return _<0&&(_+=4294967296),_}function maj64_lo(t,h,r,i,s,_){var o=h&i^h&_^i&_;return o<0&&(o+=4294967296),o}function s0_512_hi(t,h){var r=rotr64_hi(t,h,28)^rotr64_hi(h,t,2)^rotr64_hi(h,t,7);return r<0&&(r+=4294967296),r}function s0_512_lo(t,h){var r=rotr64_lo(t,h,28)^rotr64_lo(h,t,2)^rotr64_lo(h,t,7);return r<0&&(r+=4294967296),r}function s1_512_hi(t,h){var r=rotr64_hi(t,h,14)^rotr64_hi(t,h,18)^rotr64_hi(h,t,9);return r<0&&(r+=4294967296),r}function s1_512_lo(t,h){var r=rotr64_lo(t,h,14)^rotr64_lo(t,h,18)^rotr64_lo(h,t,9);return r<0&&(r+=4294967296),r}function g0_512_hi(t,h){var r=rotr64_hi(t,h,1)^rotr64_hi(t,h,8)^shr64_hi(t,h,7);return r<0&&(r+=4294967296),r}function g0_512_lo(t,h){var r=rotr64_lo(t,h,1)^rotr64_lo(t,h,8)^shr64_lo(t,h,7);return r<0&&(r+=4294967296),r}function g1_512_hi(t,h){var r=rotr64_hi(t,h,19)^rotr64_hi(h,t,29)^shr64_hi(t,h,6);return r<0&&(r+=4294967296),r}function g1_512_lo(t,h){var r=rotr64_lo(t,h,19)^rotr64_lo(h,t,29)^shr64_lo(t,h,6);return r<0&&(r+=4294967296),r}utils.inherits(SHA512,BlockHash),module.exports=SHA512,SHA512.blockSize=1024,SHA512.outSize=512,SHA512.hmacStrength=192,SHA512.padLength=128,SHA512.prototype._prepareBlock=function(t,h){for(var r=this.W,i=0;i<32;i++)r[i]=t[h+i];for(;i<r.length;i+=2){var s=g1_512_hi(r[i-4],r[i-3]),_=g1_512_lo(r[i-4],r[i-3]),o=r[i-14],u=r[i-13],l=g0_512_hi(r[i-30],r[i-29]),n=g0_512_lo(r[i-30],r[i-29]),e=r[i-32],m=r[i-31];r[i]=sum64_4_hi(s,_,o,u,l,n,e,m),r[i+1]=sum64_4_lo(s,_,o,u,l,n,e,m)}},SHA512.prototype._update=function(t,h){this._prepareBlock(t,h);var r=this.W,i=this.h[0],s=this.h[1],_=this.h[2],o=this.h[3],u=this.h[4],l=this.h[5],n=this.h[6],e=this.h[7],m=this.h[8],a=this.h[9],c=this.h[10],f=this.h[11],v=this.h[12],g=this.h[13],H=this.h[14],S=this.h[15];assert(this.k.length===r.length);for(var p=0;p<r.length;p+=2){var A=H,k=S,B=s1_512_hi(m,a),d=s1_512_lo(m,a),j=ch64_hi(m,a,c,f,v,g),y=ch64_lo(m,a,c,f,v,g),b=this.k[p],q=this.k[p+1],x=r[p],W=r[p+1],w=sum64_5_hi(A,k,B,d,j,y,b,q,x,W),z=sum64_5_lo(A,k,B,d,j,y,b,q,x,W);A=s0_512_hi(i,s),k=s0_512_lo(i,s),B=maj64_hi(i,s,_,o,u,l),d=maj64_lo(i,s,_,o,u,l);var K=sum64_hi(A,k,B,d),L=sum64_lo(A,k,B,d);H=v,S=g,v=c,g=f,c=m,f=a,m=sum64_hi(n,e,w,z),a=sum64_lo(e,e,w,z),n=u,e=l,u=_,l=o,_=i,o=s,i=sum64_hi(w,z,K,L),s=sum64_lo(w,z,K,L)}sum64(this.h,0,i,s),sum64(this.h,2,_,o),sum64(this.h,4,u,l),sum64(this.h,6,n,e),sum64(this.h,8,m,a),sum64(this.h,10,c,f),sum64(this.h,12,v,g),sum64(this.h,14,H,S)},SHA512.prototype._digest=function(t){return"hex"===t?utils.toHex32(this.h,"big"):utils.split32(this.h,"big")};
1526
1527},{"../common":331,"../utils":341,"minimalistic-assert":494}],340:[function(require,module,exports){
1528"use strict";var utils=require("../utils"),rotr32=utils.rotr32;function ft_1(r,t,o,n){return 0===r?ch32(t,o,n):1===r||3===r?p32(t,o,n):2===r?maj32(t,o,n):void 0}function ch32(r,t,o){return r&t^~r&o}function maj32(r,t,o){return r&t^r&o^t&o}function p32(r,t,o){return r^t^o}function s0_256(r){return rotr32(r,2)^rotr32(r,13)^rotr32(r,22)}function s1_256(r){return rotr32(r,6)^rotr32(r,11)^rotr32(r,25)}function g0_256(r){return rotr32(r,7)^rotr32(r,18)^r>>>3}function g1_256(r){return rotr32(r,17)^rotr32(r,19)^r>>>10}exports.ft_1=ft_1,exports.ch32=ch32,exports.maj32=maj32,exports.p32=p32,exports.s0_256=s0_256,exports.s1_256=s1_256,exports.g0_256=g0_256,exports.g1_256=g1_256;
1529
1530},{"../utils":341}],341:[function(require,module,exports){
1531"use strict";var assert=require("minimalistic-assert"),inherits=require("inherits");function isSurrogatePair(r,t){return 55296==(64512&r.charCodeAt(t))&&(!(t<0||t+1>=r.length)&&56320==(64512&r.charCodeAt(t+1)))}function toArray(r,t){if(Array.isArray(r))return r.slice();if(!r)return[];var o=[];if("string"==typeof r)if(t){if("hex"===t)for((r=r.replace(/[^a-z0-9]+/gi,"")).length%2!=0&&(r="0"+r),n=0;n<r.length;n+=2)o.push(parseInt(r[n]+r[n+1],16))}else for(var e=0,n=0;n<r.length;n++){var u=r.charCodeAt(n);u<128?o[e++]=u:u<2048?(o[e++]=u>>6|192,o[e++]=63&u|128):isSurrogatePair(r,n)?(u=65536+((1023&u)<<10)+(1023&r.charCodeAt(++n)),o[e++]=u>>18|240,o[e++]=u>>12&63|128,o[e++]=u>>6&63|128,o[e++]=63&u|128):(o[e++]=u>>12|224,o[e++]=u>>6&63|128,o[e++]=63&u|128)}else for(n=0;n<r.length;n++)o[n]=0|r[n];return o}function toHex(r){for(var t="",o=0;o<r.length;o++)t+=zero2(r[o].toString(16));return t}function htonl(r){return(r>>>24|r>>>8&65280|r<<8&16711680|(255&r)<<24)>>>0}function toHex32(r,t){for(var o="",e=0;e<r.length;e++){var n=r[e];"little"===t&&(n=htonl(n)),o+=zero8(n.toString(16))}return o}function zero2(r){return 1===r.length?"0"+r:r}function zero8(r){return 7===r.length?"0"+r:6===r.length?"00"+r:5===r.length?"000"+r:4===r.length?"0000"+r:3===r.length?"00000"+r:2===r.length?"000000"+r:1===r.length?"0000000"+r:r}function join32(r,t,o,e){var n=o-t;assert(n%4==0);for(var u=new Array(n/4),s=0,i=t;s<u.length;s++,i+=4){var h;h="big"===e?r[i]<<24|r[i+1]<<16|r[i+2]<<8|r[i+3]:r[i+3]<<24|r[i+2]<<16|r[i+1]<<8|r[i],u[s]=h>>>0}return u}function split32(r,t){for(var o=new Array(4*r.length),e=0,n=0;e<r.length;e++,n+=4){var u=r[e];"big"===t?(o[n]=u>>>24,o[n+1]=u>>>16&255,o[n+2]=u>>>8&255,o[n+3]=255&u):(o[n+3]=u>>>24,o[n+2]=u>>>16&255,o[n+1]=u>>>8&255,o[n]=255&u)}return o}function rotr32(r,t){return r>>>t|r<<32-t}function rotl32(r,t){return r<<t|r>>>32-t}function sum32(r,t){return r+t>>>0}function sum32_3(r,t,o){return r+t+o>>>0}function sum32_4(r,t,o,e){return r+t+o+e>>>0}function sum32_5(r,t,o,e,n){return r+t+o+e+n>>>0}function sum64(r,t,o,e){var n=r[t],u=e+r[t+1]>>>0,s=(u<e?1:0)+o+n;r[t]=s>>>0,r[t+1]=u}function sum64_hi(r,t,o,e){return(t+e>>>0<t?1:0)+r+o>>>0}function sum64_lo(r,t,o,e){return t+e>>>0}function sum64_4_hi(r,t,o,e,n,u,s,i){var h=0,_=t;return h+=(_=_+e>>>0)<t?1:0,h+=(_=_+u>>>0)<u?1:0,r+o+n+s+(h+=(_=_+i>>>0)<i?1:0)>>>0}function sum64_4_lo(r,t,o,e,n,u,s,i){return t+e+u+i>>>0}function sum64_5_hi(r,t,o,e,n,u,s,i,h,_){var l=0,f=t;return l+=(f=f+e>>>0)<t?1:0,l+=(f=f+u>>>0)<u?1:0,l+=(f=f+i>>>0)<i?1:0,r+o+n+s+h+(l+=(f=f+_>>>0)<_?1:0)>>>0}function sum64_5_lo(r,t,o,e,n,u,s,i,h,_){return t+e+u+i+_>>>0}function rotr64_hi(r,t,o){return(t<<32-o|r>>>o)>>>0}function rotr64_lo(r,t,o){return(r<<32-o|t>>>o)>>>0}function shr64_hi(r,t,o){return r>>>o}function shr64_lo(r,t,o){return(r<<32-o|t>>>o)>>>0}exports.inherits=inherits,exports.toArray=toArray,exports.toHex=toHex,exports.htonl=htonl,exports.toHex32=toHex32,exports.zero2=zero2,exports.zero8=zero8,exports.join32=join32,exports.split32=split32,exports.rotr32=rotr32,exports.rotl32=rotl32,exports.sum32=sum32,exports.sum32_3=sum32_3,exports.sum32_4=sum32_4,exports.sum32_5=sum32_5,exports.sum64=sum64,exports.sum64_hi=sum64_hi,exports.sum64_lo=sum64_lo,exports.sum64_4_hi=sum64_4_hi,exports.sum64_4_lo=sum64_4_lo,exports.sum64_5_hi=sum64_5_hi,exports.sum64_5_lo=sum64_5_lo,exports.rotr64_hi=rotr64_hi,exports.rotr64_lo=rotr64_lo,exports.shr64_hi=shr64_hi,exports.shr64_lo=shr64_lo;
1532
1533},{"inherits":364,"minimalistic-assert":494}],342:[function(require,module,exports){
1534"use strict";var hash=require("hash.js"),utils=require("minimalistic-crypto-utils"),assert=require("minimalistic-assert");function HmacDRBG(t){if(!(this instanceof HmacDRBG))return new HmacDRBG(t);this.hash=t.hash,this.predResist=!!t.predResist,this.outLen=this.hash.outSize,this.minEntropy=t.minEntropy||this.hash.hmacStrength,this._reseed=null,this.reseedInterval=null,this.K=null,this.V=null;var e=utils.toArray(t.entropy,t.entropyEnc||"hex"),i=utils.toArray(t.nonce,t.nonceEnc||"hex"),s=utils.toArray(t.pers,t.persEnc||"hex");assert(e.length>=this.minEntropy/8,"Not enough entropy. Minimum is: "+this.minEntropy+" bits"),this._init(e,i,s)}module.exports=HmacDRBG,HmacDRBG.prototype._init=function(t,e,i){var s=t.concat(e).concat(i);this.K=new Array(this.outLen/8),this.V=new Array(this.outLen/8);for(var h=0;h<this.V.length;h++)this.K[h]=0,this.V[h]=1;this._update(s),this._reseed=1,this.reseedInterval=281474976710656},HmacDRBG.prototype._hmac=function(){return new hash.hmac(this.hash,this.K)},HmacDRBG.prototype._update=function(t){var e=this._hmac().update(this.V).update([0]);t&&(e=e.update(t)),this.K=e.digest(),this.V=this._hmac().update(this.V).digest(),t&&(this.K=this._hmac().update(this.V).update([1]).update(t).digest(),this.V=this._hmac().update(this.V).digest())},HmacDRBG.prototype.reseed=function(t,e,i,s){"string"!=typeof e&&(s=i,i=e,e=null),t=utils.toArray(t,e),i=utils.toArray(i,s),assert(t.length>=this.minEntropy/8,"Not enough entropy. Minimum is: "+this.minEntropy+" bits"),this._update(t.concat(i||[])),this._reseed=1},HmacDRBG.prototype.generate=function(t,e,i,s){if(this._reseed>this.reseedInterval)throw new Error("Reseed is required");"string"!=typeof e&&(s=i,i=e,e=null),i&&(i=utils.toArray(i,s||"hex"),this._update(i));for(var h=[];h.length<t;)this.V=this._hmac().update(this.V).digest(),h=h.concat(this.V);var r=h.slice(0,t);return this._update(i),this._reseed++,utils.encode(r,e)};
1535
1536},{"hash.js":330,"minimalistic-assert":494,"minimalistic-crypto-utils":495}],343:[function(require,module,exports){
1537!function(e,t){"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?module.exports=t():e.htmlspecialchars=t()}(this,function(){"use strict";return function(e){return null==e?"":String(e).replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#039;")}});
1538
1539},{}],344:[function(require,module,exports){
1540"use strict";var Buffer=require("safer-buffer").Buffer;exports._dbcs=DBCSCodec;for(var UNASSIGNED=-1,GB18030_CODE=-2,SEQ_START=-10,NODE_START=-1e3,UNASSIGNED_NODE=new Array(256),DEF_CHAR=-1,i=0;i<256;i++)UNASSIGNED_NODE[i]=UNASSIGNED;function DBCSCodec(e,t){if(this.encodingName=e.encodingName,!e)throw new Error("DBCS codec is called without the data.");if(!e.table)throw new Error("Encoding '"+this.encodingName+"' has no data.");var o=e.table();this.decodeTables=[],this.decodeTables[0]=UNASSIGNED_NODE.slice(0),this.decodeTableSeq=[];for(var r=0;r<o.length;r++)this._addDecodeChunk(o[r]);this.defaultCharUnicode=t.defaultCharUnicode,this.encodeTable=[],this.encodeTableSeq=[];var i={};if(e.encodeSkipVals)for(r=0;r<e.encodeSkipVals.length;r++){var d=e.encodeSkipVals[r];if("number"==typeof d)i[d]=!0;else for(var a=d.from;a<=d.to;a++)i[a]=!0}if(this._fillEncodeTable(0,0,i),e.encodeAdd)for(var n in e.encodeAdd)Object.prototype.hasOwnProperty.call(e.encodeAdd,n)&&this._setEncodeChar(n.charCodeAt(0),e.encodeAdd[n]);if(this.defCharSB=this.encodeTable[0][t.defaultCharSingleByte.charCodeAt(0)],this.defCharSB===UNASSIGNED&&(this.defCharSB=this.encodeTable[0]["?"]),this.defCharSB===UNASSIGNED&&(this.defCharSB="?".charCodeAt(0)),"function"==typeof e.gb18030){this.gb18030=e.gb18030();var h=this.decodeTables.length,s=this.decodeTables[h]=UNASSIGNED_NODE.slice(0),c=this.decodeTables.length,l=this.decodeTables[c]=UNASSIGNED_NODE.slice(0);for(r=129;r<=254;r++){var S=NODE_START-this.decodeTables[0][r],f=this.decodeTables[S];for(a=48;a<=57;a++)f[a]=NODE_START-h}for(r=129;r<=254;r++)s[r]=NODE_START-c;for(r=48;r<=57;r++)l[r]=GB18030_CODE}}function DBCSEncoder(e,t){this.leadSurrogate=-1,this.seqObj=void 0,this.encodeTable=t.encodeTable,this.encodeTableSeq=t.encodeTableSeq,this.defaultCharSingleByte=t.defCharSB,this.gb18030=t.gb18030}function DBCSDecoder(e,t){this.nodeIdx=0,this.prevBuf=Buffer.alloc(0),this.decodeTables=t.decodeTables,this.decodeTableSeq=t.decodeTableSeq,this.defaultCharUnicode=t.defaultCharUnicode,this.gb18030=t.gb18030}function findIdx(e,t){if(e[0]>t)return-1;for(var o=0,r=e.length;o<r-1;){var i=o+Math.floor((r-o+1)/2);e[i]<=t?o=i:r=i}return o}DBCSCodec.prototype.encoder=DBCSEncoder,DBCSCodec.prototype.decoder=DBCSDecoder,DBCSCodec.prototype._getDecodeTrieNode=function(e){for(var t=[];e>0;e>>=8)t.push(255&e);0==t.length&&t.push(0);for(var o=this.decodeTables[0],r=t.length-1;r>0;r--){var i=o[t[r]];if(i==UNASSIGNED)o[t[r]]=NODE_START-this.decodeTables.length,this.decodeTables.push(o=UNASSIGNED_NODE.slice(0));else{if(!(i<=NODE_START))throw new Error("Overwrite byte in "+this.encodingName+", addr: "+e.toString(16));o=this.decodeTables[NODE_START-i]}}return o},DBCSCodec.prototype._addDecodeChunk=function(e){var t=parseInt(e[0],16),o=this._getDecodeTrieNode(t);t&=255;for(var r=1;r<e.length;r++){var i=e[r];if("string"==typeof i)for(var d=0;d<i.length;){var a=i.charCodeAt(d++);if(55296<=a&&a<56320){var n=i.charCodeAt(d++);if(!(56320<=n&&n<57344))throw new Error("Incorrect surrogate pair in "+this.encodingName+" at chunk "+e[0]);o[t++]=65536+1024*(a-55296)+(n-56320)}else if(4080<a&&a<=4095){for(var h=4095-a+2,s=[],c=0;c<h;c++)s.push(i.charCodeAt(d++));o[t++]=SEQ_START-this.decodeTableSeq.length,this.decodeTableSeq.push(s)}else o[t++]=a}else{if("number"!=typeof i)throw new Error("Incorrect type '"+typeof i+"' given in "+this.encodingName+" at chunk "+e[0]);var l=o[t-1]+1;for(d=0;d<i;d++)o[t++]=l++}}if(t>255)throw new Error("Incorrect chunk in "+this.encodingName+" at addr "+e[0]+": too long"+t)},DBCSCodec.prototype._getEncodeBucket=function(e){var t=e>>8;return void 0===this.encodeTable[t]&&(this.encodeTable[t]=UNASSIGNED_NODE.slice(0)),this.encodeTable[t]},DBCSCodec.prototype._setEncodeChar=function(e,t){var o=this._getEncodeBucket(e),r=255&e;o[r]<=SEQ_START?this.encodeTableSeq[SEQ_START-o[r]][DEF_CHAR]=t:o[r]==UNASSIGNED&&(o[r]=t)},DBCSCodec.prototype._setEncodeSequence=function(e,t){var o,r=e[0],i=this._getEncodeBucket(r),d=255&r;i[d]<=SEQ_START?o=this.encodeTableSeq[SEQ_START-i[d]]:(o={},i[d]!==UNASSIGNED&&(o[DEF_CHAR]=i[d]),i[d]=SEQ_START-this.encodeTableSeq.length,this.encodeTableSeq.push(o));for(var a=1;a<e.length-1;a++){var n=o[r];"object"==typeof n?o=n:(o=o[r]={},void 0!==n&&(o[DEF_CHAR]=n))}o[r=e[e.length-1]]=t},DBCSCodec.prototype._fillEncodeTable=function(e,t,o){for(var r=this.decodeTables[e],i=0;i<256;i++){var d=r[i],a=t+i;o[a]||(d>=0?this._setEncodeChar(d,a):d<=NODE_START?this._fillEncodeTable(NODE_START-d,a<<8,o):d<=SEQ_START&&this._setEncodeSequence(this.decodeTableSeq[SEQ_START-d],a))}},DBCSEncoder.prototype.write=function(e){for(var t=Buffer.alloc(e.length*(this.gb18030?4:3)),o=this.leadSurrogate,r=this.seqObj,i=-1,d=0,a=0;;){if(-1===i){if(d==e.length)break;var n=e.charCodeAt(d++)}else{n=i;i=-1}if(55296<=n&&n<57344)if(n<56320){if(-1===o){o=n;continue}o=n,n=UNASSIGNED}else-1!==o?(n=65536+1024*(o-55296)+(n-56320),o=-1):n=UNASSIGNED;else-1!==o&&(i=n,n=UNASSIGNED,o=-1);var h=UNASSIGNED;if(void 0!==r&&n!=UNASSIGNED){var s=r[n];if("object"==typeof s){r=s;continue}"number"==typeof s?h=s:null==s&&void 0!==(s=r[DEF_CHAR])&&(h=s,i=n),r=void 0}else if(n>=0){var c=this.encodeTable[n>>8];if(void 0!==c&&(h=c[255&n]),h<=SEQ_START){r=this.encodeTableSeq[SEQ_START-h];continue}if(h==UNASSIGNED&&this.gb18030){var l=findIdx(this.gb18030.uChars,n);if(-1!=l){h=this.gb18030.gbChars[l]+(n-this.gb18030.uChars[l]);t[a++]=129+Math.floor(h/12600),h%=12600,t[a++]=48+Math.floor(h/1260),h%=1260,t[a++]=129+Math.floor(h/10),h%=10,t[a++]=48+h;continue}}}h===UNASSIGNED&&(h=this.defaultCharSingleByte),h<256?t[a++]=h:h<65536?(t[a++]=h>>8,t[a++]=255&h):(t[a++]=h>>16,t[a++]=h>>8&255,t[a++]=255&h)}return this.seqObj=r,this.leadSurrogate=o,t.slice(0,a)},DBCSEncoder.prototype.end=function(){if(-1!==this.leadSurrogate||void 0!==this.seqObj){var e=Buffer.alloc(10),t=0;if(this.seqObj){var o=this.seqObj[DEF_CHAR];void 0!==o&&(o<256?e[t++]=o:(e[t++]=o>>8,e[t++]=255&o)),this.seqObj=void 0}return-1!==this.leadSurrogate&&(e[t++]=this.defaultCharSingleByte,this.leadSurrogate=-1),e.slice(0,t)}},DBCSEncoder.prototype.findIdx=findIdx,DBCSDecoder.prototype.write=function(e){var t=Buffer.alloc(2*e.length),o=this.nodeIdx,r=this.prevBuf,i=this.prevBuf.length,d=-this.prevBuf.length;i>0&&(r=Buffer.concat([r,e.slice(0,10)]));for(var a=0,n=0;a<e.length;a++){var h,s=a>=0?e[a]:r[a+i];if((h=this.decodeTables[o][s])>=0);else if(h===UNASSIGNED)a=d,h=this.defaultCharUnicode.charCodeAt(0);else if(h===GB18030_CODE){var c=d>=0?e.slice(d,a+1):r.slice(d+i,a+1+i),l=12600*(c[0]-129)+1260*(c[1]-48)+10*(c[2]-129)+(c[3]-48),S=findIdx(this.gb18030.gbChars,l);h=this.gb18030.uChars[S]+l-this.gb18030.gbChars[S]}else{if(h<=NODE_START){o=NODE_START-h;continue}if(!(h<=SEQ_START))throw new Error("iconv-lite internal error: invalid decoding table value "+h+" at "+o+"/"+s);for(var f=this.decodeTableSeq[SEQ_START-h],T=0;T<f.length-1;T++)h=f[T],t[n++]=255&h,t[n++]=h>>8;h=f[f.length-1]}if(h>65535){h-=65536;var u=55296+Math.floor(h/1024);t[n++]=255&u,t[n++]=u>>8,h=56320+h%1024}t[n++]=255&h,t[n++]=h>>8,o=0,d=a+1}return this.nodeIdx=o,this.prevBuf=d>=0?e.slice(d):r.slice(d+i),t.slice(0,n).toString("ucs2")},DBCSDecoder.prototype.end=function(){for(var e="";this.prevBuf.length>0;){e+=this.defaultCharUnicode;var t=this.prevBuf.slice(1);this.prevBuf=Buffer.alloc(0),this.nodeIdx=0,t.length>0&&(e+=this.write(t))}return this.nodeIdx=0,e};
1541
1542},{"safer-buffer":543}],345:[function(require,module,exports){
1543"use strict";module.exports={shiftjis:{type:"_dbcs",table:function(){return require("./tables/shiftjis.json")},encodeAdd:{"¥":92,"‾":126},encodeSkipVals:[{from:60736,to:63808}]},csshiftjis:"shiftjis",mskanji:"shiftjis",sjis:"shiftjis",windows31j:"shiftjis",ms31j:"shiftjis",xsjis:"shiftjis",windows932:"shiftjis",ms932:"shiftjis",932:"shiftjis",cp932:"shiftjis",eucjp:{type:"_dbcs",table:function(){return require("./tables/eucjp.json")},encodeAdd:{"¥":92,"‾":126}},gb2312:"cp936",gb231280:"cp936",gb23121980:"cp936",csgb2312:"cp936",csiso58gb231280:"cp936",euccn:"cp936",windows936:"cp936",ms936:"cp936",936:"cp936",cp936:{type:"_dbcs",table:function(){return require("./tables/cp936.json")}},gbk:{type:"_dbcs",table:function(){return require("./tables/cp936.json").concat(require("./tables/gbk-added.json"))}},xgbk:"gbk",isoir58:"gbk",gb18030:{type:"_dbcs",table:function(){return require("./tables/cp936.json").concat(require("./tables/gbk-added.json"))},gb18030:function(){return require("./tables/gb18030-ranges.json")},encodeSkipVals:[128],encodeAdd:{"€":41699}},chinese:"gb18030",windows949:"cp949",ms949:"cp949",949:"cp949",cp949:{type:"_dbcs",table:function(){return require("./tables/cp949.json")}},cseuckr:"cp949",csksc56011987:"cp949",euckr:"cp949",isoir149:"cp949",korean:"cp949",ksc56011987:"cp949",ksc56011989:"cp949",ksc5601:"cp949",windows950:"cp950",ms950:"cp950",950:"cp950",cp950:{type:"_dbcs",table:function(){return require("./tables/cp950.json")}},big5:"big5hkscs",big5hkscs:{type:"_dbcs",table:function(){return require("./tables/cp950.json").concat(require("./tables/big5-added.json"))},encodeSkipVals:[41676]},cnbig5:"big5hkscs",csbig5:"big5hkscs",xxbig5:"big5hkscs"};
1544
1545},{"./tables/big5-added.json":351,"./tables/cp936.json":352,"./tables/cp949.json":353,"./tables/cp950.json":354,"./tables/eucjp.json":355,"./tables/gb18030-ranges.json":356,"./tables/gbk-added.json":357,"./tables/shiftjis.json":358}],346:[function(require,module,exports){
1546"use strict";for(var modules=[require("./internal"),require("./utf16"),require("./utf7"),require("./sbcs-codec"),require("./sbcs-data"),require("./sbcs-data-generated"),require("./dbcs-codec"),require("./dbcs-data")],i=0;i<modules.length;i++){var module=modules[i];for(var enc in module)Object.prototype.hasOwnProperty.call(module,enc)&&(exports[enc]=module[enc])}
1547
1548},{"./dbcs-codec":344,"./dbcs-data":345,"./internal":347,"./sbcs-codec":348,"./sbcs-data":350,"./sbcs-data-generated":349,"./utf16":359,"./utf7":360}],347:[function(require,module,exports){
1549"use strict";var Buffer=require("safer-buffer").Buffer;function InternalCodec(e,t){this.enc=e.encodingName,this.bomAware=e.bomAware,"base64"===this.enc?this.encoder=InternalEncoderBase64:"cesu8"===this.enc&&(this.enc="utf8",this.encoder=InternalEncoderCesu8,"💩"!==Buffer.from("eda0bdedb2a9","hex").toString()&&(this.decoder=InternalDecoderCesu8,this.defaultCharUnicode=t.defaultCharUnicode))}module.exports={utf8:{type:"_internal",bomAware:!0},cesu8:{type:"_internal",bomAware:!0},unicode11utf8:"utf8",ucs2:{type:"_internal",bomAware:!0},utf16le:"ucs2",binary:{type:"_internal"},base64:{type:"_internal"},hex:{type:"_internal"},_internal:InternalCodec},InternalCodec.prototype.encoder=InternalEncoder,InternalCodec.prototype.decoder=InternalDecoder;var StringDecoder=require("string_decoder").StringDecoder;function InternalDecoder(e,t){StringDecoder.call(this,t.enc)}function InternalEncoder(e,t){this.enc=t.enc}function InternalEncoderBase64(e,t){this.prevStr=""}function InternalEncoderCesu8(e,t){}function InternalDecoderCesu8(e,t){this.acc=0,this.contBytes=0,this.accBytes=0,this.defaultCharUnicode=t.defaultCharUnicode}StringDecoder.prototype.end||(StringDecoder.prototype.end=function(){}),InternalDecoder.prototype=StringDecoder.prototype,InternalEncoder.prototype.write=function(e){return Buffer.from(e,this.enc)},InternalEncoder.prototype.end=function(){},InternalEncoderBase64.prototype.write=function(e){var t=(e=this.prevStr+e).length-e.length%4;return this.prevStr=e.slice(t),e=e.slice(0,t),Buffer.from(e,"base64")},InternalEncoderBase64.prototype.end=function(){return Buffer.from(this.prevStr,"base64")},InternalEncoderCesu8.prototype.write=function(e){for(var t=Buffer.alloc(3*e.length),r=0,n=0;n<e.length;n++){var o=e.charCodeAt(n);o<128?t[r++]=o:o<2048?(t[r++]=192+(o>>>6),t[r++]=128+(63&o)):(t[r++]=224+(o>>>12),t[r++]=128+(o>>>6&63),t[r++]=128+(63&o))}return t.slice(0,r)},InternalEncoderCesu8.prototype.end=function(){},InternalDecoderCesu8.prototype.write=function(e){for(var t=this.acc,r=this.contBytes,n=this.accBytes,o="",c=0;c<e.length;c++){var i=e[c];128!=(192&i)?(r>0&&(o+=this.defaultCharUnicode,r=0),i<128?o+=String.fromCharCode(i):i<224?(t=31&i,r=1,n=1):i<240?(t=15&i,r=2,n=1):o+=this.defaultCharUnicode):r>0?(t=t<<6|63&i,n++,0===--r&&(o+=2===n&&t<128&&t>0?this.defaultCharUnicode:3===n&&t<2048?this.defaultCharUnicode:String.fromCharCode(t))):o+=this.defaultCharUnicode}return this.acc=t,this.contBytes=r,this.accBytes=n,o},InternalDecoderCesu8.prototype.end=function(){var e=0;return this.contBytes>0&&(e+=this.defaultCharUnicode),e};
1550
1551},{"safer-buffer":543,"string_decoder":565}],348:[function(require,module,exports){
1552"use strict";var Buffer=require("safer-buffer").Buffer;function SBCSCodec(e,r){if(!e)throw new Error("SBCS codec is called without the data.");if(!e.chars||128!==e.chars.length&&256!==e.chars.length)throw new Error("Encoding '"+e.type+"' has incorrect 'chars' (must be of len 128 or 256)");if(128===e.chars.length){for(var o="",t=0;t<128;t++)o+=String.fromCharCode(t);e.chars=o+e.chars}this.decodeBuf=Buffer.from(e.chars,"ucs2");var c=Buffer.alloc(65536,r.defaultCharSingleByte.charCodeAt(0));for(t=0;t<e.chars.length;t++)c[e.chars.charCodeAt(t)]=t;this.encodeBuf=c}function SBCSEncoder(e,r){this.encodeBuf=r.encodeBuf}function SBCSDecoder(e,r){this.decodeBuf=r.decodeBuf}exports._sbcs=SBCSCodec,SBCSCodec.prototype.encoder=SBCSEncoder,SBCSCodec.prototype.decoder=SBCSDecoder,SBCSEncoder.prototype.write=function(e){for(var r=Buffer.alloc(e.length),o=0;o<e.length;o++)r[o]=this.encodeBuf[e.charCodeAt(o)];return r},SBCSEncoder.prototype.end=function(){},SBCSDecoder.prototype.write=function(e){for(var r=this.decodeBuf,o=Buffer.alloc(2*e.length),t=0,c=0,n=0;n<e.length;n++)t=2*e[n],o[c=2*n]=r[t],o[c+1]=r[t+1];return o.toString("ucs2")},SBCSDecoder.prototype.end=function(){};
1553
1554},{"safer-buffer":543}],349:[function(require,module,exports){
1555"use strict";module.exports={437:"cp437",737:"cp737",775:"cp775",850:"cp850",852:"cp852",855:"cp855",856:"cp856",857:"cp857",858:"cp858",860:"cp860",861:"cp861",862:"cp862",863:"cp863",864:"cp864",865:"cp865",866:"cp866",869:"cp869",874:"windows874",922:"cp922",1046:"cp1046",1124:"cp1124",1125:"cp1125",1129:"cp1129",1133:"cp1133",1161:"cp1161",1162:"cp1162",1163:"cp1163",1250:"windows1250",1251:"windows1251",1252:"windows1252",1253:"windows1253",1254:"windows1254",1255:"windows1255",1256:"windows1256",1257:"windows1257",1258:"windows1258",28591:"iso88591",28592:"iso88592",28593:"iso88593",28594:"iso88594",28595:"iso88595",28596:"iso88596",28597:"iso88597",28598:"iso88598",28599:"iso88599",28600:"iso885910",28601:"iso885911",28603:"iso885913",28604:"iso885914",28605:"iso885915",28606:"iso885916",windows874:{type:"_sbcs",chars:"€����…�����������‘’“”•–—�������� กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����"},win874:"windows874",cp874:"windows874",windows1250:{type:"_sbcs",chars:"€�‚�„…†‡�‰Š‹ŚŤŽŹ�‘’“”•–—�™š›śťžź ˇ˘Ł¤Ą¦§¨©Ş«¬­®Ż°±˛ł´µ¶·¸ąş»Ľ˝ľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖ×ŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőö÷řůúűüýţ˙"},win1250:"windows1250",cp1250:"windows1250",windows1251:{type:"_sbcs",chars:"ЂЃ‚ѓ„…†‡€‰Љ‹ЊЌЋЏђ‘’“”•–—�™љ›њќћџ ЎўЈ¤Ґ¦§Ё©Є«¬­®Ї°±Ііґµ¶·ё№є»јЅѕїАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя"},win1251:"windows1251",cp1251:"windows1251",windows1252:{type:"_sbcs",chars:"€�‚ƒ„…†‡ˆ‰Š‹Œ�Ž��‘’“”•–—˜™š›œ�žŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ"},win1252:"windows1252",cp1252:"windows1252",windows1253:{type:"_sbcs",chars:"€�‚ƒ„…†‡�‰�‹�����‘’“”•–—�™�›���� ΅Ά£¤¥¦§¨©�«¬­®―°±²³΄µ¶·ΈΉΊ»Ό½ΎΏΐΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡ�ΣΤΥΦΧΨΩΪΫάέήίΰαβγδεζηθικλμνξοπρςστυφχψωϊϋόύώ�"},win1253:"windows1253",cp1253:"windows1253",windows1254:{type:"_sbcs",chars:"€�‚ƒ„…†‡ˆ‰Š‹Œ����‘’“”•–—˜™š›œ��Ÿ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏĞÑÒÓÔÕÖ×ØÙÚÛÜİŞßàáâãäåæçèéêëìíîïğñòóôõö÷øùúûüışÿ"},win1254:"windows1254",cp1254:"windows1254",windows1255:{type:"_sbcs",chars:"€�‚ƒ„…†‡ˆ‰�‹�����‘’“”•–—˜™�›���� ¡¢£₪¥¦§¨©×«¬­®¯°±²³´µ¶·¸¹÷»¼½¾¿ְֱֲֳִֵֶַָֹֺֻּֽ־ֿ׀ׁׂ׃װױײ׳״�������אבגדהוזחטיךכלםמןנסעףפץצקרשת��‎‏�"},win1255:"windows1255",cp1255:"windows1255",windows1256:{type:"_sbcs",chars:"€پ‚ƒ„…†‡ˆ‰ٹ‹Œچژڈگ‘’“”•–—ک™ڑ›œ‌‍ں ،¢£¤¥¦§¨©ھ«¬­®¯°±²³´µ¶·¸¹؛»¼½¾؟ہءآأؤإئابةتثجحخدذرزسشصض×طظعغـفقكàلâمنهوçèéêëىيîïًٌٍَôُِ÷ّùْûü‎‏ے"},win1256:"windows1256",cp1256:"windows1256",windows1257:{type:"_sbcs",chars:"€�‚�„…†‡�‰�‹�¨ˇ¸�‘’“”•–—�™�›�¯˛� �¢£¤�¦§Ø©Ŗ«¬­®Æ°±²³´µ¶·ø¹ŗ»¼½¾æĄĮĀĆÄÅĘĒČÉŹĖĢĶĪĻŠŃŅÓŌÕÖ×ŲŁŚŪÜŻŽßąįāćäåęēčéźėģķīļšńņóōõö÷ųłśūüżž˙"},win1257:"windows1257",cp1257:"windows1257",windows1258:{type:"_sbcs",chars:"€�‚ƒ„…†‡ˆ‰�‹Œ����‘’“”•–—˜™�›œ��Ÿ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖ×ØÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ"},win1258:"windows1258",cp1258:"windows1258",iso88591:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ"},cp28591:"iso88591",iso88592:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ Ą˘Ł¤ĽŚ§¨ŠŞŤŹ­ŽŻ°ą˛ł´ľśˇ¸šşťź˝žżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖ×ŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőö÷řůúűüýţ˙"},cp28592:"iso88592",iso88593:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ Ħ˘£¤�Ĥ§¨İŞĞĴ­�Ż°ħ²³´µĥ·¸ışğĵ½�żÀÁÂ�ÄĊĈÇÈÉÊËÌÍÎÏ�ÑÒÓÔĠÖ×ĜÙÚÛÜŬŜßàáâ�äċĉçèéêëìíîï�ñòóôġö÷ĝùúûüŭŝ˙"},cp28593:"iso88593",iso88594:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ĄĸŖ¤ĨĻ§¨ŠĒĢŦ­Ž¯°ą˛ŗ´ĩļˇ¸šēģŧŊžŋĀÁÂÃÄÅÆĮČÉĘËĖÍÎĪĐŅŌĶÔÕÖ×ØŲÚÛÜŨŪßāáâãäåæįčéęëėíîīđņōķôõö÷øųúûüũū˙"},cp28594:"iso88594",iso88595:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ЁЂЃЄЅІЇЈЉЊЋЌ­ЎЏАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя№ёђѓєѕіїјљњћќ§ўџ"},cp28595:"iso88595",iso88596:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ���¤�������،­�������������؛���؟�ءآأؤإئابةتثجحخدذرزسشصضطظعغ�����ـفقكلمنهوىيًٌٍَُِّْ�������������"},cp28596:"iso88596",iso88597:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ‘’£€₯¦§¨©ͺ«¬­�―°±²³΄΅Ά·ΈΉΊ»Ό½ΎΏΐΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡ�ΣΤΥΦΧΨΩΪΫάέήίΰαβγδεζηθικλμνξοπρςστυφχψωϊϋόύώ�"},cp28597:"iso88597",iso88598:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ �¢£¤¥¦§¨©×«¬­®¯°±²³´µ¶·¸¹÷»¼½¾��������������������������������‗אבגדהוזחטיךכלםמןנסעףפץצקרשת��‎‏�"},cp28598:"iso88598",iso88599:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏĞÑÒÓÔÕÖ×ØÙÚÛÜİŞßàáâãäåæçèéêëìíîïğñòóôõö÷øùúûüışÿ"},cp28599:"iso88599",iso885910:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ĄĒĢĪĨĶ§ĻĐŠŦŽ­ŪŊ°ąēģīĩķ·ļđšŧž―ūŋĀÁÂÃÄÅÆĮČÉĘËĖÍÎÏÐŅŌÓÔÕÖŨØŲÚÛÜÝÞßāáâãäåæįčéęëėíîïðņōóôõöũøųúûüýþĸ"},cp28600:"iso885910",iso885911:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����"},cp28601:"iso885911",iso885913:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ”¢£¤„¦§Ø©Ŗ«¬­®Æ°±²³“µ¶·ø¹ŗ»¼½¾æĄĮĀĆÄÅĘĒČÉŹĖĢĶĪĻŠŃŅÓŌÕÖ×ŲŁŚŪÜŻŽßąįāćäåęēčéźėģķīļšńņóōõö÷ųłśūüżž’"},cp28603:"iso885913",iso885914:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ Ḃḃ£ĊċḊ§Ẁ©ẂḋỲ­®ŸḞḟĠġṀṁ¶ṖẁṗẃṠỳẄẅṡÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏŴÑÒÓÔÕÖṪØÙÚÛÜÝŶßàáâãäåæçèéêëìíîïŵñòóôõöṫøùúûüýŷÿ"},cp28604:"iso885914",iso885915:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£€¥Š§š©ª«¬­®¯°±²³Žµ¶·ž¹º»ŒœŸ¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ"},cp28605:"iso885915",iso885916:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ĄąŁ€„Š§š©Ș«Ź­źŻ°±ČłŽ”¶·žčș»ŒœŸżÀÁÂĂÄĆÆÇÈÉÊËÌÍÎÏĐŃÒÓÔŐÖŚŰÙÚÛÜĘȚßàáâăäćæçèéêëìíîïđńòóôőöśűùúûüęțÿ"},cp28606:"iso885916",cp437:{type:"_sbcs",chars:"ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜ¢£¥₧ƒáíóúñѪº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm437:"cp437",csibm437:"cp437",cp737:{type:"_sbcs",chars:"ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩαβγδεζηθικλμνξοπρσςτυφχψ░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀ωάέήϊίόύϋώΆΈΉΊΌΎΏ±≥≤ΪΫ÷≈°∙·√ⁿ²■ "},ibm737:"cp737",csibm737:"cp737",cp775:{type:"_sbcs",chars:"ĆüéāäģåćłēŖŗīŹÄÅÉæÆōöĢ¢ŚśÖÜø£ØפĀĪóŻżź”¦©®¬½¼Ł«»░▒▓│┤ĄČĘĖ╣║╗╝ĮŠ┐└┴┬├─┼ŲŪ╚╔╩╦╠═╬Žąčęėįšųūž┘┌█▄▌▐▀ÓßŌŃõÕµńĶķĻļņĒŅ’­±“¾¶§÷„°∙·¹³²■ "},ibm775:"cp775",csibm775:"cp775",cp850:{type:"_sbcs",chars:"ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø׃áíóúñѪº¿®¬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ðÐÊËÈıÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµþÞÚÛÙýݯ´­±‗¾¶§÷¸°¨·¹³²■ "},ibm850:"cp850",csibm850:"cp850",cp852:{type:"_sbcs",chars:"ÇüéâäůćçłëŐőîŹÄĆÉĹĺôöĽľŚśÖÜŤťŁ×čáíóúĄąŽžĘ꬟Ⱥ«»░▒▓│┤ÁÂĚŞ╣║╗╝Żż┐└┴┬├─┼Ăă╚╔╩╦╠═╬¤đĐĎËďŇÍÎě┘┌█▄ŢŮ▀ÓßÔŃńňŠšŔÚŕŰýÝţ´­˝˛ˇ˘§÷¸°¨˙űŘř■ "},ibm852:"cp852",csibm852:"cp852",cp855:{type:"_sbcs",chars:"ђЂѓЃёЁєЄѕЅіІїЇјЈљЉњЊћЋќЌўЎџЏюЮъЪаАбБцЦдДеЕфФгГ«»░▒▓│┤хХиИ╣║╗╝йЙ┐└┴┬├─┼кК╚╔╩╦╠═╬¤лЛмМнНоОп┘┌█▄Пя▀ЯрРсСтТуУжЖвВьЬ№­ыЫзЗшШэЭщЩчЧ§■ "},ibm855:"cp855",csibm855:"cp855",cp856:{type:"_sbcs",chars:"אבגדהוזחטיךכלםמןנסעףפץצקרשת�£�×����������®¬½¼�«»░▒▓│┤���©╣║╗╝¢¥┐└┴┬├─┼��╚╔╩╦╠═╬¤���������┘┌█▄¦�▀������µ�������¯´­±‗¾¶§÷¸°¨·¹³²■ "},ibm856:"cp856",csibm856:"cp856",cp857:{type:"_sbcs",chars:"ÇüéâäàåçêëèïîıÄÅÉæÆôöòûùİÖÜø£ØŞşáíóúñÑĞ𿮬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ºªÊËÈ�ÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµ�×ÚÛÙìÿ¯´­±�¾¶§÷¸°¨·¹³²■ "},ibm857:"cp857",csibm857:"cp857",cp858:{type:"_sbcs",chars:"ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø׃áíóúñѪº¿®¬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ðÐÊËÈ€ÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµþÞÚÛÙýݯ´­±‗¾¶§÷¸°¨·¹³²■ "},ibm858:"cp858",csibm858:"cp858",cp860:{type:"_sbcs",chars:"ÇüéâãàÁçêÊèÍÔìÃÂÉÀÈôõòÚùÌÕÜ¢£Ù₧ÓáíóúñѪº¿Ò¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm860:"cp860",csibm860:"cp860",cp861:{type:"_sbcs",chars:"ÇüéâäàåçêëèÐðÞÄÅÉæÆôöþûÝýÖÜø£Ø₧ƒáíóúÁÍÓÚ¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm861:"cp861",csibm861:"cp861",cp862:{type:"_sbcs",chars:"אבגדהוזחטיךכלםמןנסעףפץצקרשת¢£¥₧ƒáíóúñѪº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm862:"cp862",csibm862:"cp862",cp863:{type:"_sbcs",chars:"ÇüéâÂà¶çêëèïî‗À§ÉÈÊôËÏûù¤ÔÜ¢£ÙÛƒ¦´óú¨¸³¯Î⌐¬½¼¾«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm863:"cp863",csibm863:"cp863",cp864:{type:"_sbcs",chars:"\0\b\t\n\v\f\r !\"#$٪&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~°·∙√▒─│┼┤┬├┴┐┌└┘β∞φ±½¼≈«»ﻷﻸ��ﻻﻼ� ­ﺂ£¤ﺄ��ﺎﺏﺕﺙ،ﺝﺡﺥ٠١٢٣٤٥٦٧٨٩ﻑ؛ﺱﺵﺹ؟¢ﺀﺁﺃﺅﻊﺋﺍﺑﺓﺗﺛﺟﺣﺧﺩﺫﺭﺯﺳﺷﺻﺿﻁﻅﻋﻏ¦¬÷×ﻉـﻓﻗﻛﻟﻣﻧﻫﻭﻯﻳﺽﻌﻎﻍﻡﹽّﻥﻩﻬﻰﻲﻐﻕﻵﻶﻝﻙﻱ■�"},ibm864:"cp864",csibm864:"cp864",cp865:{type:"_sbcs",chars:"ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø₧ƒáíóúñѪº¿⌐¬½¼¡«¤░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm865:"cp865",csibm865:"cp865",cp866:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёЄєЇїЎў°∙·√№¤■ "},ibm866:"cp866",csibm866:"cp866",cp869:{type:"_sbcs",chars:"������Ά�·¬¦‘’Έ―ΉΊΪΌ��ΎΫ©Ώ²³ά£έήίϊΐόύΑΒΓΔΕΖΗ½ΘΙ«»░▒▓│┤ΚΛΜΝ╣║╗╝ΞΟ┐└┴┬├─┼ΠΡ╚╔╩╦╠═╬ΣΤΥΦΧΨΩαβγ┘┌█▄δε▀ζηθικλμνξοπρσςτ΄­±υφχ§ψ΅°¨ωϋΰώ■ "},ibm869:"cp869",csibm869:"cp869",cp922:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®‾°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏŠÑÒÓÔÕÖ×ØÙÚÛÜÝŽßàáâãäåæçèéêëìíîïšñòóôõö÷øùúûüýžÿ"},ibm922:"cp922",csibm922:"cp922",cp1046:{type:"_sbcs",chars:"ﺈ×÷ﹱˆ■│─┐┌└┘ﹹﹻﹽﹿﹷﺊﻰﻳﻲﻎﻏﻐﻶﻸﻺﻼ ¤ﺋﺑﺗﺛﺟﺣ،­ﺧﺳ٠١٢٣٤٥٦٧٨٩ﺷ؛ﺻﺿﻊ؟ﻋءآأؤإئابةتثجحخدذرزسشصضطﻇعغﻌﺂﺄﺎﻓـفقكلمنهوىيًٌٍَُِّْﻗﻛﻟﻵﻷﻹﻻﻣﻧﻬﻩ�"},ibm1046:"cp1046",csibm1046:"cp1046",cp1124:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ЁЂҐЄЅІЇЈЉЊЋЌ­ЎЏАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя№ёђґєѕіїјљњћќ§ўџ"},ibm1124:"cp1124",csibm1124:"cp1124",cp1125:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёҐґЄєІіЇї·√№¤■ "},ibm1125:"cp1125",csibm1125:"cp1125",cp1129:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§œ©ª«¬­®¯°±²³Ÿµ¶·Œ¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖ×ØÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ"},ibm1129:"cp1129",csibm1129:"cp1129",cp1133:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ກຂຄງຈສຊຍດຕຖທນບປຜຝພຟມຢຣລວຫອຮ���ຯະາຳິີຶືຸູຼັົຽ���ເແໂໃໄ່້໊໋໌ໍໆ�ໜໝ₭����������������໐໑໒໓໔໕໖໗໘໙��¢¬¦�"},ibm1133:"cp1133",csibm1133:"cp1133",cp1161:{type:"_sbcs",chars:"��������������������������������่กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู้๊๋€฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛¢¬¦ "},ibm1161:"cp1161",csibm1161:"cp1161",cp1162:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����"},ibm1162:"cp1162",csibm1162:"cp1162",cp1163:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£€¥¦§œ©ª«¬­®¯°±²³Ÿµ¶·Œ¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖ×ØÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ"},ibm1163:"cp1163",csibm1163:"cp1163",maccroatian:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®Š™´¨≠ŽØ∞±≤≥∆µ∂∑∏š∫ªºΩžø¿¡¬√ƒ≈Ć«Č… ÀÃÕŒœĐ—“”‘’÷◊�©⁄¤‹›Æ»–·‚„‰ÂćÁčÈÍÎÏÌÓÔđÒÚÛÙıˆ˜¯πË˚¸Êæˇ"},maccyrillic:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ†°¢£§•¶І®©™Ђђ≠Ѓѓ∞±≤≥іµ∂ЈЄєЇїЉљЊњјЅ¬√ƒ≈∆«»… ЋћЌќѕ–—“”‘’÷„ЎўЏџ№Ёёяабвгдежзийклмнопрстуфхцчшщъыьэю¤"},macgreek:{type:"_sbcs",chars:"Ĺ²É³ÖÜ΅àâä΄¨çéèê룙î‰ôö¦­ùûü†ΓΔΘΛΞΠß®©ΣΪ§≠°·Α±≤≥¥ΒΕΖΗΙΚΜΦΫΨΩάΝ¬ΟΡ≈Τ«»… ΥΧΆΈœ–―“”‘’÷ΉΊΌΎέήίόΏύαβψδεφγηιξκλμνοπώρστθωςχυζϊϋΐΰ�"},maciceland:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûüÝ°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤ÐðÞþý·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ"},macroman:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›fifl‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ"},macromania:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ĂŞ∞±≤≥¥µ∂∑∏π∫ªºΩăş¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›Ţţ‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ"},macthai:{type:"_sbcs",chars:"«»…“”�•‘’� กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู\ufeff​–—฿เแโใไๅๆ็่้๊๋์ํ™๏๐๑๒๓๔๕๖๗๘๙®©����"},macturkish:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸĞğİıŞş‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙ�ˆ˜¯˘˙˚¸˝˛ˇ"},macukraine:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ†°Ґ£§•¶І®©™Ђђ≠Ѓѓ∞±≤≥іµґЈЄєЇїЉљЊњјЅ¬√ƒ≈∆«»… ЋћЌќѕ–—“”‘’÷„ЎўЏџ№Ёёяабвгдежзийклмнопрстуфхцчшщъыьэю¤"},koi8r:{type:"_sbcs",chars:"─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ё╓╔╕╖╗╘╙╚╛╜╝╞╟╠╡Ё╢╣╤╥╦╧╨╩╪╫╬©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ"},koi8u:{type:"_sbcs",chars:"─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ёє╔ії╗╘╙╚╛ґ╝╞╟╠╡ЁЄ╣ІЇ╦╧╨╩╪Ґ╬©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ"},koi8ru:{type:"_sbcs",chars:"─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ёє╔ії╗╘╙╚╛ґў╞╟╠╡ЁЄ╣ІЇ╦╧╨╩╪ҐЎ©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ"},koi8t:{type:"_sbcs",chars:"қғ‚Ғ„…†‡�‰ҳ‹ҲҷҶ�Қ‘’“”•–—�™�›�����ӯӮё¤ӣ¦§���«¬­®�°±²Ё�Ӣ¶·�№�»���©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ"},armscii8:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ �և։)(»«—.՝,-֊…՜՛՞ԱաԲբԳգԴդԵեԶզԷէԸըԹթԺժԻիԼլԽխԾծԿկՀհՁձՂղՃճՄմՅյՆնՇշՈոՉչՊպՋջՌռՍսՎվՏտՐրՑցՒւՓփՔքՕօՖֆ՚�"},rk1048:{type:"_sbcs",chars:"ЂЃ‚ѓ„…†‡€‰Љ‹ЊҚҺЏђ‘’“”•–—�™љ›њқһџ ҰұӘ¤Ө¦§Ё©Ғ«¬­®Ү°±Ііөµ¶·ё№ғ»әҢңүАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя"},tcvn:{type:"_sbcs",chars:"\0ÚỤỪỬỮ\b\t\n\v\f\rỨỰỲỶỸÝỴ !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ÀẢÃÁẠẶẬÈẺẼÉẸỆÌỈĨÍỊÒỎÕÓỌỘỜỞỠỚỢÙỦŨ ĂÂÊÔƠƯĐăâêôơưđẶ̀̀̉̃́àảãáạẲằẳẵắẴẮẦẨẪẤỀặầẩẫấậèỂẻẽéẹềểễếệìỉỄẾỒĩíịòỔỏõóọồổỗốộờởỡớợùỖủũúụừửữứựỳỷỹýỵỐ"},georgianacademy:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿აბგდევზთიკლმნოპჟრსტუფქღყშჩცძწჭხჯჰჱჲჳჴჵჶçèéêëìíîïðñòóôõö÷øùúûüýþÿ"},georgianps:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿აბგდევზჱთიკლმნჲოპჟრსტჳუფქღყშჩცძწჭხჴჯჰჵæçèéêëìíîïðñòóôõö÷øùúûüýþÿ"},pt154:{type:"_sbcs",chars:"ҖҒӮғ„…ҶҮҲүҠӢҢҚҺҸҗ‘’“”•–—ҳҷҡӣңқһҹ ЎўЈӨҘҰ§Ё©Ә«¬ӯ®Ҝ°ұІіҙө¶·ё№ә»јҪҫҝАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя"},viscii:{type:"_sbcs",chars:"\0ẲẴẪ\b\t\n\v\f\rỶỸỴ !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ẠẮẰẶẤẦẨẬẼẸẾỀỂỄỆỐỒỔỖỘỢỚỜỞỊỎỌỈỦŨỤỲÕắằặấầẩậẽẹếềểễệốồổỗỠƠộờởịỰỨỪỬơớƯÀÁÂÃẢĂẳẵÈÉÊẺÌÍĨỳĐứÒÓÔạỷừửÙÚỹỵÝỡưàáâãảăữẫèéêẻìíĩỉđựòóôõỏọụùúũủýợỮ"},iso646cn:{type:"_sbcs",chars:"\0\b\t\n\v\f\r !\"#¥%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}‾��������������������������������������������������������������������������������������������������������������������������������"},iso646jp:{type:"_sbcs",chars:"\0\b\t\n\v\f\r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[¥]^_`abcdefghijklmnopqrstuvwxyz{|}‾��������������������������������������������������������������������������������������������������������������������������������"},hproman8:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ÀÂÈÊËÎÏ´ˋˆ¨˜ÙÛ₤¯Ýý°ÇçÑñ¡¿¤£¥§ƒ¢âêôûáéóúàèòùäëöüÅîØÆåíøæÄìÖÜÉïßÔÁÃãÐðÍÌÓÒÕõŠšÚŸÿÞþ·µ¶¾—¼½ªº«■»±�"},macintosh:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›fifl‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ"},ascii:{type:"_sbcs",chars:"��������������������������������������������������������������������������������������������������������������������������������"},tis620:{type:"_sbcs",chars:"���������������������������������กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����"}};
1556
1557},{}],350:[function(require,module,exports){
1558"use strict";module.exports={10029:"maccenteuro",maccenteuro:{type:"_sbcs",chars:"ÄĀāÉĄÖÜáąČäčĆć鏟ĎíďĒēĖóėôöõúĚěü†°Ę£§•¶ß®©™ę¨≠ģĮįĪ≤≥īĶ∂∑łĻļĽľĹĺŅņѬ√ńŇ∆«»… ňŐÕőŌ–—“”‘’÷◊ōŔŕŘ‹›řŖŗŠ‚„šŚśÁŤťÍŽžŪÓÔūŮÚůŰűŲųÝýķŻŁżĢˇ"},808:"cp808",ibm808:"cp808",cp808:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёЄєЇїЎў°∙·√№€■ "},mik:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя└┴┬├─┼╣║╚╔╩╦╠═╬┐░▒▓│┤№§╗╝┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ascii8bit:"ascii",usascii:"ascii",ansix34:"ascii",ansix341968:"ascii",ansix341986:"ascii",csascii:"ascii",cp367:"ascii",ibm367:"ascii",isoir6:"ascii",iso646us:"ascii",iso646irv:"ascii",us:"ascii",latin1:"iso88591",latin2:"iso88592",latin3:"iso88593",latin4:"iso88594",latin5:"iso88599",latin6:"iso885910",latin7:"iso885913",latin8:"iso885914",latin9:"iso885915",latin10:"iso885916",csisolatin1:"iso88591",csisolatin2:"iso88592",csisolatin3:"iso88593",csisolatin4:"iso88594",csisolatincyrillic:"iso88595",csisolatinarabic:"iso88596",csisolatingreek:"iso88597",csisolatinhebrew:"iso88598",csisolatin5:"iso88599",csisolatin6:"iso885910",l1:"iso88591",l2:"iso88592",l3:"iso88593",l4:"iso88594",l5:"iso88599",l6:"iso885910",l7:"iso885913",l8:"iso885914",l9:"iso885915",l10:"iso885916",isoir14:"iso646jp",isoir57:"iso646cn",isoir100:"iso88591",isoir101:"iso88592",isoir109:"iso88593",isoir110:"iso88594",isoir144:"iso88595",isoir127:"iso88596",isoir126:"iso88597",isoir138:"iso88598",isoir148:"iso88599",isoir157:"iso885910",isoir166:"tis620",isoir179:"iso885913",isoir199:"iso885914",isoir203:"iso885915",isoir226:"iso885916",cp819:"iso88591",ibm819:"iso88591",cyrillic:"iso88595",arabic:"iso88596",arabic8:"iso88596",ecma114:"iso88596",asmo708:"iso88596",greek:"iso88597",greek8:"iso88597",ecma118:"iso88597",elot928:"iso88597",hebrew:"iso88598",hebrew8:"iso88598",turkish:"iso88599",turkish8:"iso88599",thai:"iso885911",thai8:"iso885911",celtic:"iso885914",celtic8:"iso885914",isoceltic:"iso885914",tis6200:"tis620",tis62025291:"tis620",tis62025330:"tis620",10000:"macroman",10006:"macgreek",10007:"maccyrillic",10079:"maciceland",10081:"macturkish",cspc8codepage437:"cp437",cspc775baltic:"cp775",cspc850multilingual:"cp850",cspcp852:"cp852",cspc862latinhebrew:"cp862",cpgr:"cp869",msee:"cp1250",mscyrl:"cp1251",msansi:"cp1252",msgreek:"cp1253",msturk:"cp1254",mshebr:"cp1255",msarab:"cp1256",winbaltrim:"cp1257",cp20866:"koi8r",20866:"koi8r",ibm878:"koi8r",cskoi8r:"koi8r",cp21866:"koi8u",21866:"koi8u",ibm1168:"koi8u",strk10482002:"rk1048",tcvn5712:"tcvn",tcvn57121:"tcvn",gb198880:"iso646cn",cn:"iso646cn",csiso14jisc6220ro:"iso646jp",jisc62201969ro:"iso646jp",jp:"iso646jp",cshproman8:"hproman8",r8:"hproman8",roman8:"hproman8",xroman8:"hproman8",ibm1051:"hproman8",mac:"macintosh",csmacintosh:"macintosh"};
1559
1560},{}],351:[function(require,module,exports){
1561module.exports=[
1562["8740","䏰䰲䘃䖦䕸𧉧䵷䖳𧲱䳢𧳅㮕䜶䝄䱇䱀𤊿𣘗𧍒𦺋𧃒䱗𪍑䝏䗚䲅𧱬䴇䪤䚡𦬣爥𥩔𡩣𣸆𣽡晍囻"],
1563["8767","綕夝𨮹㷴霴𧯯寛𡵞媤㘥𩺰嫑宷峼杮薓𩥅瑡璝㡵𡵓𣚞𦀡㻬"],
1564["87a1","𥣞㫵竼龗𤅡𨤍𣇪𠪊𣉞䌊蒄龖鐯䤰蘓墖靊鈘秐稲晠権袝瑌篅枂稬剏遆㓦珄𥶹瓆鿇垳䤯呌䄱𣚎堘穲𧭥讏䚮𦺈䆁𥶙箮𢒼鿈𢓁𢓉𢓌鿉蔄𣖻䂴鿊䓡𪷿拁灮鿋"],
1565["8840","㇀",4,"𠄌㇅𠃑𠃍㇆㇇𠃋𡿨㇈𠃊㇉㇊㇋㇌𠄎㇍㇎ĀÁǍÀĒÉĚÈŌÓǑÒ࿿Ê̄Ế࿿Ê̌ỀÊāáǎàɑēéěèīíǐìōóǒòūúǔùǖǘǚ"],
1566["88a1","ǜü࿿ê̄ế࿿ê̌ềêɡ⏚⏛"],
1567["8940","𪎩𡅅"],
1568["8943","攊"],
1569["8946","丽滝鵎釟"],
1570["894c","𧜵撑会伨侨兖兴农凤务动医华发变团声处备夲头学实実岚庆总斉柾栄桥济炼电纤纬纺织经统缆缷艺苏药视设询车轧轮"],
1571["89a1","琑糼緍楆竉刧"],
1572["89ab","醌碸酞肼"],
1573["89b0","贋胶𠧧"],
1574["89b5","肟黇䳍鷉鸌䰾𩷶𧀎鸊𪄳㗁"],
1575["89c1","溚舾甙"],
1576["89c5","䤑马骏龙禇𨑬𡷊𠗐𢫦两亁亀亇亿仫伷㑌侽㹈倃傈㑽㒓㒥円夅凛凼刅争剹劐匧㗇厩㕑厰㕓参吣㕭㕲㚁咓咣咴咹哐哯唘唣唨㖘唿㖥㖿嗗㗅"],
1577["8a40","𧶄唥"],
1578["8a43","𠱂𠴕𥄫喐𢳆㧬𠍁蹆𤶸𩓥䁓𨂾睺𢰸㨴䟕𨅝𦧲𤷪擝𠵼𠾴𠳕𡃴撍蹾𠺖𠰋𠽤𢲩𨉖𤓓"],
1579["8a64","𠵆𩩍𨃩䟴𤺧𢳂骲㩧𩗴㿭㔆𥋇𩟔𧣈𢵄鵮頕"],
1580["8a76","䏙𦂥撴哣𢵌𢯊𡁷㧻𡁯"],
1581["8aa1","𦛚𦜖𧦠擪𥁒𠱃蹨𢆡𨭌𠜱"],
1582["8aac","䠋𠆩㿺塳𢶍"],
1583["8ab2","𤗈𠓼𦂗𠽌𠶖啹䂻䎺"],
1584["8abb","䪴𢩦𡂝膪飵𠶜捹㧾𢝵跀嚡摼㹃"],
1585["8ac9","𪘁𠸉𢫏𢳉"],
1586["8ace","𡃈𣧂㦒㨆𨊛㕸𥹉𢃇噒𠼱𢲲𩜠㒼氽𤸻"],
1587["8adf","𧕴𢺋𢈈𪙛𨳍𠹺𠰴𦠜羓𡃏𢠃𢤹㗻𥇣𠺌𠾍𠺪㾓𠼰𠵇𡅏𠹌"],
1588["8af6","𠺫𠮩𠵈𡃀𡄽㿹𢚖搲𠾭"],
1589["8b40","𣏴𧘹𢯎𠵾𠵿𢱑𢱕㨘𠺘𡃇𠼮𪘲𦭐𨳒𨶙𨳊閪哌苄喹"],
1590["8b55","𩻃鰦骶𧝞𢷮煀腭胬尜𦕲脴㞗卟𨂽醶𠻺𠸏𠹷𠻻㗝𤷫㘉𠳖嚯𢞵𡃉𠸐𠹸𡁸𡅈𨈇𡑕𠹹𤹐𢶤婔𡀝𡀞𡃵𡃶垜𠸑"],
1591["8ba1","𧚔𨋍𠾵𠹻𥅾㜃𠾶𡆀𥋘𪊽𤧚𡠺𤅷𨉼墙剨㘚𥜽箲孨䠀䬬鼧䧧鰟鮍𥭴𣄽嗻㗲嚉丨夂𡯁屮靑𠂆乛亻㔾尣彑忄㣺扌攵歺氵氺灬爫丬犭𤣩罒礻糹罓𦉪㓁"],
1592["8bde","𦍋耂肀𦘒𦥑卝衤见𧢲讠贝钅镸长门𨸏韦页风飞饣𩠐鱼鸟黄歯龜丷𠂇阝户钢"],
1593["8c40","倻淾𩱳龦㷉袏𤅎灷峵䬠𥇍㕙𥴰愢𨨲辧釶熑朙玺𣊁𪄇㲋𡦀䬐磤琂冮𨜏䀉橣𪊺䈣蘏𠩯稪𩥇𨫪靕灍匤𢁾鏴盙𨧣龧矝亣俰傼丯众龨吴綋墒壐𡶶庒庙忂𢜒斋"],
1594["8ca1","𣏹椙橃𣱣泿"],
1595["8ca7","爀𤔅玌㻛𤨓嬕璹讃𥲤𥚕窓篬糃繬苸薗龩袐龪躹龫迏蕟駠鈡龬𨶹𡐿䁱䊢娚"],
1596["8cc9","顨杫䉶圽"],
1597["8cce","藖𤥻芿𧄍䲁𦵴嵻𦬕𦾾龭龮宖龯曧繛湗秊㶈䓃𣉖𢞖䎚䔶"],
1598["8ce6","峕𣬚諹屸㴒𣕑嵸龲煗䕘𤃬𡸣䱷㥸㑊𠆤𦱁諌侴𠈹妿腬顖𩣺弻"],
1599["8d40","𠮟"],
1600["8d42","𢇁𨥭䄂䚻𩁹㼇龳𪆵䃸㟖䛷𦱆䅼𨚲𧏿䕭㣔𥒚䕡䔛䶉䱻䵶䗪㿈𤬏㙡䓞䒽䇭崾嵈嵖㷼㠏嶤嶹㠠㠸幂庽弥徃㤈㤔㤿㥍惗愽峥㦉憷憹懏㦸戬抐拥挘㧸嚱"],
1601["8da1","㨃揢揻搇摚㩋擀崕嘡龟㪗斆㪽旿晓㫲暒㬢朖㭂枤栀㭘桊梄㭲㭱㭻椉楃牜楤榟榅㮼槖㯝橥橴橱檂㯬檙㯲檫檵櫔櫶殁毁毪汵沪㳋洂洆洦涁㳯涤涱渕渘温溆𨧀溻滢滚齿滨滩漤漴㵆𣽁澁澾㵪㵵熷岙㶊瀬㶑灐灔灯灿炉𠌥䏁㗱𠻘"],
1602["8e40","𣻗垾𦻓焾𥟠㙎榢𨯩孴穉𥣡𩓙穥穽𥦬窻窰竂竃燑𦒍䇊竚竝竪䇯咲𥰁笋筕笩𥌎𥳾箢筯莜𥮴𦱿篐萡箒箸𥴠㶭𥱥蒒篺簆簵𥳁籄粃𤢂粦晽𤕸糉糇糦籴糳糵糎"],
1603["8ea1","繧䔝𦹄絝𦻖璍綉綫焵綳緒𤁗𦀩緤㴓緵𡟹緥𨍭縝𦄡𦅚繮纒䌫鑬縧罀罁罇礶𦋐駡羗𦍑羣𡙡𠁨䕜𣝦䔃𨌺翺𦒉者耈耝耨耯𪂇𦳃耻耼聡𢜔䦉𦘦𣷣𦛨朥肧𨩈脇脚墰𢛶汿𦒘𤾸擧𡒊舘𡡞橓𤩥𤪕䑺舩𠬍𦩒𣵾俹𡓽蓢荢𦬊𤦧𣔰𡝳𣷸芪椛芳䇛"],
1604["8f40","蕋苐茚𠸖𡞴㛁𣅽𣕚艻苢茘𣺋𦶣𦬅𦮗𣗎㶿茝嗬莅䔋𦶥莬菁菓㑾𦻔橗蕚㒖𦹂𢻯葘𥯤葱㷓䓤檧葊𣲵祘蒨𦮖𦹷𦹃蓞萏莑䒠蒓蓤𥲑䉀𥳀䕃蔴嫲𦺙䔧蕳䔖枿蘖"],
1605["8fa1","𨘥𨘻藁𧂈蘂𡖂𧃍䕫䕪蘨㙈𡢢号𧎚虾蝱𪃸蟮𢰧螱蟚蠏噡虬桖䘏衅衆𧗠𣶹𧗤衞袜䙛袴袵揁装睷𧜏覇覊覦覩覧覼𨨥觧𧤤𧪽誜瞓釾誐𧩙竩𧬺𣾏䜓𧬸煼謌謟𥐰𥕥謿譌譍誩𤩺讐讛誯𡛟䘕衏貛𧵔𧶏貫㜥𧵓賖𧶘𧶽贒贃𡤐賛灜贑𤳉㻐起"],
1606["9040","趩𨀂𡀔𤦊㭼𨆼𧄌竧躭躶軃鋔輙輭𨍥𨐒辥錃𪊟𠩐辳䤪𨧞𨔽𣶻廸𣉢迹𪀔𨚼𨔁𢌥㦀𦻗逷𨔼𧪾遡𨕬𨘋邨𨜓郄𨛦邮都酧㫰醩釄粬𨤳𡺉鈎沟鉁鉢𥖹銹𨫆𣲛𨬌𥗛"],
1607["90a1","𠴱錬鍫𨫡𨯫炏嫃𨫢𨫥䥥鉄𨯬𨰹𨯿鍳鑛躼閅閦鐦閠濶䊹𢙺𨛘𡉼𣸮䧟氜陻隖䅬隣𦻕懚隶磵𨫠隽双䦡𦲸𠉴𦐐𩂯𩃥𤫑𡤕𣌊霱虂霶䨏䔽䖅𤫩灵孁霛靜𩇕靗孊𩇫靟鐥僐𣂷𣂼鞉鞟鞱鞾韀韒韠𥑬韮琜𩐳響韵𩐝𧥺䫑頴頳顋顦㬎𧅵㵑𠘰𤅜"],
1608["9140","𥜆飊颷飈飇䫿𦴧𡛓喰飡飦飬鍸餹𤨩䭲𩡗𩤅駵騌騻騐驘𥜥㛄𩂱𩯕髠髢𩬅髴䰎鬔鬭𨘀倴鬴𦦨㣃𣁽魐魀𩴾婅𡡣鮎𤉋鰂鯿鰌𩹨鷔𩾷𪆒𪆫𪃡𪄣𪇟鵾鶃𪄴鸎梈"],
1609["91a1","鷄𢅛𪆓𪈠𡤻𪈳鴹𪂹𪊴麐麕麞麢䴴麪麯𤍤黁㭠㧥㴝伲㞾𨰫鼂鼈䮖鐤𦶢鼗鼖鼹嚟嚊齅馸𩂋韲葿齢齩竜龎爖䮾𤥵𤦻煷𤧸𤍈𤩑玞𨯚𡣺禟𨥾𨸶鍩鏳𨩄鋬鎁鏋𨥬𤒹爗㻫睲穃烐𤑳𤏸煾𡟯炣𡢾𣖙㻇𡢅𥐯𡟸㜢𡛻𡠹㛡𡝴𡣑𥽋㜣𡛀坛𤨥𡏾𡊨"],
1610["9240","𡏆𡒶蔃𣚦蔃葕𤦔𧅥𣸱𥕜𣻻𧁒䓴𣛮𩦝𦼦柹㜳㰕㷧塬𡤢栐䁗𣜿𤃡𤂋𤄏𦰡哋嚞𦚱嚒𠿟𠮨𠸍鏆𨬓鎜仸儫㠙𤐶亼𠑥𠍿佋侊𥙑婨𠆫𠏋㦙𠌊𠐔㐵伩𠋀𨺳𠉵諚𠈌亘"],
1611["92a1","働儍侢伃𤨎𣺊佂倮偬傁俌俥偘僼兙兛兝兞湶𣖕𣸹𣺿浲𡢄𣺉冨凃𠗠䓝𠒣𠒒𠒑赺𨪜𠜎剙劤𠡳勡鍮䙺熌𤎌𠰠𤦬𡃤槑𠸝瑹㻞璙琔瑖玘䮎𤪼𤂍叐㖄爏𤃉喴𠍅响𠯆圝鉝雴鍦埝垍坿㘾壋媙𨩆𡛺𡝯𡜐娬妸銏婾嫏娒𥥆𡧳𡡡𤊕㛵洅瑃娡𥺃"],
1612["9340","媁𨯗𠐓鏠璌𡌃焅䥲鐈𨧻鎽㞠尞岞幞幈𡦖𡥼𣫮廍孏𡤃𡤄㜁𡢠㛝𡛾㛓脪𨩇𡶺𣑲𨦨弌弎𡤧𡞫婫𡜻孄蘔𧗽衠恾𢡠𢘫忛㺸𢖯𢖾𩂈𦽳懀𠀾𠁆𢘛憙憘恵𢲛𢴇𤛔𩅍"],
1613["93a1","摱𤙥𢭪㨩𢬢𣑐𩣪𢹸挷𪑛撶挱揑𤧣𢵧护𢲡搻敫楲㯴𣂎𣊭𤦉𣊫唍𣋠𡣙𩐿曎𣊉𣆳㫠䆐𥖄𨬢𥖏𡛼𥕛𥐥磮𣄃𡠪𣈴㑤𣈏𣆂𤋉暎𦴤晫䮓昰𧡰𡷫晣𣋒𣋡昞𥡲㣑𣠺𣞼㮙𣞢𣏾瓐㮖枏𤘪梶栞㯄檾㡣𣟕𤒇樳橒櫉欅𡤒攑梘橌㯗橺歗𣿀𣲚鎠鋲𨯪𨫋"],
1614["9440","銉𨀞𨧜鑧涥漋𤧬浧𣽿㶏渄𤀼娽渊塇洤硂焻𤌚𤉶烱牐犇犔𤞏𤜥兹𤪤𠗫瑺𣻸𣙟𤩊𤤗𥿡㼆㺱𤫟𨰣𣼵悧㻳瓌琼鎇琷䒟𦷪䕑疃㽣𤳙𤴆㽘畕癳𪗆㬙瑨𨫌𤦫𤦎㫻"],
1615["94a1","㷍𤩎㻿𤧅𤣳釺圲鍂𨫣𡡤僟𥈡𥇧睸𣈲眎眏睻𤚗𣞁㩞𤣰琸璛㺿𤪺𤫇䃈𤪖𦆮錇𥖁砞碍碈磒珐祙𧝁𥛣䄎禛蒖禥樭𣻺稺秴䅮𡛦䄲鈵秱𠵌𤦌𠊙𣶺𡝮㖗啫㕰㚪𠇔𠰍竢婙𢛵𥪯𥪜娍𠉛磰娪𥯆竾䇹籝籭䈑𥮳𥺼𥺦糍𤧹𡞰粎籼粮檲緜縇緓罎𦉡"],
1616["9540","𦅜𧭈綗𥺂䉪𦭵𠤖柖𠁎𣗏埄𦐒𦏸𤥢翝笧𠠬𥫩𥵃笌𥸎駦虅驣樜𣐿㧢𤧷𦖭騟𦖠蒀𧄧𦳑䓪脷䐂胆脉腂𦞴飃𦩂艢艥𦩑葓𦶧蘐𧈛媆䅿𡡀嬫𡢡嫤𡣘蚠蜨𣶏蠭𧐢娂"],
1617["95a1","衮佅袇袿裦襥襍𥚃襔𧞅𧞄𨯵𨯙𨮜𨧹㺭蒣䛵䛏㟲訽訜𩑈彍鈫𤊄旔焩烄𡡅鵭貟賩𧷜妚矃姰䍮㛔踪躧𤰉輰轊䋴汘澻𢌡䢛潹溋𡟚鯩㚵𤤯邻邗啱䤆醻鐄𨩋䁢𨫼鐧𨰝𨰻蓥訫閙閧閗閖𨴴瑅㻂𤣿𤩂𤏪㻧𣈥随𨻧𨹦𨹥㻌𤧭𤩸𣿮琒瑫㻼靁𩂰"],
1618["9640","桇䨝𩂓𥟟靝鍨𨦉𨰦𨬯𦎾銺嬑譩䤼珹𤈛鞛靱餸𠼦巁𨯅𤪲頟𩓚鋶𩗗釥䓀𨭐𤩧𨭤飜𨩅㼀鈪䤥萔餻饍𧬆㷽馛䭯馪驜𨭥𥣈檏騡嫾騯𩣱䮐𩥈馼䮽䮗鍽塲𡌂堢𤦸"],
1619["96a1","𡓨硄𢜟𣶸棅㵽鑘㤧慐𢞁𢥫愇鱏鱓鱻鰵鰐魿鯏𩸭鮟𪇵𪃾鴡䲮𤄄鸘䲰鴌𪆴𪃭𪃳𩤯鶥蒽𦸒𦿟𦮂藼䔳𦶤𦺄𦷰萠藮𦸀𣟗𦁤秢𣖜𣙀䤭𤧞㵢鏛銾鍈𠊿碹鉷鑍俤㑀遤𥕝砽硔碶硋𡝗𣇉𤥁㚚佲濚濙瀞瀞吔𤆵垻壳垊鴖埗焴㒯𤆬燫𦱀𤾗嬨𡞵𨩉"],
1620["9740","愌嫎娋䊼𤒈㜬䭻𨧼鎻鎸𡣖𠼝葲𦳀𡐓𤋺𢰦𤏁妔𣶷𦝁綨𦅛𦂤𤦹𤦋𨧺鋥珢㻩璴𨭣𡢟㻡𤪳櫘珳珻㻖𤨾𤪔𡟙𤩦𠎧𡐤𤧥瑈𤤖炥𤥶銄珦鍟𠓾錱𨫎𨨖鎆𨯧𥗕䤵𨪂煫"],
1621["97a1","𤥃𠳿嚤𠘚𠯫𠲸唂秄𡟺緾𡛂𤩐𡡒䔮鐁㜊𨫀𤦭妰𡢿𡢃𧒄媡㛢𣵛㚰鉟婹𨪁𡡢鍴㳍𠪴䪖㦊僴㵩㵌𡎜煵䋻𨈘渏𩃤䓫浗𧹏灧沯㳖𣿭𣸭渂漌㵯𠏵畑㚼㓈䚀㻚䡱姄鉮䤾轁𨰜𦯀堒埈㛖𡑒烾𤍢𤩱𢿣𡊰𢎽梹楧𡎘𣓥𧯴𣛟𨪃𣟖𣏺𤲟樚𣚭𦲷萾䓟䓎"],
1622["9840","𦴦𦵑𦲂𦿞漗𧄉茽𡜺菭𦲀𧁓𡟛妉媂𡞳婡婱𡤅𤇼㜭姯𡜼㛇熎鎐暚𤊥婮娫𤊓樫𣻹𧜶𤑛𤋊焝𤉙𨧡侰𦴨峂𤓎𧹍𤎽樌𤉖𡌄炦焳𤏩㶥泟勇𤩏繥姫崯㷳彜𤩝𡟟綤萦"],
1623["98a1","咅𣫺𣌀𠈔坾𠣕𠘙㿥𡾞𪊶瀃𩅛嵰玏糓𨩙𩐠俈翧狍猐𧫴猸猹𥛶獁獈㺩𧬘遬燵𤣲珡臶㻊県㻑沢国琙琞琟㻢㻰㻴㻺瓓㼎㽓畂畭畲疍㽼痈痜㿀癍㿗癴㿜発𤽜熈嘣覀塩䀝睃䀹条䁅㗛瞘䁪䁯属瞾矋売砘点砜䂨砹硇硑硦葈𥔵礳栃礲䄃"],
1624["9940","䄉禑禙辻稆込䅧窑䆲窼艹䇄竏竛䇏両筢筬筻簒簛䉠䉺类粜䊌粸䊔糭输烀𠳏総緔緐緽羮羴犟䎗耠耥笹耮耱联㷌垴炠肷胩䏭脌猪脎脒畠脔䐁㬹腖腙腚"],
1625["99a1","䐓堺腼膄䐥膓䐭膥埯臁臤艔䒏芦艶苊苘苿䒰荗险榊萅烵葤惣蒈䔄蒾蓡蓸蔐蔸蕒䔻蕯蕰藠䕷虲蚒蚲蛯际螋䘆䘗袮裿褤襇覑𧥧訩訸誔誴豑賔賲贜䞘塟跃䟭仮踺嗘坔蹱嗵躰䠷軎転軤軭軲辷迁迊迌逳駄䢭飠鈓䤞鈨鉘鉫銱銮銿"],
1626["9a40","鋣鋫鋳鋴鋽鍃鎄鎭䥅䥑麿鐗匁鐝鐭鐾䥪鑔鑹锭関䦧间阳䧥枠䨤靀䨵鞲韂噔䫤惨颹䬙飱塄餎餙冴餜餷饂饝饢䭰駅䮝騼鬏窃魩鮁鯝鯱鯴䱭鰠㝯𡯂鵉鰺"],
1627["9aa1","黾噐鶓鶽鷀鷼银辶鹻麬麱麽黆铜黢黱黸竈齄𠂔𠊷𠎠椚铃妬𠓗塀铁㞹𠗕𠘕𠙶𡚺块煳𠫂𠫍𠮿呪吆𠯋咞𠯻𠰻𠱓𠱥𠱼惧𠲍噺𠲵𠳝𠳭𠵯𠶲𠷈楕鰯螥𠸄𠸎𠻗𠾐𠼭𠹳尠𠾼帋𡁜𡁏𡁶朞𡁻𡂈𡂖㙇𡂿𡃓𡄯𡄻卤蒭𡋣𡍵𡌶讁𡕷𡘙𡟃𡟇乸炻𡠭𡥪"],
1628["9b40","𡨭𡩅𡰪𡱰𡲬𡻈拃𡻕𡼕熘桕𢁅槩㛈𢉼𢏗𢏺𢜪𢡱𢥏苽𢥧𢦓𢫕覥𢫨辠𢬎鞸𢬿顇骽𢱌"],
1629["9b62","𢲈𢲷𥯨𢴈𢴒𢶷𢶕𢹂𢽴𢿌𣀳𣁦𣌟𣏞徱晈暿𧩹𣕧𣗳爁𤦺矗𣘚𣜖纇𠍆墵朎"],
1630["9ba1","椘𣪧𧙗𥿢𣸑𣺹𧗾𢂚䣐䪸𤄙𨪚𤋮𤌍𤀻𤌴𤎖𤩅𠗊凒𠘑妟𡺨㮾𣳿𤐄𤓖垈𤙴㦛𤜯𨗨𩧉㝢𢇃譞𨭎駖𤠒𤣻𤨕爉𤫀𠱸奥𤺥𤾆𠝹軚𥀬劏圿煱𥊙𥐙𣽊𤪧喼𥑆𥑮𦭒釔㑳𥔿𧘲𥕞䜘𥕢𥕦𥟇𤤿𥡝偦㓻𣏌惞𥤃䝼𨥈𥪮𥮉𥰆𡶐垡煑澶𦄂𧰒遖𦆲𤾚譢𦐂𦑊"],
1631["9c40","嵛𦯷輶𦒄𡤜諪𤧶𦒈𣿯𦔒䯀𦖿𦚵𢜛鑥𥟡憕娧晉侻嚹𤔡𦛼乪𤤴陖涏𦲽㘘襷𦞙𦡮𦐑𦡞營𦣇筂𩃀𠨑𦤦鄄𦤹穅鷰𦧺騦𦨭㙟𦑩𠀡禃𦨴𦭛崬𣔙菏𦮝䛐𦲤画补𦶮墶"],
1632["9ca1","㜜𢖍𧁋𧇍㱔𧊀𧊅銁𢅺𧊋錰𧋦𤧐氹钟𧑐𠻸蠧裵𢤦𨑳𡞱溸𤨪𡠠㦤㚹尐秣䔿暶𩲭𩢤襃𧟌𧡘囖䃟𡘊㦡𣜯𨃨𡏅熭荦𧧝𩆨婧䲷𧂯𨦫𧧽𧨊𧬋𧵦𤅺筃祾𨀉澵𪋟樃𨌘厢𦸇鎿栶靝𨅯𨀣𦦵𡏭𣈯𨁈嶅𨰰𨂃圕頣𨥉嶫𤦈斾槕叒𤪥𣾁㰑朶𨂐𨃴𨄮𡾡𨅏"],
1633["9d40","𨆉𨆯𨈚𨌆𨌯𨎊㗊𨑨𨚪䣺揦𨥖砈鉕𨦸䏲𨧧䏟𨧨𨭆𨯔姸𨰉輋𨿅𩃬筑𩄐𩄼㷷𩅞𤫊运犏嚋𩓧𩗩𩖰𩖸𩜲𩣑𩥉𩥪𩧃𩨨𩬎𩵚𩶛纟𩻸𩼣䲤镇𪊓熢𪋿䶑递𪗋䶜𠲜达嗁"],
1634["9da1","辺𢒰边𤪓䔉繿潖檱仪㓤𨬬𧢝㜺躀𡟵𨀤𨭬𨮙𧨾𦚯㷫𧙕𣲷𥘵𥥖亚𥺁𦉘嚿𠹭踎孭𣺈𤲞揞拐𡟶𡡻攰嘭𥱊吚𥌑㷆𩶘䱽嘢嘞罉𥻘奵𣵀蝰东𠿪𠵉𣚺脗鵞贘瘻鱅癎瞹鍅吲腈苷嘥脲萘肽嗪祢噃吖𠺝㗎嘅嗱曱𨋢㘭甴嗰喺咗啲𠱁𠲖廐𥅈𠹶𢱢"],
1635["9e40","𠺢麫絚嗞𡁵抝靭咔賍燶酶揼掹揾啩𢭃鱲𢺳冚㓟𠶧冧呍唞唓癦踭𦢊疱肶蠄螆裇膶萜𡃁䓬猄𤜆宐茋𦢓噻𢛴𧴯𤆣𧵳𦻐𧊶酰𡇙鈈𣳼𪚩𠺬𠻹牦𡲢䝎𤿂𧿹𠿫䃺"],
1636["9ea1","鱝攟𢶠䣳𤟠𩵼𠿬𠸊恢𧖣𠿭"],
1637["9ead","𦁈𡆇熣纎鵐业丄㕷嬍沲卧㚬㧜卽㚥𤘘墚𤭮舭呋垪𥪕𠥹"],
1638["9ec5","㩒𢑥獴𩺬䴉鯭𣳾𩼰䱛𤾩𩖞𩿞葜𣶶𧊲𦞳𣜠挮紥𣻷𣸬㨪逈勌㹴㙺䗩𠒎癀嫰𠺶硺𧼮墧䂿噼鮋嵴癔𪐴麅䳡痹㟻愙𣃚𤏲"],
1639["9ef5","噝𡊩垧𤥣𩸆刴𧂮㖭汊鵼"],
1640["9f40","籖鬹埞𡝬屓擓𩓐𦌵𧅤蚭𠴨𦴢𤫢𠵱"],
1641["9f4f","凾𡼏嶎霃𡷑麁遌笟鬂峑箣扨挵髿篏鬪籾鬮籂粆鰕篼鬉鼗鰛𤤾齚啳寃俽麘俲剠㸆勑坧偖妷帒韈鶫轜呩鞴饀鞺匬愰"],
1642["9fa1","椬叚鰊鴂䰻陁榀傦畆𡝭駚剳"],
1643["9fae","酙隁酜"],
1644["9fb2","酑𨺗捿𦴣櫊嘑醎畺抅𠏼獏籰𥰡𣳽"],
1645["9fc1","𤤙盖鮝个𠳔莾衂"],
1646["9fc9","届槀僭坺刟巵从氱𠇲伹咜哚劚趂㗾弌㗳"],
1647["9fdb","歒酼龥鮗頮颴骺麨麄煺笔"],
1648["9fe7","毺蠘罸"],
1649["9feb","嘠𪙊蹷齓"],
1650["9ff0","跔蹏鸜踁抂𨍽踨蹵竓𤩷稾磘泪詧瘇"],
1651["a040","𨩚鼦泎蟖痃𪊲硓咢贌狢獱謭猂瓱賫𤪻蘯徺袠䒷"],
1652["a055","𡠻𦸅"],
1653["a058","詾𢔛"],
1654["a05b","惽癧髗鵄鍮鮏蟵"],
1655["a063","蠏賷猬霡鮰㗖犲䰇籑饊𦅙慙䰄麖慽"],
1656["a073","坟慯抦戹拎㩜懢厪𣏵捤栂㗒"],
1657["a0a1","嵗𨯂迚𨸹"],
1658["a0a6","僙𡵆礆匲阸𠼻䁥"],
1659["a0ae","矾"],
1660["a0b0","糂𥼚糚稭聦聣絍甅瓲覔舚朌聢𧒆聛瓰脃眤覉𦟌畓𦻑螩蟎臈螌詉貭譃眫瓸蓚㘵榲趦"],
1661["a0d4","覩瑨涹蟁𤀑瓧㷛煶悤憜㳑煢恷"],
1662["a0e2","罱𨬭牐惩䭾删㰘𣳇𥻗𧙖𥔱𡥄𡋾𩤃𦷜𧂭峁𦆭𨨏𣙷𠃮𦡆𤼎䕢嬟𦍌齐麦𦉫"],
1663["a3c0","␀",31,"␡"],
1664["c6a1","①",9,"⑴",9,"ⅰ",9,"丶丿亅亠冂冖冫勹匸卩厶夊宀巛⼳广廴彐彡攴无疒癶辵隶¨ˆヽヾゝゞ〃仝々〆〇ー[]✽ぁ",23],
1665["c740","す",58,"ァアィイ"],
1666["c7a1","ゥ",81,"А",5,"ЁЖ",4],
1667["c840","Л",26,"ёж",25,"⇧↸↹㇏𠃌乚𠂊刂䒑"],
1668["c8a1","龰冈龱𧘇"],
1669["c8cd","¬¦'"㈱№℡゛゜⺀⺄⺆⺇⺈⺊⺌⺍⺕⺜⺝⺥⺧⺪⺬⺮⺶⺼⺾⻆⻊⻌⻍⻏⻖⻗⻞⻣"],
1670["c8f5","ʃɐɛɔɵœøŋʊɪ"],
1671["f9fe","■"],
1672["fa40","𠕇鋛𠗟𣿅蕌䊵珯况㙉𤥂𨧤鍄𡧛苮𣳈砼杄拟𤤳𨦪𠊠𦮳𡌅侫𢓭倈𦴩𧪄𣘀𤪱𢔓倩𠍾徤𠎀𠍇滛𠐟偽儁㑺儎顬㝃萖𤦤𠒇兠𣎴兪𠯿𢃼𠋥𢔰𠖎𣈳𡦃宂蝽𠖳𣲙冲冸"],
1673["faa1","鴴凉减凑㳜凓𤪦决凢卂凭菍椾𣜭彻刋刦刼劵剗劔効勅簕蕂勠蘍𦬓包𨫞啉滙𣾀𠥔𣿬匳卄𠯢泋𡜦栛珕恊㺪㣌𡛨燝䒢卭却𨚫卾卿𡖖𡘓矦厓𨪛厠厫厮玧𥝲㽙玜叁叅汉义埾叙㪫𠮏叠𣿫𢶣叶𠱷吓灹唫晗浛呭𦭓𠵴啝咏咤䞦𡜍𠻝㶴𠵍"],
1674["fb40","𨦼𢚘啇䳭启琗喆喩嘅𡣗𤀺䕒𤐵暳𡂴嘷曍𣊊暤暭噍噏磱囱鞇叾圀囯园𨭦㘣𡉏坆𤆥汮炋坂㚱𦱾埦𡐖堃𡑔𤍣堦𤯵塜墪㕡壠壜𡈼壻寿坃𪅐𤉸鏓㖡够梦㛃湙"],
1675["fba1","𡘾娤啓𡚒蔅姉𠵎𦲁𦴪𡟜姙𡟻𡞲𦶦浱𡠨𡛕姹𦹅媫婣㛦𤦩婷㜈媖瑥嫓𦾡𢕔㶅𡤑㜲𡚸広勐孶斈孼𧨎䀄䡝𠈄寕慠𡨴𥧌𠖥寳宝䴐尅𡭄尓珎尔𡲥𦬨屉䣝岅峩峯嶋𡷹𡸷崐崘嵆𡺤岺巗苼㠭𤤁𢁉𢅳芇㠶㯂帮檊幵幺𤒼𠳓厦亷廐厨𡝱帉廴𨒂"],
1676["fc40","廹廻㢠廼栾鐛弍𠇁弢㫞䢮𡌺强𦢈𢏐彘𢑱彣鞽𦹮彲鍀𨨶徧嶶㵟𥉐𡽪𧃸𢙨釖𠊞𨨩怱暅𡡷㥣㷇㘹垐𢞴祱㹀悞悤悳𤦂𤦏𧩓璤僡媠慤萤慂慈𦻒憁凴𠙖憇宪𣾷"],
1677["fca1","𢡟懓𨮝𩥝懐㤲𢦀𢣁怣慜攞掋𠄘担𡝰拕𢸍捬𤧟㨗搸揸𡎎𡟼撐澊𢸶頔𤂌𥜝擡擥鑻㩦携㩗敍漖𤨨𤨣斅敭敟𣁾斵𤥀䬷旑䃘𡠩无旣忟𣐀昘𣇷𣇸晄𣆤𣆥晋𠹵晧𥇦晳晴𡸽𣈱𨗴𣇈𥌓矅𢣷馤朂𤎜𤨡㬫槺𣟂杞杧杢𤇍𩃭柗䓩栢湐鈼栁𣏦𦶠桝"],
1678["fd40","𣑯槡樋𨫟楳棃𣗍椁椀㴲㨁𣘼㮀枬楡𨩊䋼椶榘㮡𠏉荣傐槹𣙙𢄪橅𣜃檝㯳枱櫈𩆜㰍欝𠤣惞欵歴𢟍溵𣫛𠎵𡥘㝀吡𣭚毡𣻼毜氷𢒋𤣱𦭑汚舦汹𣶼䓅𣶽𤆤𤤌𤤀"],
1679["fda1","𣳉㛥㳫𠴲鮃𣇹𢒑羏样𦴥𦶡𦷫涖浜湼漄𤥿𤂅𦹲蔳𦽴凇沜渝萮𨬡港𣸯瑓𣾂秌湏媑𣁋濸㜍澝𣸰滺𡒗𤀽䕕鏰潄潜㵎潴𩅰㴻澟𤅄濓𤂑𤅕𤀹𣿰𣾴𤄿凟𤅖𤅗𤅀𦇝灋灾炧炁烌烕烖烟䄄㷨熴熖𤉷焫煅媈煊煮岜𤍥煏鍢𤋁焬𤑚𤨧𤨢熺𨯨炽爎"],
1680["fe40","鑂爕夑鑃爤鍁𥘅爮牀𤥴梽牕牗㹕𣁄栍漽犂猪猫𤠣𨠫䣭𨠄猨献珏玪𠰺𦨮珉瑉𤇢𡛧𤨤昣㛅𤦷𤦍𤧻珷琕椃𤨦琹𠗃㻗瑜𢢭瑠𨺲瑇珤瑶莹瑬㜰瑴鏱樬璂䥓𤪌"],
1681["fea1","𤅟𤩹𨮏孆𨰃𡢞瓈𡦈甎瓩甞𨻙𡩋寗𨺬鎅畍畊畧畮𤾂㼄𤴓疎瑝疞疴瘂瘬癑癏癯癶𦏵皐臯㟸𦤑𦤎皡皥皷盌𦾟葢𥂝𥅽𡸜眞眦着撯𥈠睘𣊬瞯𨥤𨥨𡛁矴砉𡍶𤨒棊碯磇磓隥礮𥗠磗礴碱𧘌辸袄𨬫𦂃𢘜禆褀椂禀𥡗禝𧬹礼禩渪𧄦㺨秆𩄍秔"]
1682]
1683
1684},{}],352:[function(require,module,exports){
1685module.exports=[
1686["0","\u0000",127,"€"],
1687["8140","丂丄丅丆丏丒丗丟丠両丣並丩丮丯丱丳丵丷丼乀乁乂乄乆乊乑乕乗乚乛乢乣乤乥乧乨乪",5,"乲乴",9,"乿",6,"亇亊"],
1688["8180","亐亖亗亙亜亝亞亣亪亯亰亱亴亶亷亸亹亼亽亾仈仌仏仐仒仚仛仜仠仢仦仧仩仭仮仯仱仴仸仹仺仼仾伀伂",6,"伋伌伒",4,"伜伝伡伣伨伩伬伭伮伱伳伵伷伹伻伾",4,"佄佅佇",5,"佒佔佖佡佢佦佨佪佫佭佮佱佲併佷佸佹佺佽侀侁侂侅來侇侊侌侎侐侒侓侕侖侘侙侚侜侞侟価侢"],
1689["8240","侤侫侭侰",4,"侶",8,"俀俁係俆俇俈俉俋俌俍俒",4,"俙俛俠俢俤俥俧俫俬俰俲俴俵俶俷俹俻俼俽俿",11],
1690["8280","個倎倐們倓倕倖倗倛倝倞倠倢倣値倧倫倯",10,"倻倽倿偀偁偂偄偅偆偉偊偋偍偐",4,"偖偗偘偙偛偝",7,"偦",5,"偭",8,"偸偹偺偼偽傁傂傃傄傆傇傉傊傋傌傎",20,"傤傦傪傫傭",4,"傳",6,"傼"],
1691["8340","傽",17,"僐",5,"僗僘僙僛",10,"僨僩僪僫僯僰僱僲僴僶",4,"僼",9,"儈"],
1692["8380","儉儊儌",5,"儓",13,"儢",28,"兂兇兊兌兎兏児兒兓兗兘兙兛兝",4,"兣兤兦內兩兪兯兲兺兾兿冃冄円冇冊冋冎冏冐冑冓冔冘冚冝冞冟冡冣冦",4,"冭冮冴冸冹冺冾冿凁凂凃凅凈凊凍凎凐凒",5],
1693["8440","凘凙凚凜凞凟凢凣凥",5,"凬凮凱凲凴凷凾刄刅刉刋刌刏刐刓刔刕刜刞刟刡刢刣別刦刧刪刬刯刱刲刴刵刼刾剄",5,"剋剎剏剒剓剕剗剘"],
1694["8480","剙剚剛剝剟剠剢剣剤剦剨剫剬剭剮剰剱剳",9,"剾劀劃",4,"劉",6,"劑劒劔",6,"劜劤劥劦劧劮劯劰労",9,"勀勁勂勄勅勆勈勊勌勍勎勏勑勓勔動勗務",5,"勠勡勢勣勥",10,"勱",7,"勻勼勽匁匂匃匄匇匉匊匋匌匎"],
1695["8540","匑匒匓匔匘匛匜匞匟匢匤匥匧匨匩匫匬匭匯",9,"匼匽區卂卄卆卋卌卍卐協単卙卛卝卥卨卪卬卭卲卶卹卻卼卽卾厀厁厃厇厈厊厎厏"],
1696["8580","厐",4,"厖厗厙厛厜厞厠厡厤厧厪厫厬厭厯",6,"厷厸厹厺厼厽厾叀參",4,"収叏叐叒叓叕叚叜叝叞叡叢叧叴叺叾叿吀吂吅吇吋吔吘吙吚吜吢吤吥吪吰吳吶吷吺吽吿呁呂呄呅呇呉呌呍呎呏呑呚呝",4,"呣呥呧呩",7,"呴呹呺呾呿咁咃咅咇咈咉咊咍咑咓咗咘咜咞咟咠咡"],
1697["8640","咢咥咮咰咲咵咶咷咹咺咼咾哃哅哊哋哖哘哛哠",4,"哫哬哯哰哱哴",5,"哻哾唀唂唃唄唅唈唊",4,"唒唓唕",5,"唜唝唞唟唡唥唦"],
1698["8680","唨唩唫唭唲唴唵唶唸唹唺唻唽啀啂啅啇啈啋",4,"啑啒啓啔啗",4,"啝啞啟啠啢啣啨啩啫啯",5,"啹啺啽啿喅喆喌喍喎喐喒喓喕喖喗喚喛喞喠",6,"喨",8,"喲喴営喸喺喼喿",4,"嗆嗇嗈嗊嗋嗎嗏嗐嗕嗗",4,"嗞嗠嗢嗧嗩嗭嗮嗰嗱嗴嗶嗸",4,"嗿嘂嘃嘄嘅"],
1699["8740","嘆嘇嘊嘋嘍嘐",7,"嘙嘚嘜嘝嘠嘡嘢嘥嘦嘨嘩嘪嘫嘮嘯嘰嘳嘵嘷嘸嘺嘼嘽嘾噀",11,"噏",4,"噕噖噚噛噝",4],
1700["8780","噣噥噦噧噭噮噯噰噲噳噴噵噷噸噹噺噽",7,"嚇",6,"嚐嚑嚒嚔",14,"嚤",10,"嚰",6,"嚸嚹嚺嚻嚽",12,"囋",8,"囕囖囘囙囜団囥",5,"囬囮囯囲図囶囷囸囻囼圀圁圂圅圇國",6],
1701["8840","園",9,"圝圞圠圡圢圤圥圦圧圫圱圲圴",4,"圼圽圿坁坃坄坅坆坈坉坋坒",4,"坘坙坢坣坥坧坬坮坰坱坲坴坵坸坹坺坽坾坿垀"],
1702["8880","垁垇垈垉垊垍",4,"垔",6,"垜垝垞垟垥垨垪垬垯垰垱垳垵垶垷垹",8,"埄",6,"埌埍埐埑埓埖埗埛埜埞埡埢埣埥",7,"埮埰埱埲埳埵埶執埻埼埾埿堁堃堄堅堈堉堊堌堎堏堐堒堓堔堖堗堘堚堛堜堝堟堢堣堥",4,"堫",4,"報堲堳場堶",7],
1703["8940","堾",5,"塅",6,"塎塏塐塒塓塕塖塗塙",4,"塟",5,"塦",4,"塭",16,"塿墂墄墆墇墈墊墋墌"],
1704["8980","墍",4,"墔",4,"墛墜墝墠",7,"墪",17,"墽墾墿壀壂壃壄壆",10,"壒壓壔壖",13,"壥",5,"壭壯壱売壴壵壷壸壺",7,"夃夅夆夈",4,"夎夐夑夒夓夗夘夛夝夞夠夡夢夣夦夨夬夰夲夳夵夶夻"],
1705["8a40","夽夾夿奀奃奅奆奊奌奍奐奒奓奙奛",4,"奡奣奤奦",12,"奵奷奺奻奼奾奿妀妅妉妋妌妎妏妐妑妔妕妘妚妛妜妝妟妠妡妢妦"],
1706["8a80","妧妬妭妰妱妳",5,"妺妼妽妿",6,"姇姈姉姌姍姎姏姕姖姙姛姞",4,"姤姦姧姩姪姫姭",11,"姺姼姽姾娀娂娊娋娍娎娏娐娒娔娕娖娗娙娚娛娝娞娡娢娤娦娧娨娪",6,"娳娵娷",4,"娽娾娿婁",4,"婇婈婋",9,"婖婗婘婙婛",5],
1707["8b40","婡婣婤婥婦婨婩婫",8,"婸婹婻婼婽婾媀",17,"媓",6,"媜",13,"媫媬"],
1708["8b80","媭",4,"媴媶媷媹",4,"媿嫀嫃",5,"嫊嫋嫍",4,"嫓嫕嫗嫙嫚嫛嫝嫞嫟嫢嫤嫥嫧嫨嫪嫬",4,"嫲",22,"嬊",11,"嬘",25,"嬳嬵嬶嬸",7,"孁",6],
1709["8c40","孈",7,"孒孖孞孠孡孧孨孫孭孮孯孲孴孶孷學孹孻孼孾孿宂宆宊宍宎宐宑宒宔宖実宧宨宩宬宭宮宯宱宲宷宺宻宼寀寁寃寈寉寊寋寍寎寏"],
1710["8c80","寑寔",8,"寠寢寣實寧審",4,"寯寱",6,"寽対尀専尃尅將專尋尌對導尐尒尓尗尙尛尞尟尠尡尣尦尨尩尪尫尭尮尯尰尲尳尵尶尷屃屄屆屇屌屍屒屓屔屖屗屘屚屛屜屝屟屢層屧",6,"屰屲",6,"屻屼屽屾岀岃",4,"岉岊岋岎岏岒岓岕岝",4,"岤",4],
1711["8d40","岪岮岯岰岲岴岶岹岺岻岼岾峀峂峃峅",5,"峌",5,"峓",5,"峚",6,"峢峣峧峩峫峬峮峯峱",9,"峼",4],
1712["8d80","崁崄崅崈",5,"崏",4,"崕崗崘崙崚崜崝崟",4,"崥崨崪崫崬崯",4,"崵",7,"崿",7,"嵈嵉嵍",10,"嵙嵚嵜嵞",10,"嵪嵭嵮嵰嵱嵲嵳嵵",12,"嶃",21,"嶚嶛嶜嶞嶟嶠"],
1713["8e40","嶡",21,"嶸",12,"巆",6,"巎",12,"巜巟巠巣巤巪巬巭"],
1714["8e80","巰巵巶巸",4,"巿帀帄帇帉帊帋帍帎帒帓帗帞",7,"帨",4,"帯帰帲",4,"帹帺帾帿幀幁幃幆",5,"幍",6,"幖",4,"幜幝幟幠幣",14,"幵幷幹幾庁庂広庅庈庉庌庍庎庒庘庛庝庡庢庣庤庨",4,"庮",4,"庴庺庻庼庽庿",6],
1715["8f40","廆廇廈廋",5,"廔廕廗廘廙廚廜",11,"廩廫",8,"廵廸廹廻廼廽弅弆弇弉弌弍弎弐弒弔弖弙弚弜弝弞弡弢弣弤"],
1716["8f80","弨弫弬弮弰弲",6,"弻弽弾弿彁",14,"彑彔彙彚彛彜彞彟彠彣彥彧彨彫彮彯彲彴彵彶彸彺彽彾彿徃徆徍徎徏徑従徔徖徚徛徝從徟徠徢",5,"復徫徬徯",5,"徶徸徹徺徻徾",4,"忇忈忊忋忎忓忔忕忚忛応忞忟忢忣忥忦忨忩忬忯忰忲忳忴忶忷忹忺忼怇"],
1717["9040","怈怉怋怌怐怑怓怗怘怚怞怟怢怣怤怬怭怮怰",4,"怶",4,"怽怾恀恄",6,"恌恎恏恑恓恔恖恗恘恛恜恞恟恠恡恥恦恮恱恲恴恵恷恾悀"],
1718["9080","悁悂悅悆悇悈悊悋悎悏悐悑悓悕悗悘悙悜悞悡悢悤悥悧悩悪悮悰悳悵悶悷悹悺悽",7,"惇惈惉惌",4,"惒惓惔惖惗惙惛惞惡",4,"惪惱惲惵惷惸惻",4,"愂愃愄愅愇愊愋愌愐",4,"愖愗愘愙愛愜愝愞愡愢愥愨愩愪愬",18,"慀",6],
1719["9140","慇慉態慍慏慐慒慓慔慖",6,"慞慟慠慡慣慤慥慦慩",6,"慱慲慳慴慶慸",18,"憌憍憏",4,"憕"],
1720["9180","憖",6,"憞",8,"憪憫憭",9,"憸",5,"憿懀懁懃",4,"應懌",4,"懓懕",16,"懧",13,"懶",8,"戀",5,"戇戉戓戔戙戜戝戞戠戣戦戧戨戩戫戭戯戰戱戲戵戶戸",4,"扂扄扅扆扊"],
1721["9240","扏扐払扖扗扙扚扜",6,"扤扥扨扱扲扴扵扷扸扺扻扽抁抂抃抅抆抇抈抋",5,"抔抙抜抝択抣抦抧抩抪抭抮抯抰抲抳抴抶抷抸抺抾拀拁"],
1722["9280","拃拋拏拑拕拝拞拠拡拤拪拫拰拲拵拸拹拺拻挀挃挄挅挆挊挋挌挍挏挐挒挓挔挕挗挘挙挜挦挧挩挬挭挮挰挱挳",5,"挻挼挾挿捀捁捄捇捈捊捑捒捓捔捖",7,"捠捤捥捦捨捪捫捬捯捰捲捳捴捵捸捹捼捽捾捿掁掃掄掅掆掋掍掑掓掔掕掗掙",6,"採掤掦掫掯掱掲掵掶掹掻掽掿揀"],
1723["9340","揁揂揃揅揇揈揊揋揌揑揓揔揕揗",6,"揟揢揤",4,"揫揬揮揯揰揱揳揵揷揹揺揻揼揾搃搄搆",4,"損搎搑搒搕",5,"搝搟搢搣搤"],
1724["9380","搥搧搨搩搫搮",5,"搵",4,"搻搼搾摀摂摃摉摋",6,"摓摕摖摗摙",4,"摟",7,"摨摪摫摬摮",9,"摻",6,"撃撆撈",8,"撓撔撗撘撚撛撜撝撟",4,"撥撦撧撨撪撫撯撱撲撳撴撶撹撻撽撾撿擁擃擄擆",6,"擏擑擓擔擕擖擙據"],
1725["9440","擛擜擝擟擠擡擣擥擧",24,"攁",7,"攊",7,"攓",4,"攙",8],
1726["9480","攢攣攤攦",4,"攬攭攰攱攲攳攷攺攼攽敀",4,"敆敇敊敋敍敎敐敒敓敔敗敘敚敜敟敠敡敤敥敧敨敩敪敭敮敯敱敳敵敶數",14,"斈斉斊斍斎斏斒斔斕斖斘斚斝斞斠斢斣斦斨斪斬斮斱",7,"斺斻斾斿旀旂旇旈旉旊旍旐旑旓旔旕旘",7,"旡旣旤旪旫"],
1727["9540","旲旳旴旵旸旹旻",4,"昁昄昅昇昈昉昋昍昐昑昒昖昗昘昚昛昜昞昡昢昣昤昦昩昪昫昬昮昰昲昳昷",4,"昽昿晀時晄",6,"晍晎晐晑晘"],
1728["9580","晙晛晜晝晞晠晢晣晥晧晩",4,"晱晲晳晵晸晹晻晼晽晿暀暁暃暅暆暈暉暊暋暍暎暏暐暒暓暔暕暘",4,"暞",8,"暩",4,"暯",4,"暵暶暷暸暺暻暼暽暿",25,"曚曞",7,"曧曨曪",5,"曱曵曶書曺曻曽朁朂會"],
1729["9640","朄朅朆朇朌朎朏朑朒朓朖朘朙朚朜朞朠",5,"朧朩朮朰朲朳朶朷朸朹朻朼朾朿杁杄杅杇杊杋杍杒杔杕杗",4,"杝杢杣杤杦杧杫杬杮東杴杶"],
1730["9680","杸杹杺杻杽枀枂枃枅枆枈枊枌枍枎枏枑枒枓枔枖枙枛枟枠枡枤枦枩枬枮枱枲枴枹",7,"柂柅",9,"柕柖柗柛柟柡柣柤柦柧柨柪柫柭柮柲柵",7,"柾栁栂栃栄栆栍栐栒栔栕栘",4,"栞栟栠栢",6,"栫",6,"栴栵栶栺栻栿桇桋桍桏桒桖",5],
1731["9740","桜桝桞桟桪桬",7,"桵桸",8,"梂梄梇",7,"梐梑梒梔梕梖梘",9,"梣梤梥梩梪梫梬梮梱梲梴梶梷梸"],
1732["9780","梹",6,"棁棃",5,"棊棌棎棏棐棑棓棔棖棗棙棛",4,"棡棢棤",9,"棯棲棳棴棶棷棸棻棽棾棿椀椂椃椄椆",4,"椌椏椑椓",11,"椡椢椣椥",7,"椮椯椱椲椳椵椶椷椸椺椻椼椾楀楁楃",16,"楕楖楘楙楛楜楟"],
1733["9840","楡楢楤楥楧楨楩楪楬業楯楰楲",4,"楺楻楽楾楿榁榃榅榊榋榌榎",5,"榖榗榙榚榝",9,"榩榪榬榮榯榰榲榳榵榶榸榹榺榼榽"],
1734["9880","榾榿槀槂",7,"構槍槏槑槒槓槕",5,"槜槝槞槡",11,"槮槯槰槱槳",9,"槾樀",9,"樋",11,"標",5,"樠樢",5,"権樫樬樭樮樰樲樳樴樶",6,"樿",4,"橅橆橈",7,"橑",6,"橚"],
1735["9940","橜",4,"橢橣橤橦",10,"橲",6,"橺橻橽橾橿檁檂檃檅",8,"檏檒",4,"檘",7,"檡",5],
1736["9980","檧檨檪檭",114,"欥欦欨",6],
1737["9a40","欯欰欱欳欴欵欶欸欻欼欽欿歀歁歂歄歅歈歊歋歍",11,"歚",7,"歨歩歫",13,"歺歽歾歿殀殅殈"],
1738["9a80","殌殎殏殐殑殔殕殗殘殙殜",4,"殢",7,"殫",7,"殶殸",6,"毀毃毄毆",4,"毌毎毐毑毘毚毜",4,"毢",7,"毬毭毮毰毱毲毴毶毷毸毺毻毼毾",6,"氈",4,"氎氒気氜氝氞氠氣氥氫氬氭氱氳氶氷氹氺氻氼氾氿汃汄汅汈汋",4,"汑汒汓汖汘"],
1739["9b40","汙汚汢汣汥汦汧汫",4,"汱汳汵汷汸決汻汼汿沀沄沇沊沋沍沎沑沒沕沖沗沘沚沜沝沞沠沢沨沬沯沰沴沵沶沷沺泀況泂泃泆泇泈泋泍泎泏泑泒泘"],
1740["9b80","泙泚泜泝泟泤泦泧泩泬泭泲泴泹泿洀洂洃洅洆洈洉洊洍洏洐洑洓洔洕洖洘洜洝洟",5,"洦洨洩洬洭洯洰洴洶洷洸洺洿浀浂浄浉浌浐浕浖浗浘浛浝浟浡浢浤浥浧浨浫浬浭浰浱浲浳浵浶浹浺浻浽",4,"涃涄涆涇涊涋涍涏涐涒涖",4,"涜涢涥涬涭涰涱涳涴涶涷涹",5,"淁淂淃淈淉淊"],
1741["9c40","淍淎淏淐淒淓淔淕淗淚淛淜淟淢淣淥淧淨淩淪淭淯淰淲淴淵淶淸淺淽",7,"渆渇済渉渋渏渒渓渕渘渙減渜渞渟渢渦渧渨渪測渮渰渱渳渵"],
1742["9c80","渶渷渹渻",7,"湅",7,"湏湐湑湒湕湗湙湚湜湝湞湠",10,"湬湭湯",14,"満溁溂溄溇溈溊",4,"溑",6,"溙溚溛溝溞溠溡溣溤溦溨溩溫溬溭溮溰溳溵溸溹溼溾溿滀滃滄滅滆滈滉滊滌滍滎滐滒滖滘滙滛滜滝滣滧滪",5],
1743["9d40","滰滱滲滳滵滶滷滸滺",7,"漃漄漅漇漈漊",4,"漐漑漒漖",9,"漡漢漣漥漦漧漨漬漮漰漲漴漵漷",6,"漿潀潁潂"],
1744["9d80","潃潄潅潈潉潊潌潎",9,"潙潚潛潝潟潠潡潣潤潥潧",5,"潯潰潱潳潵潶潷潹潻潽",6,"澅澆澇澊澋澏",12,"澝澞澟澠澢",4,"澨",10,"澴澵澷澸澺",5,"濁濃",5,"濊",6,"濓",10,"濟濢濣濤濥"],
1745["9e40","濦",7,"濰",32,"瀒",7,"瀜",6,"瀤",6],
1746["9e80","瀫",9,"瀶瀷瀸瀺",17,"灍灎灐",13,"灟",11,"灮灱灲灳灴灷灹灺灻災炁炂炃炄炆炇炈炋炌炍炏炐炑炓炗炘炚炛炞",12,"炰炲炴炵炶為炾炿烄烅烆烇烉烋",12,"烚"],
1747["9f40","烜烝烞烠烡烢烣烥烪烮烰",6,"烸烺烻烼烾",10,"焋",4,"焑焒焔焗焛",10,"焧",7,"焲焳焴"],
1748["9f80","焵焷",13,"煆煇煈煉煋煍煏",12,"煝煟",4,"煥煩",4,"煯煰煱煴煵煶煷煹煻煼煾",5,"熅",4,"熋熌熍熎熐熑熒熓熕熖熗熚",4,"熡",6,"熩熪熫熭",5,"熴熶熷熸熺",8,"燄",9,"燏",4],
1749["a040","燖",9,"燡燢燣燤燦燨",5,"燯",9,"燺",11,"爇",19],
1750["a080","爛爜爞",9,"爩爫爭爮爯爲爳爴爺爼爾牀",6,"牉牊牋牎牏牐牑牓牔牕牗牘牚牜牞牠牣牤牥牨牪牫牬牭牰牱牳牴牶牷牸牻牼牽犂犃犅",4,"犌犎犐犑犓",11,"犠",11,"犮犱犲犳犵犺",6,"狅狆狇狉狊狋狌狏狑狓狔狕狖狘狚狛"],
1751["a1a1"," 、。·ˉˇ¨〃々—~‖…‘’“”〔〕〈",7,"〖〗【】±×÷∶∧∨∑∏∪∩∈∷√⊥∥∠⌒⊙∫∮≡≌≈∽∝≠≮≯≤≥∞∵∴♂♀°′″℃$¤¢£‰§№☆★○●◎◇◆□■△▲※→←↑↓〓"],
1752["a2a1","ⅰ",9],
1753["a2b1","⒈",19,"⑴",19,"①",9],
1754["a2e5","㈠",9],
1755["a2f1","Ⅰ",11],
1756["a3a1","!"#¥%",88," ̄"],
1757["a4a1","ぁ",82],
1758["a5a1","ァ",85],
1759["a6a1","Α",16,"Σ",6],
1760["a6c1","α",16,"σ",6],
1761["a6e0","︵︶︹︺︿﹀︽︾﹁﹂﹃﹄"],
1762["a6ee","︻︼︷︸︱"],
1763["a6f4","︳︴"],
1764["a7a1","А",5,"ЁЖ",25],
1765["a7d1","а",5,"ёж",25],
1766["a840","ˊˋ˙–―‥‵℅℉↖↗↘↙∕∟∣≒≦≧⊿═",35,"▁",6],
1767["a880","█",7,"▓▔▕▼▽◢◣◤◥☉⊕〒〝〞"],
1768["a8a1","āáǎàēéěèīíǐìōóǒòūúǔùǖǘǚǜüêɑ"],
1769["a8bd","ńň"],
1770["a8c0","ɡ"],
1771["a8c5","ㄅ",36],
1772["a940","〡",8,"㊣㎎㎏㎜㎝㎞㎡㏄㏎㏑㏒㏕︰¬¦"],
1773["a959","℡㈱"],
1774["a95c","‐"],
1775["a960","ー゛゜ヽヾ〆ゝゞ﹉",9,"﹔﹕﹖﹗﹙",8],
1776["a980","﹢",4,"﹨﹩﹪﹫"],
1777["a996","〇"],
1778["a9a4","─",75],
1779["aa40","狜狝狟狢",5,"狪狫狵狶狹狽狾狿猀猂猄",5,"猋猌猍猏猐猑猒猔猘猙猚猟猠猣猤猦猧猨猭猯猰猲猳猵猶猺猻猼猽獀",8],
1780["aa80","獉獊獋獌獎獏獑獓獔獕獖獘",7,"獡",10,"獮獰獱"],
1781["ab40","獲",11,"獿",4,"玅玆玈玊玌玍玏玐玒玓玔玕玗玘玙玚玜玝玞玠玡玣",5,"玪玬玭玱玴玵玶玸玹玼玽玾玿珁珃",4],
1782["ab80","珋珌珎珒",6,"珚珛珜珝珟珡珢珣珤珦珨珪珫珬珮珯珰珱珳",4],
1783["ac40","珸",10,"琄琇琈琋琌琍琎琑",8,"琜",5,"琣琤琧琩琫琭琯琱琲琷",4,"琽琾琿瑀瑂",11],
1784["ac80","瑎",6,"瑖瑘瑝瑠",12,"瑮瑯瑱",4,"瑸瑹瑺"],
1785["ad40","瑻瑼瑽瑿璂璄璅璆璈璉璊璌璍璏璑",10,"璝璟",7,"璪",15,"璻",12],
1786["ad80","瓈",9,"瓓",8,"瓝瓟瓡瓥瓧",6,"瓰瓱瓲"],
1787["ae40","瓳瓵瓸",6,"甀甁甂甃甅",7,"甎甐甒甔甕甖甗甛甝甞甠",4,"甦甧甪甮甴甶甹甼甽甿畁畂畃畄畆畇畉畊畍畐畑畒畓畕畖畗畘"],
1788["ae80","畝",7,"畧畨畩畫",6,"畳畵當畷畺",4,"疀疁疂疄疅疇"],
1789["af40","疈疉疊疌疍疎疐疓疕疘疛疜疞疢疦",4,"疭疶疷疺疻疿痀痁痆痋痌痎痏痐痑痓痗痙痚痜痝痟痠痡痥痩痬痭痮痯痲痳痵痶痷痸痺痻痽痾瘂瘄瘆瘇"],
1790["af80","瘈瘉瘋瘍瘎瘏瘑瘒瘓瘔瘖瘚瘜瘝瘞瘡瘣瘧瘨瘬瘮瘯瘱瘲瘶瘷瘹瘺瘻瘽癁療癄"],
1791["b040","癅",6,"癎",5,"癕癗",4,"癝癟癠癡癢癤",6,"癬癭癮癰",7,"癹発發癿皀皁皃皅皉皊皌皍皏皐皒皔皕皗皘皚皛"],
1792["b080","皜",7,"皥",8,"皯皰皳皵",9,"盀盁盃啊阿埃挨哎唉哀皑癌蔼矮艾碍爱隘鞍氨安俺按暗岸胺案肮昂盎凹敖熬翱袄傲奥懊澳芭捌扒叭吧笆八疤巴拔跋靶把耙坝霸罢爸白柏百摆佰败拜稗斑班搬扳般颁板版扮拌伴瓣半办绊邦帮梆榜膀绑棒磅蚌镑傍谤苞胞包褒剥"],
1793["b140","盄盇盉盋盌盓盕盙盚盜盝盞盠",4,"盦",7,"盰盳盵盶盷盺盻盽盿眀眂眃眅眆眊県眎",10,"眛眜眝眞眡眣眤眥眧眪眫"],
1794["b180","眬眮眰",4,"眹眻眽眾眿睂睄睅睆睈",7,"睒",7,"睜薄雹保堡饱宝抱报暴豹鲍爆杯碑悲卑北辈背贝钡倍狈备惫焙被奔苯本笨崩绷甭泵蹦迸逼鼻比鄙笔彼碧蓖蔽毕毙毖币庇痹闭敝弊必辟壁臂避陛鞭边编贬扁便变卞辨辩辫遍标彪膘表鳖憋别瘪彬斌濒滨宾摈兵冰柄丙秉饼炳"],
1795["b240","睝睞睟睠睤睧睩睪睭",11,"睺睻睼瞁瞂瞃瞆",5,"瞏瞐瞓",11,"瞡瞣瞤瞦瞨瞫瞭瞮瞯瞱瞲瞴瞶",4],
1796["b280","瞼瞾矀",12,"矎",8,"矘矙矚矝",4,"矤病并玻菠播拨钵波博勃搏铂箔伯帛舶脖膊渤泊驳捕卜哺补埠不布步簿部怖擦猜裁材才财睬踩采彩菜蔡餐参蚕残惭惨灿苍舱仓沧藏操糙槽曹草厕策侧册测层蹭插叉茬茶查碴搽察岔差诧拆柴豺搀掺蝉馋谗缠铲产阐颤昌猖"],
1797["b340","矦矨矪矯矰矱矲矴矵矷矹矺矻矼砃",5,"砊砋砎砏砐砓砕砙砛砞砠砡砢砤砨砪砫砮砯砱砲砳砵砶砽砿硁硂硃硄硆硈硉硊硋硍硏硑硓硔硘硙硚"],
1798["b380","硛硜硞",11,"硯",7,"硸硹硺硻硽",6,"场尝常长偿肠厂敞畅唱倡超抄钞朝嘲潮巢吵炒车扯撤掣彻澈郴臣辰尘晨忱沉陈趁衬撑称城橙成呈乘程惩澄诚承逞骋秤吃痴持匙池迟弛驰耻齿侈尺赤翅斥炽充冲虫崇宠抽酬畴踌稠愁筹仇绸瞅丑臭初出橱厨躇锄雏滁除楚"],
1799["b440","碄碅碆碈碊碋碏碐碒碔碕碖碙碝碞碠碢碤碦碨",7,"碵碶碷碸確碻碼碽碿磀磂磃磄磆磇磈磌磍磎磏磑磒磓磖磗磘磚",9],
1800["b480","磤磥磦磧磩磪磫磭",4,"磳磵磶磸磹磻",5,"礂礃礄礆",6,"础储矗搐触处揣川穿椽传船喘串疮窗幢床闯创吹炊捶锤垂春椿醇唇淳纯蠢戳绰疵茨磁雌辞慈瓷词此刺赐次聪葱囱匆从丛凑粗醋簇促蹿篡窜摧崔催脆瘁粹淬翠村存寸磋撮搓措挫错搭达答瘩打大呆歹傣戴带殆代贷袋待逮"],
1801["b540","礍",5,"礔",9,"礟",4,"礥",14,"礵",4,"礽礿祂祃祄祅祇祊",8,"祔祕祘祙祡祣"],
1802["b580","祤祦祩祪祫祬祮祰",6,"祹祻",4,"禂禃禆禇禈禉禋禌禍禎禐禑禒怠耽担丹单郸掸胆旦氮但惮淡诞弹蛋当挡党荡档刀捣蹈倒岛祷导到稻悼道盗德得的蹬灯登等瞪凳邓堤低滴迪敌笛狄涤翟嫡抵底地蒂第帝弟递缔颠掂滇碘点典靛垫电佃甸店惦奠淀殿碉叼雕凋刁掉吊钓调跌爹碟蝶迭谍叠"],
1803["b640","禓",6,"禛",11,"禨",10,"禴",4,"禼禿秂秄秅秇秈秊秌秎秏秐秓秔秖秗秙",5,"秠秡秢秥秨秪"],
1804["b680","秬秮秱",6,"秹秺秼秾秿稁稄稅稇稈稉稊稌稏",4,"稕稖稘稙稛稜丁盯叮钉顶鼎锭定订丢东冬董懂动栋侗恫冻洞兜抖斗陡豆逗痘都督毒犊独读堵睹赌杜镀肚度渡妒端短锻段断缎堆兑队对墩吨蹲敦顿囤钝盾遁掇哆多夺垛躲朵跺舵剁惰堕蛾峨鹅俄额讹娥恶厄扼遏鄂饿恩而儿耳尔饵洱二"],
1805["b740","稝稟稡稢稤",14,"稴稵稶稸稺稾穀",5,"穇",9,"穒",4,"穘",16],
1806["b780","穩",6,"穱穲穳穵穻穼穽穾窂窅窇窉窊窋窌窎窏窐窓窔窙窚窛窞窡窢贰发罚筏伐乏阀法珐藩帆番翻樊矾钒繁凡烦反返范贩犯饭泛坊芳方肪房防妨仿访纺放菲非啡飞肥匪诽吠肺废沸费芬酚吩氛分纷坟焚汾粉奋份忿愤粪丰封枫蜂峰锋风疯烽逢冯缝讽奉凤佛否夫敷肤孵扶拂辐幅氟符伏俘服"],
1807["b840","窣窤窧窩窪窫窮",4,"窴",10,"竀",10,"竌",9,"竗竘竚竛竜竝竡竢竤竧",5,"竮竰竱竲竳"],
1808["b880","竴",4,"竻竼竾笀笁笂笅笇笉笌笍笎笐笒笓笖笗笘笚笜笝笟笡笢笣笧笩笭浮涪福袱弗甫抚辅俯釜斧脯腑府腐赴副覆赋复傅付阜父腹负富讣附妇缚咐噶嘎该改概钙盖溉干甘杆柑竿肝赶感秆敢赣冈刚钢缸肛纲岗港杠篙皋高膏羔糕搞镐稿告哥歌搁戈鸽胳疙割革葛格蛤阁隔铬个各给根跟耕更庚羹"],
1809["b940","笯笰笲笴笵笶笷笹笻笽笿",5,"筆筈筊筍筎筓筕筗筙筜筞筟筡筣",10,"筯筰筳筴筶筸筺筼筽筿箁箂箃箄箆",6,"箎箏"],
1810["b980","箑箒箓箖箘箙箚箛箞箟箠箣箤箥箮箯箰箲箳箵箶箷箹",7,"篂篃範埂耿梗工攻功恭龚供躬公宫弓巩汞拱贡共钩勾沟苟狗垢构购够辜菇咕箍估沽孤姑鼓古蛊骨谷股故顾固雇刮瓜剐寡挂褂乖拐怪棺关官冠观管馆罐惯灌贯光广逛瑰规圭硅归龟闺轨鬼诡癸桂柜跪贵刽辊滚棍锅郭国果裹过哈"],
1811["ba40","篅篈築篊篋篍篎篏篐篒篔",4,"篛篜篞篟篠篢篣篤篧篨篩篫篬篭篯篰篲",4,"篸篹篺篻篽篿",7,"簈簉簊簍簎簐",5,"簗簘簙"],
1812["ba80","簚",4,"簠",5,"簨簩簫",12,"簹",5,"籂骸孩海氦亥害骇酣憨邯韩含涵寒函喊罕翰撼捍旱憾悍焊汗汉夯杭航壕嚎豪毫郝好耗号浩呵喝荷菏核禾和何合盒貉阂河涸赫褐鹤贺嘿黑痕很狠恨哼亨横衡恒轰哄烘虹鸿洪宏弘红喉侯猴吼厚候后呼乎忽瑚壶葫胡蝴狐糊湖"],
1813["bb40","籃",9,"籎",36,"籵",5,"籾",9],
1814["bb80","粈粊",6,"粓粔粖粙粚粛粠粡粣粦粧粨粩粫粬粭粯粰粴",4,"粺粻弧虎唬护互沪户花哗华猾滑画划化话槐徊怀淮坏欢环桓还缓换患唤痪豢焕涣宦幻荒慌黄磺蝗簧皇凰惶煌晃幌恍谎灰挥辉徽恢蛔回毁悔慧卉惠晦贿秽会烩汇讳诲绘荤昏婚魂浑混豁活伙火获或惑霍货祸击圾基机畸稽积箕"],
1815["bc40","粿糀糂糃糄糆糉糋糎",6,"糘糚糛糝糞糡",6,"糩",5,"糰",7,"糹糺糼",13,"紋",5],
1816["bc80","紑",14,"紡紣紤紥紦紨紩紪紬紭紮細",6,"肌饥迹激讥鸡姬绩缉吉极棘辑籍集及急疾汲即嫉级挤几脊己蓟技冀季伎祭剂悸济寄寂计记既忌际妓继纪嘉枷夹佳家加荚颊贾甲钾假稼价架驾嫁歼监坚尖笺间煎兼肩艰奸缄茧检柬碱硷拣捡简俭剪减荐槛鉴践贱见键箭件"],
1817["bd40","紷",54,"絯",7],
1818["bd80","絸",32,"健舰剑饯渐溅涧建僵姜将浆江疆蒋桨奖讲匠酱降蕉椒礁焦胶交郊浇骄娇嚼搅铰矫侥脚狡角饺缴绞剿教酵轿较叫窖揭接皆秸街阶截劫节桔杰捷睫竭洁结解姐戒藉芥界借介疥诫届巾筋斤金今津襟紧锦仅谨进靳晋禁近烬浸"],
1819["be40","継",12,"綧",6,"綯",42],
1820["be80","線",32,"尽劲荆兢茎睛晶鲸京惊精粳经井警景颈静境敬镜径痉靖竟竞净炯窘揪究纠玖韭久灸九酒厩救旧臼舅咎就疚鞠拘狙疽居驹菊局咀矩举沮聚拒据巨具距踞锯俱句惧炬剧捐鹃娟倦眷卷绢撅攫抉掘倔爵觉决诀绝均菌钧军君峻"],
1821["bf40","緻",62],
1822["bf80","縺縼",4,"繂",4,"繈",21,"俊竣浚郡骏喀咖卡咯开揩楷凯慨刊堪勘坎砍看康慷糠扛抗亢炕考拷烤靠坷苛柯棵磕颗科壳咳可渴克刻客课肯啃垦恳坑吭空恐孔控抠口扣寇枯哭窟苦酷库裤夸垮挎跨胯块筷侩快宽款匡筐狂框矿眶旷况亏盔岿窥葵奎魁傀"],
1823["c040","繞",35,"纃",23,"纜纝纞"],
1824["c080","纮纴纻纼绖绤绬绹缊缐缞缷缹缻",6,"罃罆",9,"罒罓馈愧溃坤昆捆困括扩廓阔垃拉喇蜡腊辣啦莱来赖蓝婪栏拦篮阑兰澜谰揽览懒缆烂滥琅榔狼廊郎朗浪捞劳牢老佬姥酪烙涝勒乐雷镭蕾磊累儡垒擂肋类泪棱楞冷厘梨犁黎篱狸离漓理李里鲤礼莉荔吏栗丽厉励砾历利傈例俐"],
1825["c140","罖罙罛罜罝罞罠罣",4,"罫罬罭罯罰罳罵罶罷罸罺罻罼罽罿羀羂",7,"羋羍羏",4,"羕",4,"羛羜羠羢羣羥羦羨",6,"羱"],
1826["c180","羳",4,"羺羻羾翀翂翃翄翆翇翈翉翋翍翏",4,"翖翗翙",5,"翢翣痢立粒沥隶力璃哩俩联莲连镰廉怜涟帘敛脸链恋炼练粮凉梁粱良两辆量晾亮谅撩聊僚疗燎寥辽潦了撂镣廖料列裂烈劣猎琳林磷霖临邻鳞淋凛赁吝拎玲菱零龄铃伶羚凌灵陵岭领另令溜琉榴硫馏留刘瘤流柳六龙聋咙笼窿"],
1827["c240","翤翧翨翪翫翬翭翯翲翴",6,"翽翾翿耂耇耈耉耊耎耏耑耓耚耛耝耞耟耡耣耤耫",5,"耲耴耹耺耼耾聀聁聄聅聇聈聉聎聏聐聑聓聕聖聗"],
1828["c280","聙聛",13,"聫",5,"聲",11,"隆垄拢陇楼娄搂篓漏陋芦卢颅庐炉掳卤虏鲁麓碌露路赂鹿潞禄录陆戮驴吕铝侣旅履屡缕虑氯律率滤绿峦挛孪滦卵乱掠略抡轮伦仑沦纶论萝螺罗逻锣箩骡裸落洛骆络妈麻玛码蚂马骂嘛吗埋买麦卖迈脉瞒馒蛮满蔓曼慢漫"],
1829["c340","聾肁肂肅肈肊肍",5,"肔肕肗肙肞肣肦肧肨肬肰肳肵肶肸肹肻胅胇",4,"胏",6,"胘胟胠胢胣胦胮胵胷胹胻胾胿脀脁脃脄脅脇脈脋"],
1830["c380","脌脕脗脙脛脜脝脟",12,"脭脮脰脳脴脵脷脹",4,"脿谩芒茫盲氓忙莽猫茅锚毛矛铆卯茂冒帽貌贸么玫枚梅酶霉煤没眉媒镁每美昧寐妹媚门闷们萌蒙檬盟锰猛梦孟眯醚靡糜迷谜弥米秘觅泌蜜密幂棉眠绵冕免勉娩缅面苗描瞄藐秒渺庙妙蔑灭民抿皿敏悯闽明螟鸣铭名命谬摸"],
1831["c440","腀",5,"腇腉腍腎腏腒腖腗腘腛",4,"腡腢腣腤腦腨腪腫腬腯腲腳腵腶腷腸膁膃",4,"膉膋膌膍膎膐膒",5,"膙膚膞",4,"膤膥"],
1832["c480","膧膩膫",7,"膴",5,"膼膽膾膿臄臅臇臈臉臋臍",6,"摹蘑模膜磨摩魔抹末莫墨默沫漠寞陌谋牟某拇牡亩姆母墓暮幕募慕木目睦牧穆拿哪呐钠那娜纳氖乃奶耐奈南男难囊挠脑恼闹淖呢馁内嫩能妮霓倪泥尼拟你匿腻逆溺蔫拈年碾撵捻念娘酿鸟尿捏聂孽啮镊镍涅您柠狞凝宁"],
1833["c540","臔",14,"臤臥臦臨臩臫臮",4,"臵",5,"臽臿舃與",4,"舎舏舑舓舕",5,"舝舠舤舥舦舧舩舮舲舺舼舽舿"],
1834["c580","艀艁艂艃艅艆艈艊艌艍艎艐",7,"艙艛艜艝艞艠",7,"艩拧泞牛扭钮纽脓浓农弄奴努怒女暖虐疟挪懦糯诺哦欧鸥殴藕呕偶沤啪趴爬帕怕琶拍排牌徘湃派攀潘盘磐盼畔判叛乓庞旁耪胖抛咆刨炮袍跑泡呸胚培裴赔陪配佩沛喷盆砰抨烹澎彭蓬棚硼篷膨朋鹏捧碰坯砒霹批披劈琵毗"],
1835["c640","艪艫艬艭艱艵艶艷艸艻艼芀芁芃芅芆芇芉芌芐芓芔芕芖芚芛芞芠芢芣芧芲芵芶芺芻芼芿苀苂苃苅苆苉苐苖苙苚苝苢苧苨苩苪苬苭苮苰苲苳苵苶苸"],
1836["c680","苺苼",4,"茊茋茍茐茒茓茖茘茙茝",9,"茩茪茮茰茲茷茻茽啤脾疲皮匹痞僻屁譬篇偏片骗飘漂瓢票撇瞥拼频贫品聘乒坪苹萍平凭瓶评屏坡泼颇婆破魄迫粕剖扑铺仆莆葡菩蒲埔朴圃普浦谱曝瀑期欺栖戚妻七凄漆柒沏其棋奇歧畦崎脐齐旗祈祁骑起岂乞企启契砌器气迄弃汽泣讫掐"],
1837["c740","茾茿荁荂荄荅荈荊",4,"荓荕",4,"荝荢荰",6,"荹荺荾",6,"莇莈莊莋莌莍莏莐莑莔莕莖莗莙莚莝莟莡",6,"莬莭莮"],
1838["c780","莯莵莻莾莿菂菃菄菆菈菉菋菍菎菐菑菒菓菕菗菙菚菛菞菢菣菤菦菧菨菫菬菭恰洽牵扦钎铅千迁签仟谦乾黔钱钳前潜遣浅谴堑嵌欠歉枪呛腔羌墙蔷强抢橇锹敲悄桥瞧乔侨巧鞘撬翘峭俏窍切茄且怯窃钦侵亲秦琴勤芹擒禽寝沁青轻氢倾卿清擎晴氰情顷请庆琼穷秋丘邱球求囚酋泅趋区蛆曲躯屈驱渠"],
1839["c840","菮華菳",4,"菺菻菼菾菿萀萂萅萇萈萉萊萐萒",5,"萙萚萛萞",5,"萩",7,"萲",5,"萹萺萻萾",7,"葇葈葉"],
1840["c880","葊",6,"葒",4,"葘葝葞葟葠葢葤",4,"葪葮葯葰葲葴葷葹葻葼取娶龋趣去圈颧权醛泉全痊拳犬券劝缺炔瘸却鹊榷确雀裙群然燃冉染瓤壤攘嚷让饶扰绕惹热壬仁人忍韧任认刃妊纫扔仍日戎茸蓉荣融熔溶容绒冗揉柔肉茹蠕儒孺如辱乳汝入褥软阮蕊瑞锐闰润若弱撒洒萨腮鳃塞赛三叁"],
1841["c940","葽",4,"蒃蒄蒅蒆蒊蒍蒏",7,"蒘蒚蒛蒝蒞蒟蒠蒢",12,"蒰蒱蒳蒵蒶蒷蒻蒼蒾蓀蓂蓃蓅蓆蓇蓈蓋蓌蓎蓏蓒蓔蓕蓗"],
1842["c980","蓘",4,"蓞蓡蓢蓤蓧",4,"蓭蓮蓯蓱",10,"蓽蓾蔀蔁蔂伞散桑嗓丧搔骚扫嫂瑟色涩森僧莎砂杀刹沙纱傻啥煞筛晒珊苫杉山删煽衫闪陕擅赡膳善汕扇缮墒伤商赏晌上尚裳梢捎稍烧芍勺韶少哨邵绍奢赊蛇舌舍赦摄射慑涉社设砷申呻伸身深娠绅神沈审婶甚肾慎渗声生甥牲升绳"],
1843["ca40","蔃",8,"蔍蔎蔏蔐蔒蔔蔕蔖蔘蔙蔛蔜蔝蔞蔠蔢",8,"蔭",9,"蔾",4,"蕄蕅蕆蕇蕋",10],
1844["ca80","蕗蕘蕚蕛蕜蕝蕟",4,"蕥蕦蕧蕩",8,"蕳蕵蕶蕷蕸蕼蕽蕿薀薁省盛剩胜圣师失狮施湿诗尸虱十石拾时什食蚀实识史矢使屎驶始式示士世柿事拭誓逝势是嗜噬适仕侍释饰氏市恃室视试收手首守寿授售受瘦兽蔬枢梳殊抒输叔舒淑疏书赎孰熟薯暑曙署蜀黍鼠属术述树束戍竖墅庶数漱"],
1845["cb40","薂薃薆薈",6,"薐",10,"薝",6,"薥薦薧薩薫薬薭薱",5,"薸薺",6,"藂",6,"藊",4,"藑藒"],
1846["cb80","藔藖",5,"藝",6,"藥藦藧藨藪",14,"恕刷耍摔衰甩帅栓拴霜双爽谁水睡税吮瞬顺舜说硕朔烁斯撕嘶思私司丝死肆寺嗣四伺似饲巳松耸怂颂送宋讼诵搜艘擞嗽苏酥俗素速粟僳塑溯宿诉肃酸蒜算虽隋随绥髓碎岁穗遂隧祟孙损笋蓑梭唆缩琐索锁所塌他它她塔"],
1847["cc40","藹藺藼藽藾蘀",4,"蘆",10,"蘒蘓蘔蘕蘗",15,"蘨蘪",13,"蘹蘺蘻蘽蘾蘿虀"],
1848["cc80","虁",11,"虒虓處",4,"虛虜虝號虠虡虣",7,"獭挞蹋踏胎苔抬台泰酞太态汰坍摊贪瘫滩坛檀痰潭谭谈坦毯袒碳探叹炭汤塘搪堂棠膛唐糖倘躺淌趟烫掏涛滔绦萄桃逃淘陶讨套特藤腾疼誊梯剔踢锑提题蹄啼体替嚏惕涕剃屉天添填田甜恬舔腆挑条迢眺跳贴铁帖厅听烃"],
1849["cd40","虭虯虰虲",6,"蚃",6,"蚎",4,"蚔蚖",5,"蚞",4,"蚥蚦蚫蚭蚮蚲蚳蚷蚸蚹蚻",4,"蛁蛂蛃蛅蛈蛌蛍蛒蛓蛕蛖蛗蛚蛜"],
1850["cd80","蛝蛠蛡蛢蛣蛥蛦蛧蛨蛪蛫蛬蛯蛵蛶蛷蛺蛻蛼蛽蛿蜁蜄蜅蜆蜋蜌蜎蜏蜐蜑蜔蜖汀廷停亭庭挺艇通桐酮瞳同铜彤童桶捅筒统痛偷投头透凸秃突图徒途涂屠土吐兔湍团推颓腿蜕褪退吞屯臀拖托脱鸵陀驮驼椭妥拓唾挖哇蛙洼娃瓦袜歪外豌弯湾玩顽丸烷完碗挽晚皖惋宛婉万腕汪王亡枉网往旺望忘妄威"],
1851["ce40","蜙蜛蜝蜟蜠蜤蜦蜧蜨蜪蜫蜬蜭蜯蜰蜲蜳蜵蜶蜸蜹蜺蜼蜽蝀",6,"蝊蝋蝍蝏蝐蝑蝒蝔蝕蝖蝘蝚",5,"蝡蝢蝦",7,"蝯蝱蝲蝳蝵"],
1852["ce80","蝷蝸蝹蝺蝿螀螁螄螆螇螉螊螌螎",4,"螔螕螖螘",6,"螠",4,"巍微危韦违桅围唯惟为潍维苇萎委伟伪尾纬未蔚味畏胃喂魏位渭谓尉慰卫瘟温蚊文闻纹吻稳紊问嗡翁瓮挝蜗涡窝我斡卧握沃巫呜钨乌污诬屋无芜梧吾吴毋武五捂午舞伍侮坞戊雾晤物勿务悟误昔熙析西硒矽晰嘻吸锡牺"],
1853["cf40","螥螦螧螩螪螮螰螱螲螴螶螷螸螹螻螼螾螿蟁",4,"蟇蟈蟉蟌",4,"蟔",6,"蟜蟝蟞蟟蟡蟢蟣蟤蟦蟧蟨蟩蟫蟬蟭蟯",9],
1854["cf80","蟺蟻蟼蟽蟿蠀蠁蠂蠄",5,"蠋",7,"蠔蠗蠘蠙蠚蠜",4,"蠣稀息希悉膝夕惜熄烯溪汐犀檄袭席习媳喜铣洗系隙戏细瞎虾匣霞辖暇峡侠狭下厦夏吓掀锨先仙鲜纤咸贤衔舷闲涎弦嫌显险现献县腺馅羡宪陷限线相厢镶香箱襄湘乡翔祥详想响享项巷橡像向象萧硝霄削哮嚣销消宵淆晓"],
1855["d040","蠤",13,"蠳",5,"蠺蠻蠽蠾蠿衁衂衃衆",5,"衎",5,"衕衖衘衚",6,"衦衧衪衭衯衱衳衴衵衶衸衹衺"],
1856["d080","衻衼袀袃袆袇袉袊袌袎袏袐袑袓袔袕袗",4,"袝",4,"袣袥",5,"小孝校肖啸笑效楔些歇蝎鞋协挟携邪斜胁谐写械卸蟹懈泄泻谢屑薪芯锌欣辛新忻心信衅星腥猩惺兴刑型形邢行醒幸杏性姓兄凶胸匈汹雄熊休修羞朽嗅锈秀袖绣墟戌需虚嘘须徐许蓄酗叙旭序畜恤絮婿绪续轩喧宣悬旋玄"],
1857["d140","袬袮袯袰袲",4,"袸袹袺袻袽袾袿裀裃裄裇裈裊裋裌裍裏裐裑裓裖裗裚",4,"裠裡裦裧裩",6,"裲裵裶裷裺裻製裿褀褁褃",5],
1858["d180","褉褋",4,"褑褔",4,"褜",4,"褢褣褤褦褧褨褩褬褭褮褯褱褲褳褵褷选癣眩绚靴薛学穴雪血勋熏循旬询寻驯巡殉汛训讯逊迅压押鸦鸭呀丫芽牙蚜崖衙涯雅哑亚讶焉咽阉烟淹盐严研蜒岩延言颜阎炎沿奄掩眼衍演艳堰燕厌砚雁唁彦焰宴谚验殃央鸯秧杨扬佯疡羊洋阳氧仰痒养样漾邀腰妖瑶"],
1859["d240","褸",8,"襂襃襅",24,"襠",5,"襧",19,"襼"],
1860["d280","襽襾覀覂覄覅覇",26,"摇尧遥窑谣姚咬舀药要耀椰噎耶爷野冶也页掖业叶曳腋夜液一壹医揖铱依伊衣颐夷遗移仪胰疑沂宜姨彝椅蚁倚已乙矣以艺抑易邑屹亿役臆逸肄疫亦裔意毅忆义益溢诣议谊译异翼翌绎茵荫因殷音阴姻吟银淫寅饮尹引隐"],
1861["d340","覢",30,"觃觍觓觔觕觗觘觙觛觝觟觠觡觢觤觧觨觩觪觬觭觮觰觱觲觴",6],
1862["d380","觻",4,"訁",5,"計",21,"印英樱婴鹰应缨莹萤营荧蝇迎赢盈影颖硬映哟拥佣臃痈庸雍踊蛹咏泳涌永恿勇用幽优悠忧尤由邮铀犹油游酉有友右佑釉诱又幼迂淤于盂榆虞愚舆余俞逾鱼愉渝渔隅予娱雨与屿禹宇语羽玉域芋郁吁遇喻峪御愈欲狱育誉"],
1863["d440","訞",31,"訿",8,"詉",21],
1864["d480","詟",25,"詺",6,"浴寓裕预豫驭鸳渊冤元垣袁原援辕园员圆猿源缘远苑愿怨院曰约越跃钥岳粤月悦阅耘云郧匀陨允运蕴酝晕韵孕匝砸杂栽哉灾宰载再在咱攒暂赞赃脏葬遭糟凿藻枣早澡蚤躁噪造皂灶燥责择则泽贼怎增憎曾赠扎喳渣札轧"],
1865["d540","誁",7,"誋",7,"誔",46],
1866["d580","諃",32,"铡闸眨栅榨咋乍炸诈摘斋宅窄债寨瞻毡詹粘沾盏斩辗崭展蘸栈占战站湛绽樟章彰漳张掌涨杖丈帐账仗胀瘴障招昭找沼赵照罩兆肇召遮折哲蛰辙者锗蔗这浙珍斟真甄砧臻贞针侦枕疹诊震振镇阵蒸挣睁征狰争怔整拯正政"],
1867["d640","諤",34,"謈",27],
1868["d680","謤謥謧",30,"帧症郑证芝枝支吱蜘知肢脂汁之织职直植殖执值侄址指止趾只旨纸志挚掷至致置帜峙制智秩稚质炙痔滞治窒中盅忠钟衷终种肿重仲众舟周州洲诌粥轴肘帚咒皱宙昼骤珠株蛛朱猪诸诛逐竹烛煮拄瞩嘱主著柱助蛀贮铸筑"],
1869["d740","譆",31,"譧",4,"譭",25],
1870["d780","讇",24,"讬讱讻诇诐诪谉谞住注祝驻抓爪拽专砖转撰赚篆桩庄装妆撞壮状椎锥追赘坠缀谆准捉拙卓桌琢茁酌啄着灼浊兹咨资姿滋淄孜紫仔籽滓子自渍字鬃棕踪宗综总纵邹走奏揍租足卒族祖诅阻组钻纂嘴醉最罪尊遵昨左佐柞做作坐座"],
1871["d840","谸",8,"豂豃豄豅豈豊豋豍",7,"豖豗豘豙豛",5,"豣",6,"豬",6,"豴豵豶豷豻",6,"貃貄貆貇"],
1872["d880","貈貋貍",6,"貕貖貗貙",20,"亍丌兀丐廿卅丕亘丞鬲孬噩丨禺丿匕乇夭爻卮氐囟胤馗毓睾鼗丶亟鼐乜乩亓芈孛啬嘏仄厍厝厣厥厮靥赝匚叵匦匮匾赜卦卣刂刈刎刭刳刿剀剌剞剡剜蒯剽劂劁劐劓冂罔亻仃仉仂仨仡仫仞伛仳伢佤仵伥伧伉伫佞佧攸佚佝"],
1873["d940","貮",62],
1874["d980","賭",32,"佟佗伲伽佶佴侑侉侃侏佾佻侪佼侬侔俦俨俪俅俚俣俜俑俟俸倩偌俳倬倏倮倭俾倜倌倥倨偾偃偕偈偎偬偻傥傧傩傺僖儆僭僬僦僮儇儋仝氽佘佥俎龠汆籴兮巽黉馘冁夔勹匍訇匐凫夙兕亠兖亳衮袤亵脔裒禀嬴蠃羸冫冱冽冼"],
1875["da40","贎",14,"贠赑赒赗赟赥赨赩赪赬赮赯赱赲赸",8,"趂趃趆趇趈趉趌",4,"趒趓趕",9,"趠趡"],
1876["da80","趢趤",12,"趲趶趷趹趻趽跀跁跂跅跇跈跉跊跍跐跒跓跔凇冖冢冥讠讦讧讪讴讵讷诂诃诋诏诎诒诓诔诖诘诙诜诟诠诤诨诩诮诰诳诶诹诼诿谀谂谄谇谌谏谑谒谔谕谖谙谛谘谝谟谠谡谥谧谪谫谮谯谲谳谵谶卩卺阝阢阡阱阪阽阼陂陉陔陟陧陬陲陴隈隍隗隰邗邛邝邙邬邡邴邳邶邺"],
1877["db40","跕跘跙跜跠跡跢跥跦跧跩跭跮跰跱跲跴跶跼跾",6,"踆踇踈踋踍踎踐踑踒踓踕",7,"踠踡踤",4,"踫踭踰踲踳踴踶踷踸踻踼踾"],
1878["db80","踿蹃蹅蹆蹌",4,"蹓",5,"蹚",11,"蹧蹨蹪蹫蹮蹱邸邰郏郅邾郐郄郇郓郦郢郜郗郛郫郯郾鄄鄢鄞鄣鄱鄯鄹酃酆刍奂劢劬劭劾哿勐勖勰叟燮矍廴凵凼鬯厶弁畚巯坌垩垡塾墼壅壑圩圬圪圳圹圮圯坜圻坂坩垅坫垆坼坻坨坭坶坳垭垤垌垲埏垧垴垓垠埕埘埚埙埒垸埴埯埸埤埝"],
1879["dc40","蹳蹵蹷",4,"蹽蹾躀躂躃躄躆躈",6,"躑躒躓躕",6,"躝躟",11,"躭躮躰躱躳",6,"躻",7],
1880["dc80","軃",10,"軏",21,"堋堍埽埭堀堞堙塄堠塥塬墁墉墚墀馨鼙懿艹艽艿芏芊芨芄芎芑芗芙芫芸芾芰苈苊苣芘芷芮苋苌苁芩芴芡芪芟苄苎芤苡茉苷苤茏茇苜苴苒苘茌苻苓茑茚茆茔茕苠苕茜荑荛荜茈莒茼茴茱莛荞茯荏荇荃荟荀茗荠茭茺茳荦荥"],
1881["dd40","軥",62],
1882["dd80","輤",32,"荨茛荩荬荪荭荮莰荸莳莴莠莪莓莜莅荼莶莩荽莸荻莘莞莨莺莼菁萁菥菘堇萘萋菝菽菖萜萸萑萆菔菟萏萃菸菹菪菅菀萦菰菡葜葑葚葙葳蒇蒈葺蒉葸萼葆葩葶蒌蒎萱葭蓁蓍蓐蓦蒽蓓蓊蒿蒺蓠蒡蒹蒴蒗蓥蓣蔌甍蔸蓰蔹蔟蔺"],
1883["de40","轅",32,"轪辀辌辒辝辠辡辢辤辥辦辧辪辬辭辮辯農辳辴辵辷辸辺辻込辿迀迃迆"],
1884["de80","迉",4,"迏迒迖迗迚迠迡迣迧迬迯迱迲迴迵迶迺迻迼迾迿逇逈逌逎逓逕逘蕖蔻蓿蓼蕙蕈蕨蕤蕞蕺瞢蕃蕲蕻薤薨薇薏蕹薮薜薅薹薷薰藓藁藜藿蘧蘅蘩蘖蘼廾弈夼奁耷奕奚奘匏尢尥尬尴扌扪抟抻拊拚拗拮挢拶挹捋捃掭揶捱捺掎掴捭掬掊捩掮掼揲揸揠揿揄揞揎摒揆掾摅摁搋搛搠搌搦搡摞撄摭撖"],
1885["df40","這逜連逤逥逧",5,"逰",4,"逷逹逺逽逿遀遃遅遆遈",4,"過達違遖遙遚遜",5,"遤遦遧適遪遫遬遯",4,"遶",6,"遾邁"],
1886["df80","還邅邆邇邉邊邌",4,"邒邔邖邘邚邜邞邟邠邤邥邧邨邩邫邭邲邷邼邽邿郀摺撷撸撙撺擀擐擗擤擢攉攥攮弋忒甙弑卟叱叽叩叨叻吒吖吆呋呒呓呔呖呃吡呗呙吣吲咂咔呷呱呤咚咛咄呶呦咝哐咭哂咴哒咧咦哓哔呲咣哕咻咿哌哙哚哜咩咪咤哝哏哞唛哧唠哽唔哳唢唣唏唑唧唪啧喏喵啉啭啁啕唿啐唼"],
1887["e040","郂郃郆郈郉郋郌郍郒郔郕郖郘郙郚郞郟郠郣郤郥郩郪郬郮郰郱郲郳郵郶郷郹郺郻郼郿鄀鄁鄃鄅",19,"鄚鄛鄜"],
1888["e080","鄝鄟鄠鄡鄤",10,"鄰鄲",6,"鄺",8,"酄唷啖啵啶啷唳唰啜喋嗒喃喱喹喈喁喟啾嗖喑啻嗟喽喾喔喙嗪嗷嗉嘟嗑嗫嗬嗔嗦嗝嗄嗯嗥嗲嗳嗌嗍嗨嗵嗤辔嘞嘈嘌嘁嘤嘣嗾嘀嘧嘭噘嘹噗嘬噍噢噙噜噌噔嚆噤噱噫噻噼嚅嚓嚯囔囗囝囡囵囫囹囿圄圊圉圜帏帙帔帑帱帻帼"],
1889["e140","酅酇酈酑酓酔酕酖酘酙酛酜酟酠酦酧酨酫酭酳酺酻酼醀",4,"醆醈醊醎醏醓",6,"醜",5,"醤",5,"醫醬醰醱醲醳醶醷醸醹醻"],
1890["e180","醼",10,"釈釋釐釒",9,"針",8,"帷幄幔幛幞幡岌屺岍岐岖岈岘岙岑岚岜岵岢岽岬岫岱岣峁岷峄峒峤峋峥崂崃崧崦崮崤崞崆崛嵘崾崴崽嵬嵛嵯嵝嵫嵋嵊嵩嵴嶂嶙嶝豳嶷巅彳彷徂徇徉後徕徙徜徨徭徵徼衢彡犭犰犴犷犸狃狁狎狍狒狨狯狩狲狴狷猁狳猃狺"],
1891["e240","釦",62],
1892["e280","鈥",32,"狻猗猓猡猊猞猝猕猢猹猥猬猸猱獐獍獗獠獬獯獾舛夥飧夤夂饣饧",5,"饴饷饽馀馄馇馊馍馐馑馓馔馕庀庑庋庖庥庠庹庵庾庳赓廒廑廛廨廪膺忄忉忖忏怃忮怄忡忤忾怅怆忪忭忸怙怵怦怛怏怍怩怫怊怿怡恸恹恻恺恂"],
1893["e340","鉆",45,"鉵",16],
1894["e380","銆",7,"銏",24,"恪恽悖悚悭悝悃悒悌悛惬悻悱惝惘惆惚悴愠愦愕愣惴愀愎愫慊慵憬憔憧憷懔懵忝隳闩闫闱闳闵闶闼闾阃阄阆阈阊阋阌阍阏阒阕阖阗阙阚丬爿戕氵汔汜汊沣沅沐沔沌汨汩汴汶沆沩泐泔沭泷泸泱泗沲泠泖泺泫泮沱泓泯泾"],
1895["e440","銨",5,"銯",24,"鋉",31],
1896["e480","鋩",32,"洹洧洌浃浈洇洄洙洎洫浍洮洵洚浏浒浔洳涑浯涞涠浞涓涔浜浠浼浣渚淇淅淞渎涿淠渑淦淝淙渖涫渌涮渫湮湎湫溲湟溆湓湔渲渥湄滟溱溘滠漭滢溥溧溽溻溷滗溴滏溏滂溟潢潆潇漤漕滹漯漶潋潴漪漉漩澉澍澌潸潲潼潺濑"],
1897["e540","錊",51,"錿",10],
1898["e580","鍊",31,"鍫濉澧澹澶濂濡濮濞濠濯瀚瀣瀛瀹瀵灏灞宀宄宕宓宥宸甯骞搴寤寮褰寰蹇謇辶迓迕迥迮迤迩迦迳迨逅逄逋逦逑逍逖逡逵逶逭逯遄遑遒遐遨遘遢遛暹遴遽邂邈邃邋彐彗彖彘尻咫屐屙孱屣屦羼弪弩弭艴弼鬻屮妁妃妍妩妪妣"],
1899["e640","鍬",34,"鎐",27],
1900["e680","鎬",29,"鏋鏌鏍妗姊妫妞妤姒妲妯姗妾娅娆姝娈姣姘姹娌娉娲娴娑娣娓婀婧婊婕娼婢婵胬媪媛婷婺媾嫫媲嫒嫔媸嫠嫣嫱嫖嫦嫘嫜嬉嬗嬖嬲嬷孀尕尜孚孥孳孑孓孢驵驷驸驺驿驽骀骁骅骈骊骐骒骓骖骘骛骜骝骟骠骢骣骥骧纟纡纣纥纨纩"],
1901["e740","鏎",7,"鏗",54],
1902["e780","鐎",32,"纭纰纾绀绁绂绉绋绌绐绔绗绛绠绡绨绫绮绯绱绲缍绶绺绻绾缁缂缃缇缈缋缌缏缑缒缗缙缜缛缟缡",6,"缪缫缬缭缯",4,"缵幺畿巛甾邕玎玑玮玢玟珏珂珑玷玳珀珉珈珥珙顼琊珩珧珞玺珲琏琪瑛琦琥琨琰琮琬"],
1903["e840","鐯",14,"鐿",43,"鑬鑭鑮鑯"],
1904["e880","鑰",20,"钑钖钘铇铏铓铔铚铦铻锜锠琛琚瑁瑜瑗瑕瑙瑷瑭瑾璜璎璀璁璇璋璞璨璩璐璧瓒璺韪韫韬杌杓杞杈杩枥枇杪杳枘枧杵枨枞枭枋杷杼柰栉柘栊柩枰栌柙枵柚枳柝栀柃枸柢栎柁柽栲栳桠桡桎桢桄桤梃栝桕桦桁桧桀栾桊桉栩梵梏桴桷梓桫棂楮棼椟椠棹"],
1905["e940","锧锳锽镃镈镋镕镚镠镮镴镵長",7,"門",42],
1906["e980","閫",32,"椤棰椋椁楗棣椐楱椹楠楂楝榄楫榀榘楸椴槌榇榈槎榉楦楣楹榛榧榻榫榭槔榱槁槊槟榕槠榍槿樯槭樗樘橥槲橄樾檠橐橛樵檎橹樽樨橘橼檑檐檩檗檫猷獒殁殂殇殄殒殓殍殚殛殡殪轫轭轱轲轳轵轶轸轷轹轺轼轾辁辂辄辇辋"],
1907["ea40","闌",27,"闬闿阇阓阘阛阞阠阣",6,"阫阬阭阯阰阷阸阹阺阾陁陃陊陎陏陑陒陓陖陗"],
1908["ea80","陘陙陚陜陝陞陠陣陥陦陫陭",4,"陳陸",12,"隇隉隊辍辎辏辘辚軎戋戗戛戟戢戡戥戤戬臧瓯瓴瓿甏甑甓攴旮旯旰昊昙杲昃昕昀炅曷昝昴昱昶昵耆晟晔晁晏晖晡晗晷暄暌暧暝暾曛曜曦曩贲贳贶贻贽赀赅赆赈赉赇赍赕赙觇觊觋觌觎觏觐觑牮犟牝牦牯牾牿犄犋犍犏犒挈挲掰"],
1909["eb40","隌階隑隒隓隕隖隚際隝",9,"隨",7,"隱隲隴隵隷隸隺隻隿雂雃雈雊雋雐雑雓雔雖",9,"雡",6,"雫"],
1910["eb80","雬雭雮雰雱雲雴雵雸雺電雼雽雿霂霃霅霊霋霌霐霑霒霔霕霗",4,"霝霟霠搿擘耄毪毳毽毵毹氅氇氆氍氕氘氙氚氡氩氤氪氲攵敕敫牍牒牖爰虢刖肟肜肓肼朊肽肱肫肭肴肷胧胨胩胪胛胂胄胙胍胗朐胝胫胱胴胭脍脎胲胼朕脒豚脶脞脬脘脲腈腌腓腴腙腚腱腠腩腼腽腭腧塍媵膈膂膑滕膣膪臌朦臊膻"],
1911["ec40","霡",8,"霫霬霮霯霱霳",4,"霺霻霼霽霿",18,"靔靕靗靘靚靜靝靟靣靤靦靧靨靪",7],
1912["ec80","靲靵靷",4,"靽",7,"鞆",4,"鞌鞎鞏鞐鞓鞕鞖鞗鞙",4,"臁膦欤欷欹歃歆歙飑飒飓飕飙飚殳彀毂觳斐齑斓於旆旄旃旌旎旒旖炀炜炖炝炻烀炷炫炱烨烊焐焓焖焯焱煳煜煨煅煲煊煸煺熘熳熵熨熠燠燔燧燹爝爨灬焘煦熹戾戽扃扈扉礻祀祆祉祛祜祓祚祢祗祠祯祧祺禅禊禚禧禳忑忐"],
1913["ed40","鞞鞟鞡鞢鞤",6,"鞬鞮鞰鞱鞳鞵",46],
1914["ed80","韤韥韨韮",4,"韴韷",23,"怼恝恚恧恁恙恣悫愆愍慝憩憝懋懑戆肀聿沓泶淼矶矸砀砉砗砘砑斫砭砜砝砹砺砻砟砼砥砬砣砩硎硭硖硗砦硐硇硌硪碛碓碚碇碜碡碣碲碹碥磔磙磉磬磲礅磴礓礤礞礴龛黹黻黼盱眄眍盹眇眈眚眢眙眭眦眵眸睐睑睇睃睚睨"],
1915["ee40","頏",62],
1916["ee80","顎",32,"睢睥睿瞍睽瞀瞌瞑瞟瞠瞰瞵瞽町畀畎畋畈畛畲畹疃罘罡罟詈罨罴罱罹羁罾盍盥蠲钅钆钇钋钊钌钍钏钐钔钗钕钚钛钜钣钤钫钪钭钬钯钰钲钴钶",4,"钼钽钿铄铈",6,"铐铑铒铕铖铗铙铘铛铞铟铠铢铤铥铧铨铪"],
1917["ef40","顯",5,"颋颎颒颕颙颣風",37,"飏飐飔飖飗飛飜飝飠",4],
1918["ef80","飥飦飩",30,"铩铫铮铯铳铴铵铷铹铼铽铿锃锂锆锇锉锊锍锎锏锒",4,"锘锛锝锞锟锢锪锫锩锬锱锲锴锶锷锸锼锾锿镂锵镄镅镆镉镌镎镏镒镓镔镖镗镘镙镛镞镟镝镡镢镤",8,"镯镱镲镳锺矧矬雉秕秭秣秫稆嵇稃稂稞稔"],
1919["f040","餈",4,"餎餏餑",28,"餯",26],
1920["f080","饊",9,"饖",12,"饤饦饳饸饹饻饾馂馃馉稹稷穑黏馥穰皈皎皓皙皤瓞瓠甬鸠鸢鸨",4,"鸲鸱鸶鸸鸷鸹鸺鸾鹁鹂鹄鹆鹇鹈鹉鹋鹌鹎鹑鹕鹗鹚鹛鹜鹞鹣鹦",6,"鹱鹭鹳疒疔疖疠疝疬疣疳疴疸痄疱疰痃痂痖痍痣痨痦痤痫痧瘃痱痼痿瘐瘀瘅瘌瘗瘊瘥瘘瘕瘙"],
1921["f140","馌馎馚",10,"馦馧馩",47],
1922["f180","駙",32,"瘛瘼瘢瘠癀瘭瘰瘿瘵癃瘾瘳癍癞癔癜癖癫癯翊竦穸穹窀窆窈窕窦窠窬窨窭窳衤衩衲衽衿袂袢裆袷袼裉裢裎裣裥裱褚裼裨裾裰褡褙褓褛褊褴褫褶襁襦襻疋胥皲皴矜耒耔耖耜耠耢耥耦耧耩耨耱耋耵聃聆聍聒聩聱覃顸颀颃"],
1923["f240","駺",62],
1924["f280","騹",32,"颉颌颍颏颔颚颛颞颟颡颢颥颦虍虔虬虮虿虺虼虻蚨蚍蚋蚬蚝蚧蚣蚪蚓蚩蚶蛄蚵蛎蚰蚺蚱蚯蛉蛏蚴蛩蛱蛲蛭蛳蛐蜓蛞蛴蛟蛘蛑蜃蜇蛸蜈蜊蜍蜉蜣蜻蜞蜥蜮蜚蜾蝈蜴蜱蜩蜷蜿螂蜢蝽蝾蝻蝠蝰蝌蝮螋蝓蝣蝼蝤蝙蝥螓螯螨蟒"],
1925["f340","驚",17,"驲骃骉骍骎骔骕骙骦骩",6,"骲骳骴骵骹骻骽骾骿髃髄髆",4,"髍髎髏髐髒體髕髖髗髙髚髛髜"],
1926["f380","髝髞髠髢髣髤髥髧髨髩髪髬髮髰",8,"髺髼",6,"鬄鬅鬆蟆螈螅螭螗螃螫蟥螬螵螳蟋蟓螽蟑蟀蟊蟛蟪蟠蟮蠖蠓蟾蠊蠛蠡蠹蠼缶罂罄罅舐竺竽笈笃笄笕笊笫笏筇笸笪笙笮笱笠笥笤笳笾笞筘筚筅筵筌筝筠筮筻筢筲筱箐箦箧箸箬箝箨箅箪箜箢箫箴篑篁篌篝篚篥篦篪簌篾篼簏簖簋"],
1927["f440","鬇鬉",5,"鬐鬑鬒鬔",10,"鬠鬡鬢鬤",10,"鬰鬱鬳",7,"鬽鬾鬿魀魆魊魋魌魎魐魒魓魕",5],
1928["f480","魛",32,"簟簪簦簸籁籀臾舁舂舄臬衄舡舢舣舭舯舨舫舸舻舳舴舾艄艉艋艏艚艟艨衾袅袈裘裟襞羝羟羧羯羰羲籼敉粑粝粜粞粢粲粼粽糁糇糌糍糈糅糗糨艮暨羿翎翕翥翡翦翩翮翳糸絷綦綮繇纛麸麴赳趄趔趑趱赧赭豇豉酊酐酎酏酤"],
1929["f540","魼",62],
1930["f580","鮻",32,"酢酡酰酩酯酽酾酲酴酹醌醅醐醍醑醢醣醪醭醮醯醵醴醺豕鹾趸跫踅蹙蹩趵趿趼趺跄跖跗跚跞跎跏跛跆跬跷跸跣跹跻跤踉跽踔踝踟踬踮踣踯踺蹀踹踵踽踱蹉蹁蹂蹑蹒蹊蹰蹶蹼蹯蹴躅躏躔躐躜躞豸貂貊貅貘貔斛觖觞觚觜"],
1931["f640","鯜",62],
1932["f680","鰛",32,"觥觫觯訾謦靓雩雳雯霆霁霈霏霎霪霭霰霾龀龃龅",5,"龌黾鼋鼍隹隼隽雎雒瞿雠銎銮鋈錾鍪鏊鎏鐾鑫鱿鲂鲅鲆鲇鲈稣鲋鲎鲐鲑鲒鲔鲕鲚鲛鲞",5,"鲥",4,"鲫鲭鲮鲰",7,"鲺鲻鲼鲽鳄鳅鳆鳇鳊鳋"],
1933["f740","鰼",62],
1934["f780","鱻鱽鱾鲀鲃鲄鲉鲊鲌鲏鲓鲖鲗鲘鲙鲝鲪鲬鲯鲹鲾",4,"鳈鳉鳑鳒鳚鳛鳠鳡鳌",4,"鳓鳔鳕鳗鳘鳙鳜鳝鳟鳢靼鞅鞑鞒鞔鞯鞫鞣鞲鞴骱骰骷鹘骶骺骼髁髀髅髂髋髌髑魅魃魇魉魈魍魑飨餍餮饕饔髟髡髦髯髫髻髭髹鬈鬏鬓鬟鬣麽麾縻麂麇麈麋麒鏖麝麟黛黜黝黠黟黢黩黧黥黪黯鼢鼬鼯鼹鼷鼽鼾齄"],
1935["f840","鳣",62],
1936["f880","鴢",32],
1937["f940","鵃",62],
1938["f980","鶂",32],
1939["fa40","鶣",62],
1940["fa80","鷢",32],
1941["fb40","鸃",27,"鸤鸧鸮鸰鸴鸻鸼鹀鹍鹐鹒鹓鹔鹖鹙鹝鹟鹠鹡鹢鹥鹮鹯鹲鹴",9,"麀"],
1942["fb80","麁麃麄麅麆麉麊麌",5,"麔",8,"麞麠",5,"麧麨麩麪"],
1943["fc40","麫",8,"麵麶麷麹麺麼麿",4,"黅黆黇黈黊黋黌黐黒黓黕黖黗黙黚點黡黣黤黦黨黫黬黭黮黰",8,"黺黽黿",6],
1944["fc80","鼆",4,"鼌鼏鼑鼒鼔鼕鼖鼘鼚",5,"鼡鼣",8,"鼭鼮鼰鼱"],
1945["fd40","鼲",4,"鼸鼺鼼鼿",4,"齅",10,"齒",38],
1946["fd80","齹",5,"龁龂龍",11,"龜龝龞龡",4,"郎凉秊裏隣"],
1947["fe40","兀嗀﨎﨏﨑﨓﨔礼﨟蘒﨡﨣﨤﨧﨨﨩"]
1948]
1949
1950},{}],353:[function(require,module,exports){
1951module.exports=[
1952["0","\u0000",127],
1953["8141","갂갃갅갆갋",4,"갘갞갟갡갢갣갥",6,"갮갲갳갴"],
1954["8161","갵갶갷갺갻갽갾갿걁",9,"걌걎",5,"걕"],
1955["8181","걖걗걙걚걛걝",18,"걲걳걵걶걹걻",4,"겂겇겈겍겎겏겑겒겓겕",6,"겞겢",5,"겫겭겮겱",6,"겺겾겿곀곂곃곅곆곇곉곊곋곍",7,"곖곘",7,"곢곣곥곦곩곫곭곮곲곴곷",4,"곾곿괁괂괃괅괇",4,"괎괐괒괓"],
1956["8241","괔괕괖괗괙괚괛괝괞괟괡",7,"괪괫괮",5],
1957["8261","괶괷괹괺괻괽",6,"굆굈굊",5,"굑굒굓굕굖굗"],
1958["8281","굙",7,"굢굤",7,"굮굯굱굲굷굸굹굺굾궀궃",4,"궊궋궍궎궏궑",10,"궞",5,"궥",17,"궸",7,"귂귃귅귆귇귉",6,"귒귔",7,"귝귞귟귡귢귣귥",18],
1959["8341","귺귻귽귾긂",5,"긊긌긎",5,"긕",7],
1960["8361","긝",18,"긲긳긵긶긹긻긼"],
1961["8381","긽긾긿깂깄깇깈깉깋깏깑깒깓깕깗",4,"깞깢깣깤깦깧깪깫깭깮깯깱",6,"깺깾",5,"꺆",5,"꺍",46,"꺿껁껂껃껅",6,"껎껒",5,"껚껛껝",8],
1962["8441","껦껧껩껪껬껮",5,"껵껶껷껹껺껻껽",8],
1963["8461","꼆꼉꼊꼋꼌꼎꼏꼑",18],
1964["8481","꼤",7,"꼮꼯꼱꼳꼵",6,"꼾꽀꽄꽅꽆꽇꽊",5,"꽑",10,"꽞",5,"꽦",18,"꽺",5,"꾁꾂꾃꾅꾆꾇꾉",6,"꾒꾓꾔꾖",5,"꾝",26,"꾺꾻꾽꾾"],
1965["8541","꾿꿁",5,"꿊꿌꿏",4,"꿕",6,"꿝",4],
1966["8561","꿢",5,"꿪",5,"꿲꿳꿵꿶꿷꿹",6,"뀂뀃"],
1967["8581","뀅",6,"뀍뀎뀏뀑뀒뀓뀕",6,"뀞",9,"뀩",26,"끆끇끉끋끍끏끐끑끒끖끘끚끛끜끞",29,"끾끿낁낂낃낅",6,"낎낐낒",5,"낛낝낞낣낤"],
1968["8641","낥낦낧낪낰낲낶낷낹낺낻낽",6,"냆냊",5,"냒"],
1969["8661","냓냕냖냗냙",6,"냡냢냣냤냦",10],
1970["8681","냱",22,"넊넍넎넏넑넔넕넖넗넚넞",4,"넦넧넩넪넫넭",6,"넶넺",5,"녂녃녅녆녇녉",6,"녒녓녖녗녙녚녛녝녞녟녡",22,"녺녻녽녾녿놁놃",4,"놊놌놎놏놐놑놕놖놗놙놚놛놝"],
1971["8741","놞",9,"놩",15],
1972["8761","놹",18,"뇍뇎뇏뇑뇒뇓뇕"],
1973["8781","뇖",5,"뇞뇠",7,"뇪뇫뇭뇮뇯뇱",7,"뇺뇼뇾",5,"눆눇눉눊눍",6,"눖눘눚",5,"눡",18,"눵",6,"눽",26,"뉙뉚뉛뉝뉞뉟뉡",6,"뉪",4],
1974["8841","뉯",4,"뉶",5,"뉽",6,"늆늇늈늊",4],
1975["8861","늏늒늓늕늖늗늛",4,"늢늤늧늨늩늫늭늮늯늱늲늳늵늶늷"],
1976["8881","늸",15,"닊닋닍닎닏닑닓",4,"닚닜닞닟닠닡닣닧닩닪닰닱닲닶닼닽닾댂댃댅댆댇댉",6,"댒댖",5,"댝",54,"덗덙덚덝덠덡덢덣"],
1977["8941","덦덨덪덬덭덯덲덳덵덶덷덹",6,"뎂뎆",5,"뎍"],
1978["8961","뎎뎏뎑뎒뎓뎕",10,"뎢",5,"뎩뎪뎫뎭"],
1979["8981","뎮",21,"돆돇돉돊돍돏돑돒돓돖돘돚돜돞돟돡돢돣돥돦돧돩",18,"돽",18,"됑",6,"됙됚됛됝됞됟됡",6,"됪됬",7,"됵",15],
1980["8a41","둅",10,"둒둓둕둖둗둙",6,"둢둤둦"],
1981["8a61","둧",4,"둭",18,"뒁뒂"],
1982["8a81","뒃",4,"뒉",19,"뒞",5,"뒥뒦뒧뒩뒪뒫뒭",7,"뒶뒸뒺",5,"듁듂듃듅듆듇듉",6,"듑듒듓듔듖",5,"듞듟듡듢듥듧",4,"듮듰듲",5,"듹",26,"딖딗딙딚딝"],
1983["8b41","딞",5,"딦딫",4,"딲딳딵딶딷딹",6,"땂땆"],
1984["8b61","땇땈땉땊땎땏땑땒땓땕",6,"땞땢",8],
1985["8b81","땫",52,"떢떣떥떦떧떩떬떭떮떯떲떶",4,"떾떿뗁뗂뗃뗅",6,"뗎뗒",5,"뗙",18,"뗭",18],
1986["8c41","똀",15,"똒똓똕똖똗똙",4],
1987["8c61","똞",6,"똦",5,"똭",6,"똵",5],
1988["8c81","똻",12,"뙉",26,"뙥뙦뙧뙩",50,"뚞뚟뚡뚢뚣뚥",5,"뚭뚮뚯뚰뚲",16],
1989["8d41","뛃",16,"뛕",8],
1990["8d61","뛞",17,"뛱뛲뛳뛵뛶뛷뛹뛺"],
1991["8d81","뛻",4,"뜂뜃뜄뜆",33,"뜪뜫뜭뜮뜱",6,"뜺뜼",7,"띅띆띇띉띊띋띍",6,"띖",9,"띡띢띣띥띦띧띩",6,"띲띴띶",5,"띾띿랁랂랃랅",6,"랎랓랔랕랚랛랝랞"],
1992["8e41","랟랡",6,"랪랮",5,"랶랷랹",8],
1993["8e61","럂",4,"럈럊",19],
1994["8e81","럞",13,"럮럯럱럲럳럵",6,"럾렂",4,"렊렋렍렎렏렑",6,"렚렜렞",5,"렦렧렩렪렫렭",6,"렶렺",5,"롁롂롃롅",11,"롒롔",7,"롞롟롡롢롣롥",6,"롮롰롲",5,"롹롺롻롽",7],
1995["8f41","뢅",7,"뢎",17],
1996["8f61","뢠",7,"뢩",6,"뢱뢲뢳뢵뢶뢷뢹",4],
1997["8f81","뢾뢿룂룄룆",5,"룍룎룏룑룒룓룕",7,"룞룠룢",5,"룪룫룭룮룯룱",6,"룺룼룾",5,"뤅",18,"뤙",6,"뤡",26,"뤾뤿륁륂륃륅",6,"륍륎륐륒",5],
1998["9041","륚륛륝륞륟륡",6,"륪륬륮",5,"륶륷륹륺륻륽"],
1999["9061","륾",5,"릆릈릋릌릏",15],
2000["9081","릟",12,"릮릯릱릲릳릵",6,"릾맀맂",5,"맊맋맍맓",4,"맚맜맟맠맢맦맧맩맪맫맭",6,"맶맻",4,"먂",5,"먉",11,"먖",33,"먺먻먽먾먿멁멃멄멅멆"],
2001["9141","멇멊멌멏멐멑멒멖멗멙멚멛멝",6,"멦멪",5],
2002["9161","멲멳멵멶멷멹",9,"몆몈몉몊몋몍",5],
2003["9181","몓",20,"몪몭몮몯몱몳",4,"몺몼몾",5,"뫅뫆뫇뫉",14,"뫚",33,"뫽뫾뫿묁묂묃묅",7,"묎묐묒",5,"묙묚묛묝묞묟묡",6],
2004["9241","묨묪묬",7,"묷묹묺묿",4,"뭆뭈뭊뭋뭌뭎뭑뭒"],
2005["9261","뭓뭕뭖뭗뭙",7,"뭢뭤",7,"뭭",4],
2006["9281","뭲",21,"뮉뮊뮋뮍뮎뮏뮑",18,"뮥뮦뮧뮩뮪뮫뮭",6,"뮵뮶뮸",7,"믁믂믃믅믆믇믉",6,"믑믒믔",35,"믺믻믽믾밁"],
2007["9341","밃",4,"밊밎밐밒밓밙밚밠밡밢밣밦밨밪밫밬밮밯밲밳밵"],
2008["9361","밶밷밹",6,"뱂뱆뱇뱈뱊뱋뱎뱏뱑",8],
2009["9381","뱚뱛뱜뱞",37,"벆벇벉벊벍벏",4,"벖벘벛",4,"벢벣벥벦벩",6,"벲벶",5,"벾벿볁볂볃볅",7,"볎볒볓볔볖볗볙볚볛볝",22,"볷볹볺볻볽"],
2010["9441","볾",5,"봆봈봊",5,"봑봒봓봕",8],
2011["9461","봞",5,"봥",6,"봭",12],
2012["9481","봺",5,"뵁",6,"뵊뵋뵍뵎뵏뵑",6,"뵚",9,"뵥뵦뵧뵩",22,"붂붃붅붆붋",4,"붒붔붖붗붘붛붝",6,"붥",10,"붱",6,"붹",24],
2013["9541","뷒뷓뷖뷗뷙뷚뷛뷝",11,"뷪",5,"뷱"],
2014["9561","뷲뷳뷵뷶뷷뷹",6,"븁븂븄븆",5,"븎븏븑븒븓"],
2015["9581","븕",6,"븞븠",35,"빆빇빉빊빋빍빏",4,"빖빘빜빝빞빟빢빣빥빦빧빩빫",4,"빲빶",4,"빾빿뺁뺂뺃뺅",6,"뺎뺒",5,"뺚",13,"뺩",14],
2016["9641","뺸",23,"뻒뻓"],
2017["9661","뻕뻖뻙",6,"뻡뻢뻦",5,"뻭",8],
2018["9681","뻶",10,"뼂",5,"뼊",13,"뼚뼞",33,"뽂뽃뽅뽆뽇뽉",6,"뽒뽓뽔뽖",44],
2019["9741","뾃",16,"뾕",8],
2020["9761","뾞",17,"뾱",7],
2021["9781","뾹",11,"뿆",5,"뿎뿏뿑뿒뿓뿕",6,"뿝뿞뿠뿢",89,"쀽쀾쀿"],
2022["9841","쁀",16,"쁒",5,"쁙쁚쁛"],
2023["9861","쁝쁞쁟쁡",6,"쁪",15],
2024["9881","쁺",21,"삒삓삕삖삗삙",6,"삢삤삦",5,"삮삱삲삷",4,"삾샂샃샄샆샇샊샋샍샎샏샑",6,"샚샞",5,"샦샧샩샪샫샭",6,"샶샸샺",5,"섁섂섃섅섆섇섉",6,"섑섒섓섔섖",5,"섡섢섥섨섩섪섫섮"],
2025["9941","섲섳섴섵섷섺섻섽섾섿셁",6,"셊셎",5,"셖셗"],
2026["9961","셙셚셛셝",6,"셦셪",5,"셱셲셳셵셶셷셹셺셻"],
2027["9981","셼",8,"솆",5,"솏솑솒솓솕솗",4,"솞솠솢솣솤솦솧솪솫솭솮솯솱",11,"솾",5,"쇅쇆쇇쇉쇊쇋쇍",6,"쇕쇖쇙",6,"쇡쇢쇣쇥쇦쇧쇩",6,"쇲쇴",7,"쇾쇿숁숂숃숅",6,"숎숐숒",5,"숚숛숝숞숡숢숣"],
2028["9a41","숤숥숦숧숪숬숮숰숳숵",16],
2029["9a61","쉆쉇쉉",6,"쉒쉓쉕쉖쉗쉙",6,"쉡쉢쉣쉤쉦"],
2030["9a81","쉧",4,"쉮쉯쉱쉲쉳쉵",6,"쉾슀슂",5,"슊",5,"슑",6,"슙슚슜슞",5,"슦슧슩슪슫슮",5,"슶슸슺",33,"싞싟싡싢싥",5,"싮싰싲싳싴싵싷싺싽싾싿쌁",6,"쌊쌋쌎쌏"],
2031["9b41","쌐쌑쌒쌖쌗쌙쌚쌛쌝",6,"쌦쌧쌪",8],
2032["9b61","쌳",17,"썆",7],
2033["9b81","썎",25,"썪썫썭썮썯썱썳",4,"썺썻썾",5,"쎅쎆쎇쎉쎊쎋쎍",50,"쏁",22,"쏚"],
2034["9c41","쏛쏝쏞쏡쏣",4,"쏪쏫쏬쏮",5,"쏶쏷쏹",5],
2035["9c61","쏿",8,"쐉",6,"쐑",9],
2036["9c81","쐛",8,"쐥",6,"쐭쐮쐯쐱쐲쐳쐵",6,"쐾",9,"쑉",26,"쑦쑧쑩쑪쑫쑭",6,"쑶쑷쑸쑺",5,"쒁",18,"쒕",6,"쒝",12],
2037["9d41","쒪",13,"쒹쒺쒻쒽",8],
2038["9d61","쓆",25],
2039["9d81","쓠",8,"쓪",5,"쓲쓳쓵쓶쓷쓹쓻쓼쓽쓾씂",9,"씍씎씏씑씒씓씕",6,"씝",10,"씪씫씭씮씯씱",6,"씺씼씾",5,"앆앇앋앏앐앑앒앖앚앛앜앟앢앣앥앦앧앩",6,"앲앶",5,"앾앿얁얂얃얅얆얈얉얊얋얎얐얒얓얔"],
2040["9e41","얖얙얚얛얝얞얟얡",7,"얪",9,"얶"],
2041["9e61","얷얺얿",4,"엋엍엏엒엓엕엖엗엙",6,"엢엤엦엧"],
2042["9e81","엨엩엪엫엯엱엲엳엵엸엹엺엻옂옃옄옉옊옋옍옎옏옑",6,"옚옝",6,"옦옧옩옪옫옯옱옲옶옸옺옼옽옾옿왂왃왅왆왇왉",6,"왒왖",5,"왞왟왡",10,"왭왮왰왲",5,"왺왻왽왾왿욁",6,"욊욌욎",5,"욖욗욙욚욛욝",6,"욦"],
2043["9f41","욨욪",5,"욲욳욵욶욷욻",4,"웂웄웆",5,"웎"],
2044["9f61","웏웑웒웓웕",6,"웞웟웢",5,"웪웫웭웮웯웱웲"],
2045["9f81","웳",4,"웺웻웼웾",5,"윆윇윉윊윋윍",6,"윖윘윚",5,"윢윣윥윦윧윩",6,"윲윴윶윸윹윺윻윾윿읁읂읃읅",4,"읋읎읐읙읚읛읝읞읟읡",6,"읩읪읬",7,"읶읷읹읺읻읿잀잁잂잆잋잌잍잏잒잓잕잙잛",4,"잢잧",4,"잮잯잱잲잳잵잶잷"],
2046["a041","잸잹잺잻잾쟂",5,"쟊쟋쟍쟏쟑",6,"쟙쟚쟛쟜"],
2047["a061","쟞",5,"쟥쟦쟧쟩쟪쟫쟭",13],
2048["a081","쟻",4,"젂젃젅젆젇젉젋",4,"젒젔젗",4,"젞젟젡젢젣젥",6,"젮젰젲",5,"젹젺젻젽젾젿졁",6,"졊졋졎",5,"졕",26,"졲졳졵졶졷졹졻",4,"좂좄좈좉좊좎",5,"좕",7,"좞좠좢좣좤"],
2049["a141","좥좦좧좩",18,"좾좿죀죁"],
2050["a161","죂죃죅죆죇죉죊죋죍",6,"죖죘죚",5,"죢죣죥"],
2051["a181","죦",14,"죶",5,"죾죿줁줂줃줇",4,"줎 、。·‥…¨〃­―∥\∼‘’“”〔〕〈",9,"±×÷≠≤≥∞∴°′″℃Å¢£¥♂♀∠⊥⌒∂∇≡≒§※☆★○●◎◇◆□■△▲▽▼→←↑↓↔〓≪≫√∽∝∵∫∬∈∋⊆⊇⊂⊃∪∩∧∨¬"],
2052["a241","줐줒",5,"줙",18],
2053["a261","줭",6,"줵",18],
2054["a281","쥈",7,"쥒쥓쥕쥖쥗쥙",6,"쥢쥤",7,"쥭쥮쥯⇒⇔∀∃´~ˇ˘˝˚˙¸˛¡¿ː∮∑∏¤℉‰◁◀▷▶♤♠♡♥♧♣⊙◈▣◐◑▒▤▥▨▧▦▩♨☏☎☜☞¶†‡↕↗↙↖↘♭♩♪♬㉿㈜№㏇™㏂㏘℡€®"],
2055["a341","쥱쥲쥳쥵",6,"쥽",10,"즊즋즍즎즏"],
2056["a361","즑",6,"즚즜즞",16],
2057["a381","즯",16,"짂짃짅짆짉짋",4,"짒짔짗짘짛!",58,"₩]",32," ̄"],
2058["a441","짞짟짡짣짥짦짨짩짪짫짮짲",5,"짺짻짽짾짿쨁쨂쨃쨄"],
2059["a461","쨅쨆쨇쨊쨎",5,"쨕쨖쨗쨙",12],
2060["a481","쨦쨧쨨쨪",28,"ㄱ",93],
2061["a541","쩇",4,"쩎쩏쩑쩒쩓쩕",6,"쩞쩢",5,"쩩쩪"],
2062["a561","쩫",17,"쩾",5,"쪅쪆"],
2063["a581","쪇",16,"쪙",14,"ⅰ",9],
2064["a5b0","Ⅰ",9],
2065["a5c1","Α",16,"Σ",6],
2066["a5e1","α",16,"σ",6],
2067["a641","쪨",19,"쪾쪿쫁쫂쫃쫅"],
2068["a661","쫆",5,"쫎쫐쫒쫔쫕쫖쫗쫚",5,"쫡",6],
2069["a681","쫨쫩쫪쫫쫭",6,"쫵",18,"쬉쬊─│┌┐┘└├┬┤┴┼━┃┏┓┛┗┣┳┫┻╋┠┯┨┷┿┝┰┥┸╂┒┑┚┙┖┕┎┍┞┟┡┢┦┧┩┪┭┮┱┲┵┶┹┺┽┾╀╁╃",7],
2070["a741","쬋",4,"쬑쬒쬓쬕쬖쬗쬙",6,"쬢",7],
2071["a761","쬪",22,"쭂쭃쭄"],
2072["a781","쭅쭆쭇쭊쭋쭍쭎쭏쭑",6,"쭚쭛쭜쭞",5,"쭥",7,"㎕㎖㎗ℓ㎘㏄㎣㎤㎥㎦㎙",9,"㏊㎍㎎㎏㏏㎈㎉㏈㎧㎨㎰",9,"㎀",4,"㎺",5,"㎐",4,"Ω㏀㏁㎊㎋㎌㏖㏅㎭㎮㎯㏛㎩㎪㎫㎬㏝㏐㏓㏃㏉㏜㏆"],
2073["a841","쭭",10,"쭺",14],
2074["a861","쮉",18,"쮝",6],
2075["a881","쮤",19,"쮹",11,"ÆЪĦ"],
2076["a8a6","IJ"],
2077["a8a8","ĿŁØŒºÞŦŊ"],
2078["a8b1","㉠",27,"ⓐ",25,"①",14,"½⅓⅔¼¾⅛⅜⅝⅞"],
2079["a941","쯅",14,"쯕",10],
2080["a961","쯠쯡쯢쯣쯥쯦쯨쯪",18],
2081["a981","쯽",14,"찎찏찑찒찓찕",6,"찞찟찠찣찤æđðħıijĸŀłøœßþŧŋʼn㈀",27,"⒜",25,"⑴",14,"¹²³⁴ⁿ₁₂₃₄"],
2082["aa41","찥찦찪찫찭찯찱",6,"찺찿",4,"챆챇챉챊챋챍챎"],
2083["aa61","챏",4,"챖챚",5,"챡챢챣챥챧챩",6,"챱챲"],
2084["aa81","챳챴챶",29,"ぁ",82],
2085["ab41","첔첕첖첗첚첛첝첞첟첡",6,"첪첮",5,"첶첷첹"],
2086["ab61","첺첻첽",6,"쳆쳈쳊",5,"쳑쳒쳓쳕",5],
2087["ab81","쳛",8,"쳥",6,"쳭쳮쳯쳱",12,"ァ",85],
2088["ac41","쳾쳿촀촂",5,"촊촋촍촎촏촑",6,"촚촜촞촟촠"],
2089["ac61","촡촢촣촥촦촧촩촪촫촭",11,"촺",4],
2090["ac81","촿",28,"쵝쵞쵟А",5,"ЁЖ",25],
2091["acd1","а",5,"ёж",25],
2092["ad41","쵡쵢쵣쵥",6,"쵮쵰쵲",5,"쵹",7],
2093["ad61","춁",6,"춉",10,"춖춗춙춚춛춝춞춟"],
2094["ad81","춠춡춢춣춦춨춪",5,"춱",18,"췅"],
2095["ae41","췆",5,"췍췎췏췑",16],
2096["ae61","췢",5,"췩췪췫췭췮췯췱",6,"췺췼췾",4],
2097["ae81","츃츅츆츇츉츊츋츍",6,"츕츖츗츘츚",5,"츢츣츥츦츧츩츪츫"],
2098["af41","츬츭츮츯츲츴츶",19],
2099["af61","칊",13,"칚칛칝칞칢",5,"칪칬"],
2100["af81","칮",5,"칶칷칹칺칻칽",6,"캆캈캊",5,"캒캓캕캖캗캙"],
2101["b041","캚",5,"캢캦",5,"캮",12],
2102["b061","캻",5,"컂",19],
2103["b081","컖",13,"컦컧컩컪컭",6,"컶컺",5,"가각간갇갈갉갊감",7,"같",4,"갠갤갬갭갯갰갱갸갹갼걀걋걍걔걘걜거걱건걷걸걺검겁것겄겅겆겉겊겋게겐겔겜겝겟겠겡겨격겪견겯결겸겹겻겼경곁계곈곌곕곗고곡곤곧골곪곬곯곰곱곳공곶과곽관괄괆"],
2104["b141","켂켃켅켆켇켉",6,"켒켔켖",5,"켝켞켟켡켢켣"],
2105["b161","켥",6,"켮켲",5,"켹",11],
2106["b181","콅",14,"콖콗콙콚콛콝",6,"콦콨콪콫콬괌괍괏광괘괜괠괩괬괭괴괵괸괼굄굅굇굉교굔굘굡굣구국군굳굴굵굶굻굼굽굿궁궂궈궉권궐궜궝궤궷귀귁귄귈귐귑귓규균귤그극근귿글긁금급긋긍긔기긱긴긷길긺김깁깃깅깆깊까깍깎깐깔깖깜깝깟깠깡깥깨깩깬깰깸"],
2107["b241","콭콮콯콲콳콵콶콷콹",6,"쾁쾂쾃쾄쾆",5,"쾍"],
2108["b261","쾎",18,"쾢",5,"쾩"],
2109["b281","쾪",5,"쾱",18,"쿅",6,"깹깻깼깽꺄꺅꺌꺼꺽꺾껀껄껌껍껏껐껑께껙껜껨껫껭껴껸껼꼇꼈꼍꼐꼬꼭꼰꼲꼴꼼꼽꼿꽁꽂꽃꽈꽉꽐꽜꽝꽤꽥꽹꾀꾄꾈꾐꾑꾕꾜꾸꾹꾼꿀꿇꿈꿉꿋꿍꿎꿔꿜꿨꿩꿰꿱꿴꿸뀀뀁뀄뀌뀐뀔뀜뀝뀨끄끅끈끊끌끎끓끔끕끗끙"],
2110["b341","쿌",19,"쿢쿣쿥쿦쿧쿩"],
2111["b361","쿪",5,"쿲쿴쿶",5,"쿽쿾쿿퀁퀂퀃퀅",5],
2112["b381","퀋",5,"퀒",5,"퀙",19,"끝끼끽낀낄낌낍낏낑나낙낚난낟날낡낢남납낫",4,"낱낳내낵낸낼냄냅냇냈냉냐냑냔냘냠냥너넉넋넌널넒넓넘넙넛넜넝넣네넥넨넬넴넵넷넸넹녀녁년녈념녑녔녕녘녜녠노녹논놀놂놈놉놋농높놓놔놘놜놨뇌뇐뇔뇜뇝"],
2113["b441","퀮",5,"퀶퀷퀹퀺퀻퀽",6,"큆큈큊",5],
2114["b461","큑큒큓큕큖큗큙",6,"큡",10,"큮큯"],
2115["b481","큱큲큳큵",6,"큾큿킀킂",18,"뇟뇨뇩뇬뇰뇹뇻뇽누눅눈눋눌눔눕눗눙눠눴눼뉘뉜뉠뉨뉩뉴뉵뉼늄늅늉느늑는늘늙늚늠늡늣능늦늪늬늰늴니닉닌닐닒님닙닛닝닢다닥닦단닫",4,"닳담답닷",4,"닿대댁댄댈댐댑댓댔댕댜더덕덖던덛덜덞덟덤덥"],
2116["b541","킕",14,"킦킧킩킪킫킭",5],
2117["b561","킳킶킸킺",5,"탂탃탅탆탇탊",5,"탒탖",4],
2118["b581","탛탞탟탡탢탣탥",6,"탮탲",5,"탹",11,"덧덩덫덮데덱덴델뎀뎁뎃뎄뎅뎌뎐뎔뎠뎡뎨뎬도독돈돋돌돎돐돔돕돗동돛돝돠돤돨돼됐되된될됨됩됫됴두둑둔둘둠둡둣둥둬뒀뒈뒝뒤뒨뒬뒵뒷뒹듀듄듈듐듕드득든듣들듦듬듭듯등듸디딕딘딛딜딤딥딧딨딩딪따딱딴딸"],
2119["b641","턅",7,"턎",17],
2120["b661","턠",15,"턲턳턵턶턷턹턻턼턽턾"],
2121["b681","턿텂텆",5,"텎텏텑텒텓텕",6,"텞텠텢",5,"텩텪텫텭땀땁땃땄땅땋때땍땐땔땜땝땟땠땡떠떡떤떨떪떫떰떱떳떴떵떻떼떽뗀뗄뗌뗍뗏뗐뗑뗘뗬또똑똔똘똥똬똴뙈뙤뙨뚜뚝뚠뚤뚫뚬뚱뛔뛰뛴뛸뜀뜁뜅뜨뜩뜬뜯뜰뜸뜹뜻띄띈띌띔띕띠띤띨띰띱띳띵라락란랄람랍랏랐랑랒랖랗"],
2122["b741","텮",13,"텽",6,"톅톆톇톉톊"],
2123["b761","톋",20,"톢톣톥톦톧"],
2124["b781","톩",6,"톲톴톶톷톸톹톻톽톾톿퇁",14,"래랙랜랠램랩랫랬랭랴략랸럇량러럭런럴럼럽럿렀렁렇레렉렌렐렘렙렛렝려력련렬렴렵렷렸령례롄롑롓로록론롤롬롭롯롱롸롼뢍뢨뢰뢴뢸룀룁룃룅료룐룔룝룟룡루룩룬룰룸룹룻룽뤄뤘뤠뤼뤽륀륄륌륏륑류륙륜률륨륩"],
2125["b841","퇐",7,"퇙",17],
2126["b861","퇫",8,"퇵퇶퇷퇹",13],
2127["b881","툈툊",5,"툑",24,"륫륭르륵른를름릅릇릉릊릍릎리릭린릴림립릿링마막만많",4,"맘맙맛망맞맡맣매맥맨맬맴맵맷맸맹맺먀먁먈먕머먹먼멀멂멈멉멋멍멎멓메멕멘멜멤멥멧멨멩며멱면멸몃몄명몇몌모목몫몬몰몲몸몹못몽뫄뫈뫘뫙뫼"],
2128["b941","툪툫툮툯툱툲툳툵",6,"툾퉀퉂",5,"퉉퉊퉋퉌"],
2129["b961","퉍",14,"퉝",6,"퉥퉦퉧퉨"],
2130["b981","퉩",22,"튂튃튅튆튇튉튊튋튌묀묄묍묏묑묘묜묠묩묫무묵묶문묻물묽묾뭄뭅뭇뭉뭍뭏뭐뭔뭘뭡뭣뭬뮈뮌뮐뮤뮨뮬뮴뮷므믄믈믐믓미믹민믿밀밂밈밉밋밌밍및밑바",4,"받",4,"밤밥밧방밭배백밴밸뱀뱁뱃뱄뱅뱉뱌뱍뱐뱝버벅번벋벌벎범법벗"],
2131["ba41","튍튎튏튒튓튔튖",5,"튝튞튟튡튢튣튥",6,"튭"],
2132["ba61","튮튯튰튲",5,"튺튻튽튾틁틃",4,"틊틌",5],
2133["ba81","틒틓틕틖틗틙틚틛틝",6,"틦",9,"틲틳틵틶틷틹틺벙벚베벡벤벧벨벰벱벳벴벵벼벽변별볍볏볐병볕볘볜보복볶본볼봄봅봇봉봐봔봤봬뵀뵈뵉뵌뵐뵘뵙뵤뵨부북분붇불붉붊붐붑붓붕붙붚붜붤붰붸뷔뷕뷘뷜뷩뷰뷴뷸븀븃븅브븍븐블븜븝븟비빅빈빌빎빔빕빗빙빚빛빠빡빤"],
2134["bb41","틻",4,"팂팄팆",5,"팏팑팒팓팕팗",4,"팞팢팣"],
2135["bb61","팤팦팧팪팫팭팮팯팱",6,"팺팾",5,"퍆퍇퍈퍉"],
2136["bb81","퍊",31,"빨빪빰빱빳빴빵빻빼빽뺀뺄뺌뺍뺏뺐뺑뺘뺙뺨뻐뻑뻔뻗뻘뻠뻣뻤뻥뻬뼁뼈뼉뼘뼙뼛뼜뼝뽀뽁뽄뽈뽐뽑뽕뾔뾰뿅뿌뿍뿐뿔뿜뿟뿡쀼쁑쁘쁜쁠쁨쁩삐삑삔삘삠삡삣삥사삭삯산삳살삵삶삼삽삿샀상샅새색샌샐샘샙샛샜생샤"],
2137["bc41","퍪",17,"퍾퍿펁펂펃펅펆펇"],
2138["bc61","펈펉펊펋펎펒",5,"펚펛펝펞펟펡",6,"펪펬펮"],
2139["bc81","펯",4,"펵펶펷펹펺펻펽",6,"폆폇폊",5,"폑",5,"샥샨샬샴샵샷샹섀섄섈섐섕서",4,"섣설섦섧섬섭섯섰성섶세섹센셀셈셉셋셌셍셔셕션셜셤셥셧셨셩셰셴셸솅소속솎손솔솖솜솝솟송솥솨솩솬솰솽쇄쇈쇌쇔쇗쇘쇠쇤쇨쇰쇱쇳쇼쇽숀숄숌숍숏숑수숙순숟술숨숩숫숭"],
2140["bd41","폗폙",7,"폢폤",7,"폮폯폱폲폳폵폶폷"],
2141["bd61","폸폹폺폻폾퐀퐂",5,"퐉",13],
2142["bd81","퐗",5,"퐞",25,"숯숱숲숴쉈쉐쉑쉔쉘쉠쉥쉬쉭쉰쉴쉼쉽쉿슁슈슉슐슘슛슝스슥슨슬슭슴습슷승시식신싣실싫심십싯싱싶싸싹싻싼쌀쌈쌉쌌쌍쌓쌔쌕쌘쌜쌤쌥쌨쌩썅써썩썬썰썲썸썹썼썽쎄쎈쎌쏀쏘쏙쏜쏟쏠쏢쏨쏩쏭쏴쏵쏸쐈쐐쐤쐬쐰"],
2143["be41","퐸",7,"푁푂푃푅",14],
2144["be61","푔",7,"푝푞푟푡푢푣푥",7,"푮푰푱푲"],
2145["be81","푳",4,"푺푻푽푾풁풃",4,"풊풌풎",5,"풕",8,"쐴쐼쐽쑈쑤쑥쑨쑬쑴쑵쑹쒀쒔쒜쒸쒼쓩쓰쓱쓴쓸쓺쓿씀씁씌씐씔씜씨씩씬씰씸씹씻씽아악안앉않알앍앎앓암압앗았앙앝앞애액앤앨앰앱앳앴앵야약얀얄얇얌얍얏양얕얗얘얜얠얩어억언얹얻얼얽얾엄",6,"엌엎"],
2146["bf41","풞",10,"풪",14],
2147["bf61","풹",18,"퓍퓎퓏퓑퓒퓓퓕"],
2148["bf81","퓖",5,"퓝퓞퓠",7,"퓩퓪퓫퓭퓮퓯퓱",6,"퓹퓺퓼에엑엔엘엠엡엣엥여역엮연열엶엷염",5,"옅옆옇예옌옐옘옙옛옜오옥온올옭옮옰옳옴옵옷옹옻와왁완왈왐왑왓왔왕왜왝왠왬왯왱외왹왼욀욈욉욋욍요욕욘욜욤욥욧용우욱운울욹욺움웁웃웅워웍원월웜웝웠웡웨"],
2149["c041","퓾",5,"픅픆픇픉픊픋픍",6,"픖픘",5],
2150["c061","픞",25],
2151["c081","픸픹픺픻픾픿핁핂핃핅",6,"핎핐핒",5,"핚핛핝핞핟핡핢핣웩웬웰웸웹웽위윅윈윌윔윕윗윙유육윤율윰윱윳융윷으윽은을읊음읍읏응",7,"읜읠읨읫이익인일읽읾잃임입잇있잉잊잎자작잔잖잗잘잚잠잡잣잤장잦재잭잰잴잼잽잿쟀쟁쟈쟉쟌쟎쟐쟘쟝쟤쟨쟬저적전절젊"],
2152["c141","핤핦핧핪핬핮",5,"핶핷핹핺핻핽",6,"햆햊햋"],
2153["c161","햌햍햎햏햑",19,"햦햧"],
2154["c181","햨",31,"점접젓정젖제젝젠젤젬젭젯젱져젼졀졈졉졌졍졔조족존졸졺좀좁좃종좆좇좋좌좍좔좝좟좡좨좼좽죄죈죌죔죕죗죙죠죡죤죵주죽준줄줅줆줌줍줏중줘줬줴쥐쥑쥔쥘쥠쥡쥣쥬쥰쥴쥼즈즉즌즐즘즙즛증지직진짇질짊짐집짓"],
2155["c241","헊헋헍헎헏헑헓",4,"헚헜헞",5,"헦헧헩헪헫헭헮"],
2156["c261","헯",4,"헶헸헺",5,"혂혃혅혆혇혉",6,"혒"],
2157["c281","혖",5,"혝혞혟혡혢혣혥",7,"혮",9,"혺혻징짖짙짚짜짝짠짢짤짧짬짭짯짰짱째짹짼쨀쨈쨉쨋쨌쨍쨔쨘쨩쩌쩍쩐쩔쩜쩝쩟쩠쩡쩨쩽쪄쪘쪼쪽쫀쫄쫌쫍쫏쫑쫓쫘쫙쫠쫬쫴쬈쬐쬔쬘쬠쬡쭁쭈쭉쭌쭐쭘쭙쭝쭤쭸쭹쮜쮸쯔쯤쯧쯩찌찍찐찔찜찝찡찢찧차착찬찮찰참찹찻"],
2158["c341","혽혾혿홁홂홃홄홆홇홊홌홎홏홐홒홓홖홗홙홚홛홝",4],
2159["c361","홢",4,"홨홪",5,"홲홳홵",11],
2160["c381","횁횂횄횆",5,"횎횏횑횒횓횕",7,"횞횠횢",5,"횩횪찼창찾채책챈챌챔챕챗챘챙챠챤챦챨챰챵처척천철첨첩첫첬청체첵첸첼쳄쳅쳇쳉쳐쳔쳤쳬쳰촁초촉촌촐촘촙촛총촤촨촬촹최쵠쵤쵬쵭쵯쵱쵸춈추축춘출춤춥춧충춰췄췌췐취췬췰췸췹췻췽츄츈츌츔츙츠측츤츨츰츱츳층"],
2161["c441","횫횭횮횯횱",7,"횺횼",7,"훆훇훉훊훋"],
2162["c461","훍훎훏훐훒훓훕훖훘훚",5,"훡훢훣훥훦훧훩",4],
2163["c481","훮훯훱훲훳훴훶",5,"훾훿휁휂휃휅",11,"휒휓휔치칙친칟칠칡침칩칫칭카칵칸칼캄캅캇캉캐캑캔캘캠캡캣캤캥캬캭컁커컥컨컫컬컴컵컷컸컹케켁켄켈켐켑켓켕켜켠켤켬켭켯켰켱켸코콕콘콜콤콥콧콩콰콱콴콸쾀쾅쾌쾡쾨쾰쿄쿠쿡쿤쿨쿰쿱쿳쿵쿼퀀퀄퀑퀘퀭퀴퀵퀸퀼"],
2164["c541","휕휖휗휚휛휝휞휟휡",6,"휪휬휮",5,"휶휷휹"],
2165["c561","휺휻휽",6,"흅흆흈흊",5,"흒흓흕흚",4],
2166["c581","흟흢흤흦흧흨흪흫흭흮흯흱흲흳흵",6,"흾흿힀힂",5,"힊힋큄큅큇큉큐큔큘큠크큭큰클큼큽킁키킥킨킬킴킵킷킹타탁탄탈탉탐탑탓탔탕태택탠탤탬탭탯탰탱탸턍터턱턴털턺텀텁텃텄텅테텍텐텔템텝텟텡텨텬텼톄톈토톡톤톨톰톱톳통톺톼퇀퇘퇴퇸툇툉툐투툭툰툴툼툽툿퉁퉈퉜"],
2167["c641","힍힎힏힑",6,"힚힜힞",5],
2168["c6a1","퉤튀튁튄튈튐튑튕튜튠튤튬튱트특튼튿틀틂틈틉틋틔틘틜틤틥티틱틴틸팀팁팃팅파팍팎판팔팖팜팝팟팠팡팥패팩팬팰팸팹팻팼팽퍄퍅퍼퍽펀펄펌펍펏펐펑페펙펜펠펨펩펫펭펴편펼폄폅폈평폐폘폡폣포폭폰폴폼폽폿퐁"],
2169["c7a1","퐈퐝푀푄표푠푤푭푯푸푹푼푿풀풂품풉풋풍풔풩퓌퓐퓔퓜퓟퓨퓬퓰퓸퓻퓽프픈플픔픕픗피픽핀필핌핍핏핑하학한할핥함합핫항해핵핸핼햄햅햇했행햐향허헉헌헐헒험헙헛헝헤헥헨헬헴헵헷헹혀혁현혈혐협혓혔형혜혠"],
2170["c8a1","혤혭호혹혼홀홅홈홉홋홍홑화확환활홧황홰홱홴횃횅회획횐횔횝횟횡효횬횰횹횻후훅훈훌훑훔훗훙훠훤훨훰훵훼훽휀휄휑휘휙휜휠휨휩휫휭휴휵휸휼흄흇흉흐흑흔흖흗흘흙흠흡흣흥흩희흰흴흼흽힁히힉힌힐힘힙힛힝"],
2171["caa1","伽佳假價加可呵哥嘉嫁家暇架枷柯歌珂痂稼苛茄街袈訶賈跏軻迦駕刻却各恪慤殼珏脚覺角閣侃刊墾奸姦干幹懇揀杆柬桿澗癎看磵稈竿簡肝艮艱諫間乫喝曷渴碣竭葛褐蝎鞨勘坎堪嵌感憾戡敢柑橄減甘疳監瞰紺邯鑑鑒龕"],
2172["cba1","匣岬甲胛鉀閘剛堈姜岡崗康强彊慷江畺疆糠絳綱羌腔舡薑襁講鋼降鱇介价個凱塏愷愾慨改槪漑疥皆盖箇芥蓋豈鎧開喀客坑更粳羹醵倨去居巨拒据據擧渠炬祛距踞車遽鉅鋸乾件健巾建愆楗腱虔蹇鍵騫乞傑杰桀儉劍劒檢"],
2173["cca1","瞼鈐黔劫怯迲偈憩揭擊格檄激膈覡隔堅牽犬甄絹繭肩見譴遣鵑抉決潔結缺訣兼慊箝謙鉗鎌京俓倞傾儆勁勍卿坰境庚徑慶憬擎敬景暻更梗涇炅烱璟璥瓊痙硬磬竟競絅經耕耿脛莖警輕逕鏡頃頸驚鯨係啓堺契季屆悸戒桂械"],
2174["cda1","棨溪界癸磎稽系繫繼計誡谿階鷄古叩告呱固姑孤尻庫拷攷故敲暠枯槁沽痼皐睾稿羔考股膏苦苽菰藁蠱袴誥賈辜錮雇顧高鼓哭斛曲梏穀谷鵠困坤崑昆梱棍滾琨袞鯤汨滑骨供公共功孔工恐恭拱控攻珙空蚣貢鞏串寡戈果瓜"],
2175["cea1","科菓誇課跨過鍋顆廓槨藿郭串冠官寬慣棺款灌琯瓘管罐菅觀貫關館刮恝括适侊光匡壙廣曠洸炚狂珖筐胱鑛卦掛罫乖傀塊壞怪愧拐槐魁宏紘肱轟交僑咬喬嬌嶠巧攪敎校橋狡皎矯絞翹膠蕎蛟較轎郊餃驕鮫丘久九仇俱具勾"],
2176["cfa1","區口句咎嘔坵垢寇嶇廐懼拘救枸柩構歐毆毬求溝灸狗玖球瞿矩究絿耉臼舅舊苟衢謳購軀逑邱鉤銶駒驅鳩鷗龜國局菊鞠鞫麴君窘群裙軍郡堀屈掘窟宮弓穹窮芎躬倦券勸卷圈拳捲權淃眷厥獗蕨蹶闕机櫃潰詭軌饋句晷歸貴"],
2177["d0a1","鬼龜叫圭奎揆槻珪硅窺竅糾葵規赳逵閨勻均畇筠菌鈞龜橘克剋劇戟棘極隙僅劤勤懃斤根槿瑾筋芹菫覲謹近饉契今妗擒昑檎琴禁禽芩衾衿襟金錦伋及急扱汲級給亘兢矜肯企伎其冀嗜器圻基埼夔奇妓寄岐崎己幾忌技旗旣"],
2178["d1a1","朞期杞棋棄機欺氣汽沂淇玘琦琪璂璣畸畿碁磯祁祇祈祺箕紀綺羈耆耭肌記譏豈起錡錤飢饑騎騏驥麒緊佶吉拮桔金喫儺喇奈娜懦懶拏拿癩",5,"那樂",4,"諾酪駱亂卵暖欄煖爛蘭難鸞捏捺南嵐枏楠湳濫男藍襤拉"],
2179["d2a1","納臘蠟衲囊娘廊",4,"乃來內奈柰耐冷女年撚秊念恬拈捻寧寗努勞奴弩怒擄櫓爐瑙盧",5,"駑魯",10,"濃籠聾膿農惱牢磊腦賂雷尿壘",7,"嫩訥杻紐勒",5,"能菱陵尼泥匿溺多茶"],
2180["d3a1","丹亶但單團壇彖斷旦檀段湍短端簞緞蛋袒鄲鍛撻澾獺疸達啖坍憺擔曇淡湛潭澹痰聃膽蕁覃談譚錟沓畓答踏遝唐堂塘幢戇撞棠當糖螳黨代垈坮大對岱帶待戴擡玳臺袋貸隊黛宅德悳倒刀到圖堵塗導屠島嶋度徒悼挑掉搗桃"],
2181["d4a1","棹櫂淘渡滔濤燾盜睹禱稻萄覩賭跳蹈逃途道都鍍陶韜毒瀆牘犢獨督禿篤纛讀墩惇敦旽暾沌焞燉豚頓乭突仝冬凍動同憧東桐棟洞潼疼瞳童胴董銅兜斗杜枓痘竇荳讀豆逗頭屯臀芚遁遯鈍得嶝橙燈登等藤謄鄧騰喇懶拏癩羅"],
2182["d5a1","蘿螺裸邏樂洛烙珞絡落諾酪駱丹亂卵欄欒瀾爛蘭鸞剌辣嵐擥攬欖濫籃纜藍襤覽拉臘蠟廊朗浪狼琅瑯螂郞來崍徠萊冷掠略亮倆兩凉梁樑粮粱糧良諒輛量侶儷勵呂廬慮戾旅櫚濾礪藜蠣閭驢驪麗黎力曆歷瀝礫轢靂憐戀攣漣"],
2183["d6a1","煉璉練聯蓮輦連鍊冽列劣洌烈裂廉斂殮濂簾獵令伶囹寧岺嶺怜玲笭羚翎聆逞鈴零靈領齡例澧禮醴隷勞怒撈擄櫓潞瀘爐盧老蘆虜路輅露魯鷺鹵碌祿綠菉錄鹿麓論壟弄朧瀧瓏籠聾儡瀨牢磊賂賚賴雷了僚寮廖料燎療瞭聊蓼"],
2184["d7a1","遼鬧龍壘婁屢樓淚漏瘻累縷蔞褸鏤陋劉旒柳榴流溜瀏琉瑠留瘤硫謬類六戮陸侖倫崙淪綸輪律慄栗率隆勒肋凜凌楞稜綾菱陵俚利厘吏唎履悧李梨浬犁狸理璃異痢籬罹羸莉裏裡里釐離鯉吝潾燐璘藺躪隣鱗麟林淋琳臨霖砬"],
2185["d8a1","立笠粒摩瑪痲碼磨馬魔麻寞幕漠膜莫邈万卍娩巒彎慢挽晩曼滿漫灣瞞萬蔓蠻輓饅鰻唜抹末沫茉襪靺亡妄忘忙望網罔芒茫莽輞邙埋妹媒寐昧枚梅每煤罵買賣邁魅脈貊陌驀麥孟氓猛盲盟萌冪覓免冕勉棉沔眄眠綿緬面麵滅"],
2186["d9a1","蔑冥名命明暝椧溟皿瞑茗蓂螟酩銘鳴袂侮冒募姆帽慕摸摹暮某模母毛牟牡瑁眸矛耗芼茅謀謨貌木沐牧目睦穆鶩歿沒夢朦蒙卯墓妙廟描昴杳渺猫竗苗錨務巫憮懋戊拇撫无楙武毋無珷畝繆舞茂蕪誣貿霧鵡墨默們刎吻問文"],
2187["daa1","汶紊紋聞蚊門雯勿沕物味媚尾嵋彌微未梶楣渼湄眉米美薇謎迷靡黴岷悶愍憫敏旻旼民泯玟珉緡閔密蜜謐剝博拍搏撲朴樸泊珀璞箔粕縛膊舶薄迫雹駁伴半反叛拌搬攀斑槃泮潘班畔瘢盤盼磐磻礬絆般蟠返頒飯勃拔撥渤潑"],
2188["dba1","發跋醱鉢髮魃倣傍坊妨尨幇彷房放方旁昉枋榜滂磅紡肪膀舫芳蒡蚌訪謗邦防龐倍俳北培徘拜排杯湃焙盃背胚裴裵褙賠輩配陪伯佰帛柏栢白百魄幡樊煩燔番磻繁蕃藩飜伐筏罰閥凡帆梵氾汎泛犯範范法琺僻劈壁擘檗璧癖"],
2189["dca1","碧蘗闢霹便卞弁變辨辯邊別瞥鱉鼈丙倂兵屛幷昞昺柄棅炳甁病秉竝輧餠騈保堡報寶普步洑湺潽珤甫菩補褓譜輔伏僕匐卜宓復服福腹茯蔔複覆輹輻馥鰒本乶俸奉封峯峰捧棒烽熢琫縫蓬蜂逢鋒鳳不付俯傅剖副否咐埠夫婦"],
2190["dda1","孚孵富府復扶敷斧浮溥父符簿缶腐腑膚艀芙莩訃負賦賻赴趺部釜阜附駙鳧北分吩噴墳奔奮忿憤扮昐汾焚盆粉糞紛芬賁雰不佛弗彿拂崩朋棚硼繃鵬丕備匕匪卑妃婢庇悲憊扉批斐枇榧比毖毗毘沸泌琵痺砒碑秕秘粃緋翡肥"],
2191["dea1","脾臂菲蜚裨誹譬費鄙非飛鼻嚬嬪彬斌檳殯浜濱瀕牝玭貧賓頻憑氷聘騁乍事些仕伺似使俟僿史司唆嗣四士奢娑寫寺射巳師徙思捨斜斯柶査梭死沙泗渣瀉獅砂社祀祠私篩紗絲肆舍莎蓑蛇裟詐詞謝賜赦辭邪飼駟麝削數朔索"],
2192["dfa1","傘刪山散汕珊産疝算蒜酸霰乷撒殺煞薩三參杉森渗芟蔘衫揷澁鈒颯上傷像償商喪嘗孀尙峠常床庠廂想桑橡湘爽牀狀相祥箱翔裳觴詳象賞霜塞璽賽嗇塞穡索色牲生甥省笙墅壻嶼序庶徐恕抒捿敍暑曙書栖棲犀瑞筮絮緖署"],
2193["e0a1","胥舒薯西誓逝鋤黍鼠夕奭席惜昔晳析汐淅潟石碩蓆釋錫仙僊先善嬋宣扇敾旋渲煽琁瑄璇璿癬禪線繕羨腺膳船蘚蟬詵跣選銑鐥饍鮮卨屑楔泄洩渫舌薛褻設說雪齧剡暹殲纖蟾贍閃陝攝涉燮葉城姓宬性惺成星晟猩珹盛省筬"],
2194["e1a1","聖聲腥誠醒世勢歲洗稅笹細說貰召嘯塑宵小少巢所掃搔昭梳沼消溯瀟炤燒甦疏疎瘙笑篠簫素紹蔬蕭蘇訴逍遡邵銷韶騷俗屬束涑粟續謖贖速孫巽損蓀遜飡率宋悚松淞訟誦送頌刷殺灑碎鎖衰釗修受嗽囚垂壽嫂守岫峀帥愁"],
2195["e2a1","戍手授搜收數樹殊水洙漱燧狩獸琇璲瘦睡秀穗竪粹綏綬繡羞脩茱蒐蓚藪袖誰讐輸遂邃酬銖銹隋隧隨雖需須首髓鬚叔塾夙孰宿淑潚熟琡璹肅菽巡徇循恂旬栒楯橓殉洵淳珣盾瞬筍純脣舜荀蓴蕣詢諄醇錞順馴戌術述鉥崇崧"],
2196["e3a1","嵩瑟膝蝨濕拾習褶襲丞乘僧勝升承昇繩蠅陞侍匙嘶始媤尸屎屍市弑恃施是時枾柴猜矢示翅蒔蓍視試詩諡豕豺埴寔式息拭植殖湜熄篒蝕識軾食飾伸侁信呻娠宸愼新晨燼申神紳腎臣莘薪藎蜃訊身辛辰迅失室實悉審尋心沁"],
2197["e4a1","沈深瀋甚芯諶什十拾雙氏亞俄兒啞娥峨我牙芽莪蛾衙訝阿雅餓鴉鵝堊岳嶽幄惡愕握樂渥鄂鍔顎鰐齷安岸按晏案眼雁鞍顔鮟斡謁軋閼唵岩巖庵暗癌菴闇壓押狎鴨仰央怏昻殃秧鴦厓哀埃崖愛曖涯碍艾隘靄厄扼掖液縊腋額"],
2198["e5a1","櫻罌鶯鸚也倻冶夜惹揶椰爺耶若野弱掠略約若葯蒻藥躍亮佯兩凉壤孃恙揚攘敭暘梁楊樣洋瀁煬痒瘍禳穰糧羊良襄諒讓釀陽量養圄御於漁瘀禦語馭魚齬億憶抑檍臆偃堰彦焉言諺孼蘖俺儼嚴奄掩淹嶪業円予余勵呂女如廬"],
2199["e6a1","旅歟汝濾璵礖礪與艅茹輿轝閭餘驪麗黎亦力域役易曆歷疫繹譯轢逆驛嚥堧姸娟宴年延憐戀捐挻撚椽沇沿涎涓淵演漣烟然煙煉燃燕璉硏硯秊筵緣練縯聯衍軟輦蓮連鉛鍊鳶列劣咽悅涅烈熱裂說閱厭廉念捻染殮炎焰琰艶苒"],
2200["e7a1","簾閻髥鹽曄獵燁葉令囹塋寧嶺嶸影怜映暎楹榮永泳渶潁濚瀛瀯煐營獰玲瑛瑩瓔盈穎纓羚聆英詠迎鈴鍈零霙靈領乂倪例刈叡曳汭濊猊睿穢芮藝蘂禮裔詣譽豫醴銳隸霓預五伍俉傲午吾吳嗚塢墺奧娛寤悟惡懊敖旿晤梧汚澳"],
2201["e8a1","烏熬獒筽蜈誤鰲鼇屋沃獄玉鈺溫瑥瘟穩縕蘊兀壅擁瓮甕癰翁邕雍饔渦瓦窩窪臥蛙蝸訛婉完宛梡椀浣玩琓琬碗緩翫脘腕莞豌阮頑曰往旺枉汪王倭娃歪矮外嵬巍猥畏了僚僥凹堯夭妖姚寥寮尿嶢拗搖撓擾料曜樂橈燎燿瑤療"],
2202["e9a1","窈窯繇繞耀腰蓼蟯要謠遙遼邀饒慾欲浴縟褥辱俑傭冗勇埇墉容庸慂榕涌湧溶熔瑢用甬聳茸蓉踊鎔鏞龍于佑偶優又友右宇寓尤愚憂旴牛玗瑀盂祐禑禹紆羽芋藕虞迂遇郵釪隅雨雩勖彧旭昱栯煜稶郁頊云暈橒殞澐熉耘芸蕓"],
2203["eaa1","運隕雲韻蔚鬱亐熊雄元原員圓園垣媛嫄寃怨愿援沅洹湲源爰猿瑗苑袁轅遠阮院願鴛月越鉞位偉僞危圍委威尉慰暐渭爲瑋緯胃萎葦蔿蝟衛褘謂違韋魏乳侑儒兪劉唯喩孺宥幼幽庾悠惟愈愉揄攸有杻柔柚柳楡楢油洧流游溜"],
2204["eba1","濡猶猷琉瑜由留癒硫紐維臾萸裕誘諛諭踰蹂遊逾遺酉釉鍮類六堉戮毓肉育陸倫允奫尹崙淪潤玧胤贇輪鈗閏律慄栗率聿戎瀜絨融隆垠恩慇殷誾銀隱乙吟淫蔭陰音飮揖泣邑凝應膺鷹依倚儀宜意懿擬椅毅疑矣義艤薏蟻衣誼"],
2205["eca1","議醫二以伊利吏夷姨履已弛彛怡易李梨泥爾珥理異痍痢移罹而耳肄苡荑裏裡貽貳邇里離飴餌匿溺瀷益翊翌翼謚人仁刃印吝咽因姻寅引忍湮燐璘絪茵藺蚓認隣靭靷鱗麟一佚佾壹日溢逸鎰馹任壬妊姙恁林淋稔臨荏賃入卄"],
2206["eda1","立笠粒仍剩孕芿仔刺咨姉姿子字孜恣慈滋炙煮玆瓷疵磁紫者自茨蔗藉諮資雌作勺嚼斫昨灼炸爵綽芍酌雀鵲孱棧殘潺盞岑暫潛箴簪蠶雜丈仗匠場墻壯奬將帳庄張掌暲杖樟檣欌漿牆狀獐璋章粧腸臟臧莊葬蔣薔藏裝贓醬長"],
2207["eea1","障再哉在宰才材栽梓渽滓災縡裁財載齋齎爭箏諍錚佇低儲咀姐底抵杵楮樗沮渚狙猪疽箸紵苧菹著藷詛貯躇這邸雎齟勣吊嫡寂摘敵滴狄炙的積笛籍績翟荻謫賊赤跡蹟迪迹適鏑佃佺傳全典前剪塡塼奠專展廛悛戰栓殿氈澱"],
2208["efa1","煎琠田甸畑癲筌箋箭篆纏詮輾轉鈿銓錢鐫電顚顫餞切截折浙癤竊節絶占岾店漸点粘霑鮎點接摺蝶丁井亭停偵呈姃定幀庭廷征情挺政整旌晶晸柾楨檉正汀淀淨渟湞瀞炡玎珽町睛碇禎程穽精綎艇訂諪貞鄭酊釘鉦鋌錠霆靖"],
2209["f0a1","靜頂鼎制劑啼堤帝弟悌提梯濟祭第臍薺製諸蹄醍除際霽題齊俎兆凋助嘲弔彫措操早晁曺曹朝條棗槽漕潮照燥爪璪眺祖祚租稠窕粗糟組繰肇藻蚤詔調趙躁造遭釣阻雕鳥族簇足鏃存尊卒拙猝倧宗從悰慫棕淙琮種終綜縱腫"],
2210["f1a1","踪踵鍾鐘佐坐左座挫罪主住侏做姝胄呪周嗾奏宙州廚晝朱柱株注洲湊澍炷珠疇籌紂紬綢舟蛛註誅走躊輳週酎酒鑄駐竹粥俊儁准埈寯峻晙樽浚準濬焌畯竣蠢逡遵雋駿茁中仲衆重卽櫛楫汁葺增憎曾拯烝甑症繒蒸證贈之只"],
2211["f2a1","咫地址志持指摯支旨智枝枳止池沚漬知砥祉祗紙肢脂至芝芷蜘誌識贄趾遲直稙稷織職唇嗔塵振搢晉晋桭榛殄津溱珍瑨璡畛疹盡眞瞋秦縉縝臻蔯袗診賑軫辰進鎭陣陳震侄叱姪嫉帙桎瓆疾秩窒膣蛭質跌迭斟朕什執潗緝輯"],
2212["f3a1","鏶集徵懲澄且侘借叉嗟嵯差次此磋箚茶蹉車遮捉搾着窄錯鑿齪撰澯燦璨瓚竄簒纂粲纘讚贊鑽餐饌刹察擦札紮僭參塹慘慙懺斬站讒讖倉倡創唱娼廠彰愴敞昌昶暢槍滄漲猖瘡窓脹艙菖蒼債埰寀寨彩採砦綵菜蔡采釵冊柵策"],
2213["f4a1","責凄妻悽處倜刺剔尺慽戚拓擲斥滌瘠脊蹠陟隻仟千喘天川擅泉淺玔穿舛薦賤踐遷釧闡阡韆凸哲喆徹撤澈綴輟轍鐵僉尖沾添甛瞻簽籤詹諂堞妾帖捷牒疊睫諜貼輒廳晴淸聽菁請靑鯖切剃替涕滯締諦逮遞體初剿哨憔抄招梢"],
2214["f5a1","椒楚樵炒焦硝礁礎秒稍肖艸苕草蕉貂超酢醋醮促囑燭矗蜀觸寸忖村邨叢塚寵悤憁摠總聰蔥銃撮催崔最墜抽推椎楸樞湫皺秋芻萩諏趨追鄒酋醜錐錘鎚雛騶鰍丑畜祝竺筑築縮蓄蹙蹴軸逐春椿瑃出朮黜充忠沖蟲衝衷悴膵萃"],
2215["f6a1","贅取吹嘴娶就炊翠聚脆臭趣醉驟鷲側仄厠惻測層侈値嗤峙幟恥梔治淄熾痔痴癡稚穉緇緻置致蚩輜雉馳齒則勅飭親七柒漆侵寢枕沈浸琛砧針鍼蟄秤稱快他咤唾墮妥惰打拖朶楕舵陀馱駝倬卓啄坼度托拓擢晫柝濁濯琢琸託"],
2216["f7a1","鐸呑嘆坦彈憚歎灘炭綻誕奪脫探眈耽貪塔搭榻宕帑湯糖蕩兌台太怠態殆汰泰笞胎苔跆邰颱宅擇澤撑攄兎吐土討慟桶洞痛筒統通堆槌腿褪退頹偸套妬投透鬪慝特闖坡婆巴把播擺杷波派爬琶破罷芭跛頗判坂板版瓣販辦鈑"],
2217["f8a1","阪八叭捌佩唄悖敗沛浿牌狽稗覇貝彭澎烹膨愎便偏扁片篇編翩遍鞭騙貶坪平枰萍評吠嬖幣廢弊斃肺蔽閉陛佈包匍匏咆哺圃布怖抛抱捕暴泡浦疱砲胞脯苞葡蒲袍褒逋鋪飽鮑幅暴曝瀑爆輻俵剽彪慓杓標漂瓢票表豹飇飄驃"],
2218["f9a1","品稟楓諷豊風馮彼披疲皮被避陂匹弼必泌珌畢疋筆苾馝乏逼下何厦夏廈昰河瑕荷蝦賀遐霞鰕壑學虐謔鶴寒恨悍旱汗漢澣瀚罕翰閑閒限韓割轄函含咸啣喊檻涵緘艦銜陷鹹合哈盒蛤閤闔陜亢伉姮嫦巷恒抗杭桁沆港缸肛航"],
2219["faa1","行降項亥偕咳垓奚孩害懈楷海瀣蟹解該諧邂駭骸劾核倖幸杏荇行享向嚮珦鄕響餉饗香噓墟虛許憲櫶獻軒歇險驗奕爀赫革俔峴弦懸晛泫炫玄玹現眩睍絃絢縣舷衒見賢鉉顯孑穴血頁嫌俠協夾峽挾浹狹脅脇莢鋏頰亨兄刑型"],
2220["fba1","形泂滎瀅灐炯熒珩瑩荊螢衡逈邢鎣馨兮彗惠慧暳蕙蹊醯鞋乎互呼壕壺好岵弧戶扈昊晧毫浩淏湖滸澔濠濩灝狐琥瑚瓠皓祜糊縞胡芦葫蒿虎號蝴護豪鎬頀顥惑或酷婚昏混渾琿魂忽惚笏哄弘汞泓洪烘紅虹訌鴻化和嬅樺火畵"],
2221["fca1","禍禾花華話譁貨靴廓擴攫確碻穫丸喚奐宦幻患換歡晥桓渙煥環紈還驩鰥活滑猾豁闊凰幌徨恍惶愰慌晃晄榥況湟滉潢煌璜皇篁簧荒蝗遑隍黃匯回廻徊恢悔懷晦會檜淮澮灰獪繪膾茴蛔誨賄劃獲宖橫鐄哮嚆孝效斅曉梟涍淆"],
2222["fda1","爻肴酵驍侯候厚后吼喉嗅帿後朽煦珝逅勛勳塤壎焄熏燻薰訓暈薨喧暄煊萱卉喙毁彙徽揮暉煇諱輝麾休携烋畦虧恤譎鷸兇凶匈洶胸黑昕欣炘痕吃屹紇訖欠欽歆吸恰洽翕興僖凞喜噫囍姬嬉希憙憘戱晞曦熙熹熺犧禧稀羲詰"]
2223]
2224
2225},{}],354:[function(require,module,exports){
2226module.exports=[
2227["0","\u0000",127],
2228["a140"," ,、。.‧;:?!︰…‥﹐﹑﹒·﹔﹕﹖﹗|–︱—︳╴︴﹏()︵︶{}︷︸〔〕︹︺【】︻︼《》︽︾〈〉︿﹀「」﹁﹂『』﹃﹄﹙﹚"],
2229["a1a1","﹛﹜﹝﹞‘’“”〝〞‵′#&*※§〃○●△▲◎☆★◇◆□■▽▼㊣℅¯ ̄_ˍ﹉﹊﹍﹎﹋﹌﹟﹠﹡+-×÷±√<>=≦≧≠∞≒≡﹢",4,"~∩∪⊥∠∟⊿㏒㏑∫∮∵∴♀♂⊕⊙↑↓←→↖↗↙↘∥∣/"],
2230["a240","\∕﹨$¥〒¢£%@℃℉﹩﹪﹫㏕㎜㎝㎞㏎㎡㎎㎏㏄°兙兛兞兝兡兣嗧瓩糎▁",7,"▏▎▍▌▋▊▉┼┴┬┤├▔─│▕┌┐└┘╭"],
2231["a2a1","╮╰╯═╞╪╡◢◣◥◤╱╲╳0",9,"Ⅰ",9,"〡",8,"十卄卅A",25,"a",21],
2232["a340","wxyzΑ",16,"Σ",6,"α",16,"σ",6,"ㄅ",10],
2233["a3a1","ㄐ",25,"˙ˉˊˇˋ"],
2234["a3e1","€"],
2235["a440","一乙丁七乃九了二人儿入八几刀刁力匕十卜又三下丈上丫丸凡久么也乞于亡兀刃勺千叉口土士夕大女子孑孓寸小尢尸山川工己已巳巾干廾弋弓才"],
2236["a4a1","丑丐不中丰丹之尹予云井互五亢仁什仃仆仇仍今介仄元允內六兮公冗凶分切刈勻勾勿化匹午升卅卞厄友及反壬天夫太夭孔少尤尺屯巴幻廿弔引心戈戶手扎支文斗斤方日曰月木欠止歹毋比毛氏水火爪父爻片牙牛犬王丙"],
2237["a540","世丕且丘主乍乏乎以付仔仕他仗代令仙仞充兄冉冊冬凹出凸刊加功包匆北匝仟半卉卡占卯卮去可古右召叮叩叨叼司叵叫另只史叱台句叭叻四囚外"],
2238["a5a1","央失奴奶孕它尼巨巧左市布平幼弁弘弗必戊打扔扒扑斥旦朮本未末札正母民氐永汁汀氾犯玄玉瓜瓦甘生用甩田由甲申疋白皮皿目矛矢石示禾穴立丞丟乒乓乩亙交亦亥仿伉伙伊伕伍伐休伏仲件任仰仳份企伋光兇兆先全"],
2239["a640","共再冰列刑划刎刖劣匈匡匠印危吉吏同吊吐吁吋各向名合吃后吆吒因回囝圳地在圭圬圯圩夙多夷夸妄奸妃好她如妁字存宇守宅安寺尖屹州帆并年"],
2240["a6a1","式弛忙忖戎戌戍成扣扛托收早旨旬旭曲曳有朽朴朱朵次此死氖汝汗汙江池汐汕污汛汍汎灰牟牝百竹米糸缶羊羽老考而耒耳聿肉肋肌臣自至臼舌舛舟艮色艾虫血行衣西阡串亨位住佇佗佞伴佛何估佐佑伽伺伸佃佔似但佣"],
2241["a740","作你伯低伶余佝佈佚兌克免兵冶冷別判利刪刨劫助努劬匣即卵吝吭吞吾否呎吧呆呃吳呈呂君吩告吹吻吸吮吵吶吠吼呀吱含吟听囪困囤囫坊坑址坍"],
2242["a7a1","均坎圾坐坏圻壯夾妝妒妨妞妣妙妖妍妤妓妊妥孝孜孚孛完宋宏尬局屁尿尾岐岑岔岌巫希序庇床廷弄弟彤形彷役忘忌志忍忱快忸忪戒我抄抗抖技扶抉扭把扼找批扳抒扯折扮投抓抑抆改攻攸旱更束李杏材村杜杖杞杉杆杠"],
2243["a840","杓杗步每求汞沙沁沈沉沅沛汪決沐汰沌汨沖沒汽沃汲汾汴沆汶沍沔沘沂灶灼災灸牢牡牠狄狂玖甬甫男甸皂盯矣私秀禿究系罕肖肓肝肘肛肚育良芒"],
2244["a8a1","芋芍見角言谷豆豕貝赤走足身車辛辰迂迆迅迄巡邑邢邪邦那酉釆里防阮阱阪阬並乖乳事些亞享京佯依侍佳使佬供例來侃佰併侈佩佻侖佾侏侑佺兔兒兕兩具其典冽函刻券刷刺到刮制剁劾劻卒協卓卑卦卷卸卹取叔受味呵"],
2245["a940","咖呸咕咀呻呷咄咒咆呼咐呱呶和咚呢周咋命咎固垃坷坪坩坡坦坤坼夜奉奇奈奄奔妾妻委妹妮姑姆姐姍始姓姊妯妳姒姅孟孤季宗定官宜宙宛尚屈居"],
2246["a9a1","屆岷岡岸岩岫岱岳帘帚帖帕帛帑幸庚店府底庖延弦弧弩往征彿彼忝忠忽念忿怏怔怯怵怖怪怕怡性怩怫怛或戕房戾所承拉拌拄抿拂抹拒招披拓拔拋拈抨抽押拐拙拇拍抵拚抱拘拖拗拆抬拎放斧於旺昔易昌昆昂明昀昏昕昊"],
2247["aa40","昇服朋杭枋枕東果杳杷枇枝林杯杰板枉松析杵枚枓杼杪杲欣武歧歿氓氛泣注泳沱泌泥河沽沾沼波沫法泓沸泄油況沮泗泅泱沿治泡泛泊沬泯泜泖泠"],
2248["aaa1","炕炎炒炊炙爬爭爸版牧物狀狎狙狗狐玩玨玟玫玥甽疝疙疚的盂盲直知矽社祀祁秉秈空穹竺糾罔羌羋者肺肥肢肱股肫肩肴肪肯臥臾舍芳芝芙芭芽芟芹花芬芥芯芸芣芰芾芷虎虱初表軋迎返近邵邸邱邶采金長門阜陀阿阻附"],
2249["ab40","陂隹雨青非亟亭亮信侵侯便俠俑俏保促侶俘俟俊俗侮俐俄係俚俎俞侷兗冒冑冠剎剃削前剌剋則勇勉勃勁匍南卻厚叛咬哀咨哎哉咸咦咳哇哂咽咪品"],
2250["aba1","哄哈咯咫咱咻咩咧咿囿垂型垠垣垢城垮垓奕契奏奎奐姜姘姿姣姨娃姥姪姚姦威姻孩宣宦室客宥封屎屏屍屋峙峒巷帝帥帟幽庠度建弈弭彥很待徊律徇後徉怒思怠急怎怨恍恰恨恢恆恃恬恫恪恤扁拜挖按拼拭持拮拽指拱拷"],
2251["ac40","拯括拾拴挑挂政故斫施既春昭映昧是星昨昱昤曷柿染柱柔某柬架枯柵柩柯柄柑枴柚查枸柏柞柳枰柙柢柝柒歪殃殆段毒毗氟泉洋洲洪流津洌洱洞洗"],
2252["aca1","活洽派洶洛泵洹洧洸洩洮洵洎洫炫為炳炬炯炭炸炮炤爰牲牯牴狩狠狡玷珊玻玲珍珀玳甚甭畏界畎畋疫疤疥疢疣癸皆皇皈盈盆盃盅省盹相眉看盾盼眇矜砂研砌砍祆祉祈祇禹禺科秒秋穿突竿竽籽紂紅紀紉紇約紆缸美羿耄"],
2253["ad40","耐耍耑耶胖胥胚胃胄背胡胛胎胞胤胝致舢苧范茅苣苛苦茄若茂茉苒苗英茁苜苔苑苞苓苟苯茆虐虹虻虺衍衫要觔計訂訃貞負赴赳趴軍軌述迦迢迪迥"],
2254["ada1","迭迫迤迨郊郎郁郃酋酊重閂限陋陌降面革韋韭音頁風飛食首香乘亳倌倍倣俯倦倥俸倩倖倆值借倚倒們俺倀倔倨俱倡個候倘俳修倭倪俾倫倉兼冤冥冢凍凌准凋剖剜剔剛剝匪卿原厝叟哨唐唁唷哼哥哲唆哺唔哩哭員唉哮哪"],
2255["ae40","哦唧唇哽唏圃圄埂埔埋埃堉夏套奘奚娑娘娜娟娛娓姬娠娣娩娥娌娉孫屘宰害家宴宮宵容宸射屑展屐峭峽峻峪峨峰島崁峴差席師庫庭座弱徒徑徐恙"],
2256["aea1","恣恥恐恕恭恩息悄悟悚悍悔悌悅悖扇拳挈拿捎挾振捕捂捆捏捉挺捐挽挪挫挨捍捌效敉料旁旅時晉晏晃晒晌晅晁書朔朕朗校核案框桓根桂桔栩梳栗桌桑栽柴桐桀格桃株桅栓栘桁殊殉殷氣氧氨氦氤泰浪涕消涇浦浸海浙涓"],
2257["af40","浬涉浮浚浴浩涌涊浹涅浥涔烊烘烤烙烈烏爹特狼狹狽狸狷玆班琉珮珠珪珞畔畝畜畚留疾病症疲疳疽疼疹痂疸皋皰益盍盎眩真眠眨矩砰砧砸砝破砷"],
2258["afa1","砥砭砠砟砲祕祐祠祟祖神祝祗祚秤秣秧租秦秩秘窄窈站笆笑粉紡紗紋紊素索純紐紕級紜納紙紛缺罟羔翅翁耆耘耕耙耗耽耿胱脂胰脅胭胴脆胸胳脈能脊胼胯臭臬舀舐航舫舨般芻茫荒荔荊茸荐草茵茴荏茲茹茶茗荀茱茨荃"],
2259["b040","虔蚊蚪蚓蚤蚩蚌蚣蚜衰衷袁袂衽衹記訐討訌訕訊託訓訖訏訑豈豺豹財貢起躬軒軔軏辱送逆迷退迺迴逃追逅迸邕郡郝郢酒配酌釘針釗釜釙閃院陣陡"],
2260["b0a1","陛陝除陘陞隻飢馬骨高鬥鬲鬼乾偺偽停假偃偌做偉健偶偎偕偵側偷偏倏偯偭兜冕凰剪副勒務勘動匐匏匙匿區匾參曼商啪啦啄啞啡啃啊唱啖問啕唯啤唸售啜唬啣唳啁啗圈國圉域堅堊堆埠埤基堂堵執培夠奢娶婁婉婦婪婀"],
2261["b140","娼婢婚婆婊孰寇寅寄寂宿密尉專將屠屜屝崇崆崎崛崖崢崑崩崔崙崤崧崗巢常帶帳帷康庸庶庵庾張強彗彬彩彫得徙從徘御徠徜恿患悉悠您惋悴惦悽"],
2262["b1a1","情悻悵惜悼惘惕惆惟悸惚惇戚戛扈掠控捲掖探接捷捧掘措捱掩掉掃掛捫推掄授掙採掬排掏掀捻捩捨捺敝敖救教敗啟敏敘敕敔斜斛斬族旋旌旎晝晚晤晨晦晞曹勗望梁梯梢梓梵桿桶梱梧梗械梃棄梭梆梅梔條梨梟梡梂欲殺"],
2263["b240","毫毬氫涎涼淳淙液淡淌淤添淺清淇淋涯淑涮淞淹涸混淵淅淒渚涵淚淫淘淪深淮淨淆淄涪淬涿淦烹焉焊烽烯爽牽犁猜猛猖猓猙率琅琊球理現琍瓠瓶"],
2264["b2a1","瓷甜產略畦畢異疏痔痕疵痊痍皎盔盒盛眷眾眼眶眸眺硫硃硎祥票祭移窒窕笠笨笛第符笙笞笮粒粗粕絆絃統紮紹紼絀細紳組累終紲紱缽羞羚翌翎習耜聊聆脯脖脣脫脩脰脤舂舵舷舶船莎莞莘荸莢莖莽莫莒莊莓莉莠荷荻荼"],
2265["b340","莆莧處彪蛇蛀蚶蛄蚵蛆蛋蚱蚯蛉術袞袈被袒袖袍袋覓規訪訝訣訥許設訟訛訢豉豚販責貫貨貪貧赧赦趾趺軛軟這逍通逗連速逝逐逕逞造透逢逖逛途"],
2266["b3a1","部郭都酗野釵釦釣釧釭釩閉陪陵陳陸陰陴陶陷陬雀雪雩章竟頂頃魚鳥鹵鹿麥麻傢傍傅備傑傀傖傘傚最凱割剴創剩勞勝勛博厥啻喀喧啼喊喝喘喂喜喪喔喇喋喃喳單喟唾喲喚喻喬喱啾喉喫喙圍堯堪場堤堰報堡堝堠壹壺奠"],
2267["b440","婷媚婿媒媛媧孳孱寒富寓寐尊尋就嵌嵐崴嵇巽幅帽幀幃幾廊廁廂廄弼彭復循徨惑惡悲悶惠愜愣惺愕惰惻惴慨惱愎惶愉愀愒戟扉掣掌描揀揩揉揆揍"],
2268["b4a1","插揣提握揖揭揮捶援揪換摒揚揹敞敦敢散斑斐斯普晰晴晶景暑智晾晷曾替期朝棺棕棠棘棗椅棟棵森棧棹棒棲棣棋棍植椒椎棉棚楮棻款欺欽殘殖殼毯氮氯氬港游湔渡渲湧湊渠渥渣減湛湘渤湖湮渭渦湯渴湍渺測湃渝渾滋"],
2269["b540","溉渙湎湣湄湲湩湟焙焚焦焰無然煮焜牌犄犀猶猥猴猩琺琪琳琢琥琵琶琴琯琛琦琨甥甦畫番痢痛痣痙痘痞痠登發皖皓皴盜睏短硝硬硯稍稈程稅稀窘"],
2270["b5a1","窗窖童竣等策筆筐筒答筍筋筏筑粟粥絞結絨絕紫絮絲絡給絢絰絳善翔翕耋聒肅腕腔腋腑腎脹腆脾腌腓腴舒舜菩萃菸萍菠菅萋菁華菱菴著萊菰萌菌菽菲菊萸萎萄菜萇菔菟虛蛟蛙蛭蛔蛛蛤蛐蛞街裁裂袱覃視註詠評詞証詁"],
2271["b640","詔詛詐詆訴診訶詖象貂貯貼貳貽賁費賀貴買貶貿貸越超趁跎距跋跚跑跌跛跆軻軸軼辜逮逵週逸進逶鄂郵鄉郾酣酥量鈔鈕鈣鈉鈞鈍鈐鈇鈑閔閏開閑"],
2272["b6a1","間閒閎隊階隋陽隅隆隍陲隄雁雅雄集雇雯雲韌項順須飧飪飯飩飲飭馮馭黃黍黑亂傭債傲傳僅傾催傷傻傯僇剿剷剽募勦勤勢勣匯嗟嗨嗓嗦嗎嗜嗇嗑嗣嗤嗯嗚嗡嗅嗆嗥嗉園圓塞塑塘塗塚塔填塌塭塊塢塒塋奧嫁嫉嫌媾媽媼"],
2273["b740","媳嫂媲嵩嵯幌幹廉廈弒彙徬微愚意慈感想愛惹愁愈慎慌慄慍愾愴愧愍愆愷戡戢搓搾搞搪搭搽搬搏搜搔損搶搖搗搆敬斟新暗暉暇暈暖暄暘暍會榔業"],
2274["b7a1","楚楷楠楔極椰概楊楨楫楞楓楹榆楝楣楛歇歲毀殿毓毽溢溯滓溶滂源溝滇滅溥溘溼溺溫滑準溜滄滔溪溧溴煎煙煩煤煉照煜煬煦煌煥煞煆煨煖爺牒猷獅猿猾瑯瑚瑕瑟瑞瑁琿瑙瑛瑜當畸瘀痰瘁痲痱痺痿痴痳盞盟睛睫睦睞督"],
2275["b840","睹睪睬睜睥睨睢矮碎碰碗碘碌碉硼碑碓硿祺祿禁萬禽稜稚稠稔稟稞窟窠筷節筠筮筧粱粳粵經絹綑綁綏絛置罩罪署義羨群聖聘肆肄腱腰腸腥腮腳腫"],
2276["b8a1","腹腺腦舅艇蒂葷落萱葵葦葫葉葬葛萼萵葡董葩葭葆虞虜號蛹蜓蜈蜇蜀蛾蛻蜂蜃蜆蜊衙裟裔裙補裘裝裡裊裕裒覜解詫該詳試詩詰誇詼詣誠話誅詭詢詮詬詹詻訾詨豢貊貉賊資賈賄貲賃賂賅跡跟跨路跳跺跪跤跦躲較載軾輊"],
2277["b940","辟農運遊道遂達逼違遐遇遏過遍遑逾遁鄒鄗酬酪酩釉鈷鉗鈸鈽鉀鈾鉛鉋鉤鉑鈴鉉鉍鉅鈹鈿鉚閘隘隔隕雍雋雉雊雷電雹零靖靴靶預頑頓頊頒頌飼飴"],
2278["b9a1","飽飾馳馱馴髡鳩麂鼎鼓鼠僧僮僥僖僭僚僕像僑僱僎僩兢凳劃劂匱厭嗾嘀嘛嘗嗽嘔嘆嘉嘍嘎嗷嘖嘟嘈嘐嗶團圖塵塾境墓墊塹墅塽壽夥夢夤奪奩嫡嫦嫩嫗嫖嫘嫣孵寞寧寡寥實寨寢寤察對屢嶄嶇幛幣幕幗幔廓廖弊彆彰徹慇"],
2279["ba40","愿態慷慢慣慟慚慘慵截撇摘摔撤摸摟摺摑摧搴摭摻敲斡旗旖暢暨暝榜榨榕槁榮槓構榛榷榻榫榴槐槍榭槌榦槃榣歉歌氳漳演滾漓滴漩漾漠漬漏漂漢"],
2280["baa1","滿滯漆漱漸漲漣漕漫漯澈漪滬漁滲滌滷熔熙煽熊熄熒爾犒犖獄獐瑤瑣瑪瑰瑭甄疑瘧瘍瘋瘉瘓盡監瞄睽睿睡磁碟碧碳碩碣禎福禍種稱窪窩竭端管箕箋筵算箝箔箏箸箇箄粹粽精綻綰綜綽綾綠緊綴網綱綺綢綿綵綸維緒緇綬"],
2281["bb40","罰翠翡翟聞聚肇腐膀膏膈膊腿膂臧臺與舔舞艋蓉蒿蓆蓄蒙蒞蒲蒜蓋蒸蓀蓓蒐蒼蓑蓊蜿蜜蜻蜢蜥蜴蜘蝕蜷蜩裳褂裴裹裸製裨褚裯誦誌語誣認誡誓誤"],
2282["bba1","說誥誨誘誑誚誧豪貍貌賓賑賒赫趙趕跼輔輒輕輓辣遠遘遜遣遙遞遢遝遛鄙鄘鄞酵酸酷酴鉸銀銅銘銖鉻銓銜銨鉼銑閡閨閩閣閥閤隙障際雌雒需靼鞅韶頗領颯颱餃餅餌餉駁骯骰髦魁魂鳴鳶鳳麼鼻齊億儀僻僵價儂儈儉儅凜"],
2283["bc40","劇劈劉劍劊勰厲嘮嘻嘹嘲嘿嘴嘩噓噎噗噴嘶嘯嘰墀墟增墳墜墮墩墦奭嬉嫻嬋嫵嬌嬈寮寬審寫層履嶝嶔幢幟幡廢廚廟廝廣廠彈影德徵慶慧慮慝慕憂"],
2284["bca1","慼慰慫慾憧憐憫憎憬憚憤憔憮戮摩摯摹撞撲撈撐撰撥撓撕撩撒撮播撫撚撬撙撢撳敵敷數暮暫暴暱樣樟槨樁樞標槽模樓樊槳樂樅槭樑歐歎殤毅毆漿潼澄潑潦潔澆潭潛潸潮澎潺潰潤澗潘滕潯潠潟熟熬熱熨牖犛獎獗瑩璋璃"],
2285["bd40","瑾璀畿瘠瘩瘟瘤瘦瘡瘢皚皺盤瞎瞇瞌瞑瞋磋磅確磊碾磕碼磐稿稼穀稽稷稻窯窮箭箱範箴篆篇篁箠篌糊締練緯緻緘緬緝編緣線緞緩綞緙緲緹罵罷羯"],
2286["bda1","翩耦膛膜膝膠膚膘蔗蔽蔚蓮蔬蔭蔓蔑蔣蔡蔔蓬蔥蓿蔆螂蝴蝶蝠蝦蝸蝨蝙蝗蝌蝓衛衝褐複褒褓褕褊誼諒談諄誕請諸課諉諂調誰論諍誶誹諛豌豎豬賠賞賦賤賬賭賢賣賜質賡赭趟趣踫踐踝踢踏踩踟踡踞躺輝輛輟輩輦輪輜輞"],
2287["be40","輥適遮遨遭遷鄰鄭鄧鄱醇醉醋醃鋅銻銷鋪銬鋤鋁銳銼鋒鋇鋰銲閭閱霄霆震霉靠鞍鞋鞏頡頫頜颳養餓餒餘駝駐駟駛駑駕駒駙骷髮髯鬧魅魄魷魯鴆鴉"],
2288["bea1","鴃麩麾黎墨齒儒儘儔儐儕冀冪凝劑劓勳噙噫噹噩噤噸噪器噥噱噯噬噢噶壁墾壇壅奮嬝嬴學寰導彊憲憑憩憊懍憶憾懊懈戰擅擁擋撻撼據擄擇擂操撿擒擔撾整曆曉暹曄曇暸樽樸樺橙橫橘樹橄橢橡橋橇樵機橈歙歷氅濂澱澡"],
2289["bf40","濃澤濁澧澳激澹澶澦澠澴熾燉燐燒燈燕熹燎燙燜燃燄獨璜璣璘璟璞瓢甌甍瘴瘸瘺盧盥瞠瞞瞟瞥磨磚磬磧禦積穎穆穌穋窺篙簑築篤篛篡篩篦糕糖縊"],
2290["bfa1","縑縈縛縣縞縝縉縐罹羲翰翱翮耨膳膩膨臻興艘艙蕊蕙蕈蕨蕩蕃蕉蕭蕪蕞螃螟螞螢融衡褪褲褥褫褡親覦諦諺諫諱謀諜諧諮諾謁謂諷諭諳諶諼豫豭貓賴蹄踱踴蹂踹踵輻輯輸輳辨辦遵遴選遲遼遺鄴醒錠錶鋸錳錯錢鋼錫錄錚"],
2291["c040","錐錦錡錕錮錙閻隧隨險雕霎霑霖霍霓霏靛靜靦鞘頰頸頻頷頭頹頤餐館餞餛餡餚駭駢駱骸骼髻髭鬨鮑鴕鴣鴦鴨鴒鴛默黔龍龜優償儡儲勵嚎嚀嚐嚅嚇"],
2292["c0a1","嚏壕壓壑壎嬰嬪嬤孺尷屨嶼嶺嶽嶸幫彌徽應懂懇懦懋戲戴擎擊擘擠擰擦擬擱擢擭斂斃曙曖檀檔檄檢檜櫛檣橾檗檐檠歜殮毚氈濘濱濟濠濛濤濫濯澀濬濡濩濕濮濰燧營燮燦燥燭燬燴燠爵牆獰獲璩環璦璨癆療癌盪瞳瞪瞰瞬"],
2293["c140","瞧瞭矯磷磺磴磯礁禧禪穗窿簇簍篾篷簌篠糠糜糞糢糟糙糝縮績繆縷縲繃縫總縱繅繁縴縹繈縵縿縯罄翳翼聱聲聰聯聳臆臃膺臂臀膿膽臉膾臨舉艱薪"],
2294["c1a1","薄蕾薜薑薔薯薛薇薨薊虧蟀蟑螳蟒蟆螫螻螺蟈蟋褻褶襄褸褽覬謎謗謙講謊謠謝謄謐豁谿豳賺賽購賸賻趨蹉蹋蹈蹊轄輾轂轅輿避遽還邁邂邀鄹醣醞醜鍍鎂錨鍵鍊鍥鍋錘鍾鍬鍛鍰鍚鍔闊闋闌闈闆隱隸雖霜霞鞠韓顆颶餵騁"],
2295["c240","駿鮮鮫鮪鮭鴻鴿麋黏點黜黝黛鼾齋叢嚕嚮壙壘嬸彝懣戳擴擲擾攆擺擻擷斷曜朦檳檬櫃檻檸櫂檮檯歟歸殯瀉瀋濾瀆濺瀑瀏燻燼燾燸獷獵璧璿甕癖癘"],
2296["c2a1","癒瞽瞿瞻瞼礎禮穡穢穠竄竅簫簧簪簞簣簡糧織繕繞繚繡繒繙罈翹翻職聶臍臏舊藏薩藍藐藉薰薺薹薦蟯蟬蟲蟠覆覲觴謨謹謬謫豐贅蹙蹣蹦蹤蹟蹕軀轉轍邇邃邈醫醬釐鎔鎊鎖鎢鎳鎮鎬鎰鎘鎚鎗闔闖闐闕離雜雙雛雞霤鞣鞦"],
2297["c340","鞭韹額顏題顎顓颺餾餿餽餮馥騎髁鬃鬆魏魎魍鯊鯉鯽鯈鯀鵑鵝鵠黠鼕鼬儳嚥壞壟壢寵龐廬懲懷懶懵攀攏曠曝櫥櫝櫚櫓瀛瀟瀨瀚瀝瀕瀘爆爍牘犢獸"],
2298["c3a1","獺璽瓊瓣疇疆癟癡矇礙禱穫穩簾簿簸簽簷籀繫繭繹繩繪羅繳羶羹羸臘藩藝藪藕藤藥藷蟻蠅蠍蟹蟾襠襟襖襞譁譜識證譚譎譏譆譙贈贊蹼蹲躇蹶蹬蹺蹴轔轎辭邊邋醱醮鏡鏑鏟鏃鏈鏜鏝鏖鏢鏍鏘鏤鏗鏨關隴難霪霧靡韜韻類"],
2299["c440","願顛颼饅饉騖騙鬍鯨鯧鯖鯛鶉鵡鵲鵪鵬麒麗麓麴勸嚨嚷嚶嚴嚼壤孀孃孽寶巉懸懺攘攔攙曦朧櫬瀾瀰瀲爐獻瓏癢癥礦礪礬礫竇競籌籃籍糯糰辮繽繼"],
2300["c4a1","纂罌耀臚艦藻藹蘑藺蘆蘋蘇蘊蠔蠕襤覺觸議譬警譯譟譫贏贍躉躁躅躂醴釋鐘鐃鏽闡霰飄饒饑馨騫騰騷騵鰓鰍鹹麵黨鼯齟齣齡儷儸囁囀囂夔屬巍懼懾攝攜斕曩櫻欄櫺殲灌爛犧瓖瓔癩矓籐纏續羼蘗蘭蘚蠣蠢蠡蠟襪襬覽譴"],
2301["c540","護譽贓躊躍躋轟辯醺鐮鐳鐵鐺鐸鐲鐫闢霸霹露響顧顥饗驅驃驀騾髏魔魑鰭鰥鶯鶴鷂鶸麝黯鼙齜齦齧儼儻囈囊囉孿巔巒彎懿攤權歡灑灘玀瓤疊癮癬"],
2302["c5a1","禳籠籟聾聽臟襲襯觼讀贖贗躑躓轡酈鑄鑑鑒霽霾韃韁顫饕驕驍髒鬚鱉鰱鰾鰻鷓鷗鼴齬齪龔囌巖戀攣攫攪曬欐瓚竊籤籣籥纓纖纔臢蘸蘿蠱變邐邏鑣鑠鑤靨顯饜驚驛驗髓體髑鱔鱗鱖鷥麟黴囑壩攬灞癱癲矗罐羈蠶蠹衢讓讒"],
2303["c640","讖艷贛釀鑪靂靈靄韆顰驟鬢魘鱟鷹鷺鹼鹽鼇齷齲廳欖灣籬籮蠻觀躡釁鑲鑰顱饞髖鬣黌灤矚讚鑷韉驢驥纜讜躪釅鑽鑾鑼鱷鱸黷豔鑿鸚爨驪鬱鸛鸞籲"],
2304["c940","乂乜凵匚厂万丌乇亍囗兀屮彳丏冇与丮亓仂仉仈冘勼卬厹圠夃夬尐巿旡殳毌气爿丱丼仨仜仩仡仝仚刌匜卌圢圣夗夯宁宄尒尻屴屳帄庀庂忉戉扐氕"],
2305["c9a1","氶汃氿氻犮犰玊禸肊阞伎优伬仵伔仱伀价伈伝伂伅伢伓伄仴伒冱刓刉刐劦匢匟卍厊吇囡囟圮圪圴夼妀奼妅奻奾奷奿孖尕尥屼屺屻屾巟幵庄异弚彴忕忔忏扜扞扤扡扦扢扙扠扚扥旯旮朾朹朸朻机朿朼朳氘汆汒汜汏汊汔汋"],
2306["ca40","汌灱牞犴犵玎甪癿穵网艸艼芀艽艿虍襾邙邗邘邛邔阢阤阠阣佖伻佢佉体佤伾佧佒佟佁佘伭伳伿佡冏冹刜刞刡劭劮匉卣卲厎厏吰吷吪呔呅吙吜吥吘"],
2307["caa1","吽呏呁吨吤呇囮囧囥坁坅坌坉坋坒夆奀妦妘妠妗妎妢妐妏妧妡宎宒尨尪岍岏岈岋岉岒岊岆岓岕巠帊帎庋庉庌庈庍弅弝彸彶忒忑忐忭忨忮忳忡忤忣忺忯忷忻怀忴戺抃抌抎抏抔抇扱扻扺扰抁抈扷扽扲扴攷旰旴旳旲旵杅杇"],
2308["cb40","杙杕杌杈杝杍杚杋毐氙氚汸汧汫沄沋沏汱汯汩沚汭沇沕沜汦汳汥汻沎灴灺牣犿犽狃狆狁犺狅玕玗玓玔玒町甹疔疕皁礽耴肕肙肐肒肜芐芏芅芎芑芓"],
2309["cba1","芊芃芄豸迉辿邟邡邥邞邧邠阰阨阯阭丳侘佼侅佽侀侇佶佴侉侄佷佌侗佪侚佹侁佸侐侜侔侞侒侂侕佫佮冞冼冾刵刲刳剆刱劼匊匋匼厒厔咇呿咁咑咂咈呫呺呾呥呬呴呦咍呯呡呠咘呣呧呤囷囹坯坲坭坫坱坰坶垀坵坻坳坴坢"],
2310["cc40","坨坽夌奅妵妺姏姎妲姌姁妶妼姃姖妱妽姀姈妴姇孢孥宓宕屄屇岮岤岠岵岯岨岬岟岣岭岢岪岧岝岥岶岰岦帗帔帙弨弢弣弤彔徂彾彽忞忥怭怦怙怲怋"],
2311["cca1","怴怊怗怳怚怞怬怢怍怐怮怓怑怌怉怜戔戽抭抴拑抾抪抶拊抮抳抯抻抩抰抸攽斨斻昉旼昄昒昈旻昃昋昍昅旽昑昐曶朊枅杬枎枒杶杻枘枆构杴枍枌杺枟枑枙枃杽极杸杹枔欥殀歾毞氝沓泬泫泮泙沶泔沭泧沷泐泂沺泃泆泭泲"],
2312["cd40","泒泝沴沊沝沀泞泀洰泍泇沰泹泏泩泑炔炘炅炓炆炄炑炖炂炚炃牪狖狋狘狉狜狒狔狚狌狑玤玡玭玦玢玠玬玝瓝瓨甿畀甾疌疘皯盳盱盰盵矸矼矹矻矺"],
2313["cda1","矷祂礿秅穸穻竻籵糽耵肏肮肣肸肵肭舠芠苀芫芚芘芛芵芧芮芼芞芺芴芨芡芩苂芤苃芶芢虰虯虭虮豖迒迋迓迍迖迕迗邲邴邯邳邰阹阽阼阺陃俍俅俓侲俉俋俁俔俜俙侻侳俛俇俖侺俀侹俬剄剉勀勂匽卼厗厖厙厘咺咡咭咥哏"],
2314["ce40","哃茍咷咮哖咶哅哆咠呰咼咢咾呲哞咰垵垞垟垤垌垗垝垛垔垘垏垙垥垚垕壴复奓姡姞姮娀姱姝姺姽姼姶姤姲姷姛姩姳姵姠姾姴姭宨屌峐峘峌峗峋峛"],
2315["cea1","峞峚峉峇峊峖峓峔峏峈峆峎峟峸巹帡帢帣帠帤庰庤庢庛庣庥弇弮彖徆怷怹恔恲恞恅恓恇恉恛恌恀恂恟怤恄恘恦恮扂扃拏挍挋拵挎挃拫拹挏挌拸拶挀挓挔拺挕拻拰敁敃斪斿昶昡昲昵昜昦昢昳昫昺昝昴昹昮朏朐柁柲柈枺"],
2316["cf40","柜枻柸柘柀枷柅柫柤柟枵柍枳柷柶柮柣柂枹柎柧柰枲柼柆柭柌枮柦柛柺柉柊柃柪柋欨殂殄殶毖毘毠氠氡洨洴洭洟洼洿洒洊泚洳洄洙洺洚洑洀洝浂"],
2317["cfa1","洁洘洷洃洏浀洇洠洬洈洢洉洐炷炟炾炱炰炡炴炵炩牁牉牊牬牰牳牮狊狤狨狫狟狪狦狣玅珌珂珈珅玹玶玵玴珫玿珇玾珃珆玸珋瓬瓮甮畇畈疧疪癹盄眈眃眄眅眊盷盻盺矧矨砆砑砒砅砐砏砎砉砃砓祊祌祋祅祄秕种秏秖秎窀"],
2318["d040","穾竑笀笁籺籸籹籿粀粁紃紈紁罘羑羍羾耇耎耏耔耷胘胇胠胑胈胂胐胅胣胙胜胊胕胉胏胗胦胍臿舡芔苙苾苹茇苨茀苕茺苫苖苴苬苡苲苵茌苻苶苰苪"],
2319["d0a1","苤苠苺苳苭虷虴虼虳衁衎衧衪衩觓訄訇赲迣迡迮迠郱邽邿郕郅邾郇郋郈釔釓陔陏陑陓陊陎倞倅倇倓倢倰倛俵俴倳倷倬俶俷倗倜倠倧倵倯倱倎党冔冓凊凄凅凈凎剡剚剒剞剟剕剢勍匎厞唦哢唗唒哧哳哤唚哿唄唈哫唑唅哱"],
2320["d140","唊哻哷哸哠唎唃唋圁圂埌堲埕埒垺埆垽垼垸垶垿埇埐垹埁夎奊娙娖娭娮娕娏娗娊娞娳孬宧宭宬尃屖屔峬峿峮峱峷崀峹帩帨庨庮庪庬弳弰彧恝恚恧"],
2321["d1a1","恁悢悈悀悒悁悝悃悕悛悗悇悜悎戙扆拲挐捖挬捄捅挶捃揤挹捋捊挼挩捁挴捘捔捙挭捇挳捚捑挸捗捀捈敊敆旆旃旄旂晊晟晇晑朒朓栟栚桉栲栳栻桋桏栖栱栜栵栫栭栯桎桄栴栝栒栔栦栨栮桍栺栥栠欬欯欭欱欴歭肂殈毦毤"],
2322["d240","毨毣毢毧氥浺浣浤浶洍浡涒浘浢浭浯涑涍淯浿涆浞浧浠涗浰浼浟涂涘洯浨涋浾涀涄洖涃浻浽浵涐烜烓烑烝烋缹烢烗烒烞烠烔烍烅烆烇烚烎烡牂牸"],
2323["d2a1","牷牶猀狺狴狾狶狳狻猁珓珙珥珖玼珧珣珩珜珒珛珔珝珚珗珘珨瓞瓟瓴瓵甡畛畟疰痁疻痄痀疿疶疺皊盉眝眛眐眓眒眣眑眕眙眚眢眧砣砬砢砵砯砨砮砫砡砩砳砪砱祔祛祏祜祓祒祑秫秬秠秮秭秪秜秞秝窆窉窅窋窌窊窇竘笐"],
2324["d340","笄笓笅笏笈笊笎笉笒粄粑粊粌粈粍粅紞紝紑紎紘紖紓紟紒紏紌罜罡罞罠罝罛羖羒翃翂翀耖耾耹胺胲胹胵脁胻脀舁舯舥茳茭荄茙荑茥荖茿荁茦茜茢"],
2325["d3a1","荂荎茛茪茈茼荍茖茤茠茷茯茩荇荅荌荓茞茬荋茧荈虓虒蚢蚨蚖蚍蚑蚞蚇蚗蚆蚋蚚蚅蚥蚙蚡蚧蚕蚘蚎蚝蚐蚔衃衄衭衵衶衲袀衱衿衯袃衾衴衼訒豇豗豻貤貣赶赸趵趷趶軑軓迾迵适迿迻逄迼迶郖郠郙郚郣郟郥郘郛郗郜郤酐"],
2326["d440","酎酏釕釢釚陜陟隼飣髟鬯乿偰偪偡偞偠偓偋偝偲偈偍偁偛偊偢倕偅偟偩偫偣偤偆偀偮偳偗偑凐剫剭剬剮勖勓匭厜啵啶唼啍啐唴唪啑啢唶唵唰啒啅"],
2327["d4a1","唌唲啥啎唹啈唭唻啀啋圊圇埻堔埢埶埜埴堀埭埽堈埸堋埳埏堇埮埣埲埥埬埡堎埼堐埧堁堌埱埩埰堍堄奜婠婘婕婧婞娸娵婭婐婟婥婬婓婤婗婃婝婒婄婛婈媎娾婍娹婌婰婩婇婑婖婂婜孲孮寁寀屙崞崋崝崚崠崌崨崍崦崥崏"],
2328["d540","崰崒崣崟崮帾帴庱庴庹庲庳弶弸徛徖徟悊悐悆悾悰悺惓惔惏惤惙惝惈悱惛悷惊悿惃惍惀挲捥掊掂捽掽掞掭掝掗掫掎捯掇掐据掯捵掜捭掮捼掤挻掟"],
2329["d5a1","捸掅掁掑掍捰敓旍晥晡晛晙晜晢朘桹梇梐梜桭桮梮梫楖桯梣梬梩桵桴梲梏桷梒桼桫桲梪梀桱桾梛梖梋梠梉梤桸桻梑梌梊桽欶欳欷欸殑殏殍殎殌氪淀涫涴涳湴涬淩淢涷淶淔渀淈淠淟淖涾淥淜淝淛淴淊涽淭淰涺淕淂淏淉"],
2330["d640","淐淲淓淽淗淍淣涻烺焍烷焗烴焌烰焄烳焐烼烿焆焓焀烸烶焋焂焎牾牻牼牿猝猗猇猑猘猊猈狿猏猞玈珶珸珵琄琁珽琇琀珺珼珿琌琋珴琈畤畣痎痒痏"],
2331["d6a1","痋痌痑痐皏皉盓眹眯眭眱眲眴眳眽眥眻眵硈硒硉硍硊硌砦硅硐祤祧祩祪祣祫祡离秺秸秶秷窏窔窐笵筇笴笥笰笢笤笳笘笪笝笱笫笭笯笲笸笚笣粔粘粖粣紵紽紸紶紺絅紬紩絁絇紾紿絊紻紨罣羕羜羝羛翊翋翍翐翑翇翏翉耟"],
2332["d740","耞耛聇聃聈脘脥脙脛脭脟脬脞脡脕脧脝脢舑舸舳舺舴舲艴莐莣莨莍荺荳莤荴莏莁莕莙荵莔莩荽莃莌莝莛莪莋荾莥莯莈莗莰荿莦莇莮荶莚虙虖蚿蚷"],
2333["d7a1","蛂蛁蛅蚺蚰蛈蚹蚳蚸蛌蚴蚻蚼蛃蚽蚾衒袉袕袨袢袪袚袑袡袟袘袧袙袛袗袤袬袌袓袎覂觖觙觕訰訧訬訞谹谻豜豝豽貥赽赻赹趼跂趹趿跁軘軞軝軜軗軠軡逤逋逑逜逌逡郯郪郰郴郲郳郔郫郬郩酖酘酚酓酕釬釴釱釳釸釤釹釪"],
2334["d840","釫釷釨釮镺閆閈陼陭陫陱陯隿靪頄飥馗傛傕傔傞傋傣傃傌傎傝偨傜傒傂傇兟凔匒匑厤厧喑喨喥喭啷噅喢喓喈喏喵喁喣喒喤啽喌喦啿喕喡喎圌堩堷"],
2335["d8a1","堙堞堧堣堨埵塈堥堜堛堳堿堶堮堹堸堭堬堻奡媯媔媟婺媢媞婸媦婼媥媬媕媮娷媄媊媗媃媋媩婻婽媌媜媏媓媝寪寍寋寔寑寊寎尌尰崷嵃嵫嵁嵋崿崵嵑嵎嵕崳崺嵒崽崱嵙嵂崹嵉崸崼崲崶嵀嵅幄幁彘徦徥徫惉悹惌惢惎惄愔"],
2336["d940","惲愊愖愅惵愓惸惼惾惁愃愘愝愐惿愄愋扊掔掱掰揎揥揨揯揃撝揳揊揠揶揕揲揵摡揟掾揝揜揄揘揓揂揇揌揋揈揰揗揙攲敧敪敤敜敨敥斌斝斞斮旐旒"],
2337["d9a1","晼晬晻暀晱晹晪晲朁椌棓椄棜椪棬棪棱椏棖棷棫棤棶椓椐棳棡椇棌椈楰梴椑棯棆椔棸棐棽棼棨椋椊椗棎棈棝棞棦棴棑椆棔棩椕椥棇欹欻欿欼殔殗殙殕殽毰毲毳氰淼湆湇渟湉溈渼渽湅湢渫渿湁湝湳渜渳湋湀湑渻渃渮湞"],
2338["da40","湨湜湡渱渨湠湱湫渹渢渰湓湥渧湸湤湷湕湹湒湦渵渶湚焠焞焯烻焮焱焣焥焢焲焟焨焺焛牋牚犈犉犆犅犋猒猋猰猢猱猳猧猲猭猦猣猵猌琮琬琰琫琖"],
2339["daa1","琚琡琭琱琤琣琝琩琠琲瓻甯畯畬痧痚痡痦痝痟痤痗皕皒盚睆睇睄睍睅睊睎睋睌矞矬硠硤硥硜硭硱硪确硰硩硨硞硢祴祳祲祰稂稊稃稌稄窙竦竤筊笻筄筈筌筎筀筘筅粢粞粨粡絘絯絣絓絖絧絪絏絭絜絫絒絔絩絑絟絎缾缿罥"],
2340["db40","罦羢羠羡翗聑聏聐胾胔腃腊腒腏腇脽腍脺臦臮臷臸臹舄舼舽舿艵茻菏菹萣菀菨萒菧菤菼菶萐菆菈菫菣莿萁菝菥菘菿菡菋菎菖菵菉萉萏菞萑萆菂菳"],
2341["dba1","菕菺菇菑菪萓菃菬菮菄菻菗菢萛菛菾蛘蛢蛦蛓蛣蛚蛪蛝蛫蛜蛬蛩蛗蛨蛑衈衖衕袺裗袹袸裀袾袶袼袷袽袲褁裉覕覘覗觝觚觛詎詍訹詙詀詗詘詄詅詒詈詑詊詌詏豟貁貀貺貾貰貹貵趄趀趉跘跓跍跇跖跜跏跕跙跈跗跅軯軷軺"],
2342["dc40","軹軦軮軥軵軧軨軶軫軱軬軴軩逭逴逯鄆鄬鄄郿郼鄈郹郻鄁鄀鄇鄅鄃酡酤酟酢酠鈁鈊鈥鈃鈚鈦鈏鈌鈀鈒釿釽鈆鈄鈧鈂鈜鈤鈙鈗鈅鈖镻閍閌閐隇陾隈"],
2343["dca1","隉隃隀雂雈雃雱雰靬靰靮頇颩飫鳦黹亃亄亶傽傿僆傮僄僊傴僈僂傰僁傺傱僋僉傶傸凗剺剸剻剼嗃嗛嗌嗐嗋嗊嗝嗀嗔嗄嗩喿嗒喍嗏嗕嗢嗖嗈嗲嗍嗙嗂圔塓塨塤塏塍塉塯塕塎塝塙塥塛堽塣塱壼嫇嫄嫋媺媸媱媵媰媿嫈媻嫆"],
2344["dd40","媷嫀嫊媴媶嫍媹媐寖寘寙尟尳嵱嵣嵊嵥嵲嵬嵞嵨嵧嵢巰幏幎幊幍幋廅廌廆廋廇彀徯徭惷慉慊愫慅愶愲愮慆愯慏愩慀戠酨戣戥戤揅揱揫搐搒搉搠搤"],
2345["dda1","搳摃搟搕搘搹搷搢搣搌搦搰搨摁搵搯搊搚摀搥搧搋揧搛搮搡搎敯斒旓暆暌暕暐暋暊暙暔晸朠楦楟椸楎楢楱椿楅楪椹楂楗楙楺楈楉椵楬椳椽楥棰楸椴楩楀楯楄楶楘楁楴楌椻楋椷楜楏楑椲楒椯楻椼歆歅歃歂歈歁殛嗀毻毼"],
2346["de40","毹毷毸溛滖滈溏滀溟溓溔溠溱溹滆滒溽滁溞滉溷溰滍溦滏溲溾滃滜滘溙溒溎溍溤溡溿溳滐滊溗溮溣煇煔煒煣煠煁煝煢煲煸煪煡煂煘煃煋煰煟煐煓"],
2347["dea1","煄煍煚牏犍犌犑犐犎猼獂猻猺獀獊獉瑄瑊瑋瑒瑑瑗瑀瑏瑐瑎瑂瑆瑍瑔瓡瓿瓾瓽甝畹畷榃痯瘏瘃痷痾痼痹痸瘐痻痶痭痵痽皙皵盝睕睟睠睒睖睚睩睧睔睙睭矠碇碚碔碏碄碕碅碆碡碃硹碙碀碖硻祼禂祽祹稑稘稙稒稗稕稢稓"],
2348["df40","稛稐窣窢窞竫筦筤筭筴筩筲筥筳筱筰筡筸筶筣粲粴粯綈綆綀綍絿綅絺綎絻綃絼綌綔綄絽綒罭罫罧罨罬羦羥羧翛翜耡腤腠腷腜腩腛腢腲朡腞腶腧腯"],
2349["dfa1","腄腡舝艉艄艀艂艅蓱萿葖葶葹蒏蒍葥葑葀蒆葧萰葍葽葚葙葴葳葝蔇葞萷萺萴葺葃葸萲葅萩菙葋萯葂萭葟葰萹葎葌葒葯蓅蒎萻葇萶萳葨葾葄萫葠葔葮葐蜋蜄蛷蜌蛺蛖蛵蝍蛸蜎蜉蜁蛶蜍蜅裖裋裍裎裞裛裚裌裐覅覛觟觥觤"],
2350["e040","觡觠觢觜触詶誆詿詡訿詷誂誄詵誃誁詴詺谼豋豊豥豤豦貆貄貅賌赨赩趑趌趎趏趍趓趔趐趒跰跠跬跱跮跐跩跣跢跧跲跫跴輆軿輁輀輅輇輈輂輋遒逿"],
2351["e0a1","遄遉逽鄐鄍鄏鄑鄖鄔鄋鄎酮酯鉈鉒鈰鈺鉦鈳鉥鉞銃鈮鉊鉆鉭鉬鉏鉠鉧鉯鈶鉡鉰鈱鉔鉣鉐鉲鉎鉓鉌鉖鈲閟閜閞閛隒隓隑隗雎雺雽雸雵靳靷靸靲頏頍頎颬飶飹馯馲馰馵骭骫魛鳪鳭鳧麀黽僦僔僗僨僳僛僪僝僤僓僬僰僯僣僠"],
2352["e140","凘劀劁勩勫匰厬嘧嘕嘌嘒嗼嘏嘜嘁嘓嘂嗺嘝嘄嗿嗹墉塼墐墘墆墁塿塴墋塺墇墑墎塶墂墈塻墔墏壾奫嫜嫮嫥嫕嫪嫚嫭嫫嫳嫢嫠嫛嫬嫞嫝嫙嫨嫟孷寠"],
2353["e1a1","寣屣嶂嶀嵽嶆嵺嶁嵷嶊嶉嶈嵾嵼嶍嵹嵿幘幙幓廘廑廗廎廜廕廙廒廔彄彃彯徶愬愨慁慞慱慳慒慓慲慬憀慴慔慺慛慥愻慪慡慖戩戧戫搫摍摛摝摴摶摲摳摽摵摦撦摎撂摞摜摋摓摠摐摿搿摬摫摙摥摷敳斠暡暠暟朅朄朢榱榶槉"],
2354["e240","榠槎榖榰榬榼榑榙榎榧榍榩榾榯榿槄榽榤槔榹槊榚槏榳榓榪榡榞槙榗榐槂榵榥槆歊歍歋殞殟殠毃毄毾滎滵滱漃漥滸漷滻漮漉潎漙漚漧漘漻漒滭漊"],
2355["e2a1","漶潳滹滮漭潀漰漼漵滫漇漎潃漅滽滶漹漜滼漺漟漍漞漈漡熇熐熉熀熅熂熏煻熆熁熗牄牓犗犕犓獃獍獑獌瑢瑳瑱瑵瑲瑧瑮甀甂甃畽疐瘖瘈瘌瘕瘑瘊瘔皸瞁睼瞅瞂睮瞀睯睾瞃碲碪碴碭碨硾碫碞碥碠碬碢碤禘禊禋禖禕禔禓"],
2356["e340","禗禈禒禐稫穊稰稯稨稦窨窫窬竮箈箜箊箑箐箖箍箌箛箎箅箘劄箙箤箂粻粿粼粺綧綷緂綣綪緁緀緅綝緎緄緆緋緌綯綹綖綼綟綦綮綩綡緉罳翢翣翥翞"],
2357["e3a1","耤聝聜膉膆膃膇膍膌膋舕蒗蒤蒡蒟蒺蓎蓂蒬蒮蒫蒹蒴蓁蓍蒪蒚蒱蓐蒝蒧蒻蒢蒔蓇蓌蒛蒩蒯蒨蓖蒘蒶蓏蒠蓗蓔蓒蓛蒰蒑虡蜳蜣蜨蝫蝀蜮蜞蜡蜙蜛蝃蜬蝁蜾蝆蜠蜲蜪蜭蜼蜒蜺蜱蜵蝂蜦蜧蜸蜤蜚蜰蜑裷裧裱裲裺裾裮裼裶裻"],
2358["e440","裰裬裫覝覡覟覞觩觫觨誫誙誋誒誏誖谽豨豩賕賏賗趖踉踂跿踍跽踊踃踇踆踅跾踀踄輐輑輎輍鄣鄜鄠鄢鄟鄝鄚鄤鄡鄛酺酲酹酳銥銤鉶銛鉺銠銔銪銍"],
2359["e4a1","銦銚銫鉹銗鉿銣鋮銎銂銕銢鉽銈銡銊銆銌銙銧鉾銇銩銝銋鈭隞隡雿靘靽靺靾鞃鞀鞂靻鞄鞁靿韎韍頖颭颮餂餀餇馝馜駃馹馻馺駂馽駇骱髣髧鬾鬿魠魡魟鳱鳲鳵麧僿儃儰僸儆儇僶僾儋儌僽儊劋劌勱勯噈噂噌嘵噁噊噉噆噘"],
2360["e540","噚噀嘳嘽嘬嘾嘸嘪嘺圚墫墝墱墠墣墯墬墥墡壿嫿嫴嫽嫷嫶嬃嫸嬂嫹嬁嬇嬅嬏屧嶙嶗嶟嶒嶢嶓嶕嶠嶜嶡嶚嶞幩幝幠幜緳廛廞廡彉徲憋憃慹憱憰憢憉"],
2361["e5a1","憛憓憯憭憟憒憪憡憍慦憳戭摮摰撖撠撅撗撜撏撋撊撌撣撟摨撱撘敶敺敹敻斲斳暵暰暩暲暷暪暯樀樆樗槥槸樕槱槤樠槿槬槢樛樝槾樧槲槮樔槷槧橀樈槦槻樍槼槫樉樄樘樥樏槶樦樇槴樖歑殥殣殢殦氁氀毿氂潁漦潾澇濆澒"],
2362["e640","澍澉澌潢潏澅潚澖潶潬澂潕潲潒潐潗澔澓潝漀潡潫潽潧澐潓澋潩潿澕潣潷潪潻熲熯熛熰熠熚熩熵熝熥熞熤熡熪熜熧熳犘犚獘獒獞獟獠獝獛獡獚獙"],
2363["e6a1","獢璇璉璊璆璁瑽璅璈瑼瑹甈甇畾瘥瘞瘙瘝瘜瘣瘚瘨瘛皜皝皞皛瞍瞏瞉瞈磍碻磏磌磑磎磔磈磃磄磉禚禡禠禜禢禛歶稹窲窴窳箷篋箾箬篎箯箹篊箵糅糈糌糋緷緛緪緧緗緡縃緺緦緶緱緰緮緟罶羬羰羭翭翫翪翬翦翨聤聧膣膟"],
2364["e740","膞膕膢膙膗舖艏艓艒艐艎艑蔤蔻蔏蔀蔩蔎蔉蔍蔟蔊蔧蔜蓻蔫蓺蔈蔌蓴蔪蓲蔕蓷蓫蓳蓼蔒蓪蓩蔖蓾蔨蔝蔮蔂蓽蔞蓶蔱蔦蓧蓨蓰蓯蓹蔘蔠蔰蔋蔙蔯虢"],
2365["e7a1","蝖蝣蝤蝷蟡蝳蝘蝔蝛蝒蝡蝚蝑蝞蝭蝪蝐蝎蝟蝝蝯蝬蝺蝮蝜蝥蝏蝻蝵蝢蝧蝩衚褅褌褔褋褗褘褙褆褖褑褎褉覢覤覣觭觰觬諏諆誸諓諑諔諕誻諗誾諀諅諘諃誺誽諙谾豍貏賥賟賙賨賚賝賧趠趜趡趛踠踣踥踤踮踕踛踖踑踙踦踧"],
2366["e840","踔踒踘踓踜踗踚輬輤輘輚輠輣輖輗遳遰遯遧遫鄯鄫鄩鄪鄲鄦鄮醅醆醊醁醂醄醀鋐鋃鋄鋀鋙銶鋏鋱鋟鋘鋩鋗鋝鋌鋯鋂鋨鋊鋈鋎鋦鋍鋕鋉鋠鋞鋧鋑鋓"],
2367["e8a1","銵鋡鋆銴镼閬閫閮閰隤隢雓霅霈霂靚鞊鞎鞈韐韏頞頝頦頩頨頠頛頧颲餈飺餑餔餖餗餕駜駍駏駓駔駎駉駖駘駋駗駌骳髬髫髳髲髱魆魃魧魴魱魦魶魵魰魨魤魬鳼鳺鳽鳿鳷鴇鴀鳹鳻鴈鴅鴄麃黓鼏鼐儜儓儗儚儑凞匴叡噰噠噮"],
2368["e940","噳噦噣噭噲噞噷圜圛壈墽壉墿墺壂墼壆嬗嬙嬛嬡嬔嬓嬐嬖嬨嬚嬠嬞寯嶬嶱嶩嶧嶵嶰嶮嶪嶨嶲嶭嶯嶴幧幨幦幯廩廧廦廨廥彋徼憝憨憖懅憴懆懁懌憺"],
2369["e9a1","憿憸憌擗擖擐擏擉撽撉擃擛擳擙攳敿敼斢曈暾曀曊曋曏暽暻暺曌朣樴橦橉橧樲橨樾橝橭橶橛橑樨橚樻樿橁橪橤橐橏橔橯橩橠樼橞橖橕橍橎橆歕歔歖殧殪殫毈毇氄氃氆澭濋澣濇澼濎濈潞濄澽澞濊澨瀄澥澮澺澬澪濏澿澸"],
2370["ea40","澢濉澫濍澯澲澰燅燂熿熸燖燀燁燋燔燊燇燏熽燘熼燆燚燛犝犞獩獦獧獬獥獫獪瑿璚璠璔璒璕璡甋疀瘯瘭瘱瘽瘳瘼瘵瘲瘰皻盦瞚瞝瞡瞜瞛瞢瞣瞕瞙"],
2371["eaa1","瞗磝磩磥磪磞磣磛磡磢磭磟磠禤穄穈穇窶窸窵窱窷篞篣篧篝篕篥篚篨篹篔篪篢篜篫篘篟糒糔糗糐糑縒縡縗縌縟縠縓縎縜縕縚縢縋縏縖縍縔縥縤罃罻罼罺羱翯耪耩聬膱膦膮膹膵膫膰膬膴膲膷膧臲艕艖艗蕖蕅蕫蕍蕓蕡蕘"],
2372["eb40","蕀蕆蕤蕁蕢蕄蕑蕇蕣蔾蕛蕱蕎蕮蕵蕕蕧蕠薌蕦蕝蕔蕥蕬虣虥虤螛螏螗螓螒螈螁螖螘蝹螇螣螅螐螑螝螄螔螜螚螉褞褦褰褭褮褧褱褢褩褣褯褬褟觱諠"],
2373["eba1","諢諲諴諵諝謔諤諟諰諈諞諡諨諿諯諻貑貒貐賵賮賱賰賳赬赮趥趧踳踾踸蹀蹅踶踼踽蹁踰踿躽輶輮輵輲輹輷輴遶遹遻邆郺鄳鄵鄶醓醐醑醍醏錧錞錈錟錆錏鍺錸錼錛錣錒錁鍆錭錎錍鋋錝鋺錥錓鋹鋷錴錂錤鋿錩錹錵錪錔錌"],
2374["ec40","錋鋾錉錀鋻錖閼闍閾閹閺閶閿閵閽隩雔霋霒霐鞙鞗鞔韰韸頵頯頲餤餟餧餩馞駮駬駥駤駰駣駪駩駧骹骿骴骻髶髺髹髷鬳鮀鮅鮇魼魾魻鮂鮓鮒鮐魺鮕"],
2375["eca1","魽鮈鴥鴗鴠鴞鴔鴩鴝鴘鴢鴐鴙鴟麈麆麇麮麭黕黖黺鼒鼽儦儥儢儤儠儩勴嚓嚌嚍嚆嚄嚃噾嚂噿嚁壖壔壏壒嬭嬥嬲嬣嬬嬧嬦嬯嬮孻寱寲嶷幬幪徾徻懃憵憼懧懠懥懤懨懞擯擩擣擫擤擨斁斀斶旚曒檍檖檁檥檉檟檛檡檞檇檓檎"],
2376["ed40","檕檃檨檤檑橿檦檚檅檌檒歛殭氉濌澩濴濔濣濜濭濧濦濞濲濝濢濨燡燱燨燲燤燰燢獳獮獯璗璲璫璐璪璭璱璥璯甐甑甒甏疄癃癈癉癇皤盩瞵瞫瞲瞷瞶"],
2377["eda1","瞴瞱瞨矰磳磽礂磻磼磲礅磹磾礄禫禨穜穛穖穘穔穚窾竀竁簅簏篲簀篿篻簎篴簋篳簂簉簃簁篸篽簆篰篱簐簊糨縭縼繂縳顈縸縪繉繀繇縩繌縰縻縶繄縺罅罿罾罽翴翲耬膻臄臌臊臅臇膼臩艛艚艜薃薀薏薧薕薠薋薣蕻薤薚薞"],
2378["ee40","蕷蕼薉薡蕺蕸蕗薎薖薆薍薙薝薁薢薂薈薅蕹蕶薘薐薟虨螾螪螭蟅螰螬螹螵螼螮蟉蟃蟂蟌螷螯蟄蟊螴螶螿螸螽蟞螲褵褳褼褾襁襒褷襂覭覯覮觲觳謞"],
2379["eea1","謘謖謑謅謋謢謏謒謕謇謍謈謆謜謓謚豏豰豲豱豯貕貔賹赯蹎蹍蹓蹐蹌蹇轃轀邅遾鄸醚醢醛醙醟醡醝醠鎡鎃鎯鍤鍖鍇鍼鍘鍜鍶鍉鍐鍑鍠鍭鎏鍌鍪鍹鍗鍕鍒鍏鍱鍷鍻鍡鍞鍣鍧鎀鍎鍙闇闀闉闃闅閷隮隰隬霠霟霘霝霙鞚鞡鞜"],
2380["ef40","鞞鞝韕韔韱顁顄顊顉顅顃餥餫餬餪餳餲餯餭餱餰馘馣馡騂駺駴駷駹駸駶駻駽駾駼騃骾髾髽鬁髼魈鮚鮨鮞鮛鮦鮡鮥鮤鮆鮢鮠鮯鴳鵁鵧鴶鴮鴯鴱鴸鴰"],
2381["efa1","鵅鵂鵃鴾鴷鵀鴽翵鴭麊麉麍麰黈黚黻黿鼤鼣鼢齔龠儱儭儮嚘嚜嚗嚚嚝嚙奰嬼屩屪巀幭幮懘懟懭懮懱懪懰懫懖懩擿攄擽擸攁攃擼斔旛曚曛曘櫅檹檽櫡櫆檺檶檷櫇檴檭歞毉氋瀇瀌瀍瀁瀅瀔瀎濿瀀濻瀦濼濷瀊爁燿燹爃燽獶"],
2382["f040","璸瓀璵瓁璾璶璻瓂甔甓癜癤癙癐癓癗癚皦皽盬矂瞺磿礌礓礔礉礐礒礑禭禬穟簜簩簙簠簟簭簝簦簨簢簥簰繜繐繖繣繘繢繟繑繠繗繓羵羳翷翸聵臑臒"],
2383["f0a1","臐艟艞薴藆藀藃藂薳薵薽藇藄薿藋藎藈藅薱薶藒蘤薸薷薾虩蟧蟦蟢蟛蟫蟪蟥蟟蟳蟤蟔蟜蟓蟭蟘蟣螤蟗蟙蠁蟴蟨蟝襓襋襏襌襆襐襑襉謪謧謣謳謰謵譇謯謼謾謱謥謷謦謶謮謤謻謽謺豂豵貙貘貗賾贄贂贀蹜蹢蹠蹗蹖蹞蹥蹧"],
2384["f140","蹛蹚蹡蹝蹩蹔轆轇轈轋鄨鄺鄻鄾醨醥醧醯醪鎵鎌鎒鎷鎛鎝鎉鎧鎎鎪鎞鎦鎕鎈鎙鎟鎍鎱鎑鎲鎤鎨鎴鎣鎥闒闓闑隳雗雚巂雟雘雝霣霢霥鞬鞮鞨鞫鞤鞪"],
2385["f1a1","鞢鞥韗韙韖韘韺顐顑顒颸饁餼餺騏騋騉騍騄騑騊騅騇騆髀髜鬈鬄鬅鬩鬵魊魌魋鯇鯆鯃鮿鯁鮵鮸鯓鮶鯄鮹鮽鵜鵓鵏鵊鵛鵋鵙鵖鵌鵗鵒鵔鵟鵘鵚麎麌黟鼁鼀鼖鼥鼫鼪鼩鼨齌齕儴儵劖勷厴嚫嚭嚦嚧嚪嚬壚壝壛夒嬽嬾嬿巃幰"],
2386["f240","徿懻攇攐攍攉攌攎斄旞旝曞櫧櫠櫌櫑櫙櫋櫟櫜櫐櫫櫏櫍櫞歠殰氌瀙瀧瀠瀖瀫瀡瀢瀣瀩瀗瀤瀜瀪爌爊爇爂爅犥犦犤犣犡瓋瓅璷瓃甖癠矉矊矄矱礝礛"],
2387["f2a1","礡礜礗礞禰穧穨簳簼簹簬簻糬糪繶繵繸繰繷繯繺繲繴繨罋罊羃羆羷翽翾聸臗臕艤艡艣藫藱藭藙藡藨藚藗藬藲藸藘藟藣藜藑藰藦藯藞藢蠀蟺蠃蟶蟷蠉蠌蠋蠆蟼蠈蟿蠊蠂襢襚襛襗襡襜襘襝襙覈覷覶觶譐譈譊譀譓譖譔譋譕"],
2388["f340","譑譂譒譗豃豷豶貚贆贇贉趬趪趭趫蹭蹸蹳蹪蹯蹻軂轒轑轏轐轓辴酀鄿醰醭鏞鏇鏏鏂鏚鏐鏹鏬鏌鏙鎩鏦鏊鏔鏮鏣鏕鏄鏎鏀鏒鏧镽闚闛雡霩霫霬霨霦"],
2389["f3a1","鞳鞷鞶韝韞韟顜顙顝顗颿颽颻颾饈饇饃馦馧騚騕騥騝騤騛騢騠騧騣騞騜騔髂鬋鬊鬎鬌鬷鯪鯫鯠鯞鯤鯦鯢鯰鯔鯗鯬鯜鯙鯥鯕鯡鯚鵷鶁鶊鶄鶈鵱鶀鵸鶆鶋鶌鵽鵫鵴鵵鵰鵩鶅鵳鵻鶂鵯鵹鵿鶇鵨麔麑黀黼鼭齀齁齍齖齗齘匷嚲"],
2390["f440","嚵嚳壣孅巆巇廮廯忀忁懹攗攖攕攓旟曨曣曤櫳櫰櫪櫨櫹櫱櫮櫯瀼瀵瀯瀷瀴瀱灂瀸瀿瀺瀹灀瀻瀳灁爓爔犨獽獼璺皫皪皾盭矌矎矏矍矲礥礣礧礨礤礩"],
2391["f4a1","禲穮穬穭竷籉籈籊籇籅糮繻繾纁纀羺翿聹臛臙舋艨艩蘢藿蘁藾蘛蘀藶蘄蘉蘅蘌藽蠙蠐蠑蠗蠓蠖襣襦覹觷譠譪譝譨譣譥譧譭趮躆躈躄轙轖轗轕轘轚邍酃酁醷醵醲醳鐋鐓鏻鐠鐏鐔鏾鐕鐐鐨鐙鐍鏵鐀鏷鐇鐎鐖鐒鏺鐉鏸鐊鏿"],
2392["f540","鏼鐌鏶鐑鐆闞闠闟霮霯鞹鞻韽韾顠顢顣顟飁飂饐饎饙饌饋饓騲騴騱騬騪騶騩騮騸騭髇髊髆鬐鬒鬑鰋鰈鯷鰅鰒鯸鱀鰇鰎鰆鰗鰔鰉鶟鶙鶤鶝鶒鶘鶐鶛"],
2393["f5a1","鶠鶔鶜鶪鶗鶡鶚鶢鶨鶞鶣鶿鶩鶖鶦鶧麙麛麚黥黤黧黦鼰鼮齛齠齞齝齙龑儺儹劘劗囃嚽嚾孈孇巋巏廱懽攛欂櫼欃櫸欀灃灄灊灈灉灅灆爝爚爙獾甗癪矐礭礱礯籔籓糲纊纇纈纋纆纍罍羻耰臝蘘蘪蘦蘟蘣蘜蘙蘧蘮蘡蘠蘩蘞蘥"],
2394["f640","蠩蠝蠛蠠蠤蠜蠫衊襭襩襮襫觺譹譸譅譺譻贐贔趯躎躌轞轛轝酆酄酅醹鐿鐻鐶鐩鐽鐼鐰鐹鐪鐷鐬鑀鐱闥闤闣霵霺鞿韡顤飉飆飀饘饖騹騽驆驄驂驁騺"],
2395["f6a1","騿髍鬕鬗鬘鬖鬺魒鰫鰝鰜鰬鰣鰨鰩鰤鰡鶷鶶鶼鷁鷇鷊鷏鶾鷅鷃鶻鶵鷎鶹鶺鶬鷈鶱鶭鷌鶳鷍鶲鹺麜黫黮黭鼛鼘鼚鼱齎齥齤龒亹囆囅囋奱孋孌巕巑廲攡攠攦攢欋欈欉氍灕灖灗灒爞爟犩獿瓘瓕瓙瓗癭皭礵禴穰穱籗籜籙籛籚"],
2396["f740","糴糱纑罏羇臞艫蘴蘵蘳蘬蘲蘶蠬蠨蠦蠪蠥襱覿覾觻譾讄讂讆讅譿贕躕躔躚躒躐躖躗轠轢酇鑌鑐鑊鑋鑏鑇鑅鑈鑉鑆霿韣顪顩飋饔饛驎驓驔驌驏驈驊"],
2397["f7a1","驉驒驐髐鬙鬫鬻魖魕鱆鱈鰿鱄鰹鰳鱁鰼鰷鰴鰲鰽鰶鷛鷒鷞鷚鷋鷐鷜鷑鷟鷩鷙鷘鷖鷵鷕鷝麶黰鼵鼳鼲齂齫龕龢儽劙壨壧奲孍巘蠯彏戁戃戄攩攥斖曫欑欒欏毊灛灚爢玂玁玃癰矔籧籦纕艬蘺虀蘹蘼蘱蘻蘾蠰蠲蠮蠳襶襴襳觾"],
2398["f840","讌讎讋讈豅贙躘轤轣醼鑢鑕鑝鑗鑞韄韅頀驖驙鬞鬟鬠鱒鱘鱐鱊鱍鱋鱕鱙鱌鱎鷻鷷鷯鷣鷫鷸鷤鷶鷡鷮鷦鷲鷰鷢鷬鷴鷳鷨鷭黂黐黲黳鼆鼜鼸鼷鼶齃齏"],
2399["f8a1","齱齰齮齯囓囍孎屭攭曭曮欓灟灡灝灠爣瓛瓥矕礸禷禶籪纗羉艭虃蠸蠷蠵衋讔讕躞躟躠躝醾醽釂鑫鑨鑩雥靆靃靇韇韥驞髕魙鱣鱧鱦鱢鱞鱠鸂鷾鸇鸃鸆鸅鸀鸁鸉鷿鷽鸄麠鼞齆齴齵齶囔攮斸欘欙欗欚灢爦犪矘矙礹籩籫糶纚"],
2400["f940","纘纛纙臠臡虆虇虈襹襺襼襻觿讘讙躥躤躣鑮鑭鑯鑱鑳靉顲饟鱨鱮鱭鸋鸍鸐鸏鸒鸑麡黵鼉齇齸齻齺齹圞灦籯蠼趲躦釃鑴鑸鑶鑵驠鱴鱳鱱鱵鸔鸓黶鼊"],
2401["f9a1","龤灨灥糷虪蠾蠽蠿讞貜躩軉靋顳顴飌饡馫驤驦驧鬤鸕鸗齈戇欞爧虌躨钂钀钁驩驨鬮鸙爩虋讟钃鱹麷癵驫鱺鸝灩灪麤齾齉龘碁銹裏墻恒粧嫺╔╦╗╠╬╣╚╩╝╒╤╕╞╪╡╘╧╛╓╥╖╟╫╢╙╨╜║═╭╮╰╯▓"]
2402]
2403
2404},{}],355:[function(require,module,exports){
2405module.exports=[
2406["0","\u0000",127],
2407["8ea1","。",62],
2408["a1a1"," 、。,.・:;?!゛゜´`¨^ ̄_ヽヾゝゞ〃仝々〆〇ー―‐/\~∥|…‥‘’“”()〔〕[]{}〈",9,"+-±×÷=≠<>≦≧∞∴♂♀°′″℃¥$¢£%#&*@§☆★○●◎◇"],
2409["a2a1","◆□■△▲▽▼※〒→←↑↓〓"],
2410["a2ba","∈∋⊆⊇⊂⊃∪∩"],
2411["a2ca","∧∨¬⇒⇔∀∃"],
2412["a2dc","∠⊥⌒∂∇≡≒≪≫√∽∝∵∫∬"],
2413["a2f2","ʼn♯♭♪†‡¶"],
2414["a2fe","◯"],
2415["a3b0","0",9],
2416["a3c1","A",25],
2417["a3e1","a",25],
2418["a4a1","ぁ",82],
2419["a5a1","ァ",85],
2420["a6a1","Α",16,"Σ",6],
2421["a6c1","α",16,"σ",6],
2422["a7a1","А",5,"ЁЖ",25],
2423["a7d1","а",5,"ёж",25],
2424["a8a1","─│┌┐┘└├┬┤┴┼━┃┏┓┛┗┣┳┫┻╋┠┯┨┷┿┝┰┥┸╂"],
2425["ada1","①",19,"Ⅰ",9],
2426["adc0","㍉㌔㌢㍍㌘㌧㌃㌶㍑㍗㌍㌦㌣㌫㍊㌻㎜㎝㎞㎎㎏㏄㎡"],
2427["addf","㍻〝〟№㏍℡㊤",4,"㈱㈲㈹㍾㍽㍼≒≡∫∮∑√⊥∠∟⊿∵∩∪"],
2428["b0a1","亜唖娃阿哀愛挨姶逢葵茜穐悪握渥旭葦芦鯵梓圧斡扱宛姐虻飴絢綾鮎或粟袷安庵按暗案闇鞍杏以伊位依偉囲夷委威尉惟意慰易椅為畏異移維緯胃萎衣謂違遺医井亥域育郁磯一壱溢逸稲茨芋鰯允印咽員因姻引飲淫胤蔭"],
2429["b1a1","院陰隠韻吋右宇烏羽迂雨卯鵜窺丑碓臼渦嘘唄欝蔚鰻姥厩浦瓜閏噂云運雲荏餌叡営嬰影映曳栄永泳洩瑛盈穎頴英衛詠鋭液疫益駅悦謁越閲榎厭円園堰奄宴延怨掩援沿演炎焔煙燕猿縁艶苑薗遠鉛鴛塩於汚甥凹央奥往応"],
2430["b2a1","押旺横欧殴王翁襖鴬鴎黄岡沖荻億屋憶臆桶牡乙俺卸恩温穏音下化仮何伽価佳加可嘉夏嫁家寡科暇果架歌河火珂禍禾稼箇花苛茄荷華菓蝦課嘩貨迦過霞蚊俄峨我牙画臥芽蛾賀雅餓駕介会解回塊壊廻快怪悔恢懐戒拐改"],
2431["b3a1","魁晦械海灰界皆絵芥蟹開階貝凱劾外咳害崖慨概涯碍蓋街該鎧骸浬馨蛙垣柿蛎鈎劃嚇各廓拡撹格核殻獲確穫覚角赫較郭閣隔革学岳楽額顎掛笠樫橿梶鰍潟割喝恰括活渇滑葛褐轄且鰹叶椛樺鞄株兜竃蒲釜鎌噛鴨栢茅萱"],
2432["b4a1","粥刈苅瓦乾侃冠寒刊勘勧巻喚堪姦完官寛干幹患感慣憾換敢柑桓棺款歓汗漢澗潅環甘監看竿管簡緩缶翰肝艦莞観諌貫還鑑間閑関陥韓館舘丸含岸巌玩癌眼岩翫贋雁頑顔願企伎危喜器基奇嬉寄岐希幾忌揮机旗既期棋棄"],
2433["b5a1","機帰毅気汽畿祈季稀紀徽規記貴起軌輝飢騎鬼亀偽儀妓宜戯技擬欺犠疑祇義蟻誼議掬菊鞠吉吃喫桔橘詰砧杵黍却客脚虐逆丘久仇休及吸宮弓急救朽求汲泣灸球究窮笈級糾給旧牛去居巨拒拠挙渠虚許距鋸漁禦魚亨享京"],
2434["b6a1","供侠僑兇競共凶協匡卿叫喬境峡強彊怯恐恭挟教橋況狂狭矯胸脅興蕎郷鏡響饗驚仰凝尭暁業局曲極玉桐粁僅勤均巾錦斤欣欽琴禁禽筋緊芹菌衿襟謹近金吟銀九倶句区狗玖矩苦躯駆駈駒具愚虞喰空偶寓遇隅串櫛釧屑屈"],
2435["b7a1","掘窟沓靴轡窪熊隈粂栗繰桑鍬勲君薫訓群軍郡卦袈祁係傾刑兄啓圭珪型契形径恵慶慧憩掲携敬景桂渓畦稽系経継繋罫茎荊蛍計詣警軽頚鶏芸迎鯨劇戟撃激隙桁傑欠決潔穴結血訣月件倹倦健兼券剣喧圏堅嫌建憲懸拳捲"],
2436["b8a1","検権牽犬献研硯絹県肩見謙賢軒遣鍵険顕験鹸元原厳幻弦減源玄現絃舷言諺限乎個古呼固姑孤己庫弧戸故枯湖狐糊袴股胡菰虎誇跨鈷雇顧鼓五互伍午呉吾娯後御悟梧檎瑚碁語誤護醐乞鯉交佼侯候倖光公功効勾厚口向"],
2437["b9a1","后喉坑垢好孔孝宏工巧巷幸広庚康弘恒慌抗拘控攻昂晃更杭校梗構江洪浩港溝甲皇硬稿糠紅紘絞綱耕考肯肱腔膏航荒行衡講貢購郊酵鉱砿鋼閤降項香高鴻剛劫号合壕拷濠豪轟麹克刻告国穀酷鵠黒獄漉腰甑忽惚骨狛込"],
2438["baa1","此頃今困坤墾婚恨懇昏昆根梱混痕紺艮魂些佐叉唆嵯左差査沙瑳砂詐鎖裟坐座挫債催再最哉塞妻宰彩才採栽歳済災采犀砕砦祭斎細菜裁載際剤在材罪財冴坂阪堺榊肴咲崎埼碕鷺作削咋搾昨朔柵窄策索錯桜鮭笹匙冊刷"],
2439["bba1","察拶撮擦札殺薩雑皐鯖捌錆鮫皿晒三傘参山惨撒散桟燦珊産算纂蚕讃賛酸餐斬暫残仕仔伺使刺司史嗣四士始姉姿子屍市師志思指支孜斯施旨枝止死氏獅祉私糸紙紫肢脂至視詞詩試誌諮資賜雌飼歯事似侍児字寺慈持時"],
2440["bca1","次滋治爾璽痔磁示而耳自蒔辞汐鹿式識鴫竺軸宍雫七叱執失嫉室悉湿漆疾質実蔀篠偲柴芝屡蕊縞舎写射捨赦斜煮社紗者謝車遮蛇邪借勺尺杓灼爵酌釈錫若寂弱惹主取守手朱殊狩珠種腫趣酒首儒受呪寿授樹綬需囚収周"],
2441["bda1","宗就州修愁拾洲秀秋終繍習臭舟蒐衆襲讐蹴輯週酋酬集醜什住充十従戎柔汁渋獣縦重銃叔夙宿淑祝縮粛塾熟出術述俊峻春瞬竣舜駿准循旬楯殉淳準潤盾純巡遵醇順処初所暑曙渚庶緒署書薯藷諸助叙女序徐恕鋤除傷償"],
2442["bea1","勝匠升召哨商唱嘗奨妾娼宵将小少尚庄床廠彰承抄招掌捷昇昌昭晶松梢樟樵沼消渉湘焼焦照症省硝礁祥称章笑粧紹肖菖蒋蕉衝裳訟証詔詳象賞醤鉦鍾鐘障鞘上丈丞乗冗剰城場壌嬢常情擾条杖浄状畳穣蒸譲醸錠嘱埴飾"],
2443["bfa1","拭植殖燭織職色触食蝕辱尻伸信侵唇娠寝審心慎振新晋森榛浸深申疹真神秦紳臣芯薪親診身辛進針震人仁刃塵壬尋甚尽腎訊迅陣靭笥諏須酢図厨逗吹垂帥推水炊睡粋翠衰遂酔錐錘随瑞髄崇嵩数枢趨雛据杉椙菅頗雀裾"],
2444["c0a1","澄摺寸世瀬畝是凄制勢姓征性成政整星晴棲栖正清牲生盛精聖声製西誠誓請逝醒青静斉税脆隻席惜戚斥昔析石積籍績脊責赤跡蹟碩切拙接摂折設窃節説雪絶舌蝉仙先千占宣専尖川戦扇撰栓栴泉浅洗染潜煎煽旋穿箭線"],
2445["c1a1","繊羨腺舛船薦詮賎践選遷銭銑閃鮮前善漸然全禅繕膳糎噌塑岨措曾曽楚狙疏疎礎祖租粗素組蘇訴阻遡鼠僧創双叢倉喪壮奏爽宋層匝惣想捜掃挿掻操早曹巣槍槽漕燥争痩相窓糟総綜聡草荘葬蒼藻装走送遭鎗霜騒像増憎"],
2446["c2a1","臓蔵贈造促側則即息捉束測足速俗属賊族続卒袖其揃存孫尊損村遜他多太汰詑唾堕妥惰打柁舵楕陀駄騨体堆対耐岱帯待怠態戴替泰滞胎腿苔袋貸退逮隊黛鯛代台大第醍題鷹滝瀧卓啄宅托択拓沢濯琢託鐸濁諾茸凧蛸只"],
2447["c3a1","叩但達辰奪脱巽竪辿棚谷狸鱈樽誰丹単嘆坦担探旦歎淡湛炭短端箪綻耽胆蛋誕鍛団壇弾断暖檀段男談値知地弛恥智池痴稚置致蜘遅馳築畜竹筑蓄逐秩窒茶嫡着中仲宙忠抽昼柱注虫衷註酎鋳駐樗瀦猪苧著貯丁兆凋喋寵"],
2448["c4a1","帖帳庁弔張彫徴懲挑暢朝潮牒町眺聴脹腸蝶調諜超跳銚長頂鳥勅捗直朕沈珍賃鎮陳津墜椎槌追鎚痛通塚栂掴槻佃漬柘辻蔦綴鍔椿潰坪壷嬬紬爪吊釣鶴亭低停偵剃貞呈堤定帝底庭廷弟悌抵挺提梯汀碇禎程締艇訂諦蹄逓"],
2449["c5a1","邸鄭釘鼎泥摘擢敵滴的笛適鏑溺哲徹撤轍迭鉄典填天展店添纏甜貼転顛点伝殿澱田電兎吐堵塗妬屠徒斗杜渡登菟賭途都鍍砥砺努度土奴怒倒党冬凍刀唐塔塘套宕島嶋悼投搭東桃梼棟盗淘湯涛灯燈当痘祷等答筒糖統到"],
2450["c6a1","董蕩藤討謄豆踏逃透鐙陶頭騰闘働動同堂導憧撞洞瞳童胴萄道銅峠鴇匿得徳涜特督禿篤毒独読栃橡凸突椴届鳶苫寅酉瀞噸屯惇敦沌豚遁頓呑曇鈍奈那内乍凪薙謎灘捺鍋楢馴縄畷南楠軟難汝二尼弐迩匂賑肉虹廿日乳入"],
2451["c7a1","如尿韮任妊忍認濡禰祢寧葱猫熱年念捻撚燃粘乃廼之埜嚢悩濃納能脳膿農覗蚤巴把播覇杷波派琶破婆罵芭馬俳廃拝排敗杯盃牌背肺輩配倍培媒梅楳煤狽買売賠陪這蝿秤矧萩伯剥博拍柏泊白箔粕舶薄迫曝漠爆縛莫駁麦"],
2452["c8a1","函箱硲箸肇筈櫨幡肌畑畠八鉢溌発醗髪伐罰抜筏閥鳩噺塙蛤隼伴判半反叛帆搬斑板氾汎版犯班畔繁般藩販範釆煩頒飯挽晩番盤磐蕃蛮匪卑否妃庇彼悲扉批披斐比泌疲皮碑秘緋罷肥被誹費避非飛樋簸備尾微枇毘琵眉美"],
2453["c9a1","鼻柊稗匹疋髭彦膝菱肘弼必畢筆逼桧姫媛紐百謬俵彪標氷漂瓢票表評豹廟描病秒苗錨鋲蒜蛭鰭品彬斌浜瀕貧賓頻敏瓶不付埠夫婦富冨布府怖扶敷斧普浮父符腐膚芙譜負賦赴阜附侮撫武舞葡蕪部封楓風葺蕗伏副復幅服"],
2454["caa1","福腹複覆淵弗払沸仏物鮒分吻噴墳憤扮焚奮粉糞紛雰文聞丙併兵塀幣平弊柄並蔽閉陛米頁僻壁癖碧別瞥蔑箆偏変片篇編辺返遍便勉娩弁鞭保舗鋪圃捕歩甫補輔穂募墓慕戊暮母簿菩倣俸包呆報奉宝峰峯崩庖抱捧放方朋"],
2455["cba1","法泡烹砲縫胞芳萌蓬蜂褒訪豊邦鋒飽鳳鵬乏亡傍剖坊妨帽忘忙房暴望某棒冒紡肪膨謀貌貿鉾防吠頬北僕卜墨撲朴牧睦穆釦勃没殆堀幌奔本翻凡盆摩磨魔麻埋妹昧枚毎哩槙幕膜枕鮪柾鱒桝亦俣又抹末沫迄侭繭麿万慢満"],
2456["cca1","漫蔓味未魅巳箕岬密蜜湊蓑稔脈妙粍民眠務夢無牟矛霧鵡椋婿娘冥名命明盟迷銘鳴姪牝滅免棉綿緬面麺摸模茂妄孟毛猛盲網耗蒙儲木黙目杢勿餅尤戻籾貰問悶紋門匁也冶夜爺耶野弥矢厄役約薬訳躍靖柳薮鑓愉愈油癒"],
2457["cda1","諭輸唯佑優勇友宥幽悠憂揖有柚湧涌猶猷由祐裕誘遊邑郵雄融夕予余与誉輿預傭幼妖容庸揚揺擁曜楊様洋溶熔用窯羊耀葉蓉要謡踊遥陽養慾抑欲沃浴翌翼淀羅螺裸来莱頼雷洛絡落酪乱卵嵐欄濫藍蘭覧利吏履李梨理璃"],
2458["cea1","痢裏裡里離陸律率立葎掠略劉流溜琉留硫粒隆竜龍侶慮旅虜了亮僚両凌寮料梁涼猟療瞭稜糧良諒遼量陵領力緑倫厘林淋燐琳臨輪隣鱗麟瑠塁涙累類令伶例冷励嶺怜玲礼苓鈴隷零霊麗齢暦歴列劣烈裂廉恋憐漣煉簾練聯"],
2459["cfa1","蓮連錬呂魯櫓炉賂路露労婁廊弄朗楼榔浪漏牢狼篭老聾蝋郎六麓禄肋録論倭和話歪賄脇惑枠鷲亙亘鰐詫藁蕨椀湾碗腕"],
2460["d0a1","弌丐丕个丱丶丼丿乂乖乘亂亅豫亊舒弍于亞亟亠亢亰亳亶从仍仄仆仂仗仞仭仟价伉佚估佛佝佗佇佶侈侏侘佻佩佰侑佯來侖儘俔俟俎俘俛俑俚俐俤俥倚倨倔倪倥倅伜俶倡倩倬俾俯們倆偃假會偕偐偈做偖偬偸傀傚傅傴傲"],
2461["d1a1","僉僊傳僂僖僞僥僭僣僮價僵儉儁儂儖儕儔儚儡儺儷儼儻儿兀兒兌兔兢竸兩兪兮冀冂囘册冉冏冑冓冕冖冤冦冢冩冪冫决冱冲冰况冽凅凉凛几處凩凭凰凵凾刄刋刔刎刧刪刮刳刹剏剄剋剌剞剔剪剴剩剳剿剽劍劔劒剱劈劑辨"],
2462["d2a1","辧劬劭劼劵勁勍勗勞勣勦飭勠勳勵勸勹匆匈甸匍匐匏匕匚匣匯匱匳匸區卆卅丗卉卍凖卞卩卮夘卻卷厂厖厠厦厥厮厰厶參簒雙叟曼燮叮叨叭叺吁吽呀听吭吼吮吶吩吝呎咏呵咎呟呱呷呰咒呻咀呶咄咐咆哇咢咸咥咬哄哈咨"],
2463["d3a1","咫哂咤咾咼哘哥哦唏唔哽哮哭哺哢唹啀啣啌售啜啅啖啗唸唳啝喙喀咯喊喟啻啾喘喞單啼喃喩喇喨嗚嗅嗟嗄嗜嗤嗔嘔嗷嘖嗾嗽嘛嗹噎噐營嘴嘶嘲嘸噫噤嘯噬噪嚆嚀嚊嚠嚔嚏嚥嚮嚶嚴囂嚼囁囃囀囈囎囑囓囗囮囹圀囿圄圉"],
2464["d4a1","圈國圍圓團圖嗇圜圦圷圸坎圻址坏坩埀垈坡坿垉垓垠垳垤垪垰埃埆埔埒埓堊埖埣堋堙堝塲堡塢塋塰毀塒堽塹墅墹墟墫墺壞墻墸墮壅壓壑壗壙壘壥壜壤壟壯壺壹壻壼壽夂夊夐夛梦夥夬夭夲夸夾竒奕奐奎奚奘奢奠奧奬奩"],
2465["d5a1","奸妁妝佞侫妣妲姆姨姜妍姙姚娥娟娑娜娉娚婀婬婉娵娶婢婪媚媼媾嫋嫂媽嫣嫗嫦嫩嫖嫺嫻嬌嬋嬖嬲嫐嬪嬶嬾孃孅孀孑孕孚孛孥孩孰孳孵學斈孺宀它宦宸寃寇寉寔寐寤實寢寞寥寫寰寶寳尅將專對尓尠尢尨尸尹屁屆屎屓"],
2466["d6a1","屐屏孱屬屮乢屶屹岌岑岔妛岫岻岶岼岷峅岾峇峙峩峽峺峭嶌峪崋崕崗嵜崟崛崑崔崢崚崙崘嵌嵒嵎嵋嵬嵳嵶嶇嶄嶂嶢嶝嶬嶮嶽嶐嶷嶼巉巍巓巒巖巛巫已巵帋帚帙帑帛帶帷幄幃幀幎幗幔幟幢幤幇幵并幺麼广庠廁廂廈廐廏"],
2467["d7a1","廖廣廝廚廛廢廡廨廩廬廱廳廰廴廸廾弃弉彝彜弋弑弖弩弭弸彁彈彌彎弯彑彖彗彙彡彭彳彷徃徂彿徊很徑徇從徙徘徠徨徭徼忖忻忤忸忱忝悳忿怡恠怙怐怩怎怱怛怕怫怦怏怺恚恁恪恷恟恊恆恍恣恃恤恂恬恫恙悁悍惧悃悚"],
2468["d8a1","悄悛悖悗悒悧悋惡悸惠惓悴忰悽惆悵惘慍愕愆惶惷愀惴惺愃愡惻惱愍愎慇愾愨愧慊愿愼愬愴愽慂慄慳慷慘慙慚慫慴慯慥慱慟慝慓慵憙憖憇憬憔憚憊憑憫憮懌懊應懷懈懃懆憺懋罹懍懦懣懶懺懴懿懽懼懾戀戈戉戍戌戔戛"],
2469["d9a1","戞戡截戮戰戲戳扁扎扞扣扛扠扨扼抂抉找抒抓抖拔抃抔拗拑抻拏拿拆擔拈拜拌拊拂拇抛拉挌拮拱挧挂挈拯拵捐挾捍搜捏掖掎掀掫捶掣掏掉掟掵捫捩掾揩揀揆揣揉插揶揄搖搴搆搓搦搶攝搗搨搏摧摯摶摎攪撕撓撥撩撈撼"],
2470["daa1","據擒擅擇撻擘擂擱擧舉擠擡抬擣擯攬擶擴擲擺攀擽攘攜攅攤攣攫攴攵攷收攸畋效敖敕敍敘敞敝敲數斂斃變斛斟斫斷旃旆旁旄旌旒旛旙无旡旱杲昊昃旻杳昵昶昴昜晏晄晉晁晞晝晤晧晨晟晢晰暃暈暎暉暄暘暝曁暹曉暾暼"],
2471["dba1","曄暸曖曚曠昿曦曩曰曵曷朏朖朞朦朧霸朮朿朶杁朸朷杆杞杠杙杣杤枉杰枩杼杪枌枋枦枡枅枷柯枴柬枳柩枸柤柞柝柢柮枹柎柆柧檜栞框栩桀桍栲桎梳栫桙档桷桿梟梏梭梔條梛梃檮梹桴梵梠梺椏梍桾椁棊椈棘椢椦棡椌棍"],
2472["dca1","棔棧棕椶椒椄棗棣椥棹棠棯椨椪椚椣椡棆楹楷楜楸楫楔楾楮椹楴椽楙椰楡楞楝榁楪榲榮槐榿槁槓榾槎寨槊槝榻槃榧樮榑榠榜榕榴槞槨樂樛槿權槹槲槧樅榱樞槭樔槫樊樒櫁樣樓橄樌橲樶橸橇橢橙橦橈樸樢檐檍檠檄檢檣"],
2473["dda1","檗蘗檻櫃櫂檸檳檬櫞櫑櫟檪櫚櫪櫻欅蘖櫺欒欖鬱欟欸欷盜欹飮歇歃歉歐歙歔歛歟歡歸歹歿殀殄殃殍殘殕殞殤殪殫殯殲殱殳殷殼毆毋毓毟毬毫毳毯麾氈氓气氛氤氣汞汕汢汪沂沍沚沁沛汾汨汳沒沐泄泱泓沽泗泅泝沮沱沾"],
2474["dea1","沺泛泯泙泪洟衍洶洫洽洸洙洵洳洒洌浣涓浤浚浹浙涎涕濤涅淹渕渊涵淇淦涸淆淬淞淌淨淒淅淺淙淤淕淪淮渭湮渮渙湲湟渾渣湫渫湶湍渟湃渺湎渤滿渝游溂溪溘滉溷滓溽溯滄溲滔滕溏溥滂溟潁漑灌滬滸滾漿滲漱滯漲滌"],
2475["dfa1","漾漓滷澆潺潸澁澀潯潛濳潭澂潼潘澎澑濂潦澳澣澡澤澹濆澪濟濕濬濔濘濱濮濛瀉瀋濺瀑瀁瀏濾瀛瀚潴瀝瀘瀟瀰瀾瀲灑灣炙炒炯烱炬炸炳炮烟烋烝烙焉烽焜焙煥煕熈煦煢煌煖煬熏燻熄熕熨熬燗熹熾燒燉燔燎燠燬燧燵燼"],
2476["e0a1","燹燿爍爐爛爨爭爬爰爲爻爼爿牀牆牋牘牴牾犂犁犇犒犖犢犧犹犲狃狆狄狎狒狢狠狡狹狷倏猗猊猜猖猝猴猯猩猥猾獎獏默獗獪獨獰獸獵獻獺珈玳珎玻珀珥珮珞璢琅瑯琥珸琲琺瑕琿瑟瑙瑁瑜瑩瑰瑣瑪瑶瑾璋璞璧瓊瓏瓔珱"],
2477["e1a1","瓠瓣瓧瓩瓮瓲瓰瓱瓸瓷甄甃甅甌甎甍甕甓甞甦甬甼畄畍畊畉畛畆畚畩畤畧畫畭畸當疆疇畴疊疉疂疔疚疝疥疣痂疳痃疵疽疸疼疱痍痊痒痙痣痞痾痿痼瘁痰痺痲痳瘋瘍瘉瘟瘧瘠瘡瘢瘤瘴瘰瘻癇癈癆癜癘癡癢癨癩癪癧癬癰"],
2478["e2a1","癲癶癸發皀皃皈皋皎皖皓皙皚皰皴皸皹皺盂盍盖盒盞盡盥盧盪蘯盻眈眇眄眩眤眞眥眦眛眷眸睇睚睨睫睛睥睿睾睹瞎瞋瞑瞠瞞瞰瞶瞹瞿瞼瞽瞻矇矍矗矚矜矣矮矼砌砒礦砠礪硅碎硴碆硼碚碌碣碵碪碯磑磆磋磔碾碼磅磊磬"],
2479["e3a1","磧磚磽磴礇礒礑礙礬礫祀祠祗祟祚祕祓祺祿禊禝禧齋禪禮禳禹禺秉秕秧秬秡秣稈稍稘稙稠稟禀稱稻稾稷穃穗穉穡穢穩龝穰穹穽窈窗窕窘窖窩竈窰窶竅竄窿邃竇竊竍竏竕竓站竚竝竡竢竦竭竰笂笏笊笆笳笘笙笞笵笨笶筐"],
2480["e4a1","筺笄筍笋筌筅筵筥筴筧筰筱筬筮箝箘箟箍箜箚箋箒箏筝箙篋篁篌篏箴篆篝篩簑簔篦篥籠簀簇簓篳篷簗簍篶簣簧簪簟簷簫簽籌籃籔籏籀籐籘籟籤籖籥籬籵粃粐粤粭粢粫粡粨粳粲粱粮粹粽糀糅糂糘糒糜糢鬻糯糲糴糶糺紆"],
2481["e5a1","紂紜紕紊絅絋紮紲紿紵絆絳絖絎絲絨絮絏絣經綉絛綏絽綛綺綮綣綵緇綽綫總綢綯緜綸綟綰緘緝緤緞緻緲緡縅縊縣縡縒縱縟縉縋縢繆繦縻縵縹繃縷縲縺繧繝繖繞繙繚繹繪繩繼繻纃緕繽辮繿纈纉續纒纐纓纔纖纎纛纜缸缺"],
2482["e6a1","罅罌罍罎罐网罕罔罘罟罠罨罩罧罸羂羆羃羈羇羌羔羞羝羚羣羯羲羹羮羶羸譱翅翆翊翕翔翡翦翩翳翹飜耆耄耋耒耘耙耜耡耨耿耻聊聆聒聘聚聟聢聨聳聲聰聶聹聽聿肄肆肅肛肓肚肭冐肬胛胥胙胝胄胚胖脉胯胱脛脩脣脯腋"],
2483["e7a1","隋腆脾腓腑胼腱腮腥腦腴膃膈膊膀膂膠膕膤膣腟膓膩膰膵膾膸膽臀臂膺臉臍臑臙臘臈臚臟臠臧臺臻臾舁舂舅與舊舍舐舖舩舫舸舳艀艙艘艝艚艟艤艢艨艪艫舮艱艷艸艾芍芒芫芟芻芬苡苣苟苒苴苳苺莓范苻苹苞茆苜茉苙"],
2484["e8a1","茵茴茖茲茱荀茹荐荅茯茫茗茘莅莚莪莟莢莖茣莎莇莊荼莵荳荵莠莉莨菴萓菫菎菽萃菘萋菁菷萇菠菲萍萢萠莽萸蔆菻葭萪萼蕚蒄葷葫蒭葮蒂葩葆萬葯葹萵蓊葢蒹蒿蒟蓙蓍蒻蓚蓐蓁蓆蓖蒡蔡蓿蓴蔗蔘蔬蔟蔕蔔蓼蕀蕣蕘蕈"],
2485["e9a1","蕁蘂蕋蕕薀薤薈薑薊薨蕭薔薛藪薇薜蕷蕾薐藉薺藏薹藐藕藝藥藜藹蘊蘓蘋藾藺蘆蘢蘚蘰蘿虍乕虔號虧虱蚓蚣蚩蚪蚋蚌蚶蚯蛄蛆蚰蛉蠣蚫蛔蛞蛩蛬蛟蛛蛯蜒蜆蜈蜀蜃蛻蜑蜉蜍蛹蜊蜴蜿蜷蜻蜥蜩蜚蝠蝟蝸蝌蝎蝴蝗蝨蝮蝙"],
2486["eaa1","蝓蝣蝪蠅螢螟螂螯蟋螽蟀蟐雖螫蟄螳蟇蟆螻蟯蟲蟠蠏蠍蟾蟶蟷蠎蟒蠑蠖蠕蠢蠡蠱蠶蠹蠧蠻衄衂衒衙衞衢衫袁衾袞衵衽袵衲袂袗袒袮袙袢袍袤袰袿袱裃裄裔裘裙裝裹褂裼裴裨裲褄褌褊褓襃褞褥褪褫襁襄褻褶褸襌褝襠襞"],
2487["eba1","襦襤襭襪襯襴襷襾覃覈覊覓覘覡覩覦覬覯覲覺覽覿觀觚觜觝觧觴觸訃訖訐訌訛訝訥訶詁詛詒詆詈詼詭詬詢誅誂誄誨誡誑誥誦誚誣諄諍諂諚諫諳諧諤諱謔諠諢諷諞諛謌謇謚諡謖謐謗謠謳鞫謦謫謾謨譁譌譏譎證譖譛譚譫"],
2488["eca1","譟譬譯譴譽讀讌讎讒讓讖讙讚谺豁谿豈豌豎豐豕豢豬豸豺貂貉貅貊貍貎貔豼貘戝貭貪貽貲貳貮貶賈賁賤賣賚賽賺賻贄贅贊贇贏贍贐齎贓賍贔贖赧赭赱赳趁趙跂趾趺跏跚跖跌跛跋跪跫跟跣跼踈踉跿踝踞踐踟蹂踵踰踴蹊"],
2489["eda1","蹇蹉蹌蹐蹈蹙蹤蹠踪蹣蹕蹶蹲蹼躁躇躅躄躋躊躓躑躔躙躪躡躬躰軆躱躾軅軈軋軛軣軼軻軫軾輊輅輕輒輙輓輜輟輛輌輦輳輻輹轅轂輾轌轉轆轎轗轜轢轣轤辜辟辣辭辯辷迚迥迢迪迯邇迴逅迹迺逑逕逡逍逞逖逋逧逶逵逹迸"],
2490["eea1","遏遐遑遒逎遉逾遖遘遞遨遯遶隨遲邂遽邁邀邊邉邏邨邯邱邵郢郤扈郛鄂鄒鄙鄲鄰酊酖酘酣酥酩酳酲醋醉醂醢醫醯醪醵醴醺釀釁釉釋釐釖釟釡釛釼釵釶鈞釿鈔鈬鈕鈑鉞鉗鉅鉉鉤鉈銕鈿鉋鉐銜銖銓銛鉚鋏銹銷鋩錏鋺鍄錮"],
2491["efa1","錙錢錚錣錺錵錻鍜鍠鍼鍮鍖鎰鎬鎭鎔鎹鏖鏗鏨鏥鏘鏃鏝鏐鏈鏤鐚鐔鐓鐃鐇鐐鐶鐫鐵鐡鐺鑁鑒鑄鑛鑠鑢鑞鑪鈩鑰鑵鑷鑽鑚鑼鑾钁鑿閂閇閊閔閖閘閙閠閨閧閭閼閻閹閾闊濶闃闍闌闕闔闖關闡闥闢阡阨阮阯陂陌陏陋陷陜陞"],
2492["f0a1","陝陟陦陲陬隍隘隕隗險隧隱隲隰隴隶隸隹雎雋雉雍襍雜霍雕雹霄霆霈霓霎霑霏霖霙霤霪霰霹霽霾靄靆靈靂靉靜靠靤靦靨勒靫靱靹鞅靼鞁靺鞆鞋鞏鞐鞜鞨鞦鞣鞳鞴韃韆韈韋韜韭齏韲竟韶韵頏頌頸頤頡頷頽顆顏顋顫顯顰"],
2493["f1a1","顱顴顳颪颯颱颶飄飃飆飩飫餃餉餒餔餘餡餝餞餤餠餬餮餽餾饂饉饅饐饋饑饒饌饕馗馘馥馭馮馼駟駛駝駘駑駭駮駱駲駻駸騁騏騅駢騙騫騷驅驂驀驃騾驕驍驛驗驟驢驥驤驩驫驪骭骰骼髀髏髑髓體髞髟髢髣髦髯髫髮髴髱髷"],
2494["f2a1","髻鬆鬘鬚鬟鬢鬣鬥鬧鬨鬩鬪鬮鬯鬲魄魃魏魍魎魑魘魴鮓鮃鮑鮖鮗鮟鮠鮨鮴鯀鯊鮹鯆鯏鯑鯒鯣鯢鯤鯔鯡鰺鯲鯱鯰鰕鰔鰉鰓鰌鰆鰈鰒鰊鰄鰮鰛鰥鰤鰡鰰鱇鰲鱆鰾鱚鱠鱧鱶鱸鳧鳬鳰鴉鴈鳫鴃鴆鴪鴦鶯鴣鴟鵄鴕鴒鵁鴿鴾鵆鵈"],
2495["f3a1","鵝鵞鵤鵑鵐鵙鵲鶉鶇鶫鵯鵺鶚鶤鶩鶲鷄鷁鶻鶸鶺鷆鷏鷂鷙鷓鷸鷦鷭鷯鷽鸚鸛鸞鹵鹹鹽麁麈麋麌麒麕麑麝麥麩麸麪麭靡黌黎黏黐黔黜點黝黠黥黨黯黴黶黷黹黻黼黽鼇鼈皷鼕鼡鼬鼾齊齒齔齣齟齠齡齦齧齬齪齷齲齶龕龜龠"],
2496["f4a1","堯槇遙瑤凜熙"],
2497["f9a1","纊褜鍈銈蓜俉炻昱棈鋹曻彅丨仡仼伀伃伹佖侒侊侚侔俍偀倢俿倞偆偰偂傔僴僘兊兤冝冾凬刕劜劦勀勛匀匇匤卲厓厲叝﨎咜咊咩哿喆坙坥垬埈埇﨏塚增墲夋奓奛奝奣妤妺孖寀甯寘寬尞岦岺峵崧嵓﨑嵂嵭嶸嶹巐弡弴彧德"],
2498["faa1","忞恝悅悊惞惕愠惲愑愷愰憘戓抦揵摠撝擎敎昀昕昻昉昮昞昤晥晗晙晴晳暙暠暲暿曺朎朗杦枻桒柀栁桄棏﨓楨﨔榘槢樰橫橆橳橾櫢櫤毖氿汜沆汯泚洄涇浯涖涬淏淸淲淼渹湜渧渼溿澈澵濵瀅瀇瀨炅炫焏焄煜煆煇凞燁燾犱"],
2499["fba1","犾猤猪獷玽珉珖珣珒琇珵琦琪琩琮瑢璉璟甁畯皂皜皞皛皦益睆劯砡硎硤硺礰礼神祥禔福禛竑竧靖竫箞精絈絜綷綠緖繒罇羡羽茁荢荿菇菶葈蒴蕓蕙蕫﨟薰蘒﨡蠇裵訒訷詹誧誾諟諸諶譓譿賰賴贒赶﨣軏﨤逸遧郞都鄕鄧釚"],
2500["fca1","釗釞釭釮釤釥鈆鈐鈊鈺鉀鈼鉎鉙鉑鈹鉧銧鉷鉸鋧鋗鋙鋐﨧鋕鋠鋓錥錡鋻﨨錞鋿錝錂鍰鍗鎤鏆鏞鏸鐱鑅鑈閒隆﨩隝隯霳霻靃靍靏靑靕顗顥飯飼餧館馞驎髙髜魵魲鮏鮱鮻鰀鵰鵫鶴鸙黑"],
2501["fcf1","ⅰ",9,"¬¦'""],
2502["8fa2af","˘ˇ¸˙˝¯˛˚~΄΅"],
2503["8fa2c2","¡¦¿"],
2504["8fa2eb","ºª©®™¤№"],
2505["8fa6e1","ΆΈΉΊΪ"],
2506["8fa6e7","Ό"],
2507["8fa6e9","ΎΫ"],
2508["8fa6ec","Ώ"],
2509["8fa6f1","άέήίϊΐόςύϋΰώ"],
2510["8fa7c2","Ђ",10,"ЎЏ"],
2511["8fa7f2","ђ",10,"ўџ"],
2512["8fa9a1","ÆĐ"],
2513["8fa9a4","Ħ"],
2514["8fa9a6","IJ"],
2515["8fa9a8","ŁĿ"],
2516["8fa9ab","ŊØŒ"],
2517["8fa9af","ŦÞ"],
2518["8fa9c1","æđðħıijĸłŀʼnŋøœßŧþ"],
2519["8faaa1","ÁÀÄÂĂǍĀĄÅÃĆĈČÇĊĎÉÈËÊĚĖĒĘ"],
2520["8faaba","ĜĞĢĠĤÍÌÏÎǏİĪĮĨĴĶĹĽĻŃŇŅÑÓÒÖÔǑŐŌÕŔŘŖŚŜŠŞŤŢÚÙÜÛŬǓŰŪŲŮŨǗǛǙǕŴÝŸŶŹŽŻ"],
2521["8faba1","áàäâăǎāąåãćĉčçċďéèëêěėēęǵĝğ"],
2522["8fabbd","ġĥíìïîǐ"],
2523["8fabc5","īįĩĵķĺľļńňņñóòöôǒőōõŕřŗśŝšşťţúùüûŭǔűūųůũǘǜǚǖŵýÿŷźžż"],
2524["8fb0a1","丂丄丅丌丒丟丣两丨丫丮丯丰丵乀乁乄乇乑乚乜乣乨乩乴乵乹乿亍亖亗亝亯亹仃仐仚仛仠仡仢仨仯仱仳仵份仾仿伀伂伃伈伋伌伒伕伖众伙伮伱你伳伵伷伹伻伾佀佂佈佉佋佌佒佔佖佘佟佣佪佬佮佱佷佸佹佺佽佾侁侂侄"],
2525["8fb1a1","侅侉侊侌侎侐侒侓侔侗侙侚侞侟侲侷侹侻侼侽侾俀俁俅俆俈俉俋俌俍俏俒俜俠俢俰俲俼俽俿倀倁倄倇倊倌倎倐倓倗倘倛倜倝倞倢倧倮倰倲倳倵偀偁偂偅偆偊偌偎偑偒偓偗偙偟偠偢偣偦偧偪偭偰偱倻傁傃傄傆傊傎傏傐"],
2526["8fb2a1","傒傓傔傖傛傜傞",4,"傪傯傰傹傺傽僀僃僄僇僌僎僐僓僔僘僜僝僟僢僤僦僨僩僯僱僶僺僾儃儆儇儈儋儌儍儎僲儐儗儙儛儜儝儞儣儧儨儬儭儯儱儳儴儵儸儹兂兊兏兓兕兗兘兟兤兦兾冃冄冋冎冘冝冡冣冭冸冺冼冾冿凂"],
2527["8fb3a1","凈减凑凒凓凕凘凞凢凥凮凲凳凴凷刁刂刅划刓刕刖刘刢刨刱刲刵刼剅剉剕剗剘剚剜剟剠剡剦剮剷剸剹劀劂劅劊劌劓劕劖劗劘劚劜劤劥劦劧劯劰劶劷劸劺劻劽勀勄勆勈勌勏勑勔勖勛勜勡勥勨勩勪勬勰勱勴勶勷匀匃匊匋"],
2528["8fb4a1","匌匑匓匘匛匜匞匟匥匧匨匩匫匬匭匰匲匵匼匽匾卂卌卋卙卛卡卣卥卬卭卲卹卾厃厇厈厎厓厔厙厝厡厤厪厫厯厲厴厵厷厸厺厽叀叅叏叒叓叕叚叝叞叠另叧叵吂吓吚吡吧吨吪启吱吴吵呃呄呇呍呏呞呢呤呦呧呩呫呭呮呴呿"],
2529["8fb5a1","咁咃咅咈咉咍咑咕咖咜咟咡咦咧咩咪咭咮咱咷咹咺咻咿哆哊响哎哠哪哬哯哶哼哾哿唀唁唅唈唉唌唍唎唕唪唫唲唵唶唻唼唽啁啇啉啊啍啐啑啘啚啛啞啠啡啤啦啿喁喂喆喈喎喏喑喒喓喔喗喣喤喭喲喿嗁嗃嗆嗉嗋嗌嗎嗑嗒"],
2530["8fb6a1","嗓嗗嗘嗛嗞嗢嗩嗶嗿嘅嘈嘊嘍",5,"嘙嘬嘰嘳嘵嘷嘹嘻嘼嘽嘿噀噁噃噄噆噉噋噍噏噔噞噠噡噢噣噦噩噭噯噱噲噵嚄嚅嚈嚋嚌嚕嚙嚚嚝嚞嚟嚦嚧嚨嚩嚫嚬嚭嚱嚳嚷嚾囅囉囊囋囏囐囌囍囙囜囝囟囡囤",4,"囱囫园"],
2531["8fb7a1","囶囷圁圂圇圊圌圑圕圚圛圝圠圢圣圤圥圩圪圬圮圯圳圴圽圾圿坅坆坌坍坒坢坥坧坨坫坭",4,"坳坴坵坷坹坺坻坼坾垁垃垌垔垗垙垚垜垝垞垟垡垕垧垨垩垬垸垽埇埈埌埏埕埝埞埤埦埧埩埭埰埵埶埸埽埾埿堃堄堈堉埡"],
2532["8fb8a1","堌堍堛堞堟堠堦堧堭堲堹堿塉塌塍塏塐塕塟塡塤塧塨塸塼塿墀墁墇墈墉墊墌墍墏墐墔墖墝墠墡墢墦墩墱墲壄墼壂壈壍壎壐壒壔壖壚壝壡壢壩壳夅夆夋夌夒夓夔虁夝夡夣夤夨夯夰夳夵夶夿奃奆奒奓奙奛奝奞奟奡奣奫奭"],
2533["8fb9a1","奯奲奵奶她奻奼妋妌妎妒妕妗妟妤妧妭妮妯妰妳妷妺妼姁姃姄姈姊姍姒姝姞姟姣姤姧姮姯姱姲姴姷娀娄娌娍娎娒娓娞娣娤娧娨娪娭娰婄婅婇婈婌婐婕婞婣婥婧婭婷婺婻婾媋媐媓媖媙媜媞媟媠媢媧媬媱媲媳媵媸媺媻媿"],
2534["8fbaa1","嫄嫆嫈嫏嫚嫜嫠嫥嫪嫮嫵嫶嫽嬀嬁嬈嬗嬴嬙嬛嬝嬡嬥嬭嬸孁孋孌孒孖孞孨孮孯孼孽孾孿宁宄宆宊宎宐宑宓宔宖宨宩宬宭宯宱宲宷宺宼寀寁寍寏寖",4,"寠寯寱寴寽尌尗尞尟尣尦尩尫尬尮尰尲尵尶屙屚屜屢屣屧屨屩"],
2535["8fbba1","屭屰屴屵屺屻屼屽岇岈岊岏岒岝岟岠岢岣岦岪岲岴岵岺峉峋峒峝峗峮峱峲峴崁崆崍崒崫崣崤崦崧崱崴崹崽崿嵂嵃嵆嵈嵕嵑嵙嵊嵟嵠嵡嵢嵤嵪嵭嵰嵹嵺嵾嵿嶁嶃嶈嶊嶒嶓嶔嶕嶙嶛嶟嶠嶧嶫嶰嶴嶸嶹巃巇巋巐巎巘巙巠巤"],
2536["8fbca1","巩巸巹帀帇帍帒帔帕帘帟帠帮帨帲帵帾幋幐幉幑幖幘幛幜幞幨幪",4,"幰庀庋庎庢庤庥庨庪庬庱庳庽庾庿廆廌廋廎廑廒廔廕廜廞廥廫异弆弇弈弎弙弜弝弡弢弣弤弨弫弬弮弰弴弶弻弽弿彀彄彅彇彍彐彔彘彛彠彣彤彧"],
2537["8fbda1","彯彲彴彵彸彺彽彾徉徍徏徖徜徝徢徧徫徤徬徯徰徱徸忄忇忈忉忋忐",4,"忞忡忢忨忩忪忬忭忮忯忲忳忶忺忼怇怊怍怓怔怗怘怚怟怤怭怳怵恀恇恈恉恌恑恔恖恗恝恡恧恱恾恿悂悆悈悊悎悑悓悕悘悝悞悢悤悥您悰悱悷"],
2538["8fbea1","悻悾惂惄惈惉惊惋惎惏惔惕惙惛惝惞惢惥惲惵惸惼惽愂愇愊愌愐",4,"愖愗愙愜愞愢愪愫愰愱愵愶愷愹慁慅慆慉慞慠慬慲慸慻慼慿憀憁憃憄憋憍憒憓憗憘憜憝憟憠憥憨憪憭憸憹憼懀懁懂懎懏懕懜懝懞懟懡懢懧懩懥"],
2539["8fbfa1","懬懭懯戁戃戄戇戓戕戜戠戢戣戧戩戫戹戽扂扃扄扆扌扐扑扒扔扖扚扜扤扭扯扳扺扽抍抎抏抐抦抨抳抶抷抺抾抿拄拎拕拖拚拪拲拴拼拽挃挄挊挋挍挐挓挖挘挩挪挭挵挶挹挼捁捂捃捄捆捊捋捎捒捓捔捘捛捥捦捬捭捱捴捵"],
2540["8fc0a1","捸捼捽捿掂掄掇掊掐掔掕掙掚掞掤掦掭掮掯掽揁揅揈揎揑揓揔揕揜揠揥揪揬揲揳揵揸揹搉搊搐搒搔搘搞搠搢搤搥搩搪搯搰搵搽搿摋摏摑摒摓摔摚摛摜摝摟摠摡摣摭摳摴摻摽撅撇撏撐撑撘撙撛撝撟撡撣撦撨撬撳撽撾撿"],
2541["8fc1a1","擄擉擊擋擌擎擐擑擕擗擤擥擩擪擭擰擵擷擻擿攁攄攈攉攊攏攓攔攖攙攛攞攟攢攦攩攮攱攺攼攽敃敇敉敐敒敔敟敠敧敫敺敽斁斅斊斒斕斘斝斠斣斦斮斲斳斴斿旂旈旉旎旐旔旖旘旟旰旲旴旵旹旾旿昀昄昈昉昍昑昒昕昖昝"],
2542["8fc2a1","昞昡昢昣昤昦昩昪昫昬昮昰昱昳昹昷晀晅晆晊晌晑晎晗晘晙晛晜晠晡曻晪晫晬晾晳晵晿晷晸晹晻暀晼暋暌暍暐暒暙暚暛暜暟暠暤暭暱暲暵暻暿曀曂曃曈曌曎曏曔曛曟曨曫曬曮曺朅朇朎朓朙朜朠朢朳朾杅杇杈杌杔杕杝"],
2543["8fc3a1","杦杬杮杴杶杻极构枎枏枑枓枖枘枙枛枰枱枲枵枻枼枽柹柀柂柃柅柈柉柒柗柙柜柡柦柰柲柶柷桒栔栙栝栟栨栧栬栭栯栰栱栳栻栿桄桅桊桌桕桗桘桛桫桮",4,"桵桹桺桻桼梂梄梆梈梖梘梚梜梡梣梥梩梪梮梲梻棅棈棌棏"],
2544["8fc4a1","棐棑棓棖棙棜棝棥棨棪棫棬棭棰棱棵棶棻棼棽椆椉椊椐椑椓椖椗椱椳椵椸椻楂楅楉楎楗楛楣楤楥楦楨楩楬楰楱楲楺楻楿榀榍榒榖榘榡榥榦榨榫榭榯榷榸榺榼槅槈槑槖槗槢槥槮槯槱槳槵槾樀樁樃樏樑樕樚樝樠樤樨樰樲"],
2545["8fc5a1","樴樷樻樾樿橅橆橉橊橎橐橑橒橕橖橛橤橧橪橱橳橾檁檃檆檇檉檋檑檛檝檞檟檥檫檯檰檱檴檽檾檿櫆櫉櫈櫌櫐櫔櫕櫖櫜櫝櫤櫧櫬櫰櫱櫲櫼櫽欂欃欆欇欉欏欐欑欗欛欞欤欨欫欬欯欵欶欻欿歆歊歍歒歖歘歝歠歧歫歮歰歵歽"],
2546["8fc6a1","歾殂殅殗殛殟殠殢殣殨殩殬殭殮殰殸殹殽殾毃毄毉毌毖毚毡毣毦毧毮毱毷毹毿氂氄氅氉氍氎氐氒氙氟氦氧氨氬氮氳氵氶氺氻氿汊汋汍汏汒汔汙汛汜汫汭汯汴汶汸汹汻沅沆沇沉沔沕沗沘沜沟沰沲沴泂泆泍泏泐泑泒泔泖"],
2547["8fc7a1","泚泜泠泧泩泫泬泮泲泴洄洇洊洎洏洑洓洚洦洧洨汧洮洯洱洹洼洿浗浞浟浡浥浧浯浰浼涂涇涑涒涔涖涗涘涪涬涴涷涹涽涿淄淈淊淎淏淖淛淝淟淠淢淥淩淯淰淴淶淼渀渄渞渢渧渲渶渹渻渼湄湅湈湉湋湏湑湒湓湔湗湜湝湞"],
2548["8fc8a1","湢湣湨湳湻湽溍溓溙溠溧溭溮溱溳溻溿滀滁滃滇滈滊滍滎滏滫滭滮滹滻滽漄漈漊漌漍漖漘漚漛漦漩漪漯漰漳漶漻漼漭潏潑潒潓潗潙潚潝潞潡潢潨潬潽潾澃澇澈澋澌澍澐澒澓澔澖澚澟澠澥澦澧澨澮澯澰澵澶澼濅濇濈濊"],
2549["8fc9a1","濚濞濨濩濰濵濹濼濽瀀瀅瀆瀇瀍瀗瀠瀣瀯瀴瀷瀹瀼灃灄灈灉灊灋灔灕灝灞灎灤灥灬灮灵灶灾炁炅炆炔",4,"炛炤炫炰炱炴炷烊烑烓烔烕烖烘烜烤烺焃",4,"焋焌焏焞焠焫焭焯焰焱焸煁煅煆煇煊煋煐煒煗煚煜煞煠"],
2550["8fcaa1","煨煹熀熅熇熌熒熚熛熠熢熯熰熲熳熺熿燀燁燄燋燌燓燖燙燚燜燸燾爀爇爈爉爓爗爚爝爟爤爫爯爴爸爹牁牂牃牅牎牏牐牓牕牖牚牜牞牠牣牨牫牮牯牱牷牸牻牼牿犄犉犍犎犓犛犨犭犮犱犴犾狁狇狉狌狕狖狘狟狥狳狴狺狻"],
2551["8fcba1","狾猂猄猅猇猋猍猒猓猘猙猞猢猤猧猨猬猱猲猵猺猻猽獃獍獐獒獖獘獝獞獟獠獦獧獩獫獬獮獯獱獷獹獼玀玁玃玅玆玎玐玓玕玗玘玜玞玟玠玢玥玦玪玫玭玵玷玹玼玽玿珅珆珉珋珌珏珒珓珖珙珝珡珣珦珧珩珴珵珷珹珺珻珽"],
2552["8fcca1","珿琀琁琄琇琊琑琚琛琤琦琨",9,"琹瑀瑃瑄瑆瑇瑋瑍瑑瑒瑗瑝瑢瑦瑧瑨瑫瑭瑮瑱瑲璀璁璅璆璇璉璏璐璑璒璘璙璚璜璟璠璡璣璦璨璩璪璫璮璯璱璲璵璹璻璿瓈瓉瓌瓐瓓瓘瓚瓛瓞瓟瓤瓨瓪瓫瓯瓴瓺瓻瓼瓿甆"],
2553["8fcda1","甒甖甗甠甡甤甧甩甪甯甶甹甽甾甿畀畃畇畈畎畐畒畗畞畟畡畯畱畹",5,"疁疅疐疒疓疕疙疜疢疤疴疺疿痀痁痄痆痌痎痏痗痜痟痠痡痤痧痬痮痯痱痹瘀瘂瘃瘄瘇瘈瘊瘌瘏瘒瘓瘕瘖瘙瘛瘜瘝瘞瘣瘥瘦瘩瘭瘲瘳瘵瘸瘹"],
2554["8fcea1","瘺瘼癊癀癁癃癄癅癉癋癕癙癟癤癥癭癮癯癱癴皁皅皌皍皕皛皜皝皟皠皢",6,"皪皭皽盁盅盉盋盌盎盔盙盠盦盨盬盰盱盶盹盼眀眆眊眎眒眔眕眗眙眚眜眢眨眭眮眯眴眵眶眹眽眾睂睅睆睊睍睎睏睒睖睗睜睞睟睠睢"],
2555["8fcfa1","睤睧睪睬睰睲睳睴睺睽瞀瞄瞌瞍瞔瞕瞖瞚瞟瞢瞧瞪瞮瞯瞱瞵瞾矃矉矑矒矕矙矞矟矠矤矦矪矬矰矱矴矸矻砅砆砉砍砎砑砝砡砢砣砭砮砰砵砷硃硄硇硈硌硎硒硜硞硠硡硣硤硨硪确硺硾碊碏碔碘碡碝碞碟碤碨碬碭碰碱碲碳"],
2556["8fd0a1","碻碽碿磇磈磉磌磎磒磓磕磖磤磛磟磠磡磦磪磲磳礀磶磷磺磻磿礆礌礐礚礜礞礟礠礥礧礩礭礱礴礵礻礽礿祄祅祆祊祋祏祑祔祘祛祜祧祩祫祲祹祻祼祾禋禌禑禓禔禕禖禘禛禜禡禨禩禫禯禱禴禸离秂秄秇秈秊秏秔秖秚秝秞"],
2557["8fd1a1","秠秢秥秪秫秭秱秸秼稂稃稇稉稊稌稑稕稛稞稡稧稫稭稯稰稴稵稸稹稺穄穅穇穈穌穕穖穙穜穝穟穠穥穧穪穭穵穸穾窀窂窅窆窊窋窐窑窔窞窠窣窬窳窵窹窻窼竆竉竌竎竑竛竨竩竫竬竱竴竻竽竾笇笔笟笣笧笩笪笫笭笮笯笰"],
2558["8fd2a1","笱笴笽笿筀筁筇筎筕筠筤筦筩筪筭筯筲筳筷箄箉箎箐箑箖箛箞箠箥箬箯箰箲箵箶箺箻箼箽篂篅篈篊篔篖篗篙篚篛篨篪篲篴篵篸篹篺篼篾簁簂簃簄簆簉簋簌簎簏簙簛簠簥簦簨簬簱簳簴簶簹簺籆籊籕籑籒籓籙",5],
2559["8fd3a1","籡籣籧籩籭籮籰籲籹籼籽粆粇粏粔粞粠粦粰粶粷粺粻粼粿糄糇糈糉糍糏糓糔糕糗糙糚糝糦糩糫糵紃紇紈紉紏紑紒紓紖紝紞紣紦紪紭紱紼紽紾絀絁絇絈絍絑絓絗絙絚絜絝絥絧絪絰絸絺絻絿綁綂綃綅綆綈綋綌綍綑綖綗綝"],
2560["8fd4a1","綞綦綧綪綳綶綷綹緂",4,"緌緍緎緗緙縀緢緥緦緪緫緭緱緵緶緹緺縈縐縑縕縗縜縝縠縧縨縬縭縯縳縶縿繄繅繇繎繐繒繘繟繡繢繥繫繮繯繳繸繾纁纆纇纊纍纑纕纘纚纝纞缼缻缽缾缿罃罄罇罏罒罓罛罜罝罡罣罤罥罦罭"],
2561["8fd5a1","罱罽罾罿羀羋羍羏羐羑羖羗羜羡羢羦羪羭羴羼羿翀翃翈翎翏翛翟翣翥翨翬翮翯翲翺翽翾翿耇耈耊耍耎耏耑耓耔耖耝耞耟耠耤耦耬耮耰耴耵耷耹耺耼耾聀聄聠聤聦聭聱聵肁肈肎肜肞肦肧肫肸肹胈胍胏胒胔胕胗胘胠胭胮"],
2562["8fd6a1","胰胲胳胶胹胺胾脃脋脖脗脘脜脞脠脤脧脬脰脵脺脼腅腇腊腌腒腗腠腡腧腨腩腭腯腷膁膐膄膅膆膋膎膖膘膛膞膢膮膲膴膻臋臃臅臊臎臏臕臗臛臝臞臡臤臫臬臰臱臲臵臶臸臹臽臿舀舃舏舓舔舙舚舝舡舢舨舲舴舺艃艄艅艆"],
2563["8fd7a1","艋艎艏艑艖艜艠艣艧艭艴艻艽艿芀芁芃芄芇芉芊芎芑芔芖芘芚芛芠芡芣芤芧芨芩芪芮芰芲芴芷芺芼芾芿苆苐苕苚苠苢苤苨苪苭苯苶苷苽苾茀茁茇茈茊茋荔茛茝茞茟茡茢茬茭茮茰茳茷茺茼茽荂荃荄荇荍荎荑荕荖荗荰荸"],
2564["8fd8a1","荽荿莀莂莄莆莍莒莔莕莘莙莛莜莝莦莧莩莬莾莿菀菇菉菏菐菑菔菝荓菨菪菶菸菹菼萁萆萊萏萑萕萙莭萯萹葅葇葈葊葍葏葑葒葖葘葙葚葜葠葤葥葧葪葰葳葴葶葸葼葽蒁蒅蒒蒓蒕蒞蒦蒨蒩蒪蒯蒱蒴蒺蒽蒾蓀蓂蓇蓈蓌蓏蓓"],
2565["8fd9a1","蓜蓧蓪蓯蓰蓱蓲蓷蔲蓺蓻蓽蔂蔃蔇蔌蔎蔐蔜蔞蔢蔣蔤蔥蔧蔪蔫蔯蔳蔴蔶蔿蕆蕏",4,"蕖蕙蕜",6,"蕤蕫蕯蕹蕺蕻蕽蕿薁薅薆薉薋薌薏薓薘薝薟薠薢薥薧薴薶薷薸薼薽薾薿藂藇藊藋藎薭藘藚藟藠藦藨藭藳藶藼"],
2566["8fdaa1","藿蘀蘄蘅蘍蘎蘐蘑蘒蘘蘙蘛蘞蘡蘧蘩蘶蘸蘺蘼蘽虀虂虆虒虓虖虗虘虙虝虠",4,"虩虬虯虵虶虷虺蚍蚑蚖蚘蚚蚜蚡蚦蚧蚨蚭蚱蚳蚴蚵蚷蚸蚹蚿蛀蛁蛃蛅蛑蛒蛕蛗蛚蛜蛠蛣蛥蛧蚈蛺蛼蛽蜄蜅蜇蜋蜎蜏蜐蜓蜔蜙蜞蜟蜡蜣"],
2567["8fdba1","蜨蜮蜯蜱蜲蜹蜺蜼蜽蜾蝀蝃蝅蝍蝘蝝蝡蝤蝥蝯蝱蝲蝻螃",6,"螋螌螐螓螕螗螘螙螞螠螣螧螬螭螮螱螵螾螿蟁蟈蟉蟊蟎蟕蟖蟙蟚蟜蟟蟢蟣蟤蟪蟫蟭蟱蟳蟸蟺蟿蠁蠃蠆蠉蠊蠋蠐蠙蠒蠓蠔蠘蠚蠛蠜蠞蠟蠨蠭蠮蠰蠲蠵"],
2568["8fdca1","蠺蠼衁衃衅衈衉衊衋衎衑衕衖衘衚衜衟衠衤衩衱衹衻袀袘袚袛袜袟袠袨袪袺袽袾裀裊",4,"裑裒裓裛裞裧裯裰裱裵裷褁褆褍褎褏褕褖褘褙褚褜褠褦褧褨褰褱褲褵褹褺褾襀襂襅襆襉襏襒襗襚襛襜襡襢襣襫襮襰襳襵襺"],
2569["8fdda1","襻襼襽覉覍覐覔覕覛覜覟覠覥覰覴覵覶覷覼觔",4,"觥觩觫觭觱觳觶觹觽觿訄訅訇訏訑訒訔訕訞訠訢訤訦訫訬訯訵訷訽訾詀詃詅詇詉詍詎詓詖詗詘詜詝詡詥詧詵詶詷詹詺詻詾詿誀誃誆誋誏誐誒誖誗誙誟誧誩誮誯誳"],
2570["8fdea1","誶誷誻誾諃諆諈諉諊諑諓諔諕諗諝諟諬諰諴諵諶諼諿謅謆謋謑謜謞謟謊謭謰謷謼譂",4,"譈譒譓譔譙譍譞譣譭譶譸譹譼譾讁讄讅讋讍讏讔讕讜讞讟谸谹谽谾豅豇豉豋豏豑豓豔豗豘豛豝豙豣豤豦豨豩豭豳豵豶豻豾貆"],
2571["8fdfa1","貇貋貐貒貓貙貛貜貤貹貺賅賆賉賋賏賖賕賙賝賡賨賬賯賰賲賵賷賸賾賿贁贃贉贒贗贛赥赩赬赮赿趂趄趈趍趐趑趕趞趟趠趦趫趬趯趲趵趷趹趻跀跅跆跇跈跊跎跑跔跕跗跙跤跥跧跬跰趼跱跲跴跽踁踄踅踆踋踑踔踖踠踡踢"],
2572["8fe0a1","踣踦踧踱踳踶踷踸踹踽蹀蹁蹋蹍蹎蹏蹔蹛蹜蹝蹞蹡蹢蹩蹬蹭蹯蹰蹱蹹蹺蹻躂躃躉躐躒躕躚躛躝躞躢躧躩躭躮躳躵躺躻軀軁軃軄軇軏軑軔軜軨軮軰軱軷軹軺軭輀輂輇輈輏輐輖輗輘輞輠輡輣輥輧輨輬輭輮輴輵輶輷輺轀轁"],
2573["8fe1a1","轃轇轏轑",4,"轘轝轞轥辝辠辡辤辥辦辵辶辸达迀迁迆迊迋迍运迒迓迕迠迣迤迨迮迱迵迶迻迾适逄逈逌逘逛逨逩逯逪逬逭逳逴逷逿遃遄遌遛遝遢遦遧遬遰遴遹邅邈邋邌邎邐邕邗邘邙邛邠邡邢邥邰邲邳邴邶邽郌邾郃"],
2574["8fe2a1","郄郅郇郈郕郗郘郙郜郝郟郥郒郶郫郯郰郴郾郿鄀鄄鄅鄆鄈鄍鄐鄔鄖鄗鄘鄚鄜鄞鄠鄥鄢鄣鄧鄩鄮鄯鄱鄴鄶鄷鄹鄺鄼鄽酃酇酈酏酓酗酙酚酛酡酤酧酭酴酹酺酻醁醃醅醆醊醎醑醓醔醕醘醞醡醦醨醬醭醮醰醱醲醳醶醻醼醽醿"],
2575["8fe3a1","釂釃釅釓釔釗釙釚釞釤釥釩釪釬",5,"釷釹釻釽鈀鈁鈄鈅鈆鈇鈉鈊鈌鈐鈒鈓鈖鈘鈜鈝鈣鈤鈥鈦鈨鈮鈯鈰鈳鈵鈶鈸鈹鈺鈼鈾鉀鉂鉃鉆鉇鉊鉍鉎鉏鉑鉘鉙鉜鉝鉠鉡鉥鉧鉨鉩鉮鉯鉰鉵",4,"鉻鉼鉽鉿銈銉銊銍銎銒銗"],
2576["8fe4a1","銙銟銠銤銥銧銨銫銯銲銶銸銺銻銼銽銿",4,"鋅鋆鋇鋈鋋鋌鋍鋎鋐鋓鋕鋗鋘鋙鋜鋝鋟鋠鋡鋣鋥鋧鋨鋬鋮鋰鋹鋻鋿錀錂錈錍錑錔錕錜錝錞錟錡錤錥錧錩錪錳錴錶錷鍇鍈鍉鍐鍑鍒鍕鍗鍘鍚鍞鍤鍥鍧鍩鍪鍭鍯鍰鍱鍳鍴鍶"],
2577["8fe5a1","鍺鍽鍿鎀鎁鎂鎈鎊鎋鎍鎏鎒鎕鎘鎛鎞鎡鎣鎤鎦鎨鎫鎴鎵鎶鎺鎩鏁鏄鏅鏆鏇鏉",4,"鏓鏙鏜鏞鏟鏢鏦鏧鏹鏷鏸鏺鏻鏽鐁鐂鐄鐈鐉鐍鐎鐏鐕鐖鐗鐟鐮鐯鐱鐲鐳鐴鐻鐿鐽鑃鑅鑈鑊鑌鑕鑙鑜鑟鑡鑣鑨鑫鑭鑮鑯鑱鑲钄钃镸镹"],
2578["8fe6a1","镾閄閈閌閍閎閝閞閟閡閦閩閫閬閴閶閺閽閿闆闈闉闋闐闑闒闓闙闚闝闞闟闠闤闦阝阞阢阤阥阦阬阱阳阷阸阹阺阼阽陁陒陔陖陗陘陡陮陴陻陼陾陿隁隂隃隄隉隑隖隚隝隟隤隥隦隩隮隯隳隺雊雒嶲雘雚雝雞雟雩雯雱雺霂"],
2579["8fe7a1","霃霅霉霚霛霝霡霢霣霨霱霳靁靃靊靎靏靕靗靘靚靛靣靧靪靮靳靶靷靸靻靽靿鞀鞉鞕鞖鞗鞙鞚鞞鞟鞢鞬鞮鞱鞲鞵鞶鞸鞹鞺鞼鞾鞿韁韄韅韇韉韊韌韍韎韐韑韔韗韘韙韝韞韠韛韡韤韯韱韴韷韸韺頇頊頙頍頎頔頖頜頞頠頣頦"],
2580["8fe8a1","頫頮頯頰頲頳頵頥頾顄顇顊顑顒顓顖顗顙顚顢顣顥顦顪顬颫颭颮颰颴颷颸颺颻颿飂飅飈飌飡飣飥飦飧飪飳飶餂餇餈餑餕餖餗餚餛餜餟餢餦餧餫餱",4,"餹餺餻餼饀饁饆饇饈饍饎饔饘饙饛饜饞饟饠馛馝馟馦馰馱馲馵"],
2581["8fe9a1","馹馺馽馿駃駉駓駔駙駚駜駞駧駪駫駬駰駴駵駹駽駾騂騃騄騋騌騐騑騖騞騠騢騣騤騧騭騮騳騵騶騸驇驁驄驊驋驌驎驑驔驖驝骪骬骮骯骲骴骵骶骹骻骾骿髁髃髆髈髎髐髒髕髖髗髛髜髠髤髥髧髩髬髲髳髵髹髺髽髿",4],
2582["8feaa1","鬄鬅鬈鬉鬋鬌鬍鬎鬐鬒鬖鬙鬛鬜鬠鬦鬫鬭鬳鬴鬵鬷鬹鬺鬽魈魋魌魕魖魗魛魞魡魣魥魦魨魪",4,"魳魵魷魸魹魿鮀鮄鮅鮆鮇鮉鮊鮋鮍鮏鮐鮔鮚鮝鮞鮦鮧鮩鮬鮰鮱鮲鮷鮸鮻鮼鮾鮿鯁鯇鯈鯎鯐鯗鯘鯝鯟鯥鯧鯪鯫鯯鯳鯷鯸"],
2583["8feba1","鯹鯺鯽鯿鰀鰂鰋鰏鰑鰖鰘鰙鰚鰜鰞鰢鰣鰦",4,"鰱鰵鰶鰷鰽鱁鱃鱄鱅鱉鱊鱎鱏鱐鱓鱔鱖鱘鱛鱝鱞鱟鱣鱩鱪鱜鱫鱨鱮鱰鱲鱵鱷鱻鳦鳲鳷鳹鴋鴂鴑鴗鴘鴜鴝鴞鴯鴰鴲鴳鴴鴺鴼鵅鴽鵂鵃鵇鵊鵓鵔鵟鵣鵢鵥鵩鵪鵫鵰鵶鵷鵻"],
2584["8feca1","鵼鵾鶃鶄鶆鶊鶍鶎鶒鶓鶕鶖鶗鶘鶡鶪鶬鶮鶱鶵鶹鶼鶿鷃鷇鷉鷊鷔鷕鷖鷗鷚鷞鷟鷠鷥鷧鷩鷫鷮鷰鷳鷴鷾鸊鸂鸇鸎鸐鸑鸒鸕鸖鸙鸜鸝鹺鹻鹼麀麂麃麄麅麇麎麏麖麘麛麞麤麨麬麮麯麰麳麴麵黆黈黋黕黟黤黧黬黭黮黰黱黲黵"],
2585["8feda1","黸黿鼂鼃鼉鼏鼐鼑鼒鼔鼖鼗鼙鼚鼛鼟鼢鼦鼪鼫鼯鼱鼲鼴鼷鼹鼺鼼鼽鼿齁齃",4,"齓齕齖齗齘齚齝齞齨齩齭",4,"齳齵齺齽龏龐龑龒龔龖龗龞龡龢龣龥"]
2586]
2587
2588},{}],356:[function(require,module,exports){
2589module.exports={"uChars":[128,165,169,178,184,216,226,235,238,244,248,251,253,258,276,284,300,325,329,334,364,463,465,467,469,471,473,475,477,506,594,610,712,716,730,930,938,962,970,1026,1104,1106,8209,8215,8218,8222,8231,8241,8244,8246,8252,8365,8452,8454,8458,8471,8482,8556,8570,8596,8602,8713,8720,8722,8726,8731,8737,8740,8742,8748,8751,8760,8766,8777,8781,8787,8802,8808,8816,8854,8858,8870,8896,8979,9322,9372,9548,9588,9616,9622,9634,9652,9662,9672,9676,9680,9702,9735,9738,9793,9795,11906,11909,11913,11917,11928,11944,11947,11951,11956,11960,11964,11979,12284,12292,12312,12319,12330,12351,12436,12447,12535,12543,12586,12842,12850,12964,13200,13215,13218,13253,13263,13267,13270,13384,13428,13727,13839,13851,14617,14703,14801,14816,14964,15183,15471,15585,16471,16736,17208,17325,17330,17374,17623,17997,18018,18212,18218,18301,18318,18760,18811,18814,18820,18823,18844,18848,18872,19576,19620,19738,19887,40870,59244,59336,59367,59413,59417,59423,59431,59437,59443,59452,59460,59478,59493,63789,63866,63894,63976,63986,64016,64018,64021,64025,64034,64037,64042,65074,65093,65107,65112,65127,65132,65375,65510,65536],"gbChars":[0,36,38,45,50,81,89,95,96,100,103,104,105,109,126,133,148,172,175,179,208,306,307,308,309,310,311,312,313,341,428,443,544,545,558,741,742,749,750,805,819,820,7922,7924,7925,7927,7934,7943,7944,7945,7950,8062,8148,8149,8152,8164,8174,8236,8240,8262,8264,8374,8380,8381,8384,8388,8390,8392,8393,8394,8396,8401,8406,8416,8419,8424,8437,8439,8445,8482,8485,8496,8521,8603,8936,8946,9046,9050,9063,9066,9076,9092,9100,9108,9111,9113,9131,9162,9164,9218,9219,11329,11331,11334,11336,11346,11361,11363,11366,11370,11372,11375,11389,11682,11686,11687,11692,11694,11714,11716,11723,11725,11730,11736,11982,11989,12102,12336,12348,12350,12384,12393,12395,12397,12510,12553,12851,12962,12973,13738,13823,13919,13933,14080,14298,14585,14698,15583,15847,16318,16434,16438,16481,16729,17102,17122,17315,17320,17402,17418,17859,17909,17911,17915,17916,17936,17939,17961,18664,18703,18814,18962,19043,33469,33470,33471,33484,33485,33490,33497,33501,33505,33513,33520,33536,33550,37845,37921,37948,38029,38038,38064,38065,38066,38069,38075,38076,38078,39108,39109,39113,39114,39115,39116,39265,39394,189000]}
2590},{}],357:[function(require,module,exports){
2591module.exports=[
2592["a140","",62],
2593["a180","",32],
2594["a240","",62],
2595["a280","",32],
2596["a2ab","",5],
2597["a2e3","€"],
2598["a2ef",""],
2599["a2fd",""],
2600["a340","",62],
2601["a380","",31," "],
2602["a440","",62],
2603["a480","",32],
2604["a4f4","",10],
2605["a540","",62],
2606["a580","",32],
2607["a5f7","",7],
2608["a640","",62],
2609["a680","",32],
2610["a6b9","",7],
2611["a6d9","",6],
2612["a6ec",""],
2613["a6f3",""],
2614["a6f6","",8],
2615["a740","",62],
2616["a780","",32],
2617["a7c2","",14],
2618["a7f2","",12],
2619["a896","",10],
2620["a8bc",""],
2621["a8bf","ǹ"],
2622["a8c1",""],
2623["a8ea","",20],
2624["a958",""],
2625["a95b",""],
2626["a95d",""],
2627["a989","〾⿰",11],
2628["a997","",12],
2629["a9f0","",14],
2630["aaa1","",93],
2631["aba1","",93],
2632["aca1","",93],
2633["ada1","",93],
2634["aea1","",93],
2635["afa1","",93],
2636["d7fa","",4],
2637["f8a1","",93],
2638["f9a1","",93],
2639["faa1","",93],
2640["fba1","",93],
2641["fca1","",93],
2642["fda1","",93],
2643["fe50","⺁⺄㑳㑇⺈⺋㖞㘚㘎⺌⺗㥮㤘㧏㧟㩳㧐㭎㱮㳠⺧⺪䁖䅟⺮䌷⺳⺶⺷䎱䎬⺻䏝䓖䙡䙌"],
2644["fe80","䜣䜩䝼䞍⻊䥇䥺䥽䦂䦃䦅䦆䦟䦛䦷䦶䲣䲟䲠䲡䱷䲢䴓",6,"䶮",93]
2645]
2646
2647},{}],358:[function(require,module,exports){
2648module.exports=[
2649["0","\u0000",128],
2650["a1","。",62],
2651["8140"," 、。,.・:;?!゛゜´`¨^ ̄_ヽヾゝゞ〃仝々〆〇ー―‐/\~∥|…‥‘’“”()〔〕[]{}〈",9,"+-±×"],
2652["8180","÷=≠<>≦≧∞∴♂♀°′″℃¥$¢£%#&*@§☆★○●◎◇◆□■△▲▽▼※〒→←↑↓〓"],
2653["81b8","∈∋⊆⊇⊂⊃∪∩"],
2654["81c8","∧∨¬⇒⇔∀∃"],
2655["81da","∠⊥⌒∂∇≡≒≪≫√∽∝∵∫∬"],
2656["81f0","ʼn♯♭♪†‡¶"],
2657["81fc","◯"],
2658["824f","0",9],
2659["8260","A",25],
2660["8281","a",25],
2661["829f","ぁ",82],
2662["8340","ァ",62],
2663["8380","ム",22],
2664["839f","Α",16,"Σ",6],
2665["83bf","α",16,"σ",6],
2666["8440","А",5,"ЁЖ",25],
2667["8470","а",5,"ёж",7],
2668["8480","о",17],
2669["849f","─│┌┐┘└├┬┤┴┼━┃┏┓┛┗┣┳┫┻╋┠┯┨┷┿┝┰┥┸╂"],
2670["8740","①",19,"Ⅰ",9],
2671["875f","㍉㌔㌢㍍㌘㌧㌃㌶㍑㍗㌍㌦㌣㌫㍊㌻㎜㎝㎞㎎㎏㏄㎡"],
2672["877e","㍻"],
2673["8780","〝〟№㏍℡㊤",4,"㈱㈲㈹㍾㍽㍼≒≡∫∮∑√⊥∠∟⊿∵∩∪"],
2674["889f","亜唖娃阿哀愛挨姶逢葵茜穐悪握渥旭葦芦鯵梓圧斡扱宛姐虻飴絢綾鮎或粟袷安庵按暗案闇鞍杏以伊位依偉囲夷委威尉惟意慰易椅為畏異移維緯胃萎衣謂違遺医井亥域育郁磯一壱溢逸稲茨芋鰯允印咽員因姻引飲淫胤蔭"],
2675["8940","院陰隠韻吋右宇烏羽迂雨卯鵜窺丑碓臼渦嘘唄欝蔚鰻姥厩浦瓜閏噂云運雲荏餌叡営嬰影映曳栄永泳洩瑛盈穎頴英衛詠鋭液疫益駅悦謁越閲榎厭円"],
2676["8980","園堰奄宴延怨掩援沿演炎焔煙燕猿縁艶苑薗遠鉛鴛塩於汚甥凹央奥往応押旺横欧殴王翁襖鴬鴎黄岡沖荻億屋憶臆桶牡乙俺卸恩温穏音下化仮何伽価佳加可嘉夏嫁家寡科暇果架歌河火珂禍禾稼箇花苛茄荷華菓蝦課嘩貨迦過霞蚊俄峨我牙画臥芽蛾賀雅餓駕介会解回塊壊廻快怪悔恢懐戒拐改"],
2677["8a40","魁晦械海灰界皆絵芥蟹開階貝凱劾外咳害崖慨概涯碍蓋街該鎧骸浬馨蛙垣柿蛎鈎劃嚇各廓拡撹格核殻獲確穫覚角赫較郭閣隔革学岳楽額顎掛笠樫"],
2678["8a80","橿梶鰍潟割喝恰括活渇滑葛褐轄且鰹叶椛樺鞄株兜竃蒲釜鎌噛鴨栢茅萱粥刈苅瓦乾侃冠寒刊勘勧巻喚堪姦完官寛干幹患感慣憾換敢柑桓棺款歓汗漢澗潅環甘監看竿管簡緩缶翰肝艦莞観諌貫還鑑間閑関陥韓館舘丸含岸巌玩癌眼岩翫贋雁頑顔願企伎危喜器基奇嬉寄岐希幾忌揮机旗既期棋棄"],
2679["8b40","機帰毅気汽畿祈季稀紀徽規記貴起軌輝飢騎鬼亀偽儀妓宜戯技擬欺犠疑祇義蟻誼議掬菊鞠吉吃喫桔橘詰砧杵黍却客脚虐逆丘久仇休及吸宮弓急救"],
2680["8b80","朽求汲泣灸球究窮笈級糾給旧牛去居巨拒拠挙渠虚許距鋸漁禦魚亨享京供侠僑兇競共凶協匡卿叫喬境峡強彊怯恐恭挟教橋況狂狭矯胸脅興蕎郷鏡響饗驚仰凝尭暁業局曲極玉桐粁僅勤均巾錦斤欣欽琴禁禽筋緊芹菌衿襟謹近金吟銀九倶句区狗玖矩苦躯駆駈駒具愚虞喰空偶寓遇隅串櫛釧屑屈"],
2681["8c40","掘窟沓靴轡窪熊隈粂栗繰桑鍬勲君薫訓群軍郡卦袈祁係傾刑兄啓圭珪型契形径恵慶慧憩掲携敬景桂渓畦稽系経継繋罫茎荊蛍計詣警軽頚鶏芸迎鯨"],
2682["8c80","劇戟撃激隙桁傑欠決潔穴結血訣月件倹倦健兼券剣喧圏堅嫌建憲懸拳捲検権牽犬献研硯絹県肩見謙賢軒遣鍵険顕験鹸元原厳幻弦減源玄現絃舷言諺限乎個古呼固姑孤己庫弧戸故枯湖狐糊袴股胡菰虎誇跨鈷雇顧鼓五互伍午呉吾娯後御悟梧檎瑚碁語誤護醐乞鯉交佼侯候倖光公功効勾厚口向"],
2683["8d40","后喉坑垢好孔孝宏工巧巷幸広庚康弘恒慌抗拘控攻昂晃更杭校梗構江洪浩港溝甲皇硬稿糠紅紘絞綱耕考肯肱腔膏航荒行衡講貢購郊酵鉱砿鋼閤降"],
2684["8d80","項香高鴻剛劫号合壕拷濠豪轟麹克刻告国穀酷鵠黒獄漉腰甑忽惚骨狛込此頃今困坤墾婚恨懇昏昆根梱混痕紺艮魂些佐叉唆嵯左差査沙瑳砂詐鎖裟坐座挫債催再最哉塞妻宰彩才採栽歳済災采犀砕砦祭斎細菜裁載際剤在材罪財冴坂阪堺榊肴咲崎埼碕鷺作削咋搾昨朔柵窄策索錯桜鮭笹匙冊刷"],
2685["8e40","察拶撮擦札殺薩雑皐鯖捌錆鮫皿晒三傘参山惨撒散桟燦珊産算纂蚕讃賛酸餐斬暫残仕仔伺使刺司史嗣四士始姉姿子屍市師志思指支孜斯施旨枝止"],
2686["8e80","死氏獅祉私糸紙紫肢脂至視詞詩試誌諮資賜雌飼歯事似侍児字寺慈持時次滋治爾璽痔磁示而耳自蒔辞汐鹿式識鴫竺軸宍雫七叱執失嫉室悉湿漆疾質実蔀篠偲柴芝屡蕊縞舎写射捨赦斜煮社紗者謝車遮蛇邪借勺尺杓灼爵酌釈錫若寂弱惹主取守手朱殊狩珠種腫趣酒首儒受呪寿授樹綬需囚収周"],
2687["8f40","宗就州修愁拾洲秀秋終繍習臭舟蒐衆襲讐蹴輯週酋酬集醜什住充十従戎柔汁渋獣縦重銃叔夙宿淑祝縮粛塾熟出術述俊峻春瞬竣舜駿准循旬楯殉淳"],
2688["8f80","準潤盾純巡遵醇順処初所暑曙渚庶緒署書薯藷諸助叙女序徐恕鋤除傷償勝匠升召哨商唱嘗奨妾娼宵将小少尚庄床廠彰承抄招掌捷昇昌昭晶松梢樟樵沼消渉湘焼焦照症省硝礁祥称章笑粧紹肖菖蒋蕉衝裳訟証詔詳象賞醤鉦鍾鐘障鞘上丈丞乗冗剰城場壌嬢常情擾条杖浄状畳穣蒸譲醸錠嘱埴飾"],
2689["9040","拭植殖燭織職色触食蝕辱尻伸信侵唇娠寝審心慎振新晋森榛浸深申疹真神秦紳臣芯薪親診身辛進針震人仁刃塵壬尋甚尽腎訊迅陣靭笥諏須酢図厨"],
2690["9080","逗吹垂帥推水炊睡粋翠衰遂酔錐錘随瑞髄崇嵩数枢趨雛据杉椙菅頗雀裾澄摺寸世瀬畝是凄制勢姓征性成政整星晴棲栖正清牲生盛精聖声製西誠誓請逝醒青静斉税脆隻席惜戚斥昔析石積籍績脊責赤跡蹟碩切拙接摂折設窃節説雪絶舌蝉仙先千占宣専尖川戦扇撰栓栴泉浅洗染潜煎煽旋穿箭線"],
2691["9140","繊羨腺舛船薦詮賎践選遷銭銑閃鮮前善漸然全禅繕膳糎噌塑岨措曾曽楚狙疏疎礎祖租粗素組蘇訴阻遡鼠僧創双叢倉喪壮奏爽宋層匝惣想捜掃挿掻"],
2692["9180","操早曹巣槍槽漕燥争痩相窓糟総綜聡草荘葬蒼藻装走送遭鎗霜騒像増憎臓蔵贈造促側則即息捉束測足速俗属賊族続卒袖其揃存孫尊損村遜他多太汰詑唾堕妥惰打柁舵楕陀駄騨体堆対耐岱帯待怠態戴替泰滞胎腿苔袋貸退逮隊黛鯛代台大第醍題鷹滝瀧卓啄宅托択拓沢濯琢託鐸濁諾茸凧蛸只"],
2693["9240","叩但達辰奪脱巽竪辿棚谷狸鱈樽誰丹単嘆坦担探旦歎淡湛炭短端箪綻耽胆蛋誕鍛団壇弾断暖檀段男談値知地弛恥智池痴稚置致蜘遅馳築畜竹筑蓄"],
2694["9280","逐秩窒茶嫡着中仲宙忠抽昼柱注虫衷註酎鋳駐樗瀦猪苧著貯丁兆凋喋寵帖帳庁弔張彫徴懲挑暢朝潮牒町眺聴脹腸蝶調諜超跳銚長頂鳥勅捗直朕沈珍賃鎮陳津墜椎槌追鎚痛通塚栂掴槻佃漬柘辻蔦綴鍔椿潰坪壷嬬紬爪吊釣鶴亭低停偵剃貞呈堤定帝底庭廷弟悌抵挺提梯汀碇禎程締艇訂諦蹄逓"],
2695["9340","邸鄭釘鼎泥摘擢敵滴的笛適鏑溺哲徹撤轍迭鉄典填天展店添纏甜貼転顛点伝殿澱田電兎吐堵塗妬屠徒斗杜渡登菟賭途都鍍砥砺努度土奴怒倒党冬"],
2696["9380","凍刀唐塔塘套宕島嶋悼投搭東桃梼棟盗淘湯涛灯燈当痘祷等答筒糖統到董蕩藤討謄豆踏逃透鐙陶頭騰闘働動同堂導憧撞洞瞳童胴萄道銅峠鴇匿得徳涜特督禿篤毒独読栃橡凸突椴届鳶苫寅酉瀞噸屯惇敦沌豚遁頓呑曇鈍奈那内乍凪薙謎灘捺鍋楢馴縄畷南楠軟難汝二尼弐迩匂賑肉虹廿日乳入"],
2697["9440","如尿韮任妊忍認濡禰祢寧葱猫熱年念捻撚燃粘乃廼之埜嚢悩濃納能脳膿農覗蚤巴把播覇杷波派琶破婆罵芭馬俳廃拝排敗杯盃牌背肺輩配倍培媒梅"],
2698["9480","楳煤狽買売賠陪這蝿秤矧萩伯剥博拍柏泊白箔粕舶薄迫曝漠爆縛莫駁麦函箱硲箸肇筈櫨幡肌畑畠八鉢溌発醗髪伐罰抜筏閥鳩噺塙蛤隼伴判半反叛帆搬斑板氾汎版犯班畔繁般藩販範釆煩頒飯挽晩番盤磐蕃蛮匪卑否妃庇彼悲扉批披斐比泌疲皮碑秘緋罷肥被誹費避非飛樋簸備尾微枇毘琵眉美"],
2699["9540","鼻柊稗匹疋髭彦膝菱肘弼必畢筆逼桧姫媛紐百謬俵彪標氷漂瓢票表評豹廟描病秒苗錨鋲蒜蛭鰭品彬斌浜瀕貧賓頻敏瓶不付埠夫婦富冨布府怖扶敷"],
2700["9580","斧普浮父符腐膚芙譜負賦赴阜附侮撫武舞葡蕪部封楓風葺蕗伏副復幅服福腹複覆淵弗払沸仏物鮒分吻噴墳憤扮焚奮粉糞紛雰文聞丙併兵塀幣平弊柄並蔽閉陛米頁僻壁癖碧別瞥蔑箆偏変片篇編辺返遍便勉娩弁鞭保舗鋪圃捕歩甫補輔穂募墓慕戊暮母簿菩倣俸包呆報奉宝峰峯崩庖抱捧放方朋"],
2701["9640","法泡烹砲縫胞芳萌蓬蜂褒訪豊邦鋒飽鳳鵬乏亡傍剖坊妨帽忘忙房暴望某棒冒紡肪膨謀貌貿鉾防吠頬北僕卜墨撲朴牧睦穆釦勃没殆堀幌奔本翻凡盆"],
2702["9680","摩磨魔麻埋妹昧枚毎哩槙幕膜枕鮪柾鱒桝亦俣又抹末沫迄侭繭麿万慢満漫蔓味未魅巳箕岬密蜜湊蓑稔脈妙粍民眠務夢無牟矛霧鵡椋婿娘冥名命明盟迷銘鳴姪牝滅免棉綿緬面麺摸模茂妄孟毛猛盲網耗蒙儲木黙目杢勿餅尤戻籾貰問悶紋門匁也冶夜爺耶野弥矢厄役約薬訳躍靖柳薮鑓愉愈油癒"],
2703["9740","諭輸唯佑優勇友宥幽悠憂揖有柚湧涌猶猷由祐裕誘遊邑郵雄融夕予余与誉輿預傭幼妖容庸揚揺擁曜楊様洋溶熔用窯羊耀葉蓉要謡踊遥陽養慾抑欲"],
2704["9780","沃浴翌翼淀羅螺裸来莱頼雷洛絡落酪乱卵嵐欄濫藍蘭覧利吏履李梨理璃痢裏裡里離陸律率立葎掠略劉流溜琉留硫粒隆竜龍侶慮旅虜了亮僚両凌寮料梁涼猟療瞭稜糧良諒遼量陵領力緑倫厘林淋燐琳臨輪隣鱗麟瑠塁涙累類令伶例冷励嶺怜玲礼苓鈴隷零霊麗齢暦歴列劣烈裂廉恋憐漣煉簾練聯"],
2705["9840","蓮連錬呂魯櫓炉賂路露労婁廊弄朗楼榔浪漏牢狼篭老聾蝋郎六麓禄肋録論倭和話歪賄脇惑枠鷲亙亘鰐詫藁蕨椀湾碗腕"],
2706["989f","弌丐丕个丱丶丼丿乂乖乘亂亅豫亊舒弍于亞亟亠亢亰亳亶从仍仄仆仂仗仞仭仟价伉佚估佛佝佗佇佶侈侏侘佻佩佰侑佯來侖儘俔俟俎俘俛俑俚俐俤俥倚倨倔倪倥倅伜俶倡倩倬俾俯們倆偃假會偕偐偈做偖偬偸傀傚傅傴傲"],
2707["9940","僉僊傳僂僖僞僥僭僣僮價僵儉儁儂儖儕儔儚儡儺儷儼儻儿兀兒兌兔兢竸兩兪兮冀冂囘册冉冏冑冓冕冖冤冦冢冩冪冫决冱冲冰况冽凅凉凛几處凩凭"],
2708["9980","凰凵凾刄刋刔刎刧刪刮刳刹剏剄剋剌剞剔剪剴剩剳剿剽劍劔劒剱劈劑辨辧劬劭劼劵勁勍勗勞勣勦飭勠勳勵勸勹匆匈甸匍匐匏匕匚匣匯匱匳匸區卆卅丗卉卍凖卞卩卮夘卻卷厂厖厠厦厥厮厰厶參簒雙叟曼燮叮叨叭叺吁吽呀听吭吼吮吶吩吝呎咏呵咎呟呱呷呰咒呻咀呶咄咐咆哇咢咸咥咬哄哈咨"],
2709["9a40","咫哂咤咾咼哘哥哦唏唔哽哮哭哺哢唹啀啣啌售啜啅啖啗唸唳啝喙喀咯喊喟啻啾喘喞單啼喃喩喇喨嗚嗅嗟嗄嗜嗤嗔嘔嗷嘖嗾嗽嘛嗹噎噐營嘴嘶嘲嘸"],
2710["9a80","噫噤嘯噬噪嚆嚀嚊嚠嚔嚏嚥嚮嚶嚴囂嚼囁囃囀囈囎囑囓囗囮囹圀囿圄圉圈國圍圓團圖嗇圜圦圷圸坎圻址坏坩埀垈坡坿垉垓垠垳垤垪垰埃埆埔埒埓堊埖埣堋堙堝塲堡塢塋塰毀塒堽塹墅墹墟墫墺壞墻墸墮壅壓壑壗壙壘壥壜壤壟壯壺壹壻壼壽夂夊夐夛梦夥夬夭夲夸夾竒奕奐奎奚奘奢奠奧奬奩"],
2711["9b40","奸妁妝佞侫妣妲姆姨姜妍姙姚娥娟娑娜娉娚婀婬婉娵娶婢婪媚媼媾嫋嫂媽嫣嫗嫦嫩嫖嫺嫻嬌嬋嬖嬲嫐嬪嬶嬾孃孅孀孑孕孚孛孥孩孰孳孵學斈孺宀"],
2712["9b80","它宦宸寃寇寉寔寐寤實寢寞寥寫寰寶寳尅將專對尓尠尢尨尸尹屁屆屎屓屐屏孱屬屮乢屶屹岌岑岔妛岫岻岶岼岷峅岾峇峙峩峽峺峭嶌峪崋崕崗嵜崟崛崑崔崢崚崙崘嵌嵒嵎嵋嵬嵳嵶嶇嶄嶂嶢嶝嶬嶮嶽嶐嶷嶼巉巍巓巒巖巛巫已巵帋帚帙帑帛帶帷幄幃幀幎幗幔幟幢幤幇幵并幺麼广庠廁廂廈廐廏"],
2713["9c40","廖廣廝廚廛廢廡廨廩廬廱廳廰廴廸廾弃弉彝彜弋弑弖弩弭弸彁彈彌彎弯彑彖彗彙彡彭彳彷徃徂彿徊很徑徇從徙徘徠徨徭徼忖忻忤忸忱忝悳忿怡恠"],
2714["9c80","怙怐怩怎怱怛怕怫怦怏怺恚恁恪恷恟恊恆恍恣恃恤恂恬恫恙悁悍惧悃悚悄悛悖悗悒悧悋惡悸惠惓悴忰悽惆悵惘慍愕愆惶惷愀惴惺愃愡惻惱愍愎慇愾愨愧慊愿愼愬愴愽慂慄慳慷慘慙慚慫慴慯慥慱慟慝慓慵憙憖憇憬憔憚憊憑憫憮懌懊應懷懈懃懆憺懋罹懍懦懣懶懺懴懿懽懼懾戀戈戉戍戌戔戛"],
2715["9d40","戞戡截戮戰戲戳扁扎扞扣扛扠扨扼抂抉找抒抓抖拔抃抔拗拑抻拏拿拆擔拈拜拌拊拂拇抛拉挌拮拱挧挂挈拯拵捐挾捍搜捏掖掎掀掫捶掣掏掉掟掵捫"],
2716["9d80","捩掾揩揀揆揣揉插揶揄搖搴搆搓搦搶攝搗搨搏摧摯摶摎攪撕撓撥撩撈撼據擒擅擇撻擘擂擱擧舉擠擡抬擣擯攬擶擴擲擺攀擽攘攜攅攤攣攫攴攵攷收攸畋效敖敕敍敘敞敝敲數斂斃變斛斟斫斷旃旆旁旄旌旒旛旙无旡旱杲昊昃旻杳昵昶昴昜晏晄晉晁晞晝晤晧晨晟晢晰暃暈暎暉暄暘暝曁暹曉暾暼"],
2717["9e40","曄暸曖曚曠昿曦曩曰曵曷朏朖朞朦朧霸朮朿朶杁朸朷杆杞杠杙杣杤枉杰枩杼杪枌枋枦枡枅枷柯枴柬枳柩枸柤柞柝柢柮枹柎柆柧檜栞框栩桀桍栲桎"],
2718["9e80","梳栫桙档桷桿梟梏梭梔條梛梃檮梹桴梵梠梺椏梍桾椁棊椈棘椢椦棡椌棍棔棧棕椶椒椄棗棣椥棹棠棯椨椪椚椣椡棆楹楷楜楸楫楔楾楮椹楴椽楙椰楡楞楝榁楪榲榮槐榿槁槓榾槎寨槊槝榻槃榧樮榑榠榜榕榴槞槨樂樛槿權槹槲槧樅榱樞槭樔槫樊樒櫁樣樓橄樌橲樶橸橇橢橙橦橈樸樢檐檍檠檄檢檣"],
2719["9f40","檗蘗檻櫃櫂檸檳檬櫞櫑櫟檪櫚櫪櫻欅蘖櫺欒欖鬱欟欸欷盜欹飮歇歃歉歐歙歔歛歟歡歸歹歿殀殄殃殍殘殕殞殤殪殫殯殲殱殳殷殼毆毋毓毟毬毫毳毯"],
2720["9f80","麾氈氓气氛氤氣汞汕汢汪沂沍沚沁沛汾汨汳沒沐泄泱泓沽泗泅泝沮沱沾沺泛泯泙泪洟衍洶洫洽洸洙洵洳洒洌浣涓浤浚浹浙涎涕濤涅淹渕渊涵淇淦涸淆淬淞淌淨淒淅淺淙淤淕淪淮渭湮渮渙湲湟渾渣湫渫湶湍渟湃渺湎渤滿渝游溂溪溘滉溷滓溽溯滄溲滔滕溏溥滂溟潁漑灌滬滸滾漿滲漱滯漲滌"],
2721["e040","漾漓滷澆潺潸澁澀潯潛濳潭澂潼潘澎澑濂潦澳澣澡澤澹濆澪濟濕濬濔濘濱濮濛瀉瀋濺瀑瀁瀏濾瀛瀚潴瀝瀘瀟瀰瀾瀲灑灣炙炒炯烱炬炸炳炮烟烋烝"],
2722["e080","烙焉烽焜焙煥煕熈煦煢煌煖煬熏燻熄熕熨熬燗熹熾燒燉燔燎燠燬燧燵燼燹燿爍爐爛爨爭爬爰爲爻爼爿牀牆牋牘牴牾犂犁犇犒犖犢犧犹犲狃狆狄狎狒狢狠狡狹狷倏猗猊猜猖猝猴猯猩猥猾獎獏默獗獪獨獰獸獵獻獺珈玳珎玻珀珥珮珞璢琅瑯琥珸琲琺瑕琿瑟瑙瑁瑜瑩瑰瑣瑪瑶瑾璋璞璧瓊瓏瓔珱"],
2723["e140","瓠瓣瓧瓩瓮瓲瓰瓱瓸瓷甄甃甅甌甎甍甕甓甞甦甬甼畄畍畊畉畛畆畚畩畤畧畫畭畸當疆疇畴疊疉疂疔疚疝疥疣痂疳痃疵疽疸疼疱痍痊痒痙痣痞痾痿"],
2724["e180","痼瘁痰痺痲痳瘋瘍瘉瘟瘧瘠瘡瘢瘤瘴瘰瘻癇癈癆癜癘癡癢癨癩癪癧癬癰癲癶癸發皀皃皈皋皎皖皓皙皚皰皴皸皹皺盂盍盖盒盞盡盥盧盪蘯盻眈眇眄眩眤眞眥眦眛眷眸睇睚睨睫睛睥睿睾睹瞎瞋瞑瞠瞞瞰瞶瞹瞿瞼瞽瞻矇矍矗矚矜矣矮矼砌砒礦砠礪硅碎硴碆硼碚碌碣碵碪碯磑磆磋磔碾碼磅磊磬"],
2725["e240","磧磚磽磴礇礒礑礙礬礫祀祠祗祟祚祕祓祺祿禊禝禧齋禪禮禳禹禺秉秕秧秬秡秣稈稍稘稙稠稟禀稱稻稾稷穃穗穉穡穢穩龝穰穹穽窈窗窕窘窖窩竈窰"],
2726["e280","窶竅竄窿邃竇竊竍竏竕竓站竚竝竡竢竦竭竰笂笏笊笆笳笘笙笞笵笨笶筐筺笄筍笋筌筅筵筥筴筧筰筱筬筮箝箘箟箍箜箚箋箒箏筝箙篋篁篌篏箴篆篝篩簑簔篦篥籠簀簇簓篳篷簗簍篶簣簧簪簟簷簫簽籌籃籔籏籀籐籘籟籤籖籥籬籵粃粐粤粭粢粫粡粨粳粲粱粮粹粽糀糅糂糘糒糜糢鬻糯糲糴糶糺紆"],
2727["e340","紂紜紕紊絅絋紮紲紿紵絆絳絖絎絲絨絮絏絣經綉絛綏絽綛綺綮綣綵緇綽綫總綢綯緜綸綟綰緘緝緤緞緻緲緡縅縊縣縡縒縱縟縉縋縢繆繦縻縵縹繃縷"],
2728["e380","縲縺繧繝繖繞繙繚繹繪繩繼繻纃緕繽辮繿纈纉續纒纐纓纔纖纎纛纜缸缺罅罌罍罎罐网罕罔罘罟罠罨罩罧罸羂羆羃羈羇羌羔羞羝羚羣羯羲羹羮羶羸譱翅翆翊翕翔翡翦翩翳翹飜耆耄耋耒耘耙耜耡耨耿耻聊聆聒聘聚聟聢聨聳聲聰聶聹聽聿肄肆肅肛肓肚肭冐肬胛胥胙胝胄胚胖脉胯胱脛脩脣脯腋"],
2729["e440","隋腆脾腓腑胼腱腮腥腦腴膃膈膊膀膂膠膕膤膣腟膓膩膰膵膾膸膽臀臂膺臉臍臑臙臘臈臚臟臠臧臺臻臾舁舂舅與舊舍舐舖舩舫舸舳艀艙艘艝艚艟艤"],
2730["e480","艢艨艪艫舮艱艷艸艾芍芒芫芟芻芬苡苣苟苒苴苳苺莓范苻苹苞茆苜茉苙茵茴茖茲茱荀茹荐荅茯茫茗茘莅莚莪莟莢莖茣莎莇莊荼莵荳荵莠莉莨菴萓菫菎菽萃菘萋菁菷萇菠菲萍萢萠莽萸蔆菻葭萪萼蕚蒄葷葫蒭葮蒂葩葆萬葯葹萵蓊葢蒹蒿蒟蓙蓍蒻蓚蓐蓁蓆蓖蒡蔡蓿蓴蔗蔘蔬蔟蔕蔔蓼蕀蕣蕘蕈"],
2731["e540","蕁蘂蕋蕕薀薤薈薑薊薨蕭薔薛藪薇薜蕷蕾薐藉薺藏薹藐藕藝藥藜藹蘊蘓蘋藾藺蘆蘢蘚蘰蘿虍乕虔號虧虱蚓蚣蚩蚪蚋蚌蚶蚯蛄蛆蚰蛉蠣蚫蛔蛞蛩蛬"],
2732["e580","蛟蛛蛯蜒蜆蜈蜀蜃蛻蜑蜉蜍蛹蜊蜴蜿蜷蜻蜥蜩蜚蝠蝟蝸蝌蝎蝴蝗蝨蝮蝙蝓蝣蝪蠅螢螟螂螯蟋螽蟀蟐雖螫蟄螳蟇蟆螻蟯蟲蟠蠏蠍蟾蟶蟷蠎蟒蠑蠖蠕蠢蠡蠱蠶蠹蠧蠻衄衂衒衙衞衢衫袁衾袞衵衽袵衲袂袗袒袮袙袢袍袤袰袿袱裃裄裔裘裙裝裹褂裼裴裨裲褄褌褊褓襃褞褥褪褫襁襄褻褶褸襌褝襠襞"],
2733["e640","襦襤襭襪襯襴襷襾覃覈覊覓覘覡覩覦覬覯覲覺覽覿觀觚觜觝觧觴觸訃訖訐訌訛訝訥訶詁詛詒詆詈詼詭詬詢誅誂誄誨誡誑誥誦誚誣諄諍諂諚諫諳諧"],
2734["e680","諤諱謔諠諢諷諞諛謌謇謚諡謖謐謗謠謳鞫謦謫謾謨譁譌譏譎證譖譛譚譫譟譬譯譴譽讀讌讎讒讓讖讙讚谺豁谿豈豌豎豐豕豢豬豸豺貂貉貅貊貍貎貔豼貘戝貭貪貽貲貳貮貶賈賁賤賣賚賽賺賻贄贅贊贇贏贍贐齎贓賍贔贖赧赭赱赳趁趙跂趾趺跏跚跖跌跛跋跪跫跟跣跼踈踉跿踝踞踐踟蹂踵踰踴蹊"],
2735["e740","蹇蹉蹌蹐蹈蹙蹤蹠踪蹣蹕蹶蹲蹼躁躇躅躄躋躊躓躑躔躙躪躡躬躰軆躱躾軅軈軋軛軣軼軻軫軾輊輅輕輒輙輓輜輟輛輌輦輳輻輹轅轂輾轌轉轆轎轗轜"],
2736["e780","轢轣轤辜辟辣辭辯辷迚迥迢迪迯邇迴逅迹迺逑逕逡逍逞逖逋逧逶逵逹迸遏遐遑遒逎遉逾遖遘遞遨遯遶隨遲邂遽邁邀邊邉邏邨邯邱邵郢郤扈郛鄂鄒鄙鄲鄰酊酖酘酣酥酩酳酲醋醉醂醢醫醯醪醵醴醺釀釁釉釋釐釖釟釡釛釼釵釶鈞釿鈔鈬鈕鈑鉞鉗鉅鉉鉤鉈銕鈿鉋鉐銜銖銓銛鉚鋏銹銷鋩錏鋺鍄錮"],
2737["e840","錙錢錚錣錺錵錻鍜鍠鍼鍮鍖鎰鎬鎭鎔鎹鏖鏗鏨鏥鏘鏃鏝鏐鏈鏤鐚鐔鐓鐃鐇鐐鐶鐫鐵鐡鐺鑁鑒鑄鑛鑠鑢鑞鑪鈩鑰鑵鑷鑽鑚鑼鑾钁鑿閂閇閊閔閖閘閙"],
2738["e880","閠閨閧閭閼閻閹閾闊濶闃闍闌闕闔闖關闡闥闢阡阨阮阯陂陌陏陋陷陜陞陝陟陦陲陬隍隘隕隗險隧隱隲隰隴隶隸隹雎雋雉雍襍雜霍雕雹霄霆霈霓霎霑霏霖霙霤霪霰霹霽霾靄靆靈靂靉靜靠靤靦靨勒靫靱靹鞅靼鞁靺鞆鞋鞏鞐鞜鞨鞦鞣鞳鞴韃韆韈韋韜韭齏韲竟韶韵頏頌頸頤頡頷頽顆顏顋顫顯顰"],
2739["e940","顱顴顳颪颯颱颶飄飃飆飩飫餃餉餒餔餘餡餝餞餤餠餬餮餽餾饂饉饅饐饋饑饒饌饕馗馘馥馭馮馼駟駛駝駘駑駭駮駱駲駻駸騁騏騅駢騙騫騷驅驂驀驃"],
2740["e980","騾驕驍驛驗驟驢驥驤驩驫驪骭骰骼髀髏髑髓體髞髟髢髣髦髯髫髮髴髱髷髻鬆鬘鬚鬟鬢鬣鬥鬧鬨鬩鬪鬮鬯鬲魄魃魏魍魎魑魘魴鮓鮃鮑鮖鮗鮟鮠鮨鮴鯀鯊鮹鯆鯏鯑鯒鯣鯢鯤鯔鯡鰺鯲鯱鯰鰕鰔鰉鰓鰌鰆鰈鰒鰊鰄鰮鰛鰥鰤鰡鰰鱇鰲鱆鰾鱚鱠鱧鱶鱸鳧鳬鳰鴉鴈鳫鴃鴆鴪鴦鶯鴣鴟鵄鴕鴒鵁鴿鴾鵆鵈"],
2741["ea40","鵝鵞鵤鵑鵐鵙鵲鶉鶇鶫鵯鵺鶚鶤鶩鶲鷄鷁鶻鶸鶺鷆鷏鷂鷙鷓鷸鷦鷭鷯鷽鸚鸛鸞鹵鹹鹽麁麈麋麌麒麕麑麝麥麩麸麪麭靡黌黎黏黐黔黜點黝黠黥黨黯"],
2742["ea80","黴黶黷黹黻黼黽鼇鼈皷鼕鼡鼬鼾齊齒齔齣齟齠齡齦齧齬齪齷齲齶龕龜龠堯槇遙瑤凜熙"],
2743["ed40","纊褜鍈銈蓜俉炻昱棈鋹曻彅丨仡仼伀伃伹佖侒侊侚侔俍偀倢俿倞偆偰偂傔僴僘兊兤冝冾凬刕劜劦勀勛匀匇匤卲厓厲叝﨎咜咊咩哿喆坙坥垬埈埇﨏"],
2744["ed80","塚增墲夋奓奛奝奣妤妺孖寀甯寘寬尞岦岺峵崧嵓﨑嵂嵭嶸嶹巐弡弴彧德忞恝悅悊惞惕愠惲愑愷愰憘戓抦揵摠撝擎敎昀昕昻昉昮昞昤晥晗晙晴晳暙暠暲暿曺朎朗杦枻桒柀栁桄棏﨓楨﨔榘槢樰橫橆橳橾櫢櫤毖氿汜沆汯泚洄涇浯涖涬淏淸淲淼渹湜渧渼溿澈澵濵瀅瀇瀨炅炫焏焄煜煆煇凞燁燾犱"],
2745["ee40","犾猤猪獷玽珉珖珣珒琇珵琦琪琩琮瑢璉璟甁畯皂皜皞皛皦益睆劯砡硎硤硺礰礼神祥禔福禛竑竧靖竫箞精絈絜綷綠緖繒罇羡羽茁荢荿菇菶葈蒴蕓蕙"],
2746["ee80","蕫﨟薰蘒﨡蠇裵訒訷詹誧誾諟諸諶譓譿賰賴贒赶﨣軏﨤逸遧郞都鄕鄧釚釗釞釭釮釤釥鈆鈐鈊鈺鉀鈼鉎鉙鉑鈹鉧銧鉷鉸鋧鋗鋙鋐﨧鋕鋠鋓錥錡鋻﨨錞鋿錝錂鍰鍗鎤鏆鏞鏸鐱鑅鑈閒隆﨩隝隯霳霻靃靍靏靑靕顗顥飯飼餧館馞驎髙髜魵魲鮏鮱鮻鰀鵰鵫鶴鸙黑"],
2747["eeef","ⅰ",9,"¬¦'""],
2748["f040","",62],
2749["f080","",124],
2750["f140","",62],
2751["f180","",124],
2752["f240","",62],
2753["f280","",124],
2754["f340","",62],
2755["f380","",124],
2756["f440","",62],
2757["f480","",124],
2758["f540","",62],
2759["f580","",124],
2760["f640","",62],
2761["f680","",124],
2762["f740","",62],
2763["f780","",124],
2764["f840","",62],
2765["f880","",124],
2766["f940",""],
2767["fa40","ⅰ",9,"Ⅰ",9,"¬¦'"㈱№℡∵纊褜鍈銈蓜俉炻昱棈鋹曻彅丨仡仼伀伃伹佖侒侊侚侔俍偀倢俿倞偆偰偂傔僴僘兊"],
2768["fa80","兤冝冾凬刕劜劦勀勛匀匇匤卲厓厲叝﨎咜咊咩哿喆坙坥垬埈埇﨏塚增墲夋奓奛奝奣妤妺孖寀甯寘寬尞岦岺峵崧嵓﨑嵂嵭嶸嶹巐弡弴彧德忞恝悅悊惞惕愠惲愑愷愰憘戓抦揵摠撝擎敎昀昕昻昉昮昞昤晥晗晙晴晳暙暠暲暿曺朎朗杦枻桒柀栁桄棏﨓楨﨔榘槢樰橫橆橳橾櫢櫤毖氿汜沆汯泚洄涇浯"],
2769["fb40","涖涬淏淸淲淼渹湜渧渼溿澈澵濵瀅瀇瀨炅炫焏焄煜煆煇凞燁燾犱犾猤猪獷玽珉珖珣珒琇珵琦琪琩琮瑢璉璟甁畯皂皜皞皛皦益睆劯砡硎硤硺礰礼神"],
2770["fb80","祥禔福禛竑竧靖竫箞精絈絜綷綠緖繒罇羡羽茁荢荿菇菶葈蒴蕓蕙蕫﨟薰蘒﨡蠇裵訒訷詹誧誾諟諸諶譓譿賰賴贒赶﨣軏﨤逸遧郞都鄕鄧釚釗釞釭釮釤釥鈆鈐鈊鈺鉀鈼鉎鉙鉑鈹鉧銧鉷鉸鋧鋗鋙鋐﨧鋕鋠鋓錥錡鋻﨨錞鋿錝錂鍰鍗鎤鏆鏞鏸鐱鑅鑈閒隆﨩隝隯霳霻靃靍靏靑靕顗顥飯飼餧館馞驎髙"],
2771["fc40","髜魵魲鮏鮱鮻鰀鵰鵫鶴鸙黑"]
2772]
2773
2774},{}],359:[function(require,module,exports){
2775"use strict";var Buffer=require("safer-buffer").Buffer;function Utf16BECodec(){}function Utf16BEEncoder(){}function Utf16BEDecoder(){this.overflowByte=-1}function Utf16Codec(t,e){this.iconv=e}function Utf16Encoder(t,e){void 0===(t=t||{}).addBOM&&(t.addBOM=!0),this.encoder=e.iconv.getEncoder("utf-16le",t)}function Utf16Decoder(t,e){this.decoder=null,this.initialBytes=[],this.initialBytesLen=0,this.options=t||{},this.iconv=e.iconv}function detectEncoding(t,e){var o=e||"utf-16le";if(t.length>=2)if(254==t[0]&&255==t[1])o="utf-16be";else if(255==t[0]&&254==t[1])o="utf-16le";else{for(var i=0,n=0,r=Math.min(t.length-t.length%2,64),c=0;c<r;c+=2)0===t[c]&&0!==t[c+1]&&n++,0!==t[c]&&0===t[c+1]&&i++;n>i?o="utf-16be":n<i&&(o="utf-16le")}return o}exports.utf16be=Utf16BECodec,Utf16BECodec.prototype.encoder=Utf16BEEncoder,Utf16BECodec.prototype.decoder=Utf16BEDecoder,Utf16BECodec.prototype.bomAware=!0,Utf16BEEncoder.prototype.write=function(t){for(var e=Buffer.from(t,"ucs2"),o=0;o<e.length;o+=2){var i=e[o];e[o]=e[o+1],e[o+1]=i}return e},Utf16BEEncoder.prototype.end=function(){},Utf16BEDecoder.prototype.write=function(t){if(0==t.length)return"";var e=Buffer.alloc(t.length+1),o=0,i=0;for(-1!==this.overflowByte&&(e[0]=t[0],e[1]=this.overflowByte,o=1,i=2);o<t.length-1;o+=2,i+=2)e[i]=t[o+1],e[i+1]=t[o];return this.overflowByte=o==t.length-1?t[t.length-1]:-1,e.slice(0,i).toString("ucs2")},Utf16BEDecoder.prototype.end=function(){},exports.utf16=Utf16Codec,Utf16Codec.prototype.encoder=Utf16Encoder,Utf16Codec.prototype.decoder=Utf16Decoder,Utf16Encoder.prototype.write=function(t){return this.encoder.write(t)},Utf16Encoder.prototype.end=function(){return this.encoder.end()},Utf16Decoder.prototype.write=function(t){if(!this.decoder){if(this.initialBytes.push(t),this.initialBytesLen+=t.length,this.initialBytesLen<16)return"";var e=detectEncoding(t=Buffer.concat(this.initialBytes),this.options.defaultEncoding);this.decoder=this.iconv.getDecoder(e,this.options),this.initialBytes.length=this.initialBytesLen=0}return this.decoder.write(t)},Utf16Decoder.prototype.end=function(){if(!this.decoder){var t=Buffer.concat(this.initialBytes),e=detectEncoding(t,this.options.defaultEncoding);this.decoder=this.iconv.getDecoder(e,this.options);var o=this.decoder.write(t),i=this.decoder.end();return i?o+i:o}return this.decoder.end()};
2776
2777},{"safer-buffer":543}],360:[function(require,module,exports){
2778"use strict";var Buffer=require("safer-buffer").Buffer;function Utf7Codec(e,t){this.iconv=t}exports.utf7=Utf7Codec,exports.unicode11utf7="utf7",Utf7Codec.prototype.encoder=Utf7Encoder,Utf7Codec.prototype.decoder=Utf7Decoder,Utf7Codec.prototype.bomAware=!0;var nonDirectChars=/[^A-Za-z0-9'\(\),-\.\/:\? \n\r\t]+/g;function Utf7Encoder(e,t){this.iconv=t.iconv}function Utf7Decoder(e,t){this.iconv=t.iconv,this.inBase64=!1,this.base64Accum=""}Utf7Encoder.prototype.write=function(e){return Buffer.from(e.replace(nonDirectChars,function(e){return"+"+("+"===e?"":this.iconv.encode(e,"utf16-be").toString("base64").replace(/=+$/,""))+"-"}.bind(this)))},Utf7Encoder.prototype.end=function(){};for(var base64Regex=/[A-Za-z0-9\/+]/,base64Chars=[],i=0;i<256;i++)base64Chars[i]=base64Regex.test(String.fromCharCode(i));var plusChar="+".charCodeAt(0),minusChar="-".charCodeAt(0),andChar="&".charCodeAt(0);function Utf7IMAPCodec(e,t){this.iconv=t}function Utf7IMAPEncoder(e,t){this.iconv=t.iconv,this.inBase64=!1,this.base64Accum=Buffer.alloc(6),this.base64AccumIdx=0}function Utf7IMAPDecoder(e,t){this.iconv=t.iconv,this.inBase64=!1,this.base64Accum=""}Utf7Decoder.prototype.write=function(e){for(var t="",i=0,s=this.inBase64,c=this.base64Accum,r=0;r<e.length;r++)if(s){if(!base64Chars[e[r]]){if(r==i&&e[r]==minusChar)t+="+";else{var o=c+e.slice(i,r).toString();t+=this.iconv.decode(Buffer.from(o,"base64"),"utf16-be")}e[r]!=minusChar&&r--,i=r+1,s=!1,c=""}}else e[r]==plusChar&&(t+=this.iconv.decode(e.slice(i,r),"ascii"),i=r+1,s=!0);if(s){var n=(o=c+e.slice(i).toString()).length-o.length%8;c=o.slice(n),o=o.slice(0,n),t+=this.iconv.decode(Buffer.from(o,"base64"),"utf16-be")}else t+=this.iconv.decode(e.slice(i),"ascii");return this.inBase64=s,this.base64Accum=c,t},Utf7Decoder.prototype.end=function(){var e="";return this.inBase64&&this.base64Accum.length>0&&(e=this.iconv.decode(Buffer.from(this.base64Accum,"base64"),"utf16-be")),this.inBase64=!1,this.base64Accum="",e},exports.utf7imap=Utf7IMAPCodec,Utf7IMAPCodec.prototype.encoder=Utf7IMAPEncoder,Utf7IMAPCodec.prototype.decoder=Utf7IMAPDecoder,Utf7IMAPCodec.prototype.bomAware=!0,Utf7IMAPEncoder.prototype.write=function(e){for(var t=this.inBase64,i=this.base64Accum,s=this.base64AccumIdx,c=Buffer.alloc(5*e.length+10),r=0,o=0;o<e.length;o++){var n=e.charCodeAt(o);32<=n&&n<=126?(t&&(s>0&&(r+=c.write(i.slice(0,s).toString("base64").replace(/\//g,",").replace(/=+$/,""),r),s=0),c[r++]=minusChar,t=!1),t||(c[r++]=n,n===andChar&&(c[r++]=minusChar))):(t||(c[r++]=andChar,t=!0),t&&(i[s++]=n>>8,i[s++]=255&n,s==i.length&&(r+=c.write(i.toString("base64").replace(/\//g,","),r),s=0)))}return this.inBase64=t,this.base64AccumIdx=s,c.slice(0,r)},Utf7IMAPEncoder.prototype.end=function(){var e=Buffer.alloc(10),t=0;return this.inBase64&&(this.base64AccumIdx>0&&(t+=e.write(this.base64Accum.slice(0,this.base64AccumIdx).toString("base64").replace(/\//g,",").replace(/=+$/,""),t),this.base64AccumIdx=0),e[t++]=minusChar,this.inBase64=!1),e.slice(0,t)};var base64IMAPChars=base64Chars.slice();base64IMAPChars[",".charCodeAt(0)]=!0,Utf7IMAPDecoder.prototype.write=function(e){for(var t="",i=0,s=this.inBase64,c=this.base64Accum,r=0;r<e.length;r++)if(s){if(!base64IMAPChars[e[r]]){if(r==i&&e[r]==minusChar)t+="&";else{var o=c+e.slice(i,r).toString().replace(/,/g,"/");t+=this.iconv.decode(Buffer.from(o,"base64"),"utf16-be")}e[r]!=minusChar&&r--,i=r+1,s=!1,c=""}}else e[r]==andChar&&(t+=this.iconv.decode(e.slice(i,r),"ascii"),i=r+1,s=!0);if(s){var n=(o=c+e.slice(i).toString().replace(/,/g,"/")).length-o.length%8;c=o.slice(n),o=o.slice(0,n),t+=this.iconv.decode(Buffer.from(o,"base64"),"utf16-be")}else t+=this.iconv.decode(e.slice(i),"ascii");return this.inBase64=s,this.base64Accum=c,t},Utf7IMAPDecoder.prototype.end=function(){var e="";return this.inBase64&&this.base64Accum.length>0&&(e=this.iconv.decode(Buffer.from(this.base64Accum,"base64"),"utf16-be")),this.inBase64=!1,this.base64Accum="",e};
2779
2780},{"safer-buffer":543}],361:[function(require,module,exports){
2781"use strict";var BOMChar="\ufeff";function PrependBOMWrapper(r,t){this.encoder=r,this.addBOM=!0}function StripBOMWrapper(r,t){this.decoder=r,this.pass=!1,this.options=t||{}}exports.PrependBOM=PrependBOMWrapper,PrependBOMWrapper.prototype.write=function(r){return this.addBOM&&(r=BOMChar+r,this.addBOM=!1),this.encoder.write(r)},PrependBOMWrapper.prototype.end=function(){return this.encoder.end()},exports.StripBOM=StripBOMWrapper,StripBOMWrapper.prototype.write=function(r){var t=this.decoder.write(r);return this.pass||!t?t:(t[0]===BOMChar&&(t=t.slice(1),"function"==typeof this.options.stripBOM&&this.options.stripBOM()),this.pass=!0,t)},StripBOMWrapper.prototype.end=function(){return this.decoder.end()};
2782
2783},{}],362:[function(require,module,exports){
2784(function (process){
2785"use strict";var Buffer=require("safer-buffer").Buffer,bomHandling=require("./bom-handling"),iconv=module.exports;iconv.encodings=null,iconv.defaultCharUnicode="�",iconv.defaultCharSingleByte="?",iconv.encode=function(e,n,o){e=""+(e||"");var c=iconv.getEncoder(n,o),r=c.write(e),i=c.end();return i&&i.length>0?Buffer.concat([r,i]):r},iconv.decode=function(e,n,o){"string"==typeof e&&(iconv.skipDecodeWarning||(console.error("Iconv-lite warning: decode()-ing strings is deprecated. Refer to https://github.com/ashtuchkin/iconv-lite/wiki/Use-Buffers-when-decoding"),iconv.skipDecodeWarning=!0),e=Buffer.from(""+(e||""),"binary"));var c=iconv.getDecoder(n,o),r=c.write(e),i=c.end();return i?r+i:r},iconv.encodingExists=function(e){try{return iconv.getCodec(e),!0}catch(e){return!1}},iconv.toEncoding=iconv.encode,iconv.fromEncoding=iconv.decode,iconv._codecDataCache={},iconv.getCodec=function(e){iconv.encodings||(iconv.encodings=require("../encodings"));for(var n=iconv._canonicalizeEncoding(e),o={};;){var c=iconv._codecDataCache[n];if(c)return c;var r=iconv.encodings[n];switch(typeof r){case"string":n=r;break;case"object":for(var i in r)o[i]=r[i];o.encodingName||(o.encodingName=n),n=r.type;break;case"function":return o.encodingName||(o.encodingName=n),c=new r(o,iconv),iconv._codecDataCache[o.encodingName]=c,c;default:throw new Error("Encoding not recognized: '"+e+"' (searched as: '"+n+"')")}}},iconv._canonicalizeEncoding=function(e){return(""+e).toLowerCase().replace(/:\d{4}$|[^0-9a-z]/g,"")},iconv.getEncoder=function(e,n){var o=iconv.getCodec(e),c=new o.encoder(n,o);return o.bomAware&&n&&n.addBOM&&(c=new bomHandling.PrependBOM(c,n)),c},iconv.getDecoder=function(e,n){var o=iconv.getCodec(e),c=new o.decoder(n,o);return!o.bomAware||n&&!1===n.stripBOM||(c=new bomHandling.StripBOM(c,n)),c};var nodeVer="undefined"!=typeof process&&process.versions&&process.versions.node;if(nodeVer){var nodeVerArr=nodeVer.split(".").map(Number);(nodeVerArr[0]>0||nodeVerArr[1]>=10)&&require("./streams")(iconv),require("./extend-node")(iconv)}
2786
2787}).call(this,require('_process'))
2788},{"../encodings":346,"./bom-handling":361,"./extend-node":256,"./streams":256,"_process":515,"safer-buffer":543}],363:[function(require,module,exports){
2789exports.read=function(a,o,t,r,h){var M,p,w=8*h-r-1,f=(1<<w)-1,e=f>>1,i=-7,N=t?h-1:0,n=t?-1:1,s=a[o+N];for(N+=n,M=s&(1<<-i)-1,s>>=-i,i+=w;i>0;M=256*M+a[o+N],N+=n,i-=8);for(p=M&(1<<-i)-1,M>>=-i,i+=r;i>0;p=256*p+a[o+N],N+=n,i-=8);if(0===M)M=1-e;else{if(M===f)return p?NaN:1/0*(s?-1:1);p+=Math.pow(2,r),M-=e}return(s?-1:1)*p*Math.pow(2,M-r)},exports.write=function(a,o,t,r,h,M){var p,w,f,e=8*M-h-1,i=(1<<e)-1,N=i>>1,n=23===h?Math.pow(2,-24)-Math.pow(2,-77):0,s=r?0:M-1,u=r?1:-1,l=o<0||0===o&&1/o<0?1:0;for(o=Math.abs(o),isNaN(o)||o===1/0?(w=isNaN(o)?1:0,p=i):(p=Math.floor(Math.log(o)/Math.LN2),o*(f=Math.pow(2,-p))<1&&(p--,f*=2),(o+=p+N>=1?n/f:n*Math.pow(2,1-N))*f>=2&&(p++,f/=2),p+N>=i?(w=0,p=i):p+N>=1?(w=(o*f-1)*Math.pow(2,h),p+=N):(w=o*Math.pow(2,N-1)*Math.pow(2,h),p=0));h>=8;a[t+s]=255&w,s+=u,w/=256,h-=8);for(p=p<<h|w,e+=h;e>0;a[t+s]=255&p,s+=u,p/=256,e-=8);a[t+s-u]|=128*l};
2790
2791},{}],364:[function(require,module,exports){
2792"function"==typeof Object.create?module.exports=function(t,e){e&&(t.super_=e,t.prototype=Object.create(e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}))}:module.exports=function(t,e){if(e){t.super_=e;var o=function(){};o.prototype=e.prototype,t.prototype=new o,t.prototype.constructor=t}};
2793
2794},{}],365:[function(require,module,exports){
2795function isBuffer(f){return!!f.constructor&&"function"==typeof f.constructor.isBuffer&&f.constructor.isBuffer(f)}function isSlowBuffer(f){return"function"==typeof f.readFloatLE&&"function"==typeof f.slice&&isBuffer(f.slice(0,0))}module.exports=function(f){return null!=f&&(isBuffer(f)||isSlowBuffer(f)||!!f._isBuffer)};
2796
2797},{}],366:[function(require,module,exports){
2798"use strict";var numberIsNan=require("number-is-nan");module.exports=Number.isFinite||function(e){return!("number"!=typeof e||numberIsNan(e)||e===1/0||e===-1/0)};
2799
2800},{"number-is-nan":500}],367:[function(require,module,exports){
2801var isFinite=require("is-finite");module.exports=Number.isInteger||function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e};
2802
2803},{"is-finite":366}],368:[function(require,module,exports){
2804"use strict";var isObject=require("isobject");function isObjectObject(t){return!0===isObject(t)&&"[object Object]"===Object.prototype.toString.call(t)}module.exports=function(t){var e,c;return!1!==isObjectObject(t)&&("function"==typeof(e=t.constructor)&&(!1!==isObjectObject(c=e.prototype)&&!1!==c.hasOwnProperty("isPrototypeOf")))};
2805
2806},{"isobject":370}],369:[function(require,module,exports){
2807var toString={}.toString;module.exports=Array.isArray||function(r){return"[object Array]"==toString.call(r)};
2808
2809},{}],370:[function(require,module,exports){
2810"use strict";module.exports=function(r){return null!=r&&"object"==typeof r&&!1===Array.isArray(r)};
2811
2812},{}],371:[function(require,module,exports){
2813!function(t,n){"function"==typeof define&&"object"==typeof define.amd&&define.amd?define(function(){return n(t)}):"object"==typeof module&&module&&module.exports?module.exports=n(t):t.Levenshtein=n(t)}(this,function(t){function n(t,n){var e,i;for(e=-1,i=t.length;++e<i;)n(t[e],e,t)}function e(t,e){var i;return i=Array(t.length),n(t,function(t,n,r){i[n]=e(t,n,r)}),i}function i(t,e,i){return n(t,function(t,n,r){i=e(t,n,r)}),i}function r(t,e){var i,r,o;return o=this._matrix=[],t==e?this.distance=0:""==t?this.distance=e.length:""==e?this.distance=t.length:(i=[0],n(t,function(t,n){i[++n]=n}),o[0]=i,n(e,function(u,c){r=[++c],n(t,function(n,o){o++,t.charAt(o-1)==e.charAt(c-1)?r[o]=i[o-1]:r[o]=Math.min(i[o]+1,r[o-1]+1,i[o-1]+1)}),i=r,o[o.length]=i}),this.distance=r[r.length-1])}return r.prototype.toString=r.prototype.inspect=function(t){var n,r,o,u;for(r=i(n=this.getMatrix(),function(t,n){return Math.max(t,i(n,Math.max,0))},0),o=Array((r+"").length).join(" "),u=[];u.length<(n[0]&&n[0].length||0);)u[u.length]=Array(o.length+1).join("-");return u=u.join("-+")+"-",e(n,function(t){return e(t,function(t){return(o+t).slice(-o.length)}).join(" |")+" "}).join("\n"+u+"\n")},r.prototype.getMatrix=function(){return this._matrix.slice()},r.prototype.valueOf=function(){return this.distance},r});
2814
2815},{}],372:[function(require,module,exports){
2816"use strict";var _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};module.exports=function(e){switch(void 0===e?"undefined":_typeof(e)){case"boolean":return e?"1":"";case"string":return e;case"number":return isNaN(e)?"NAN":isFinite(e)?e+"":(e<0?"-":"")+"INF";case"undefined":return"";case"object":return Array.isArray(e)?"Array":null!==e?"Object":"";case"function":default:throw new Error("Unsupported value type")}};
2817
2818},{}],373:[function(require,module,exports){
2819"use strict";module.exports=function(r,e,t){var o,n="",f=0,i=-1,l=r.length||0,s=[];if(e<1)return null;if("[object Array]"===Object.prototype.toString.call(r))if(t)for(;f<l;)(o=f%e)?s[i][f]=r[f]:s[++i]={},s[i][f]=r[f],f++;else for(;f<l;)(o=f%e)?s[i][o]=r[f]:s[++i]=[r[f]],f++;else if(t)for(n in r)r.hasOwnProperty(n)&&((o=f%e)?s[i][n]=r[n]:s[++i]={},s[i][n]=r[n],f++);else for(n in r)r.hasOwnProperty(n)&&((o=f%e)?s[i][o]=r[n]:s[++i]=[r[n]],f++);return s};
2820
2821},{}],374:[function(require,module,exports){
2822"use strict";module.exports=function(){var r,t=Array.prototype.slice.call(arguments),e=t.length,o={},a="",c=0,l=0,n=0,f=0,i=Object.prototype.toString,p=!0;for(n=0;n<e;n++)if("[object Array]"!==i.call(t[n])){p=!1;break}if(p){for(p=[],n=0;n<e;n++)p=p.concat(t[n]);return p}for(n=0,f=0;n<e;n++)if(r=t[n],"[object Array]"===i.call(r))for(l=0,c=r.length;l<c;l++)o[f++]=r[l];else for(a in r)r.hasOwnProperty(a)&&(parseInt(a,10)+""===a?o[f++]=r[a]:o[a]=r[a]);return o};
2823
2824},{}],375:[function(require,module,exports){
2825"use strict";module.exports=function(r,t){var e=Object.keys(r);if(t=null==t?1:+t,isNaN(t)||t<1||t>e.length)return null;for(var l=e.length-1;l>0;l--){var n=Math.floor(Math.random()*(l+1)),a=e[n];e[n]=e[l],e[l]=a}return 1===t?e[0]:e.slice(0,t)};
2826
2827},{}],376:[function(require,module,exports){
2828(function (global){
2829"use strict";module.exports=function(e,r){var t,n,o,u,s=require("../i18n/i18n_loc_get_default"),a=require("../strings/strnatcmp"),i={},c=[],l={},p="undefined"!=typeof window?window:global;p.$locutus=p.$locutus||{};var f=p.$locutus;switch(f.php=f.php||{},f.php.locales=f.php.locales||{},r){case"SORT_STRING":t=function(e,r){return a(r,e)};break;case"SORT_LOCALE_STRING":var d=s();t=f.locales[d].sorting;break;case"SORT_NUMERIC":t=function(e,r){return r-e};break;case"SORT_REGULAR":default:t=function(e,r){var t=parseFloat(r),n=parseFloat(e),o=t+""===r,u=n+""===e;return o&&u?t>n?1:t<n?-1:0:o&&!u?1:!o&&u?-1:r>e?1:r<e?-1:0}}for(o in e)e.hasOwnProperty(o)&&c.push(o);for(c.sort(t),l=(u="on"===(("undefined"!=typeof require?require("../info/ini_get")("locutus.sortByReference"):void 0)||"on"))?e:l,n=0;n<c.length;n++)i[o=c[n]]=e[o],u&&delete e[o];for(n in i)i.hasOwnProperty(n)&&(l[n]=i[n]);return u||l};
2830
2831}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
2832},{"../i18n/i18n_loc_get_default":380,"../info/ini_get":382,"../strings/strnatcmp":456}],377:[function(require,module,exports){
2833"use strict";module.exports=function(r,s,N){var a,i,o=[],e=N||1,t=!1;if(isNaN(r)||isNaN(s)?isNaN(r)&&isNaN(s)?(t=!0,a=r.charCodeAt(0),i=s.charCodeAt(0)):(a=isNaN(r)?0:r,i=isNaN(s)?0:s):(a=r,i=s),!(a>i))for(;a<=i;)o.push(t?String.fromCharCode(a):a),a+=e;else for(;a>=i;)o.push(t?String.fromCharCode(a):a),a-=e;return o};
2834
2835},{}],378:[function(require,module,exports){
2836(function (global){
2837"use strict";module.exports=function(e){var o=require("../strings/setlocale");if("string"!=typeof e)return!1;o("LC_ALL",0);var r="undefined"!=typeof window?window:global;r.$locutus=r.$locutus||{};var t=r.$locutus.php;return-1!==e.search(t.locales[t.localeCategories.LC_CTYPE].LC_CTYPE.al)};
2838
2839}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
2840},{"../strings/setlocale":428}],379:[function(require,module,exports){
2841"use strict";module.exports=function(e,r,t,u,i){return require("fs").readFileSync(e,"utf-8")};
2842
2843},{"fs":256}],380:[function(require,module,exports){
2844(function (global){
2845"use strict";module.exports=function(){var l="undefined"!=typeof window?window:global;l.$locutus=l.$locutus||{};var o=l.$locutus;return o.php=o.php||{},o.php.locales=o.php.locales||{},o.php.locale_default||"en_US_POSIX"};
2846
2847}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
2848},{}],381:[function(require,module,exports){
2849(function (process){
2850"use strict";module.exports=function(e){return!("undefined"!=typeof process||!process.env||!process.env[e])&&process.env[e]};
2851
2852}).call(this,require('_process'))
2853},{"_process":515}],382:[function(require,module,exports){
2854(function (global){
2855"use strict";module.exports=function(i){var p="undefined"!=typeof window?window:global;p.$locutus=p.$locutus||{};var l=p.$locutus;return l.php=l.php||{},l.php.ini=l.php.ini||{},l.php.ini[i]&&void 0!==l.php.ini[i].local_value?null===l.php.ini[i].local_value?"":l.php.ini[i].local_value:""};
2856
2857}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
2858},{}],383:[function(require,module,exports){
2859(function (global){
2860"use strict";module.exports=function(i,n){var o="undefined"!=typeof window?window:global;o.$locutus=o.$locutus||{};var p=o.$locutus;p.php=p.php||{},p.php.ini=p.php.ini||{},p.php.ini=p.php.ini||{},p.php.ini[i]=p.php.ini[i]||{};var l=p.php.ini[i].local_value,e=(n+"").toLowerCase().trim();!0!==n&&"on"!==e&&"1"!==e||(n="on"),!1!==n&&"off"!==e&&"0"!==e||(n="off");switch(i){case"extension":!function(o){void 0===o&&(p.ini[i].local_value=[]),p.ini[i].local_value.push(n)}(l);break;default:p.php.ini[i].local_value=n}return l};
2861
2862}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
2863},{}],384:[function(require,module,exports){
2864(function (global){
2865"use strict";var _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(n){return typeof n}:function(n){return n&&"function"==typeof Symbol&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n};module.exports=function(n){var t="undefined"!=typeof window?window:global;t.$locutus=t.$locutus||{};var e=t.$locutus;e.php=e.php||{};var o,r=t.JSON;try{if("object"===(void 0===r?"undefined":_typeof(r))&&"function"==typeof r.stringify){if(void 0===(o=r.stringify(n)))throw new SyntaxError("json_encode");return o}var i=function(n){var t=["\0-","-Ÿ","­","؀-؄","܏","឴","឵","‌-‏","\u2028- ","⁠-","\ufeff","￰-￿"].join(""),e=new RegExp('[\\"'+t+"]","g"),o={"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"};return e.lastIndex=0,e.test(n)?'"'+n.replace(e,function(n){var t=o[n];return"string"==typeof t?t:"\\u"+("0000"+n.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+n+'"'};return function n(t,e){var o="",r=0,u="",f="",c=0,l=o,s=[],a=e[t];switch(a&&"object"===(void 0===a?"undefined":_typeof(a))&&"function"==typeof a.toJSON&&(a=a.toJSON(t)),void 0===a?"undefined":_typeof(a)){case"string":return i(a);case"number":return isFinite(a)?String(a):"null";case"boolean":case"null":return String(a);case"object":if(!a)return"null";if(o+=" ",s=[],"[object Array]"===Object.prototype.toString.apply(a)){for(c=a.length,r=0;r<c;r+=1)s[r]=n(r,a)||"null";return f=0===s.length?"[]":o?"[\n"+o+s.join(",\n"+o)+"\n"+l+"]":"["+s.join(",")+"]",o=l,f}for(u in a)Object.hasOwnProperty.call(a,u)&&(f=n(u,a))&&s.push(i(u)+(o?": ":":")+f);return f=0===s.length?"{}":o?"{\n"+o+s.join(",\n"+o)+"\n"+l+"}":"{"+s.join(",")+"}",o=l,f;case"undefined":case"function":default:throw new SyntaxError("json_encode")}}("",{"":n})}catch(n){if(!(n instanceof SyntaxError))throw new Error("Unexpected error type in json_encode()");return e.php.last_error_json=4,null}};
2866
2867}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
2868},{}],385:[function(require,module,exports){
2869"use strict";module.exports=function(t){return Math.ceil(t)};
2870
2871},{}],386:[function(require,module,exports){
2872"use strict";module.exports=function(t){return Math.floor(t)};
2873
2874},{}],387:[function(require,module,exports){
2875"use strict";module.exports=function(r,e){var t=arguments.length;if(0===t)r=0,e=2147483647;else{if(1===t)throw new Error("Warning: mt_rand() expects exactly 2 parameters, 1 given");r=parseInt(r,10),e=parseInt(e,10)}return Math.floor(Math.random()*(e-r+1))+r};
2876
2877},{}],388:[function(require,module,exports){
2878"use strict";module.exports=function(a,e,r){var t,_,o,s;if(e|=0,o=(a*=t=Math.pow(10,e))%1==.5*(s=a>0|-(a<0)),_=Math.floor(a),o)switch(r){case"PHP_ROUND_HALF_DOWN":a=_+(s<0);break;case"PHP_ROUND_HALF_EVEN":a=_+_%2*s;break;case"PHP_ROUND_HALF_ODD":a=_+!(_%2);break;default:a=_+(s>0)}return(o?a:Math.round(a))/t};
2879
2880},{}],389:[function(require,module,exports){
2881"use strict";module.exports=function(e,r){var t="",a=[],h=0,n=0,c="",s="",o="",i="",f="",l=0,d=0,A=0,g=0,u=0,p=[],C="",b=/%([\dA-Fa-f]+)/g,m=function(e,r){return(e+="").length<r?new Array(++r-e.length).join("0")+e:e};for(h=0;h<r.length;h++)if(c=r.charAt(h),s=r.charAt(h+1),"\\"===c&&s&&/\d/.test(s)){if(g=h+(A=(o=r.slice(h+1).match(/^\d+/)[0]).length)+1,r.charAt(g)+r.charAt(g+1)===".."){if(l=o.charCodeAt(0),/\\\d/.test(r.charAt(g+2)+r.charAt(g+3)))i=r.slice(g+3).match(/^\d+/)[0],h+=1;else{if(!r.charAt(g+2))throw new Error("Range with no end point");i=r.charAt(g+2)}if((d=i.charCodeAt(0))>l)for(n=l;n<=d;n++)a.push(String.fromCharCode(n));else a.push(".",o,i);h+=i.length+2}else f=String.fromCharCode(parseInt(o,8)),a.push(f);h+=A}else if(s+r.charAt(h+2)===".."){if(l=(o=c).charCodeAt(0),/\\\d/.test(r.charAt(h+3)+r.charAt(h+4)))i=r.slice(h+4).match(/^\d+/)[0],h+=1;else{if(!r.charAt(h+3))throw new Error("Range with no end point");i=r.charAt(h+3)}if((d=i.charCodeAt(0))>l)for(n=l;n<=d;n++)a.push(String.fromCharCode(n));else a.push(".",o,i);h+=i.length+2}else a.push(c);for(h=0;h<e.length;h++)if(c=e.charAt(h),-1!==a.indexOf(c))if(t+="\\",(u=c.charCodeAt(0))<32||u>126)switch(c){case"\n":t+="n";break;case"\t":t+="t";break;case"\r":t+="r";break;case"":t+="a";break;case"\v":t+="v";break;case"\b":t+="b";break;case"\f":t+="f";break;default:for(C=encodeURIComponent(c),null!==(p=b.exec(C))&&(t+=m(parseInt(p[1],16).toString(8),3));null!==(p=b.exec(C));)t+="\\"+m(parseInt(p[1],16).toString(8),3)}else t+=c;else t+=c;return t};
2882
2883},{}],390:[function(require,module,exports){
2884"use strict";module.exports=function(e){return(e+"").replace(/[\\"']/g,"\\$&").replace(/\u0000/g,"\\0")};
2885
2886},{}],391:[function(require,module,exports){
2887"use strict";module.exports=function(t){var r,e,n,o="";for(r=0,e=(t+="").length;r<e;r++)o+=(n=t.charCodeAt(r).toString(16)).length<2?"0"+n:n;return o};
2888
2889},{}],392:[function(require,module,exports){
2890"use strict";module.exports=function(r,t){return require("../strings/rtrim")(r,t)};
2891
2892},{"../strings/rtrim":427}],393:[function(require,module,exports){
2893"use strict";module.exports=function(r){return r>65535?(r-=65536,String.fromCharCode(55296+(r>>10),56320+(1023&r))):String.fromCharCode(r)};
2894
2895},{}],394:[function(require,module,exports){
2896"use strict";module.exports=function(e,n,t){return t=t||"\r\n",!((n=parseInt(n,10)||76)<1)&&e.match(new RegExp(".{0,"+n+"}","g")).join(t)};
2897
2898},{}],395:[function(require,module,exports){
2899"use strict";module.exports=function(e,r,a){var t,c=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,154,174,190,46,159,189,46,46,179,191,180,157,46,46,156,183,46,46,182,166,173,46,46,158,163,152,164,155,46,46,46,167,225,226,247,231,228,229,246,250,233,234,235,236,237,238,239,240,242,243,244,245,230,232,227,254,251,253,255,249,248,252,224,241,193,194,215,199,196,197,214,218,201,202,203,204,205,206,207,208,210,211,212,213,198,200,195,222,219,221,223,217,216,220,192,209,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,184,186,32,179,191,32,32,32,32,32,180,162,32,32,32,32,168,170,32,178,175,32,32,32,32,32,165,161,169,254,224,225,246,228,229,244,227,245,232,233,234,235,236,237,238,239,255,240,241,242,243,230,226,252,251,231,248,253,249,247,250,222,192,193,214,196,197,212,195,213,200,201,202,203,204,205,206,207,223,208,209,210,211,198,194,220,219,199,216,221,217,215,218],s=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,225,226,247,231,228,229,246,250,233,234,235,236,237,238,239,240,242,243,244,245,230,232,227,254,251,253,255,249,248,252,224,241,193,194,215,199,196,197,214,218,201,202,203,204,205,206,207,208,35,35,35,124,124,124,124,43,43,124,124,43,43,43,43,43,43,45,45,124,45,43,124,124,43,43,45,45,124,45,43,45,45,45,45,43,43,43,43,43,43,43,43,35,35,124,124,35,210,211,212,213,198,200,195,222,219,221,223,217,216,220,192,209,179,163,180,164,183,167,190,174,32,149,158,32,152,159,148,154,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,205,186,213,241,243,201,32,245,187,212,211,200,190,32,247,198,199,204,181,240,242,185,32,244,203,207,208,202,216,32,246,32,238,160,161,230,164,165,228,163,229,168,169,170,171,172,173,174,175,239,224,225,226,227,166,162,236,235,167,232,237,233,231,234,158,128,129,150,132,133,148,131,149,136,137,138,139,140,141,142,143,159,144,145,146,147,134,130,156,155,135,152,157,153,151,154],n=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,179,32,32,32,32,32,32,32,32,32,32,32,32,32,32,225,226,247,231,228,229,246,250,233,234,235,236,237,238,239,240,242,243,244,245,230,232,227,254,251,253,255,249,248,252,224,241,193,194,215,199,196,197,214,218,201,202,203,204,205,206,207,208,210,211,212,213,198,200,195,222,219,221,223,217,216,220,192,209,32,163,32,32,32,32,32,32,32,32,32,32,32,32,32,32,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,241,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,161,32,32,32,32,32,32,32,32,32,32,32,32,238,208,209,230,212,213,228,211,229,216,217,218,219,220,221,222,223,239,224,225,226,227,214,210,236,235,215,232,237,233,231,234,206,176,177,198,180,181,196,179,197,184,185,186,187,188,189,190,191,207,192,193,194,195,182,178,204,203,183,200,205,201,199,202],o=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,225,226,247,231,228,229,246,250,233,234,235,236,237,238,239,240,242,243,244,245,230,232,227,254,251,253,255,249,248,252,224,241,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,179,163,209,193,194,215,199,196,197,214,218,201,202,203,204,205,206,207,208,210,211,212,213,198,200,195,222,219,221,223,217,216,220,192,255,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,160,161,162,222,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,221,180,181,182,183,184,185,186,187,188,189,190,191,254,224,225,246,228,229,244,227,245,232,233,234,235,236,237,238,239,223,240,241,242,243,230,226,252,251,231,248,253,249,247,250,158,128,129,150,132,133,148,131,149,136,137,138,139,140,141,142,143,159,144,145,146,147,134,130,156,155,135,152,157,153,151,154],h=null,k=null,l=0,u="";switch(r.toUpperCase()){case"W":h=c;break;case"A":case"D":h=s;break;case"I":h=n;break;case"M":h=o;break;case"K":break;default:throw new Error("Unknown source charset: "+h)}switch(a.toUpperCase()){case"W":k=c;break;case"A":case"D":k=s;break;case"I":k=n;break;case"M":k=o;break;case"K":break;default:throw new Error("Unknown destination charset: "+k)}if(!e)return e;for(l=0;l<e.length;l++)t=null===h?e.charAt(l):String.fromCharCode(h[e.charAt(l).charCodeAt(0)]),u+=null===k?t:String.fromCharCode(k[t.charCodeAt(0)+256]);return u};
2900
2901},{}],396:[function(require,module,exports){
2902"use strict";module.exports=function(r){var t=require("../var/is_scalar"),n=function(r){return String.fromCharCode(r)};if(!r||""===r)return n(0);if(!t(r))return!1;for(var e=0,o=0,i=0,u=0,f="",s="",a="",l={},c=function(){for(i in l=r.substr(o,45).split(""))l[i]=l[i].charCodeAt(0);return l.length||0};0!==(e=c());){for(i in o+=45,f+=n(e+32),l){for(s=l[i].toString(2);s.length<8;)s="0"+s;a+=s}for(;a.length%6;)a+="0";for(i=0;i<=a.length/6-1;i++)f+=n("000000"===(s=a.substr(u,6))?96:parseInt(s,2)+32),u+=6;u=0,a="",f+="\n"}return f+=n(96)+"\n"};
2903
2904},{"../var/is_scalar":486}],397:[function(require,module,exports){
2905"use strict";module.exports=function(e,r){var t,o={},i=[];if(e=(""+e).split("").sort().join("").match(/(.)\1*/g),0==(1&r))for(t=0;256!==t;t++)o[t]=0;if(2===r||4===r){for(t=0;t!==e.length;t+=1)delete o[e[t].charCodeAt(0)];for(t in o)o[t]=4===r?String.fromCharCode(t):0}else if(3===r)for(t=0;t!==e.length;t+=1)o[t]=e[t].slice(0,1);else for(t=0;t!==e.length;t+=1)o[e[t].charCodeAt(0)]=e[t].length;if(r<3)return o;for(t in o)i.push(o[t]);return i.join("")};
2906
2907},{}],398:[function(require,module,exports){
2908"use strict";module.exports=function(B){B=require("../xml/utf8_encode")(B);var D=["00000000","77073096","EE0E612C","990951BA","076DC419","706AF48F","E963A535","9E6495A3","0EDB8832","79DCB8A4","E0D5E91E","97D2D988","09B64C2B","7EB17CBD","E7B82D07","90BF1D91","1DB71064","6AB020F2","F3B97148","84BE41DE","1ADAD47D","6DDDE4EB","F4D4B551","83D385C7","136C9856","646BA8C0","FD62F97A","8A65C9EC","14015C4F","63066CD9","FA0F3D63","8D080DF5","3B6E20C8","4C69105E","D56041E4","A2677172","3C03E4D1","4B04D447","D20D85FD","A50AB56B","35B5A8FA","42B2986C","DBBBC9D6","ACBCF940","32D86CE3","45DF5C75","DCD60DCF","ABD13D59","26D930AC","51DE003A","C8D75180","BFD06116","21B4F4B5","56B3C423","CFBA9599","B8BDA50F","2802B89E","5F058808","C60CD9B2","B10BE924","2F6F7C87","58684C11","C1611DAB","B6662D3D","76DC4190","01DB7106","98D220BC","EFD5102A","71B18589","06B6B51F","9FBFE4A5","E8B8D433","7807C9A2","0F00F934","9609A88E","E10E9818","7F6A0DBB","086D3D2D","91646C97","E6635C01","6B6B51F4","1C6C6162","856530D8","F262004E","6C0695ED","1B01A57B","8208F4C1","F50FC457","65B0D9C6","12B7E950","8BBEB8EA","FCB9887C","62DD1DDF","15DA2D49","8CD37CF3","FBD44C65","4DB26158","3AB551CE","A3BC0074","D4BB30E2","4ADFA541","3DD895D7","A4D1C46D","D3D6F4FB","4369E96A","346ED9FC","AD678846","DA60B8D0","44042D73","33031DE5","AA0A4C5F","DD0D7CC9","5005713C","270241AA","BE0B1010","C90C2086","5768B525","206F85B3","B966D409","CE61E49F","5EDEF90E","29D9C998","B0D09822","C7D7A8B4","59B33D17","2EB40D81","B7BD5C3B","C0BA6CAD","EDB88320","9ABFB3B6","03B6E20C","74B1D29A","EAD54739","9DD277AF","04DB2615","73DC1683","E3630B12","94643B84","0D6D6A3E","7A6A5AA8","E40ECF0B","9309FF9D","0A00AE27","7D079EB1","F00F9344","8708A3D2","1E01F268","6906C2FE","F762575D","806567CB","196C3671","6E6B06E7","FED41B76","89D32BE0","10DA7A5A","67DD4ACC","F9B9DF6F","8EBEEFF9","17B7BE43","60B08ED5","D6D6A3E8","A1D1937E","38D8C2C4","4FDFF252","D1BB67F1","A6BC5767","3FB506DD","48B2364B","D80D2BDA","AF0A1B4C","36034AF6","41047A60","DF60EFC3","A867DF55","316E8EEF","4669BE79","CB61B38C","BC66831A","256FD2A0","5268E236","CC0C7795","BB0B4703","220216B9","5505262F","C5BA3BBE","B2BD0B28","2BB45A92","5CB36A04","C2D7FFA7","B5D0CF31","2CD99E8B","5BDEAE1D","9B64C2B0","EC63F226","756AA39C","026D930A","9C0906A9","EB0E363F","72076785","05005713","95BF4A82","E2B87A14","7BB12BAE","0CB61B38","92D28E9B","E5D5BE0D","7CDCEFB7","0BDBDF21","86D3D2D4","F1D4E242","68DDB3F8","1FDA836E","81BE16CD","F6B9265B","6FB077E1","18B74777","88085AE6","FF0F6A70","66063BCA","11010B5C","8F659EFF","F862AE69","616BFFD3","166CCF45","A00AE278","D70DD2EE","4E048354","3903B3C2","A7672661","D06016F7","4969474D","3E6E77DB","AED16A4A","D9D65ADC","40DF0B66","37D83BF0","A9BCAE53","DEBB9EC5","47B2CF7F","30B5FFE9","BDBDF21C","CABAC28A","53B39330","24B4A3A6","BAD03605","CDD70693","54DE5729","23D967BF","B3667A2E","C4614AB8","5D681B02","2A6F2B94","B40BBE37","C30C8EA1","5A05DF1B","2D02EF8D"].join(" "),A=0,C=0;A^=-1;for(var E=0,F=B.length;E<F;E++)C=255&(A^B.charCodeAt(E)),A=A>>>8^"0x"+D.substr(9*C,8);return-1^A};
2909
2910},{"../xml/utf8_encode":488}],399:[function(require,module,exports){
2911"use strict";module.exports=function(){var o=Array.prototype.slice.call(arguments);return console.log(o.join(" "))};
2912
2913},{}],400:[function(require,module,exports){
2914"use strict";var _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(o){return typeof o}:function(o){return o&&"function"==typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o};module.exports=function(o,t,e){if(arguments.length<2||void 0===o||void 0===t)return null;if(""===o||!1===o||null===o)return!1;if("function"==typeof o||"object"===(void 0===o?"undefined":_typeof(o))||"function"==typeof t||"object"===(void 0===t?"undefined":_typeof(t)))return{0:""};!0===o&&(o="1");var n=(t+="").split(o+="");return void 0===e?n:(0===e&&(e=1),e>0?e>=n.length?n:n.slice(0,e-1).concat([n.slice(e-1).join(o)]):-e>=n.length?[]:(n.splice(n.length+e),n))};
2915
2916},{}],401:[function(require,module,exports){
2917"use strict";module.exports=function(e,r){var a,c,u,i={},t={},l={},o={};if(l[0]="HTML_SPECIALCHARS",l[1]="HTML_ENTITIES",o[0]="ENT_NOQUOTES",o[2]="ENT_COMPAT",o[3]="ENT_QUOTES",c=isNaN(e)?e?e.toUpperCase():"HTML_SPECIALCHARS":l[e],u=isNaN(r)?r?r.toUpperCase():"ENT_COMPAT":o[r],"HTML_SPECIALCHARS"!==c&&"HTML_ENTITIES"!==c)throw new Error("Table: "+c+" not supported");for(a in i[38]="&amp;","HTML_ENTITIES"===c&&(i[160]="&nbsp;",i[161]="&iexcl;",i[162]="&cent;",i[163]="&pound;",i[164]="&curren;",i[165]="&yen;",i[166]="&brvbar;",i[167]="&sect;",i[168]="&uml;",i[169]="&copy;",i[170]="&ordf;",i[171]="&laquo;",i[172]="&not;",i[173]="&shy;",i[174]="&reg;",i[175]="&macr;",i[176]="&deg;",i[177]="&plusmn;",i[178]="&sup2;",i[179]="&sup3;",i[180]="&acute;",i[181]="&micro;",i[182]="&para;",i[183]="&middot;",i[184]="&cedil;",i[185]="&sup1;",i[186]="&ordm;",i[187]="&raquo;",i[188]="&frac14;",i[189]="&frac12;",i[190]="&frac34;",i[191]="&iquest;",i[192]="&Agrave;",i[193]="&Aacute;",i[194]="&Acirc;",i[195]="&Atilde;",i[196]="&Auml;",i[197]="&Aring;",i[198]="&AElig;",i[199]="&Ccedil;",i[200]="&Egrave;",i[201]="&Eacute;",i[202]="&Ecirc;",i[203]="&Euml;",i[204]="&Igrave;",i[205]="&Iacute;",i[206]="&Icirc;",i[207]="&Iuml;",i[208]="&ETH;",i[209]="&Ntilde;",i[210]="&Ograve;",i[211]="&Oacute;",i[212]="&Ocirc;",i[213]="&Otilde;",i[214]="&Ouml;",i[215]="&times;",i[216]="&Oslash;",i[217]="&Ugrave;",i[218]="&Uacute;",i[219]="&Ucirc;",i[220]="&Uuml;",i[221]="&Yacute;",i[222]="&THORN;",i[223]="&szlig;",i[224]="&agrave;",i[225]="&aacute;",i[226]="&acirc;",i[227]="&atilde;",i[228]="&auml;",i[229]="&aring;",i[230]="&aelig;",i[231]="&ccedil;",i[232]="&egrave;",i[233]="&eacute;",i[234]="&ecirc;",i[235]="&euml;",i[236]="&igrave;",i[237]="&iacute;",i[238]="&icirc;",i[239]="&iuml;",i[240]="&eth;",i[241]="&ntilde;",i[242]="&ograve;",i[243]="&oacute;",i[244]="&ocirc;",i[245]="&otilde;",i[246]="&ouml;",i[247]="&divide;",i[248]="&oslash;",i[249]="&ugrave;",i[250]="&uacute;",i[251]="&ucirc;",i[252]="&uuml;",i[253]="&yacute;",i[254]="&thorn;",i[255]="&yuml;"),"ENT_NOQUOTES"!==u&&(i[34]="&quot;"),"ENT_QUOTES"===u&&(i[39]="&#39;"),i[60]="&lt;",i[62]="&gt;",i)i.hasOwnProperty(a)&&(t[String.fromCharCode(a)]=i[a]);return t};
2918
2919},{}],402:[function(require,module,exports){
2920"use strict";module.exports=function(r){var t,s=[],e=0;for(t=(r+="").length;e<t;e+=2){var n=parseInt(r.substr(e,1),16),a=parseInt(r.substr(e+1,1),16);if(isNaN(n)||isNaN(a))return!1;s.push(n<<4|a)}return String.fromCharCode.apply(String,s)};
2921
2922},{}],403:[function(require,module,exports){
2923"use strict";module.exports=function(t,r){var e=require("../strings/get_html_translation_table"),i="",n="",o="";i=t.toString();var s=e("HTML_ENTITIES",r);if(!1===s)return!1;for(o in delete s["&"],s["&"]="&amp;",s)n=s[o],i=i.split(n).join(o);return i=i.split("&#039;").join("'")};
2924
2925},{"../strings/get_html_translation_table":401}],404:[function(require,module,exports){
2926"use strict";module.exports=function(e,r,t,n){var l=require("../strings/get_html_translation_table")("HTML_ENTITIES",r);if(e=null===e?"":e+"",!l)return!1;r&&"ENT_QUOTES"===r&&(l["'"]="&#039;"),n=null===n||!!n;var u=new RegExp("&(?:#\\d+|#x[\\da-f]+|[a-zA-Z][\\da-z]*);|["+Object.keys(l).join("").replace(/([()[\]{}\-.*+?^$|\/\\])/g,"\\$1")+"]","g");return e.replace(u,function(e){return e.length>1?n?l["&"]+e.substr(1):e:l[e]})};
2927
2928},{"../strings/get_html_translation_table":401}],405:[function(require,module,exports){
2929"use strict";module.exports=function(e,E,T,r){var t=0,_=0,N=!1;null==E&&(E=2),e=(e=e||"").toString(),!1!==r&&(e=e.replace(/&/g,"&amp;")),e=e.replace(/</g,"&lt;").replace(/>/g,"&gt;");var l={ENT_NOQUOTES:0,ENT_HTML_QUOTE_SINGLE:1,ENT_HTML_QUOTE_DOUBLE:2,ENT_COMPAT:2,ENT_QUOTES:3,ENT_IGNORE:4};if(0===E&&(N=!0),"number"!=typeof E){for(E=[].concat(E),_=0;_<E.length;_++)0===l[E[_]]?N=!0:l[E[_]]&&(t|=l[E[_]]);E=t}return E&l.ENT_HTML_QUOTE_SINGLE&&(e=e.replace(/'/g,"&#039;")),N||(e=e.replace(/"/g,"&quot;")),e};
2930
2931},{}],406:[function(require,module,exports){
2932"use strict";module.exports=function(e,E){var T=0,r=0,t=!1;void 0===E&&(E=2),e=e.toString().replace(/&lt;/g,"<").replace(/&gt;/g,">");var _={ENT_NOQUOTES:0,ENT_HTML_QUOTE_SINGLE:1,ENT_HTML_QUOTE_DOUBLE:2,ENT_COMPAT:2,ENT_QUOTES:3,ENT_IGNORE:4};if(0===E&&(t=!0),"number"!=typeof E){for(E=[].concat(E),r=0;r<E.length;r++)0===_[E[r]]?t=!0:_[E[r]]&&(T|=_[E[r]]);E=T}return E&_.ENT_HTML_QUOTE_SINGLE&&(e=e.replace(/&#0*39;/g,"'")),t||(e=e.replace(/&quot;/g,'"')),e=e.replace(/&amp;/g,"&")};
2933
2934},{}],407:[function(require,module,exports){
2935"use strict";var _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(o){return typeof o}:function(o){return o&&"function"==typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o};module.exports=function(o,t){var e="",r="",n="";if(1===arguments.length&&(t=o,o=""),"object"===(void 0===t?"undefined":_typeof(t))){if("[object Array]"===Object.prototype.toString.call(t))return t.join(o);for(e in t)r+=n+t[e],n=o;return r}return t};
2936
2937},{}],408:[function(require,module,exports){
2938"use strict";module.exports.addcslashes=require("./addcslashes"),module.exports.addslashes=require("./addslashes"),module.exports.bin2hex=require("./bin2hex"),module.exports.chop=require("./chop"),module.exports.chr=require("./chr"),module.exports.chunk_split=require("./chunk_split"),module.exports.convert_cyr_string=require("./convert_cyr_string"),module.exports.convert_uuencode=require("./convert_uuencode"),module.exports.count_chars=require("./count_chars"),module.exports.crc32=require("./crc32"),module.exports.echo=require("./echo"),module.exports.explode=require("./explode"),module.exports.get_html_translation_table=require("./get_html_translation_table"),module.exports.hex2bin=require("./hex2bin"),module.exports.html_entity_decode=require("./html_entity_decode"),module.exports.htmlentities=require("./htmlentities"),module.exports.htmlspecialchars=require("./htmlspecialchars"),module.exports.htmlspecialchars_decode=require("./htmlspecialchars_decode"),module.exports.implode=require("./implode"),module.exports.join=require("./join"),module.exports.lcfirst=require("./lcfirst"),module.exports.levenshtein=require("./levenshtein"),module.exports.localeconv=require("./localeconv"),module.exports.ltrim=require("./ltrim"),module.exports.md5=require("./md5"),module.exports.md5_file=require("./md5_file"),module.exports.metaphone=require("./metaphone"),module.exports.money_format=require("./money_format"),module.exports.nl2br=require("./nl2br"),module.exports.nl_langinfo=require("./nl_langinfo"),module.exports.number_format=require("./number_format"),module.exports.ord=require("./ord"),module.exports.parse_str=require("./parse_str"),module.exports.printf=require("./printf"),module.exports.quoted_printable_decode=require("./quoted_printable_decode"),module.exports.quoted_printable_encode=require("./quoted_printable_encode"),module.exports.quotemeta=require("./quotemeta"),module.exports.rtrim=require("./rtrim"),module.exports.setlocale=require("./setlocale"),module.exports.sha1=require("./sha1"),module.exports.sha1_file=require("./sha1_file"),module.exports.similar_text=require("./similar_text"),module.exports.soundex=require("./soundex"),module.exports.split=require("./split"),module.exports.sprintf=require("./sprintf"),module.exports.sscanf=require("./sscanf"),module.exports.str_getcsv=require("./str_getcsv"),module.exports.str_ireplace=require("./str_ireplace"),module.exports.str_pad=require("./str_pad"),module.exports.str_repeat=require("./str_repeat"),module.exports.str_replace=require("./str_replace"),module.exports.str_rot13=require("./str_rot13"),module.exports.str_shuffle=require("./str_shuffle"),module.exports.str_split=require("./str_split"),module.exports.str_word_count=require("./str_word_count"),module.exports.strcasecmp=require("./strcasecmp"),module.exports.strchr=require("./strchr"),module.exports.strcmp=require("./strcmp"),module.exports.strcoll=require("./strcoll"),module.exports.strcspn=require("./strcspn"),module.exports.strip_tags=require("./strip_tags"),module.exports.stripos=require("./stripos"),module.exports.stripslashes=require("./stripslashes"),module.exports.stristr=require("./stristr"),module.exports.strlen=require("./strlen"),module.exports.strnatcasecmp=require("./strnatcasecmp"),module.exports.strnatcmp=require("./strnatcmp"),module.exports.strncasecmp=require("./strncasecmp"),module.exports.strncmp=require("./strncmp"),module.exports.strpbrk=require("./strpbrk"),module.exports.strpos=require("./strpos"),module.exports.strrchr=require("./strrchr"),module.exports.strrev=require("./strrev"),module.exports.strripos=require("./strripos"),module.exports.strrpos=require("./strrpos"),module.exports.strspn=require("./strspn"),module.exports.strstr=require("./strstr"),module.exports.strtok=require("./strtok"),module.exports.strtolower=require("./strtolower"),module.exports.strtoupper=require("./strtoupper"),module.exports.strtr=require("./strtr"),module.exports.substr=require("./substr"),module.exports.substr_compare=require("./substr_compare"),module.exports.substr_count=require("./substr_count"),module.exports.substr_replace=require("./substr_replace"),module.exports.trim=require("./trim"),module.exports.ucfirst=require("./ucfirst"),module.exports.ucwords=require("./ucwords"),module.exports.vprintf=require("./vprintf"),module.exports.vsprintf=require("./vsprintf"),module.exports.wordwrap=require("./wordwrap");
2939
2940},{"./addcslashes":389,"./addslashes":390,"./bin2hex":391,"./chop":392,"./chr":393,"./chunk_split":394,"./convert_cyr_string":395,"./convert_uuencode":396,"./count_chars":397,"./crc32":398,"./echo":399,"./explode":400,"./get_html_translation_table":401,"./hex2bin":402,"./html_entity_decode":403,"./htmlentities":404,"./htmlspecialchars":405,"./htmlspecialchars_decode":406,"./implode":407,"./join":409,"./lcfirst":410,"./levenshtein":411,"./localeconv":412,"./ltrim":413,"./md5":414,"./md5_file":415,"./metaphone":416,"./money_format":417,"./nl2br":418,"./nl_langinfo":419,"./number_format":420,"./ord":421,"./parse_str":422,"./printf":423,"./quoted_printable_decode":424,"./quoted_printable_encode":425,"./quotemeta":426,"./rtrim":427,"./setlocale":428,"./sha1":429,"./sha1_file":430,"./similar_text":431,"./soundex":432,"./split":433,"./sprintf":434,"./sscanf":435,"./str_getcsv":436,"./str_ireplace":437,"./str_pad":438,"./str_repeat":439,"./str_replace":440,"./str_rot13":441,"./str_shuffle":442,"./str_split":443,"./str_word_count":444,"./strcasecmp":445,"./strchr":446,"./strcmp":447,"./strcoll":448,"./strcspn":449,"./strip_tags":450,"./stripos":451,"./stripslashes":452,"./stristr":453,"./strlen":454,"./strnatcasecmp":455,"./strnatcmp":456,"./strncasecmp":457,"./strncmp":458,"./strpbrk":459,"./strpos":460,"./strrchr":461,"./strrev":462,"./strripos":463,"./strrpos":464,"./strspn":465,"./strstr":466,"./strtok":467,"./strtolower":468,"./strtoupper":469,"./strtr":470,"./substr":471,"./substr_compare":472,"./substr_count":473,"./substr_replace":474,"./trim":475,"./ucfirst":476,"./ucwords":477,"./vprintf":478,"./vsprintf":479,"./wordwrap":480}],409:[function(require,module,exports){
2941"use strict";module.exports=function(e,r){return require("../strings/implode")(e,r)};
2942
2943},{"../strings/implode":407}],410:[function(require,module,exports){
2944"use strict";module.exports=function(t){return(t+="").charAt(0).toLowerCase()+t.substr(1)};
2945
2946},{}],411:[function(require,module,exports){
2947"use strict";module.exports=function(r,t,n,e,l){if(n=null==n?1:+n,e=null==e?1:+e,l=null==l?1:+l,r===t)return 0;var u=r.length,f=t.length;if(0===u)return f*n;if(0===f)return u*l;var i=!1;try{i=!"0"[0]}catch(r){i=!0}i&&(r=r.split(""),t=t.split(""));var a,o,s,c,h,p,v=new Array(f+1),y=new Array(f+1);for(o=0;o<=f;o++)v[o]=o*n;for(a=0;a<u;a++){for(y[0]=v[0]+l,o=0;o<f;o++)s=v[o]+(r[a]===t[o]?0:e),(c=v[o+1]+l)<s&&(s=c),(h=y[o]+n)<s&&(s=h),y[o+1]=s;p=v,v=y,y=p}return s=v[f]};
2948
2949},{}],412:[function(require,module,exports){
2950(function (global){
2951"use strict";module.exports=function(){var e={},o="";require("../strings/setlocale")("LC_ALL",0);var l="undefined"!=typeof window?window:global;l.$locutus=l.$locutus||{};var p=l.$locutus;for(o in p.php=p.php||{},p.php.locales[p.php.localeCategories.LC_NUMERIC].LC_NUMERIC)e[o]=p.php.locales[p.php.localeCategories.LC_NUMERIC].LC_NUMERIC[o];for(o in p.php.locales[p.php.localeCategories.LC_MONETARY].LC_MONETARY)e[o]=p.php.locales[p.php.localeCategories.LC_MONETARY].LC_MONETARY[o];return e};
2952
2953}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
2954},{"../strings/setlocale":428}],413:[function(require,module,exports){
2955"use strict";module.exports=function(e,r){r=r?(r+"").replace(/([[\]().?\/*{}+$^:])/g,"$1"):" \\s ";var t=new RegExp("^["+r+"]+","g");return(e+"").replace(t,"")};
2956
2957},{}],414:[function(require,module,exports){
2958"use strict";module.exports=function(r){var n;try{var t=require("crypto").createHash("md5");t.update(r),n=t.digest("hex")}catch(r){n=void 0}if(void 0!==n)return n;var e,u,o,i,c,f,a,d,s,v,h,g=require("../xml/utf8_encode"),l=function(r,n){return r<<n|r>>>32-n},m=function(r,n){var t,e,u,o,i;return u=2147483648&r,o=2147483648&n,i=(1073741823&r)+(1073741823&n),(t=1073741824&r)&(e=1073741824&n)?2147483648^i^u^o:t|e?1073741824&i?3221225472^i^u^o:1073741824^i^u^o:i^u^o},p=function(r,n,t,e,u,o,i){return r=m(r,m(m(function(r,n,t){return r&n|~r&t}(n,t,e),u),i)),m(l(r,o),n)},x=function(r,n,t,e,u,o,i){return r=m(r,m(m(function(r,n,t){return r&t|n&~t}(n,t,e),u),i)),m(l(r,o),n)},y=function(r,n,t,e,u,o,i){return r=m(r,m(m(function(r,n,t){return r^n^t}(n,t,e),u),i)),m(l(r,o),n)},q=function(r,n,t,e,u,o,i){return r=m(r,m(m(function(r,n,t){return n^(r|~t)}(n,t,e),u),i)),m(l(r,o),n)},w=function(r){var n,t="",e="";for(n=0;n<=3;n++)t+=(e="0"+(r>>>8*n&255).toString(16)).substr(e.length-2,2);return t};for(d=1732584193,s=4023233417,v=2562383102,h=271733878,e=(u=function(r){for(var n,t=r.length,e=t+8,u=16*((e-e%64)/64+1),o=new Array(u-1),i=0,c=0;c<t;)i=c%4*8,o[n=(c-c%4)/4]=o[n]|r.charCodeAt(c)<<i,c++;return i=c%4*8,o[n=(c-c%4)/4]=o[n]|128<<i,o[u-2]=t<<3,o[u-1]=t>>>29,o}(r=g(r))).length,o=0;o<e;o+=16)i=d,c=s,f=v,a=h,d=p(d,s,v,h,u[o+0],7,3614090360),h=p(h,d,s,v,u[o+1],12,3905402710),v=p(v,h,d,s,u[o+2],17,606105819),s=p(s,v,h,d,u[o+3],22,3250441966),d=p(d,s,v,h,u[o+4],7,4118548399),h=p(h,d,s,v,u[o+5],12,1200080426),v=p(v,h,d,s,u[o+6],17,2821735955),s=p(s,v,h,d,u[o+7],22,4249261313),d=p(d,s,v,h,u[o+8],7,1770035416),h=p(h,d,s,v,u[o+9],12,2336552879),v=p(v,h,d,s,u[o+10],17,4294925233),s=p(s,v,h,d,u[o+11],22,2304563134),d=p(d,s,v,h,u[o+12],7,1804603682),h=p(h,d,s,v,u[o+13],12,4254626195),v=p(v,h,d,s,u[o+14],17,2792965006),d=x(d,s=p(s,v,h,d,u[o+15],22,1236535329),v,h,u[o+1],5,4129170786),h=x(h,d,s,v,u[o+6],9,3225465664),v=x(v,h,d,s,u[o+11],14,643717713),s=x(s,v,h,d,u[o+0],20,3921069994),d=x(d,s,v,h,u[o+5],5,3593408605),h=x(h,d,s,v,u[o+10],9,38016083),v=x(v,h,d,s,u[o+15],14,3634488961),s=x(s,v,h,d,u[o+4],20,3889429448),d=x(d,s,v,h,u[o+9],5,568446438),h=x(h,d,s,v,u[o+14],9,3275163606),v=x(v,h,d,s,u[o+3],14,4107603335),s=x(s,v,h,d,u[o+8],20,1163531501),d=x(d,s,v,h,u[o+13],5,2850285829),h=x(h,d,s,v,u[o+2],9,4243563512),v=x(v,h,d,s,u[o+7],14,1735328473),d=y(d,s=x(s,v,h,d,u[o+12],20,2368359562),v,h,u[o+5],4,4294588738),h=y(h,d,s,v,u[o+8],11,2272392833),v=y(v,h,d,s,u[o+11],16,1839030562),s=y(s,v,h,d,u[o+14],23,4259657740),d=y(d,s,v,h,u[o+1],4,2763975236),h=y(h,d,s,v,u[o+4],11,1272893353),v=y(v,h,d,s,u[o+7],16,4139469664),s=y(s,v,h,d,u[o+10],23,3200236656),d=y(d,s,v,h,u[o+13],4,681279174),h=y(h,d,s,v,u[o+0],11,3936430074),v=y(v,h,d,s,u[o+3],16,3572445317),s=y(s,v,h,d,u[o+6],23,76029189),d=y(d,s,v,h,u[o+9],4,3654602809),h=y(h,d,s,v,u[o+12],11,3873151461),v=y(v,h,d,s,u[o+15],16,530742520),d=q(d,s=y(s,v,h,d,u[o+2],23,3299628645),v,h,u[o+0],6,4096336452),h=q(h,d,s,v,u[o+7],10,1126891415),v=q(v,h,d,s,u[o+14],15,2878612391),s=q(s,v,h,d,u[o+5],21,4237533241),d=q(d,s,v,h,u[o+12],6,1700485571),h=q(h,d,s,v,u[o+3],10,2399980690),v=q(v,h,d,s,u[o+10],15,4293915773),s=q(s,v,h,d,u[o+1],21,2240044497),d=q(d,s,v,h,u[o+8],6,1873313359),h=q(h,d,s,v,u[o+15],10,4264355552),v=q(v,h,d,s,u[o+6],15,2734768916),s=q(s,v,h,d,u[o+13],21,1309151649),d=q(d,s,v,h,u[o+4],6,4149444226),h=q(h,d,s,v,u[o+11],10,3174756917),v=q(v,h,d,s,u[o+2],15,718787259),s=q(s,v,h,d,u[o+9],21,3951481745),d=m(d,i),s=m(s,c),v=m(v,f),h=m(h,a);return(w(d)+w(s)+w(v)+w(h)).toLowerCase()};
2959
2960},{"../xml/utf8_encode":488,"crypto":295}],415:[function(require,module,exports){
2961"use strict";module.exports=function(e){var r=require("../filesystem/file_get_contents"),t=require("../strings/md5"),s=r(e);return!1!==s&&t(s)};
2962
2963},{"../filesystem/file_get_contents":379,"../strings/md5":414}],416:[function(require,module,exports){
2964"use strict";var _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};module.exports=function(e,a){var r=void 0===e?"undefined":_typeof(e);if("undefined"===r||"object"===r&&null!==e)return null;if("number"===r&&(isNaN(e)?e="NAN":isFinite(e)||(e="INF")),a<0)return!1;a=Math.floor(+a)||0;var c="ABCDEFGHIJKLMNOPQRSTUVWXYZ",t=new RegExp("^[^"+c+"]+");if(!(e=(e="string"==typeof e?e:"").toUpperCase().replace(t,"")))return"";var s,o,n=function(e,a){return""!==a&&-1!==e.indexOf(a)},b=0,f=e.charAt(0),i=e.charAt(1),u=e.length,k="";switch(f){case"A":k+="E"===i?i:f,b+=1;break;case"G":case"K":case"P":"N"===i&&(k+=i,b+=2);break;case"W":"R"===i?(k+=i,b+=2):("H"===i||n("AEIOU",i))&&(k+="W",b+=2);break;case"X":k+="S",b+=1;break;case"E":case"I":case"O":case"U":k+=f,b++}for(;b<u&&(0===a||k.length<a);b+=1)if(f=e.charAt(b),i=e.charAt(b+1),o=e.charAt(b-1),s=e.charAt(b+2),f!==o||"C"===f)switch(f){case"B":"M"!==o&&(k+=f);break;case"C":n("EIY",i)?"I"===i&&"A"===s?k+="X":"S"!==o&&(k+="S"):"H"===i?(k+="X",b+=1):k+="K";break;case"D":"G"===i&&n("EIY",s)?(k+="J",b+=1):k+="T";break;case"G":"H"===i?n("BDH",e.charAt(b-3))||"H"===e.charAt(b-4)||(k+="F",b+=1):"N"===i?n(c,s)&&"NED"!==e.substr(b+1,3)&&(k+="K"):n("EIY",i)&&"G"!==o?k+="J":k+="K";break;case"H":n("AEIOU",i)&&!n("CGPST",o)&&(k+=f);break;case"K":"C"!==o&&(k+="K");break;case"P":k+="H"===i?"F":f;break;case"Q":k+="K";break;case"S":"I"===i&&n("AO",s)?k+="X":"H"===i?(k+="X",b+=1):k+="S";break;case"T":"I"===i&&n("AO",s)?k+="X":"H"===i?(k+="0",b+=1):"CH"!==e.substr(b+1,2)&&(k+="T");break;case"V":k+="F";break;case"W":case"Y":n("AEIOU",i)&&(k+=f);break;case"X":k+="KS";break;case"Z":k+="S";break;case"F":case"J":case"L":case"M":case"N":case"R":k+=f}return k};
2965
2966},{}],417:[function(require,module,exports){
2967(function (global){
2968"use strict";module.exports=function(e,n){var r=require("../strings/setlocale");if("number"!=typeof n)return null;r("LC_ALL",0);var i="undefined"!=typeof window?window:global;i.$locutus=i.$locutus||{};var s=i.$locutus;s.php=s.php||{};var a=s.php.locales[s.php.localeCategories.LC_MONETARY].LC_MONETARY;return e.replace(/%((=.|[+^(!-])*?)(\d*?)(#(\d+))?(\.(\d+))?([in%])/g,function(e,r,i,s,t,l,o,c,p){var _="",u="";if("%"===p)return"%";var g=r&&/=./.test(r)?r.match(/=(.)/)[1]:" ",f=!r||-1===r.indexOf("!");s=parseInt(s,10)||0;var d=n<0;n+="";var h=(n=d?n.slice(1):n).indexOf("."),v=-1!==h?n.slice(0,h):n,y=-1!==h?n.slice(h+1):"",b=function(e,n,r){var i=e.split("");return i.splice(n,0,r),i.join("")},w=v.length,m=w<(l=parseInt(l,10));if(m){var A=l-w;v=new Array(A+1).join(g)+v}if(-1===r.indexOf("^")){var O=a.mon_thousands_sep,j=a.mon_grouping;if(j[0]<v.length)for(var x=0,L=v.length;x<j.length&&!((L-=j[x])<=0);x++)m&&L<A&&(O=g),v=b(v,L,O);if(j[x-1]>0)for(;L>j[x-1];)L-=j[x-1],m&&L<A&&(O=g),v=b(v,L,O)}if("0"===c)_=v;else{var k=a.mon_decimal_point;""!==c&&void 0!==c||(c="i"===p?a.int_frac_digits:a.frac_digits),0===(c=parseInt(c,10))?(y="",k=""):c<y.length?c>(y=Math.round(parseFloat(y.slice(0,c)+"."+y.substr(c,1)))).length&&(y=new Array(c-y.length+1).join("0")+y):c>y.length&&(y+=new Array(c-y.length+1).join("0")),_=v+k+y}var C="";f&&(C="i"===p?a.int_curr_symbol:a.currency_symbol);var I=d?a.n_sign_posn:a.p_sign_posn,M=d?a.n_sep_by_space:a.p_sep_by_space,$=d?a.n_cs_precedes:a.p_cs_precedes;if(-1!==r.indexOf("("))u=($?C+(1===M?" ":""):"")+_+($?"":(1===M?" ":"")+C),u=d?"("+u+")":" "+u+" ";else{var E=a.positive_sign,N=a.negative_sign,R=d?N:E,T="";switch(I&&(T=new Array((d?E:N).length-R.length+1).join(" ")),I){case 0:u="("+($?C+(1===M?" ":"")+_:_+(1===M?" ":"")+C)+")";break;case 1:u=T+R+(2===M?" ":"")+($?C+(1===M?" ":"")+_:_+(1===M?" ":"")+C);break;case 2:u=($?C+(1===M?" ":"")+_:_+(1===M?" ":"")+C)+(2===M?" ":"")+R+T;break;case 3:u=$?T+R+(2===M?" ":"")+C+(1===M?" ":"")+_:_+(1===M?" ":"")+R+T+(2===M?" ":"")+C;break;case 4:u=$?C+(2===M?" ":"")+T+R+(1===M?" ":"")+_:_+(1===M?" ":"")+C+(2===M?" ":"")+R+T}}var Y=s-u.length;return Y>0&&(Y=new Array(Y+1).join(" "),-1!==r.indexOf("-")?u+=Y:u=Y+u),u})};
2969
2970}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
2971},{"../strings/setlocale":428}],418:[function(require,module,exports){
2972"use strict";module.exports=function(r,n){return null==r?"":(r+"").replace(/(\r\n|\n\r|\r|\n)/g,(n||void 0===n?"<br />":"<br>")+"$1")};
2973
2974},{}],419:[function(require,module,exports){
2975(function (global){
2976"use strict";module.exports=function(e){require("../strings/setlocale")("LC_ALL",0);var _="undefined"!=typeof window?window:global;_.$locutus=_.$locutus||{};var a=_.$locutus;a.php=a.php||{};var s=a.php.locales[a.php.localeCategories.LC_TIME];if(0===e.indexOf("ABDAY_"))return s.LC_TIME.a[parseInt(e.replace(/^ABDAY_/,""),10)-1];if(0===e.indexOf("DAY_"))return s.LC_TIME.A[parseInt(e.replace(/^DAY_/,""),10)-1];if(0===e.indexOf("ABMON_"))return s.LC_TIME.b[parseInt(e.replace(/^ABMON_/,""),10)-1];if(0===e.indexOf("MON_"))return s.LC_TIME.B[parseInt(e.replace(/^MON_/,""),10)-1];switch(e){case"AM_STR":return s.LC_TIME.p[0];case"PM_STR":return s.LC_TIME.p[1];case"D_T_FMT":return s.LC_TIME.c;case"D_FMT":return s.LC_TIME.x;case"T_FMT":return s.LC_TIME.X;case"T_FMT_AMPM":return s.LC_TIME.r;case"ERA":case"ERA_YEAR":case"ERA_D_T_FMT":case"ERA_D_FMT":case"ERA_T_FMT":return s.LC_TIME[e]}switch(s=a.php.locales[a.php.localeCategories.LC_MONETARY],"CRNCYSTR"===e&&(e="CURRENCY_SYMBOL"),e){case"INT_CURR_SYMBOL":case"CURRENCY_SYMBOL":case"MON_DECIMAL_POINT":case"MON_THOUSANDS_SEP":case"POSITIVE_SIGN":case"NEGATIVE_SIGN":case"INT_FRAC_DIGITS":case"FRAC_DIGITS":case"P_CS_PRECEDES":case"P_SEP_BY_SPACE":case"N_CS_PRECEDES":case"N_SEP_BY_SPACE":case"P_SIGN_POSN":case"N_SIGN_POSN":case"MON_GROUPING":return s.LC_MONETARY[e.toLowerCase()]}switch(s=a.php.locales[a.php.localeCategories.LC_NUMERIC],e){case"RADIXCHAR":case"DECIMAL_POINT":return s.LC_NUMERIC[e.toLowerCase()];case"THOUSEP":case"THOUSANDS_SEP":case"GROUPING":return s.LC_NUMERIC[e.toLowerCase()]}switch(s=a.php.locales[a.php.localeCategories.LC_MESSAGES],e){case"YESEXPR":case"NOEXPR":case"YESSTR":case"NOSTR":return s.LC_MESSAGES[e]}return s=a.php.locales[a.php.localeCategories.LC_CTYPE],"CODESET"===e&&s.LC_CTYPE[e]};
2977
2978}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
2979},{"../strings/setlocale":428}],420:[function(require,module,exports){
2980"use strict";module.exports=function(e,t,n,i){e=(e+"").replace(/[^0-9+\-Ee.]/g,"");var r=isFinite(+e)?+e:0,o=isFinite(+t)?Math.abs(t):0,a=void 0===i?",":i,d=void 0===n?".":n,u="";return(u=(o?function(e,t){if(-1===(""+e).indexOf("e"))return+(Math.round(e+"e+"+t)+"e-"+t);var n=(""+e).split("e"),i="";return+n[1]+t>0&&(i="+"),(+(Math.round(+n[0]+"e"+i+(+n[1]+t))+"e-"+t)).toFixed(t)}(r,o).toString():""+Math.round(r)).split("."))[0].length>3&&(u[0]=u[0].replace(/\B(?=(?:\d{3})+(?!\d))/g,a)),(u[1]||"").length<o&&(u[1]=u[1]||"",u[1]+=new Array(o-u[1].length+1).join("0")),u.join(d)};
2981
2982},{}],421:[function(require,module,exports){
2983"use strict";module.exports=function(r){var t=r+"",e=t.charCodeAt(0);if(e>=55296&&e<=56319){var n=e;return 1===t.length?e:1024*(n-55296)+(t.charCodeAt(1)-56320)+65536}return e};
2984
2985},{}],422:[function(require,module,exports){
2986(function (global){
2987"use strict";module.exports=function(e,t){var r,l,c,n,o,s,h,i,a,p,u,f,g,d=String(e).replace(/^&/,"").replace(/&$/,"").split("&"),b=d.length,A=function(e){return decodeURIComponent(e.replace(/\+/g,"%20"))},$="undefined"!=typeof window?window:global;$.$locutus=$.$locutus||{};var w=$.$locutus;for(w.php=w.php||{},t||(t=$),r=0;r<b;r++){for(a=A((i=d[r].split("="))[0]),p=i.length<2?"":A(i[1]);" "===a.charAt(0);)a=a.slice(1);if(a.indexOf("\0")>-1&&(a=a.slice(0,a.indexOf("\0"))),a&&"["!==a.charAt(0)){for(f=[],u=0,l=0;l<a.length;l++)if("["!==a.charAt(l)||u){if("]"===a.charAt(l)&&u&&(f.length||f.push(a.slice(0,u-1)),f.push(a.substr(u,l-u)),u=0,"["!==a.charAt(l+1)))break}else u=l+1;for(f.length||(f=[a]),l=0;l<f[0].length&&(" "!==(h=f[0].charAt(l))&&"."!==h&&"["!==h||(f[0]=f[0].substr(0,l)+"_"+f[0].substr(l+1)),"["!==h);l++);for(s=t,l=0,g=f.length;l<g;l++){if(o=s,(""===(a=f[l].replace(/^['"]/,"").replace(/['"]$/,""))||" "===a)&&0!==l){for(n in c=-1,s)s.hasOwnProperty(n)&&+n>c&&n.match(/^\d+$/g)&&(c=+n);a=c+1}Object(s[a])!==s[a]&&(s[a]={}),s=s[a]}o[a]=p}}};
2988
2989}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
2990},{}],423:[function(require,module,exports){
2991"use strict";module.exports=function(){var r=require("../strings/sprintf"),e=require("../strings/echo"),t=r.apply(this,arguments);return e(t),t.length};
2992
2993},{"../strings/echo":399,"../strings/sprintf":434}],424:[function(require,module,exports){
2994"use strict";module.exports=function(r){return r.replace(/=\r\n/gm,"").replace(/=([0-9A-F]{2})/gim,function(r,e){return String.fromCharCode(parseInt(e,16))})};
2995
2996},{}],425:[function(require,module,exports){
2997"use strict";module.exports=function(r){var n=["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F"];return(r=r.replace(/ \r\n|\r\n|[^!-<>-~ ]/gm,function(r){if(r.length>1)return r.replace(" ","=20");var e=r.charCodeAt(0);return"="+n[e>>>4&15]+n[15&e]}).replace(/.{1,72}(?!\r\n)[^=]{0,3}/g,function(r){return"\r\n"===r.substr(r.length-2)?r:r+"=\r\n"})).substr(0,r.length-3)};
2998
2999},{}],426:[function(require,module,exports){
3000"use strict";module.exports=function(e){return(e+"").replace(/([.\\+*?[^\]$()])/g,"\\$1")};
3001
3002},{}],427:[function(require,module,exports){
3003"use strict";module.exports=function(e,r){r=r?(r+"").replace(/([[\]().?\/*{}+$^:])/g,"\\$1"):" \\s ";var t=new RegExp("["+r+"]+$","g");return(e+"").replace(t,"")};
3004
3005},{}],428:[function(require,module,exports){
3006(function (global){
3007"use strict";var _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};module.exports=function(e,p){var l=require("../info/getenv"),a="",o=[],n=0,s=function e(p){if(p instanceof RegExp)return new RegExp(p);if(p instanceof Date)return new Date(p);var l={};for(var a in p)"object"===_typeof(p[a])?l[a]=e(p[a]):l[a]=p[a];return l},r="undefined"!=typeof window?window:global;r.$locutus=r.$locutus||{};var t=r.$locutus;if(t.php=t.php||{},t.php.locales&&t.php.locales.fr_CA&&t.php.locales.fr_CA.LC_TIME&&t.php.locales.fr_CA.LC_TIME.x||(t.php.locales={},t.php.locales.en={LC_COLLATE:function(e,p){return e===p?0:e>p?1:-1},LC_CTYPE:{an:/^[A-Za-z\d]+$/g,al:/^[A-Za-z]+$/g,ct:/^[\u0000-\u001F\u007F]+$/g,dg:/^[\d]+$/g,gr:/^[\u0021-\u007E]+$/g,lw:/^[a-z]+$/g,pr:/^[\u0020-\u007E]+$/g,pu:/^[\u0021-\u002F\u003A-\u0040\u005B-\u0060\u007B-\u007E]+$/g,sp:/^[\f\n\r\t\v ]+$/g,up:/^[A-Z]+$/g,xd:/^[A-Fa-f\d]+$/g,CODESET:"UTF-8",lower:"abcdefghijklmnopqrstuvwxyz",upper:"ABCDEFGHIJKLMNOPQRSTUVWXYZ"},LC_TIME:{a:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],A:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],b:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],B:["January","February","March","April","May","June","July","August","September","October","November","December"],c:"%a %d %b %Y %r %Z",p:["AM","PM"],P:["am","pm"],r:"%I:%M:%S %p",x:"%m/%d/%Y",X:"%r",alt_digits:"",ERA:"",ERA_YEAR:"",ERA_D_T_FMT:"",ERA_D_FMT:"",ERA_T_FMT:""},LC_MONETARY:{int_curr_symbol:"USD",currency_symbol:"$",mon_decimal_point:".",mon_thousands_sep:",",mon_grouping:[3],positive_sign:"",negative_sign:"-",int_frac_digits:2,frac_digits:2,p_cs_precedes:1,p_sep_by_space:0,n_cs_precedes:1,n_sep_by_space:0,p_sign_posn:3,n_sign_posn:0},LC_NUMERIC:{decimal_point:".",thousands_sep:",",grouping:[3]},LC_MESSAGES:{YESEXPR:"^[yY].*",NOEXPR:"^[nN].*",YESSTR:"",NOSTR:""},nplurals:function(e){return 1!==e?1:0}},t.php.locales.en_US=s(t.php.locales.en),t.php.locales.en_US.LC_TIME.c="%a %d %b %Y %r %Z",t.php.locales.en_US.LC_TIME.x="%D",t.php.locales.en_US.LC_TIME.X="%r",t.php.locales.en_US.LC_MONETARY.int_curr_symbol="USD ",t.php.locales.en_US.LC_MONETARY.p_sign_posn=1,t.php.locales.en_US.LC_MONETARY.n_sign_posn=1,t.php.locales.en_US.LC_MONETARY.mon_grouping=[3,3],t.php.locales.en_US.LC_NUMERIC.thousands_sep="",t.php.locales.en_US.LC_NUMERIC.grouping=[],t.php.locales.en_GB=s(t.php.locales.en),t.php.locales.en_GB.LC_TIME.r="%l:%M:%S %P %Z",t.php.locales.en_AU=s(t.php.locales.en_GB),t.php.locales.C=s(t.php.locales.en),t.php.locales.C.LC_CTYPE.CODESET="ANSI_X3.4-1968",t.php.locales.C.LC_MONETARY={int_curr_symbol:"",currency_symbol:"",mon_decimal_point:"",mon_thousands_sep:"",mon_grouping:[],p_cs_precedes:127,p_sep_by_space:127,n_cs_precedes:127,n_sep_by_space:127,p_sign_posn:127,n_sign_posn:127,positive_sign:"",negative_sign:"",int_frac_digits:127,frac_digits:127},t.php.locales.C.LC_NUMERIC={decimal_point:".",thousands_sep:"",grouping:[]},t.php.locales.C.LC_TIME.c="%a %b %e %H:%M:%S %Y",t.php.locales.C.LC_TIME.x="%m/%d/%y",t.php.locales.C.LC_TIME.X="%H:%M:%S",t.php.locales.C.LC_MESSAGES.YESEXPR="^[yY]",t.php.locales.C.LC_MESSAGES.NOEXPR="^[nN]",t.php.locales.fr=s(t.php.locales.en),t.php.locales.fr.nplurals=function(e){return e>1?1:0},t.php.locales.fr.LC_TIME.a=["dim","lun","mar","mer","jeu","ven","sam"],t.php.locales.fr.LC_TIME.A=["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],t.php.locales.fr.LC_TIME.b=["jan","fév","mar","avr","mai","jun","jui","aoû","sep","oct","nov","déc"],t.php.locales.fr.LC_TIME.B=["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],t.php.locales.fr.LC_TIME.c="%a %d %b %Y %T %Z",t.php.locales.fr.LC_TIME.p=["",""],t.php.locales.fr.LC_TIME.P=["",""],t.php.locales.fr.LC_TIME.x="%d.%m.%Y",t.php.locales.fr.LC_TIME.X="%T",t.php.locales.fr_CA=s(t.php.locales.fr),t.php.locales.fr_CA.LC_TIME.x="%Y-%m-%d"),!t.php.locale&&(t.php.locale="en_US","undefined"!=typeof window&&window.document)){var c=window.document,_="http://www.w3.org/1999/xhtml",i="http://www.w3.org/XML/1998/namespace";c.getElementsByTagNameNS&&c.getElementsByTagNameNS(_,"html")[0]?c.getElementsByTagNameNS(_,"html")[0].getAttributeNS&&c.getElementsByTagNameNS(_,"html")[0].getAttributeNS(i,"lang")?t.php.locale=c.getElementsByTagName(_,"html")[0].getAttributeNS(i,"lang"):c.getElementsByTagNameNS(_,"html")[0].lang&&(t.php.locale=c.getElementsByTagNameNS(_,"html")[0].lang):c.getElementsByTagName("html")[0]&&c.getElementsByTagName("html")[0].lang&&(t.php.locale=c.getElementsByTagName("html")[0].lang)}if(t.php.locale=t.php.locale.replace("-","_"),t.php.locale in t.php.locales||t.php.locale.replace(/_[a-zA-Z]+$/,"")in t.php.locales&&(t.php.locale=t.php.locale.replace(/_[a-zA-Z]+$/,"")),t.php.localeCategories||(t.php.localeCategories={LC_COLLATE:t.php.locale,LC_CTYPE:t.php.locale,LC_MONETARY:t.php.locale,LC_NUMERIC:t.php.locale,LC_TIME:t.php.locale,LC_MESSAGES:t.php.locale}),null===p||""===p)p=l(e)||l("LANG");else if("[object Array]"===Object.prototype.toString.call(p))for(n=0;n<p.length;n++){if(p[n]in t.php.locales){p=p[n];break}if(n===p.length-1)return!1}if("0"===p||0===p){if("LC_ALL"===e){for(a in t.php.localeCategories)o.push(a+"="+t.php.localeCategories[a]);return o.join(";")}return t.php.localeCategories[e]}if(!(p in t.php.locales))return!1;if("LC_ALL"===e)for(a in t.php.localeCategories)t.php.localeCategories[a]=p;else t.php.localeCategories[e]=p;return p};
3008
3009}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
3010},{"../info/getenv":381}],429:[function(require,module,exports){
3011"use strict";module.exports=function(r){var e;try{var o=require("crypto").createHash("sha1");o.update(r),e=o.digest("hex")}catch(r){e=void 0}if(void 0!==e)return e;var t,a,c,h,n,s,u,d,f,C=function(r,e){return r<<e|r>>>32-e},i=function(r){var e,o="";for(e=7;e>=0;e--)o+=(r>>>4*e&15).toString(16);return o},A=new Array(80),p=1732584193,v=4023233417,g=2562383102,l=271733878,b=3285377520,k=(r=unescape(encodeURIComponent(r))).length,w=[];for(a=0;a<k-3;a+=4)c=r.charCodeAt(a)<<24|r.charCodeAt(a+1)<<16|r.charCodeAt(a+2)<<8|r.charCodeAt(a+3),w.push(c);switch(k%4){case 0:a=2147483648;break;case 1:a=r.charCodeAt(k-1)<<24|8388608;break;case 2:a=r.charCodeAt(k-2)<<24|r.charCodeAt(k-1)<<16|32768;break;case 3:a=r.charCodeAt(k-3)<<24|r.charCodeAt(k-2)<<16|r.charCodeAt(k-1)<<8|128}for(w.push(a);w.length%16!=14;)w.push(0);for(w.push(k>>>29),w.push(k<<3&4294967295),t=0;t<w.length;t+=16){for(a=0;a<16;a++)A[a]=w[t+a];for(a=16;a<=79;a++)A[a]=C(A[a-3]^A[a-8]^A[a-14]^A[a-16],1);for(h=p,n=v,s=g,u=l,d=b,a=0;a<=19;a++)f=C(h,5)+(n&s|~n&u)+d+A[a]+1518500249&4294967295,d=u,u=s,s=C(n,30),n=h,h=f;for(a=20;a<=39;a++)f=C(h,5)+(n^s^u)+d+A[a]+1859775393&4294967295,d=u,u=s,s=C(n,30),n=h,h=f;for(a=40;a<=59;a++)f=C(h,5)+(n&s|n&u|s&u)+d+A[a]+2400959708&4294967295,d=u,u=s,s=C(n,30),n=h,h=f;for(a=60;a<=79;a++)f=C(h,5)+(n^s^u)+d+A[a]+3395469782&4294967295,d=u,u=s,s=C(n,30),n=h,h=f;p=p+h&4294967295,v=v+n&4294967295,g=g+s&4294967295,l=l+u&4294967295,b=b+d&4294967295}return(f=i(p)+i(v)+i(g)+i(l)+i(b)).toLowerCase()};
3012
3013},{"crypto":295}],430:[function(require,module,exports){
3014"use strict";module.exports=function(e){var r=require("../filesystem/file_get_contents"),t=require("../strings/sha1"),s=r(e);return!1!==s&&t(s)};
3015
3016},{"../filesystem/file_get_contents":379,"../strings/sha1":429}],431:[function(require,module,exports){
3017"use strict";module.exports=function r(t,s,u){if(null===t||null===s||void 0===t||void 0===s)return 0;var n,o,e,l,f=0,i=0,b=0,c=(t+="").length,h=(s+="").length;for(n=0;n<c;n++)for(o=0;o<h;o++){for(e=0;n+e<c&&o+e<h&&t.charAt(n+e)===s.charAt(o+e);e++);e>b&&(b=e,f=n,i=o)}return(l=b)&&(f&&i&&(l+=r(t.substr(0,f),s.substr(0,i))),f+b<c&&i+b<h&&(l+=r(t.substr(f+b,c-f-b),s.substr(i+b,h-i-b)))),u?200*l/(c+h):l};
3018
3019},{}],432:[function(require,module,exports){
3020"use strict";module.exports=function(r){if(!(r=(r+"").toUpperCase()))return"";for(var t,e,o,n=[0,0,0,0],u={B:1,F:1,P:1,V:1,C:2,G:2,J:2,K:2,Q:2,S:2,X:2,Z:2,D:3,T:3,L:4,M:5,N:5,R:6},a=0,c=0;(e=r.charAt(a++))&&c<4;)(t=u[e])?t!==o&&(n[c++]=o=t):(c+=1===a,o=0);return n[0]=r.charAt(0),n.join("")};
3021
3022},{}],433:[function(require,module,exports){
3023"use strict";module.exports=function(e,r){return require("../strings/explode")(e,r)};
3024
3025},{"../strings/explode":400}],434:[function(require,module,exports){
3026"use strict";module.exports=function(){var e=arguments,r=0,t=e[r++],n=function(e,r,t,n){t||(t=" ");var a=e.length>=r?"":new Array(1+r-e.length>>>0).join(t);return n?e+a:a+e},a=function(e,r,t,a,s){var c=a-e.length;return c>0&&(e=t||"0"!==s?n(e,a,s,t):[e.slice(0,r.length),n("",c,"0",!0),e.slice(r.length)].join("")),e},s=function(e,r,t,s,c,i){return e=n((e>>>0).toString(r),c||0,"0",!1),a(e,"",t,s,i)},c=function(e,r,t,n,s){return null!=n&&(e=e.slice(0,n)),a(e,"",r,t,s)};try{return t.replace(/%%|%(?:(\d+)\$)?((?:[-+#0 ]|'[\s\S])*)(\d+)?(?:\.(\d*))?([\s\S])/g,function(t,i,o,u,f,h){var g,l,d,w,b;if("%%"===t)return"%";var m,p,x=" ",E=!1,v="";for(m=0,p=o.length;m<p;m++)switch(o.charAt(m)){case" ":case"0":x=o.charAt(m);break;case"+":v="+";break;case"-":E=!0;break;case"'":m+1<p&&(x=o.charAt(m+1),m++)}if(u=u?+u:0,!isFinite(u))throw new Error("Width must be finite");if(f=f?+f:"d"===h?0:"fFeE".indexOf(h)>-1?6:void 0,i&&0==+i)throw new Error("Argument number must be greater than zero");if(i&&+i>=e.length)throw new Error("Too few arguments");switch(b=i?e[+i]:e[r++],h){case"%":return"%";case"s":return c(b+"",E,u,f,x);case"c":return c(String.fromCharCode(+b),E,u,f,x);case"b":return s(b,2,E,u,f,x);case"o":return s(b,8,E,u,f,x);case"x":return s(b,16,E,u,f,x);case"X":return s(b,16,E,u,f,x).toUpperCase();case"u":return s(b,10,E,u,f,x);case"i":case"d":return g=+b||0,b=(l=(g=Math.round(g-g%1))<0?"-":v)+n(String(Math.abs(g)),f,"0",!1),E&&"0"===x&&(x=" "),a(b,l,E,u,x);case"e":case"E":case"f":case"F":case"g":case"G":return l=(g=+b)<0?"-":v,d=["toExponential","toFixed","toPrecision"]["efg".indexOf(h.toLowerCase())],w=["toString","toUpperCase"]["eEfFgG".indexOf(h)%2],b=l+Math.abs(g)[d](f),a(b,l,E,u,x)[w]();default:return""}})}catch(e){return!1}};
3027
3028},{}],435:[function(require,module,exports){
3029"use strict";module.exports=function(e,r){var a,n=[],t=/\S/,s=arguments,c=function(e){var a=r.slice(e).match(/%[cdeEufgosxX]/g);if(a)for(var t=a.length;t--;)n.push(null);return i()},i=function(){if(2===s.length)return n;for(var e=0;e<n.length;++e)s[e+2].value=n[e];return e},u=function(r,t,s){if(h){var c=e.slice(r),i=l?c.substr(0,l):c,u=t.exec(i),o=void 0!==a?a:n.length;if(null===(n[o]=u?s?s.apply(null,u):u[0]:null))throw new Error("No match in string");return r+u[0].length}return r};if(arguments.length<2)throw new Error("Not enough arguments passed to sscanf");for(var o=0,f=0;o<r.length;o++){var l=0,h=!0;if("%"===r.charAt(o)){if("%"===r.charAt(o+1)){if("%"===e.charAt(f)){++o,++f;continue}return c(o+2)}var d=new RegExp("^(?:(\\d+)\\$)?(\\*)?(\\d*)([hlL]?)","g"),g=d.exec(r.slice(o+1));if(a&&void 0===g[1]){throw"any have already been used",new Error("All groups in sscanf() must be expressed as numeric if any have already been used")}a=g[1]?parseInt(g[1],10)-1:void 0,h=!g[2],l=parseInt(g[3],10);var p=g[4];if(o+=d.lastIndex,p)switch(p){case"h":case"l":case"L":break;default:throw new Error("Unexpected size specifier in sscanf()!")}try{switch(r.charAt(o+1)){case"F":case"g":case"G":case"b":break;case"i":f=u(f,/([+-])?(?:(?:0x([\da-fA-F]+))|(?:0([0-7]+))|(\d+))/,function(e,r,a,n,t){return a?parseInt(e,16):n?parseInt(e,8):parseInt(e,10)});break;case"n":n[void 0!==a?a:n.length-1]=f;break;case"c":f=u(f,new RegExp(".{1,"+(l||1)+"}"));break;case"D":case"d":f=u(f,/([+-])?(?:0*)(\d+)/,function(e,r,a){var n=parseInt((r||"")+a,10);return n<0?n<-2147483648?-2147483648:n:n<2147483647?n:2147483647});break;case"f":case"E":case"e":f=u(f,/([+-])?(?:0*)(\d*\.?\d*(?:[eE]?\d+)?)/,function(e,r,a){return"."===a?null:parseFloat((r||"")+a)});break;case"u":f=u(f,/([+-])?(?:0*)(\d+)/,function(e,r,a){var n=parseInt(a,10);return"-"===r?4294967296-n:n<4294967295?n:4294967295});break;case"o":f=u(f,/([+-])?(?:0([0-7]+))/,function(e,r,a){return parseInt(e,8)});break;case"s":f=u(f,/\S+/);break;case"X":case"x":f=u(f,/([+-])?(?:(?:0x)?([\da-fA-F]+))/,function(e,r,a){return parseInt(e,16)});break;case"":throw new Error("Missing character after percent mark in sscanf() format argument");default:throw new Error("Unrecognized character after percent mark in sscanf() format argument")}}catch(e){if("No match in string"===e)return c(o+2)}++o}else if(r.charAt(o)!==e.charAt(f)){if(t.lastIndex=0,t.test(e.charAt(f))||""===e.charAt(f))return c(o+1);e=e.slice(0,f)+e.slice(f+1),o--}else f++}return i()};
3030
3031},{}],436:[function(require,module,exports){
3032"use strict";module.exports=function(e,r,n,t){var p,s,g=[],u=function(e){return e.split("").reverse().join("")},c=function(e){return String(e).replace(/([\\.+*?[^\]$(){}=!<>|:])/g,"\\$1")};r=r||",",t=t||"\\";var i=c(n=n||'"'),l=c(t);for(p=0,s=(e=u(e=e.replace(new RegExp("^\\s*"+i),"").replace(new RegExp(i+"\\s*$"),"")).split(new RegExp(i+"\\s*"+c(r)+"\\s*"+i+"(?!"+l+")","g")).reverse()).length;p<s;p++)g.push(u(e[p]).replace(new RegExp(l+i,"g"),n));return g};
3033
3034},{}],437:[function(require,module,exports){
3035"use strict";var _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(o){return typeof o}:function(o){return o&&"function"==typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o};module.exports=function(o,t,e,n){var r,f,i,l,c=0,y=0,p="",s="",a=0,u="",b="",d="",g="",j=e,m="[object Array]"===Object.prototype.toString.call(j);if("object"===(void 0===o?"undefined":_typeof(o)))for(p=o,o=[],c=0;c<p.length;c+=1)o[c]=p[c].toLowerCase();else o=o.toLowerCase();if("object"===(void 0===e?"undefined":_typeof(e)))for(p=e,e=[],c=0;c<p.length;c+=1)e[c]=p[c].toLowerCase();else e=e.toLowerCase();if("object"===(void 0===o?"undefined":_typeof(o))&&"string"==typeof t)for(p=t,t=[],c=0;c<o.length;c+=1)t[c]=p;for(p="",f=[].concat(o),i=[].concat(t),l="[object Array]"===Object.prototype.toString.call(i),u=[].concat(u=e),j=[].concat(j),n&&(n.value=0),c=0,r=u.length;c<r;c++)if(""!==u[c])for(y=0,a=f.length;y<a;y++)p=u[c]+"",s=l?void 0!==i[y]?i[y]:"":i[0],u[c]=p.split(f[y]).join(s),b=j[c]+"",d=p.indexOf(f[y]),g=f[y].length,d>=0&&(j[c]=b.split(b.substr(d,g)).join(s)),n&&(n.value+=p.split(f[y]).length-1);return m?j:j[0]};
3036
3037},{}],438:[function(require,module,exports){
3038"use strict";module.exports=function(T,_,t,r){var R,e="",n=function(T,_){for(var t="";t.length<_;)t+=T;return t=t.substr(0,_)};return t=void 0!==t?t:" ","STR_PAD_LEFT"!==r&&"STR_PAD_RIGHT"!==r&&"STR_PAD_BOTH"!==r&&(r="STR_PAD_RIGHT"),(R=_-(T+="").length)>0&&("STR_PAD_LEFT"===r?T=n(t,R)+T:"STR_PAD_RIGHT"===r?T+=n(t,R):"STR_PAD_BOTH"===r&&(T=(T=(e=n(t,Math.ceil(R/2)))+T+e).substr(0,_))),T};
3039
3040},{}],439:[function(require,module,exports){
3041"use strict";module.exports=function(r,t){for(var e="";1&t&&(e+=r),t>>=1;)r+=r;return e};
3042
3043},{}],440:[function(require,module,exports){
3044(function (global){
3045"use strict";var _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(o){return typeof o}:function(o){return o&&"function"==typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o};module.exports=function(o,t,e,n){var r,c=0,l=0,i="",p="",y=0,f=[].concat(o),u=[].concat(t),a=e,b="[object Array]"===Object.prototype.toString.call(u),s="[object Array]"===Object.prototype.toString.call(a);a=[].concat(a);var d="undefined"!=typeof window?window:global;d.$locutus=d.$locutus||{};var v=d.$locutus;if(v.php=v.php||{},"object"===(void 0===o?"undefined":_typeof(o))&&"string"==typeof t){for(i=t,t=[],c=0;c<o.length;c+=1)t[c]=i;i="",u=[].concat(t),b="[object Array]"===Object.prototype.toString.call(u)}for(void 0!==n&&(n.value=0),c=0,r=a.length;c<r;c++)if(""!==a[c])for(l=0,y=f.length;l<y;l++)i=a[c]+"",p=b?void 0!==u[l]?u[l]:"":u[0],a[c]=i.split(f[l]).join(p),void 0!==n&&(n.value+=i.split(f[l]).length-1);return s?a:a[0]};
3046
3047}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
3048},{}],441:[function(require,module,exports){
3049"use strict";module.exports=function(r){return(r+"").replace(/[a-z]/gi,function(r){return String.fromCharCode(r.charCodeAt(0)+(r.toLowerCase()<"n"?13:-13))})};
3050
3051},{}],442:[function(require,module,exports){
3052"use strict";module.exports=function(r){if(0===arguments.length)throw new Error("Wrong parameter count for str_shuffle()");if(null===r)return"";for(var t,n="",o=(r+="").length;o;)t=Math.floor(Math.random()*o),n+=r.charAt(t),r=r.substring(0,t)+r.substr(t+1),o--;return n};
3053
3054},{}],443:[function(require,module,exports){
3055"use strict";module.exports=function(r,u){if(null===u&&(u=1),null===r||u<1)return!1;for(var e=[],l=0,n=(r+="").length;l<n;)e.push(r.slice(l,l+=u));return e};
3056
3057},{}],444:[function(require,module,exports){
3058"use strict";module.exports=function(r,t,e){var o=require("../ctype/ctype_alpha"),i=r.length,n=e&&e.length,h="",u="",a=0,g="",w=[],c=0,f={},l=0,s="",p=!1,d=function(r){return(r+"").replace(/([\\.+*?[^\]$(){}=!<>|:])/g,"\\$1")},A=function(r,t){var e=r.charCodeAt(t);if(e<55296||e>57343)return r.charAt(t);if(e>=55296&&e<=56319){if(r.length<=t+1)throw new Error("High surrogate without following low surrogate");var o=r.charCodeAt(t+1);if(o<56320||o>57343)throw new Error("High surrogate without following low surrogate");return r.charAt(t)+r.charAt(t+1)}if(0===t)throw new Error("Low surrogate without preceding high surrogate");var i=r.charCodeAt(t-1);if(i<55296||i>56319)throw new Error("Low surrogate without preceding high surrogate");return!1};if(n){for(s="^("+d(A(e,0)),a=1;a<n;a++)!1!==(h=A(e,a))&&(s+="|"+d(h));s+=")$",s=new RegExp(s)}for(a=0;a<i;a++)!1!==(g=A(r,a))&&((p=o(g)||s&&-1!==g.search(s)||0!==a&&a!==i-1&&"-"===g||0!==a&&"'"===g)&&(""===u&&2===t&&(l=a),u+=g),(a===i-1||!p&&""!==u)&&(2!==t?w[w.length]=u:f[l]=u,u="",c++));if(!t)return c;if(1===t)return w;if(2===t)return f;throw new Error("You have supplied an incorrect format")};
3059
3060},{"../ctype/ctype_alpha":378}],445:[function(require,module,exports){
3061"use strict";module.exports=function(e,o){var r=(e+"").toLowerCase(),t=(o+"").toLowerCase();return r>t?1:r===t?0:-1};
3062
3063},{}],446:[function(require,module,exports){
3064"use strict";module.exports=function(r,t,s){return require("../strings/strstr")(r,t,s)};
3065
3066},{"../strings/strstr":466}],447:[function(require,module,exports){
3067"use strict";module.exports=function(t,e){return t===e?0:t>e?1:-1};
3068
3069},{}],448:[function(require,module,exports){
3070(function (global){
3071"use strict";module.exports=function(e,o){var l=require("../strings/setlocale"),t="undefined"!=typeof window?window:global;t.$locutus=t.$locutus||{};var u=t.$locutus;return u.php=u.php||{},l("LC_ALL",0),(0,u.php.locales[u.php.localeCategories.LC_COLLATE].LC_COLLATE)(e,o)};
3072
3073}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
3074},{"../strings/setlocale":428}],449:[function(require,module,exports){
3075"use strict";module.exports=function(t,e,n,r){if(n=n||0,r=void 0===r?t.length:r||0,n<0&&(n=t.length+n),r<0&&(r=t.length-n+r),n<0||n>=t.length||r<=0||h>=t.length)return 0;for(var h=Math.min(t.length,n+r),l=n,g=0;l<h&&-1===e.indexOf(t.charAt(l));l++)++g;return g};
3076
3077},{}],450:[function(require,module,exports){
3078"use strict";module.exports=function(e,r){var t=require("../_helpers/_phpCastString");r=(((r||"")+"").toLowerCase().match(/<[a-z][a-z0-9]*>/g)||[]).join("");var n=/<\/?([a-z0-9]*)\b[^>]*>?/gi,s=/<!--[\s\S]*?-->|<\?(?:php)?[\s\S]*?\?>/gi,a=t(e);for(a="<"===a.substring(a.length-1)?a.substring(0,a.length-1):a;;){var i=a;if(a=i.replace(s,"").replace(n,function(e,t){return r.indexOf("<"+t.toLowerCase()+">")>-1?e:""}),i===a)return a}};
3079
3080},{"../_helpers/_phpCastString":372}],451:[function(require,module,exports){
3081"use strict";module.exports=function(e,o,r){var t,s=(e+"").toLowerCase(),n=(o+"").toLowerCase();return-1!==(t=s.indexOf(n,r))&&t};
3082
3083},{}],452:[function(require,module,exports){
3084"use strict";module.exports=function(e){return(e+"").replace(/\\(.?)/g,function(e,r){switch(r){case"\\":return"\\";case"0":return"\0";case"":return"";default:return r}})};
3085
3086},{}],453:[function(require,module,exports){
3087"use strict";module.exports=function(e,r,s){var t;return-1!==(t=(e+="").toLowerCase().indexOf((r+"").toLowerCase()))&&(s?e.substr(0,t):e.slice(t))};
3088
3089},{}],454:[function(require,module,exports){
3090"use strict";module.exports=function(r){var o=r+"";if("off"===(("undefined"!=typeof require?require("../info/ini_get")("unicode.semantics"):void 0)||"off"))return o.length;var t=0,e=0,i=function(r,o){var t=r.charCodeAt(o),e="",i="";if(t>=55296&&t<=56319){if(r.length<=o+1)throw new Error("High surrogate without following low surrogate");if((e=r.charCodeAt(o+1))<56320||e>57343)throw new Error("High surrogate without following low surrogate");return r.charAt(o)+r.charAt(o+1)}if(t>=56320&&t<=57343){if(0===o)throw new Error("Low surrogate without preceding high surrogate");if((i=r.charCodeAt(o-1))<55296||i>56319)throw new Error("Low surrogate without preceding high surrogate");return!1}return r.charAt(o)};for(t=0,e=0;t<o.length;t++)!1!==i(o,t)&&e++;return e};
3091
3092},{"../info/ini_get":382}],455:[function(require,module,exports){
3093"use strict";module.exports=function(e,r){var t=require("../strings/strnatcmp"),s=require("../_helpers/_phpCastString");return 2!==arguments.length?null:t(s(e).toLowerCase(),s(r).toLowerCase())};
3094
3095},{"../_helpers/_phpCastString":372,"../strings/strnatcmp":456}],456:[function(require,module,exports){
3096"use strict";module.exports=function(t,r){var e=require("../_helpers/_phpCastString"),n=/^0+(?=\d)/,h=/^\s/,l=/^\d/;if(2!==arguments.length)return null;if(t=e(t),r=e(r),!t.length||!r.length)return t.length-r.length;var i=0,f=0;for(t=t.replace(n,""),r=r.replace(n,"");i<t.length&&f<r.length;){for(;h.test(t.charAt(i));)i++;for(;h.test(r.charAt(f));)f++;var u=t.charAt(i),a=r.charAt(f),s=l.test(u),c=l.test(a);if(s&&c){var g=0,o="0"===u||"0"===a;do{if(!s)return-1;if(!c)return 1;if(u<a){if(g||(g=-1),o)return-1}else if(u>a&&(g||(g=1),o))return 1;u=t.charAt(++i),a=r.charAt(++f),s=l.test(u),c=l.test(a)}while(s||c);if(!o&&g)return g}else if(u&&a){if(u<a)return-1;if(u>a)return 1;i++,f++}}var p=i<t.length,A=f<r.length;return(p>A)-(p<A)};
3097
3098},{"../_helpers/_phpCastString":372}],457:[function(require,module,exports){
3099"use strict";module.exports=function(e,t,r){var n,l=0,h=(e+"").toLowerCase().substr(0,r),s=(t+"").toLowerCase().substr(0,r);if(h.length!==s.length){if(h.length<s.length){if(r=h.length,s.substr(0,h.length)===h)return h.length-s.length}else if(r=s.length,h.substr(0,s.length)===s)return h.length-s.length}else r=h.length;for(n=0,l=0;l<r;l++)if(0!==(n=h.charCodeAt(l)-s.charCodeAt(l)))return n;return 0};
3100
3101},{}],458:[function(require,module,exports){
3102"use strict";module.exports=function(r,s,t){var u=(r+"").substr(0,t),e=(s+"").substr(0,t);return u===e?0:u>e?1:-1};
3103
3104},{}],459:[function(require,module,exports){
3105"use strict";module.exports=function(r,e){for(var t=0,n=r.length;t<n;++t)if(e.indexOf(r.charAt(t))>=0)return r.slice(t);return!1};
3106
3107},{}],460:[function(require,module,exports){
3108"use strict";module.exports=function(e,r,t){var n=(e+"").indexOf(r,t||0);return-1!==n&&n};
3109
3110},{}],461:[function(require,module,exports){
3111"use strict";module.exports=function(r,t){var e;return"string"!=typeof t&&(t=String.fromCharCode(parseInt(t,10))),t=t.charAt(0),-1!==(e=r.lastIndexOf(t))&&r.substr(e)};
3112
3113},{}],462:[function(require,module,exports){
3114"use strict";module.exports=function(e){e+="";var r=new RegExp("(.)(["+["\udc00-\udfff","̀-ͯ","҃-҉","֑-ֽ","ֿ","ׁ","ׂ","ׄ","ׅ","ׇ","ؐ-ؚ","ً-ٞ","ٰ","ۖ-ۜ","۞-ۤ","ۧۨ","۪-ۭ","ܑ","ܰ-݊","ަ-ް","߫-߳","ँ-ः","़","ा-्","॑-॔","ॢ","ॣ","ঁ-ঃ","়","া-ৄ","ে","ৈ","ো-্","ৗ","ৢ","ৣ","ਁ-ਃ","਼","ਾ-ੂ","ੇ","ੈ","ੋ-੍","ੑ","ੰ","ੱ","ੵ","ઁ-ઃ","઼","ા-ૅ","ે-ૉ","ો-્","ૢ","ૣ","ଁ-ଃ","଼","ା-ୄ","େ","ୈ","ୋ-୍","ୖ","ୗ","ୢ","ୣ","ஂ","ா-ூ","ெ-ை","ொ-்","ௗ","ఁ-ః","ా-ౄ","ె-ై","ొ-్","ౕ","ౖ","ౢ","ౣ","ಂ","ಃ","಼","ಾ-ೄ","ೆ-ೈ","ೊ-್","ೕ","ೖ","ೢ","ೣ","ം","ഃ","ാ-ൄ","െ-ൈ","ൊ-്","ൗ","ൢ","ൣ","ං","ඃ","්","ා-ු","ූ","ෘ-ෟ","ෲ","ෳ","ั","ิ-ฺ","็-๎","ັ","ິ-ູ","ົ","ຼ","່-ໍ","༘","༙","༵","༷","༹","༾","༿","ཱ-྄","྆","྇","ྐ-ྗ","ྙ-ྼ","࿆","ါ-ှ","ၖ-ၙ","ၞ-ၠ","ၢ-ၤ","ၧ-ၭ","ၱ-ၴ","ႂ-ႍ","ႏ","፟","ᜒ-᜔","ᜲ-᜴","ᝒ","ᝓ","ᝲ","ᝳ","ា-៓","៝","᠋-᠍","ᢩ","ᤠ-ᤫ","ᤰ-᤻","ᦰ-ᧀ","ᧈ","ᧉ","ᨗ-ᨛ","ᬀ-ᬄ","᬴-᭄","᭫-᭳","ᮀ-ᮂ","ᮡ-᮪","ᰤ-᰷","᷀-ᷦ","᷾","᷿","⃐-⃰","ⷠ-ⷿ","〪-〯","゙","゚","꙯-꙲","꙼","꙽","ꠂ","꠆","ꠋ","ꠣ-ꠧ","ꢀ","ꢁ","ꢴ-꣄","ꤦ-꤭","ꥇ-꥓","ꨩ-ꨶ","ꩃ","ꩌ","ꩍ","ﬞ","︀-️","︠-︦"].join("")+"]+)","g");return(e=e.replace(r,"$2$1")).split("").reverse().join("")};
3115
3116},{}],463:[function(require,module,exports){
3117"use strict";module.exports=function(e,t,s){e=(e+"").toLowerCase(),t=(t+"").toLowerCase();var o=-1;return s?-1!==(o=(e+"").slice(s).lastIndexOf(t))&&(o+=s):o=(e+"").lastIndexOf(t),o>=0&&o};
3118
3119},{}],464:[function(require,module,exports){
3120"use strict";module.exports=function(e,t,s){var n=-1;return s?-1!==(n=(e+"").slice(s).lastIndexOf(t))&&(n+=s):n=(e+"").lastIndexOf(t),n>=0&&n};
3121
3122},{}],465:[function(require,module,exports){
3123"use strict";module.exports=function(t,r,e,n){var s,u,g=0,i=0;for(e=e?e<0?t.length+e:e:0,n=n?n<0?t.length+n-e:n:t.length-e,t=t.substr(e,n),i=0;i<t.length;i++){for(s=0,u=t.substring(i,i+1),g=0;g<=r.length;g++)if(u===r.substring(g,g+1)){s=1;break}if(1!==s)return i}return i};
3124
3125},{}],466:[function(require,module,exports){
3126"use strict";module.exports=function(e,r,s){var t;return-1!==(t=(e+="").indexOf(r))&&(s?e.substr(0,t):e.slice(t))};
3127
3128},{}],467:[function(require,module,exports){
3129(function (global){
3130"use strict";module.exports=function t(r,e){var u="undefined"!=typeof window?window:global;u.$locutus=u.$locutus||{};var n=u.$locutus;if(n.php=n.php||{},void 0===e&&(e=r,r=n.php.strtokleftOver),0===r.length)return!1;if(-1!==e.indexOf(r.charAt(0)))return t(r.substr(1),e);for(var o=0;o<r.length&&-1===e.indexOf(r.charAt(o));o++);return n.php.strtokleftOver=r.substr(o+1),r.substring(0,o)};
3131
3132}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
3133},{}],468:[function(require,module,exports){
3134"use strict";module.exports=function(e){return(e+"").toLowerCase()};
3135
3136},{}],469:[function(require,module,exports){
3137"use strict";module.exports=function(e){return(e+"").toUpperCase()};
3138
3139},{}],470:[function(require,module,exports){
3140"use strict";var _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t};module.exports=function(t,e,r){var o,n,f,i,u=require("../array/krsort"),y=require("../info/ini_set"),s="",c=0,l=0,p=!1,a="",b=[],h=[],m="",g=!1;if("object"===(void 0===e?"undefined":_typeof(e))){for(s in p=y("locutus.sortByReference",!1),e=u(e),y("locutus.sortByReference",p),e)e.hasOwnProperty(s)&&(b.push(s),h.push(e[s]));e=b,r=h}for(o=t.length,n=e.length,f="string"==typeof e,i="string"==typeof r,c=0;c<o;c++){if(g=!1,f){for(a=t.charAt(c),l=0;l<n;l++)if(a===e.charAt(l)){g=!0;break}}else for(l=0;l<n;l++)if(t.substr(c,e[l].length)===e[l]){g=!0,c=c+e[l].length-1;break}m+=g?i?r.charAt(l):r[l]:t.charAt(c)}return m};
3141
3142},{"../array/krsort":376,"../info/ini_set":383}],471:[function(require,module,exports){
3143"use strict";module.exports=function(t,e,r){var u=(t+="").length;if("off"===(("undefined"!=typeof require?require("../info/ini_get")("unicode.emantics"):void 0)||"off"))return e<0&&(e+=u),void 0!==r&&(u=r<0?r+u:r+e),!(e>=t.length||e<0||e>u)&&t.slice(e,u);var F=0,i=!0,f=0,D=0,n=0,a="";for(F=0;F<t.length;F++)if(/[\uD800-\uDBFF]/.test(t.charAt(F))&&/[\uDC00-\uDFFF]/.test(t.charAt(F+1))){i=!1;break}if(!i){if(e<0)for(F=u-1,f=e+=u;F>=f;F--)/[\uDC00-\uDFFF]/.test(t.charAt(F))&&/[\uD800-\uDBFF]/.test(t.charAt(F-1))&&(e--,f--);else for(var c=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g;null!==c.exec(t);){if(!(c.lastIndex-2<e))break;e++}if(e>=u||e<0)return!1;if(r<0){for(F=u-1,D=u+=r;F>=D;F--)/[\uDC00-\uDFFF]/.test(t.charAt(F))&&/[\uD800-\uDBFF]/.test(t.charAt(F-1))&&(u--,D--);return!(e>u)&&t.slice(e,u)}for(n=e+r,F=e;F<n;F++)a+=t.charAt(F),/[\uD800-\uDBFF]/.test(t.charAt(F))&&/[\uDC00-\uDFFF]/.test(t.charAt(F+1))&&n++;return a}};
3144
3145},{"../info/ini_get":382}],472:[function(require,module,exports){
3146"use strict";module.exports=function(r,t,e,s,o){if(!e&&0!==e)throw new Error("Missing offset for substr_compare()");return e<0&&(e=r.length+e),!(s&&s>r.length-e)&&(s=s||r.length-e,r=r.substr(e,s),t=t.substr(0,s),o?(r=(r+"").toLowerCase())===(t=(t+"").toLowerCase())?0:r>t?1:-1:r===t?0:r>t?1:-1)};
3147
3148},{}],473:[function(require,module,exports){
3149"use strict";module.exports=function(r,e,t,n){var i=0;if(r+="",e+="",isNaN(t)&&(t=0),isNaN(n)&&(n=0),0===e.length)return!1;for(t--;-1!==(t=r.indexOf(e,t+1));){if(n>0&&t+e.length>n)return!1;i++}return i};
3150
3151},{}],474:[function(require,module,exports){
3152"use strict";module.exports=function(e,t,s,i){return s<0&&(s+=e.length),(i=void 0!==i?i:e.length)<0&&(i=i+e.length-s),[e.slice(0,s),t.substr(0,i),t.slice(i),e.slice(s+i)].join("")};
3153
3154},{}],475:[function(require,module,exports){
3155"use strict";module.exports=function(r,e){var t=[" ","\n","\r","\t","\f","\v"," "," "," "," "," "," "," "," "," "," "," "," ","​","\u2028","\u2029"," "].join(""),n=0,i=0;for(r+="",e&&(t=(e+"").replace(/([[\]().?\/*{}+$^:])/g,"$1")),n=r.length,i=0;i<n;i++)if(-1===t.indexOf(r.charAt(i))){r=r.substring(i);break}for(i=(n=r.length)-1;i>=0;i--)if(-1===t.indexOf(r.charAt(i))){r=r.substring(0,i+1);break}return-1===t.indexOf(r.charAt(0))?r:""};
3156
3157},{}],476:[function(require,module,exports){
3158"use strict";module.exports=function(t){return(t+="").charAt(0).toUpperCase()+t.substr(1)};
3159
3160},{}],477:[function(require,module,exports){
3161"use strict";module.exports=function(e){return(e+"").replace(/^(.)|\s+(.)/g,function(e){return e.toUpperCase()})};
3162
3163},{}],478:[function(require,module,exports){
3164"use strict";module.exports=function(r,t){var e=require("../strings/sprintf"),s=require("../strings/echo"),i=e.apply(this,[r].concat(t));return s(i),i.length};
3165
3166},{"../strings/echo":399,"../strings/sprintf":434}],479:[function(require,module,exports){
3167"use strict";module.exports=function(t,r){return require("../strings/sprintf").apply(this,[t].concat(r))};
3168
3169},{"../strings/sprintf":434}],480:[function(require,module,exports){
3170"use strict";module.exports=function(e,n,t,l){var r,h,i;if(n=arguments.length>=2?+n:75,t=arguments.length>=3?""+t:"\n",l=arguments.length>=4&&!!l,e+="",n<1)return e;var g,s=/^\S*/,c=/\S*(\s)?$/,a=e.split(/\r\n|\n|\r/),f=a.length;for(r=0;r<f;a[r++]+=i)for(i=a[r],a[r]="";i.length>n;){var o=i.slice(0,n+1),u=0,v=0;if((g=o.match(c))[1])h=n,u=1;else if((h=o.length-g[0].length)&&(v=1),!h&&l&&n&&(h=n),!h){var m=(i.slice(n).match(s)||[""])[0];h=o.length+m.length}a[r]+=i.slice(0,h-v),i=i.slice(h+u),a[r]+=i.length?t:""}return a.join("\n")};
3171
3172},{}],481:[function(require,module,exports){
3173"use strict";var _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(r){return typeof r}:function(r){return r&&"function"==typeof Symbol&&r.constructor===Symbol&&r!==Symbol.prototype?"symbol":typeof r};module.exports=function(r,o,e,t){var n,u,i;switch(t){case"PHP_QUERY_RFC3986":n=require("../url/rawurlencode");break;case"PHP_QUERY_RFC1738":default:n=require("../url/urlencode")}var f=[],l=function r(o,e,t){var u,i=[];if(!0===e?e="1":!1===e&&(e="0"),null!==e){if("object"===(void 0===e?"undefined":_typeof(e))){for(u in e)null!==e[u]&&i.push(r(o+"["+u+"]",e[u],t));return i.join(t)}if("function"!=typeof e)return n(o)+"="+n(e);throw new Error("There was an error processing for http_build_query().")}return""};for(i in e||(e="&"),r){u=r[i],o&&!isNaN(i)&&(i=String(o)+i);var c=l(i,u,e);""!==c&&f.push(c)}return f.join(e)};
3174
3175},{"../url/rawurlencode":482,"../url/urlencode":483}],482:[function(require,module,exports){
3176"use strict";module.exports=function(e){return e+="",encodeURIComponent(e).replace(/!/g,"%21").replace(/'/g,"%27").replace(/\(/g,"%28").replace(/\)/g,"%29").replace(/\*/g,"%2A")};
3177
3178},{}],483:[function(require,module,exports){
3179"use strict";module.exports=function(e){return e+="",encodeURIComponent(e).replace(/!/g,"%21").replace(/'/g,"%27").replace(/\(/g,"%28").replace(/\)/g,"%29").replace(/\*/g,"%2A").replace(/~/g,"%7E").replace(/%20/g,"+")};
3180
3181},{}],484:[function(require,module,exports){
3182"use strict";module.exports=function(t){return!0===t||!1===t};
3183
3184},{}],485:[function(require,module,exports){
3185"use strict";module.exports=function(t){return!(+t!==t||isFinite(t)&&!(t%1))};
3186
3187},{}],486:[function(require,module,exports){
3188"use strict";var _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(o){return typeof o}:function(o){return o&&"function"==typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o};module.exports=function(o){return/boolean|number|string/.test(void 0===o?"undefined":_typeof(o))};
3189
3190},{}],487:[function(require,module,exports){
3191"use strict";var _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(r){return typeof r}:function(r){return r&&"function"==typeof Symbol&&r.constructor===Symbol&&r!==Symbol.prototype?"symbol":typeof r};module.exports=function r(t,e){var o,n=require("../strings/echo"),c="",u=0,i=[],f=0,s=[],a=arguments[2]||2,l="",y="",p=function(r){return new Array(r+1).join(" ")},b=function(r){var t,e,o,n,c,u=0,i=void 0===r?"undefined":_typeof(r);if("object"===i&&r&&r.constructor&&"LOCUTUS_Resource"===(n=r.constructor,(c=/\W*function\s+([\w$]+)\s*\(/.exec(n))?c[1]:"(Anonymous)"))return"resource";if("function"===i)return"function";if("object"===i&&!r)return"null";if("object"===i){if(!r.constructor)return"object";for((t=(o=r.constructor.toString()).match(/(\w+)\(/))&&(o=t[1].toLowerCase()),e=["boolean","number","string","array"],u=0;u<e.length;u++)if(o===e[u]){i=e[u];break}}return i},g=b(t);if(null===g)c="NULL";else if("array"===g||"object"===g){for(f in y=p(a-2),l=p(a),t)o="string"==typeof(o=r(t[f],1,a+2))?o.replace(/</g,"&lt;").replace(/>/g,"&gt;"):o,i[u++]=l+f+" => "+("array"===b(t[f])?"\n":"")+o;c=y+"array (\n"+i.join(",\n")+"\n"+y+")"}else c="function"===g?"create_function ('"+(s=t.toString().match(/function .*?\((.*?)\) \{([\s\S]*)\}/))[1]+"', '"+s[2].replace(new RegExp("'","g"),"\\'")+"')":"resource"===g?"NULL":"string"!=typeof t?t:"'"+t.replace(/(["'])/g,"\\$1").replace(/\0/g,"\\0")+"'";return e?c:(n(c),null)};
3192
3193},{"../strings/echo":399}],488:[function(require,module,exports){
3194"use strict";module.exports=function(r){if(null==r)return"";var e,t,a,o=r+"",n="";e=t=0,a=o.length;for(var l=0;l<a;l++){var i=o.charCodeAt(l),f=null;if(i<128)t++;else if(i>127&&i<2048)f=String.fromCharCode(i>>6|192,63&i|128);else if(55296!=(63488&i))f=String.fromCharCode(i>>12|224,i>>6&63|128,63&i|128);else{if(55296!=(64512&i))throw new RangeError("Unmatched trail surrogate at "+l);var h=o.charCodeAt(++l);if(56320!=(64512&h))throw new RangeError("Unmatched lead surrogate at "+(l-1));i=((1023&i)<<10)+(1023&h)+65536,f=String.fromCharCode(i>>18|240,i>>12&63|128,i>>6&63|128,63&i|128)}null!==f&&(t>e&&(n+=o.slice(e,t)),n+=f,e=t=l+1)}return t>e&&(n+=o.slice(e,a)),n};
3195
3196},{}],489:[function(require,module,exports){
3197(function (global){
3198(function(){var n,t=200,r="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",e="Expected a function",u="__lodash_hash_undefined__",i=500,o="__lodash_placeholder__",f=1,a=2,c=4,l=1,s=2,h=1,p=2,v=4,_=8,g=16,y=32,d=64,b=128,w=256,m=512,x=30,j="...",A=800,k=16,O=1,I=2,R=1/0,E=9007199254740991,z=1.7976931348623157e308,S=NaN,L=4294967295,W=L-1,C=L>>>1,U=[["ary",b],["bind",h],["bindKey",p],["curry",_],["curryRight",g],["flip",m],["partial",y],["partialRight",d],["rearg",w]],B="[object Arguments]",T="[object Array]",$="[object AsyncFunction]",D="[object Boolean]",M="[object Date]",F="[object DOMException]",N="[object Error]",P="[object Function]",q="[object GeneratorFunction]",Z="[object Map]",K="[object Number]",V="[object Null]",G="[object Object]",H="[object Proxy]",J="[object RegExp]",Y="[object Set]",Q="[object String]",X="[object Symbol]",nn="[object Undefined]",tn="[object WeakMap]",rn="[object WeakSet]",en="[object ArrayBuffer]",un="[object DataView]",on="[object Float32Array]",fn="[object Float64Array]",an="[object Int8Array]",cn="[object Int16Array]",ln="[object Int32Array]",sn="[object Uint8Array]",hn="[object Uint8ClampedArray]",pn="[object Uint16Array]",vn="[object Uint32Array]",_n=/\b__p \+= '';/g,gn=/\b(__p \+=) '' \+/g,yn=/(__e\(.*?\)|\b__t\)) \+\n'';/g,dn=/&(?:amp|lt|gt|quot|#39);/g,bn=/[&<>"']/g,wn=RegExp(dn.source),mn=RegExp(bn.source),xn=/<%-([\s\S]+?)%>/g,jn=/<%([\s\S]+?)%>/g,An=/<%=([\s\S]+?)%>/g,kn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,On=/^\w*$/,In=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Rn=/[\\^$.*+?()[\]{}|]/g,En=RegExp(Rn.source),zn=/^\s+|\s+$/g,Sn=/^\s+/,Ln=/\s+$/,Wn=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,Cn=/\{\n\/\* \[wrapped with (.+)\] \*/,Un=/,? & /,Bn=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,Tn=/\\(\\)?/g,$n=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Dn=/\w*$/,Mn=/^[-+]0x[0-9a-f]+$/i,Fn=/^0b[01]+$/i,Nn=/^\[object .+?Constructor\]$/,Pn=/^0o[0-7]+$/i,qn=/^(?:0|[1-9]\d*)$/,Zn=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Kn=/($^)/,Vn=/['\n\r\u2028\u2029\\]/g,Gn="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",Hn="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Jn="[\\ud800-\\udfff]",Yn="["+Hn+"]",Qn="["+Gn+"]",Xn="\\d+",nt="[\\u2700-\\u27bf]",tt="[a-z\\xdf-\\xf6\\xf8-\\xff]",rt="[^\\ud800-\\udfff"+Hn+Xn+"\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde]",et="\\ud83c[\\udffb-\\udfff]",ut="[^\\ud800-\\udfff]",it="(?:\\ud83c[\\udde6-\\uddff]){2}",ot="[\\ud800-\\udbff][\\udc00-\\udfff]",ft="[A-Z\\xc0-\\xd6\\xd8-\\xde]",at="(?:"+tt+"|"+rt+")",ct="(?:"+ft+"|"+rt+")",lt="(?:"+Qn+"|"+et+")"+"?",st="[\\ufe0e\\ufe0f]?"+lt+("(?:\\u200d(?:"+[ut,it,ot].join("|")+")[\\ufe0e\\ufe0f]?"+lt+")*"),ht="(?:"+[nt,it,ot].join("|")+")"+st,pt="(?:"+[ut+Qn+"?",Qn,it,ot,Jn].join("|")+")",vt=RegExp("['’]","g"),_t=RegExp(Qn,"g"),gt=RegExp(et+"(?="+et+")|"+pt+st,"g"),yt=RegExp([ft+"?"+tt+"+(?:['’](?:d|ll|m|re|s|t|ve))?(?="+[Yn,ft,"$"].join("|")+")",ct+"+(?:['’](?:D|LL|M|RE|S|T|VE))?(?="+[Yn,ft+at,"$"].join("|")+")",ft+"?"+at+"+(?:['’](?:d|ll|m|re|s|t|ve))?",ft+"+(?:['’](?:D|LL|M|RE|S|T|VE))?","\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Xn,ht].join("|"),"g"),dt=RegExp("[\\u200d\\ud800-\\udfff"+Gn+"\\ufe0e\\ufe0f]"),bt=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,wt=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],mt=-1,xt={};xt[on]=xt[fn]=xt[an]=xt[cn]=xt[ln]=xt[sn]=xt[hn]=xt[pn]=xt[vn]=!0,xt[B]=xt[T]=xt[en]=xt[D]=xt[un]=xt[M]=xt[N]=xt[P]=xt[Z]=xt[K]=xt[G]=xt[J]=xt[Y]=xt[Q]=xt[tn]=!1;var jt={};jt[B]=jt[T]=jt[en]=jt[un]=jt[D]=jt[M]=jt[on]=jt[fn]=jt[an]=jt[cn]=jt[ln]=jt[Z]=jt[K]=jt[G]=jt[J]=jt[Y]=jt[Q]=jt[X]=jt[sn]=jt[hn]=jt[pn]=jt[vn]=!0,jt[N]=jt[P]=jt[tn]=!1;var At={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},kt=parseFloat,Ot=parseInt,It="object"==typeof global&&global&&global.Object===Object&&global,Rt="object"==typeof self&&self&&self.Object===Object&&self,Et=It||Rt||Function("return this")(),zt="object"==typeof exports&&exports&&!exports.nodeType&&exports,St=zt&&"object"==typeof module&&module&&!module.nodeType&&module,Lt=St&&St.exports===zt,Wt=Lt&&It.process,Ct=function(){try{var n=St&&St.require&&St.require("util").types;return n||Wt&&Wt.binding&&Wt.binding("util")}catch(n){}}(),Ut=Ct&&Ct.isArrayBuffer,Bt=Ct&&Ct.isDate,Tt=Ct&&Ct.isMap,$t=Ct&&Ct.isRegExp,Dt=Ct&&Ct.isSet,Mt=Ct&&Ct.isTypedArray;function Ft(n,t,r){switch(r.length){case 0:return n.call(t);case 1:return n.call(t,r[0]);case 2:return n.call(t,r[0],r[1]);case 3:return n.call(t,r[0],r[1],r[2])}return n.apply(t,r)}function Nt(n,t,r,e){for(var u=-1,i=null==n?0:n.length;++u<i;){var o=n[u];t(e,o,r(o),n)}return e}function Pt(n,t){for(var r=-1,e=null==n?0:n.length;++r<e&&!1!==t(n[r],r,n););return n}function qt(n,t){for(var r=null==n?0:n.length;r--&&!1!==t(n[r],r,n););return n}function Zt(n,t){for(var r=-1,e=null==n?0:n.length;++r<e;)if(!t(n[r],r,n))return!1;return!0}function Kt(n,t){for(var r=-1,e=null==n?0:n.length,u=0,i=[];++r<e;){var o=n[r];t(o,r,n)&&(i[u++]=o)}return i}function Vt(n,t){return!!(null==n?0:n.length)&&er(n,t,0)>-1}function Gt(n,t,r){for(var e=-1,u=null==n?0:n.length;++e<u;)if(r(t,n[e]))return!0;return!1}function Ht(n,t){for(var r=-1,e=null==n?0:n.length,u=Array(e);++r<e;)u[r]=t(n[r],r,n);return u}function Jt(n,t){for(var r=-1,e=t.length,u=n.length;++r<e;)n[u+r]=t[r];return n}function Yt(n,t,r,e){var u=-1,i=null==n?0:n.length;for(e&&i&&(r=n[++u]);++u<i;)r=t(r,n[u],u,n);return r}function Qt(n,t,r,e){var u=null==n?0:n.length;for(e&&u&&(r=n[--u]);u--;)r=t(r,n[u],u,n);return r}function Xt(n,t){for(var r=-1,e=null==n?0:n.length;++r<e;)if(t(n[r],r,n))return!0;return!1}var nr=fr("length");function tr(n,t,r){var e;return r(n,function(n,r,u){if(t(n,r,u))return e=r,!1}),e}function rr(n,t,r,e){for(var u=n.length,i=r+(e?1:-1);e?i--:++i<u;)if(t(n[i],i,n))return i;return-1}function er(n,t,r){return t==t?function(n,t,r){var e=r-1,u=n.length;for(;++e<u;)if(n[e]===t)return e;return-1}(n,t,r):rr(n,ir,r)}function ur(n,t,r,e){for(var u=r-1,i=n.length;++u<i;)if(e(n[u],t))return u;return-1}function ir(n){return n!=n}function or(n,t){var r=null==n?0:n.length;return r?lr(n,t)/r:S}function fr(t){return function(r){return null==r?n:r[t]}}function ar(t){return function(r){return null==t?n:t[r]}}function cr(n,t,r,e,u){return u(n,function(n,u,i){r=e?(e=!1,n):t(r,n,u,i)}),r}function lr(t,r){for(var e,u=-1,i=t.length;++u<i;){var o=r(t[u]);o!==n&&(e=e===n?o:e+o)}return e}function sr(n,t){for(var r=-1,e=Array(n);++r<n;)e[r]=t(r);return e}function hr(n){return function(t){return n(t)}}function pr(n,t){return Ht(t,function(t){return n[t]})}function vr(n,t){return n.has(t)}function _r(n,t){for(var r=-1,e=n.length;++r<e&&er(t,n[r],0)>-1;);return r}function gr(n,t){for(var r=n.length;r--&&er(t,n[r],0)>-1;);return r}var yr=ar({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"}),dr=ar({"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"});function br(n){return"\\"+At[n]}function wr(n){return dt.test(n)}function mr(n){var t=-1,r=Array(n.size);return n.forEach(function(n,e){r[++t]=[e,n]}),r}function xr(n,t){return function(r){return n(t(r))}}function jr(n,t){for(var r=-1,e=n.length,u=0,i=[];++r<e;){var f=n[r];f!==t&&f!==o||(n[r]=o,i[u++]=r)}return i}function Ar(n){var t=-1,r=Array(n.size);return n.forEach(function(n){r[++t]=n}),r}function kr(n){var t=-1,r=Array(n.size);return n.forEach(function(n){r[++t]=[n,n]}),r}function Or(n){return wr(n)?function(n){var t=gt.lastIndex=0;for(;gt.test(n);)++t;return t}(n):nr(n)}function Ir(n){return wr(n)?function(n){return n.match(gt)||[]}(n):function(n){return n.split("")}(n)}var Rr=ar({"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"});var Er=function Gn(Hn){var Jn,Yn=(Hn=null==Hn?Et:Er.defaults(Et.Object(),Hn,Er.pick(Et,wt))).Array,Qn=Hn.Date,Xn=Hn.Error,nt=Hn.Function,tt=Hn.Math,rt=Hn.Object,et=Hn.RegExp,ut=Hn.String,it=Hn.TypeError,ot=Yn.prototype,ft=nt.prototype,at=rt.prototype,ct=Hn["__core-js_shared__"],lt=ft.toString,st=at.hasOwnProperty,ht=0,pt=(Jn=/[^.]+$/.exec(ct&&ct.keys&&ct.keys.IE_PROTO||""))?"Symbol(src)_1."+Jn:"",gt=at.toString,dt=lt.call(rt),At=Et._,It=et("^"+lt.call(st).replace(Rn,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Rt=Lt?Hn.Buffer:n,zt=Hn.Symbol,St=Hn.Uint8Array,Wt=Rt?Rt.allocUnsafe:n,Ct=xr(rt.getPrototypeOf,rt),nr=rt.create,ar=at.propertyIsEnumerable,zr=ot.splice,Sr=zt?zt.isConcatSpreadable:n,Lr=zt?zt.iterator:n,Wr=zt?zt.toStringTag:n,Cr=function(){try{var n=$i(rt,"defineProperty");return n({},"",{}),n}catch(n){}}(),Ur=Hn.clearTimeout!==Et.clearTimeout&&Hn.clearTimeout,Br=Qn&&Qn.now!==Et.Date.now&&Qn.now,Tr=Hn.setTimeout!==Et.setTimeout&&Hn.setTimeout,$r=tt.ceil,Dr=tt.floor,Mr=rt.getOwnPropertySymbols,Fr=Rt?Rt.isBuffer:n,Nr=Hn.isFinite,Pr=ot.join,qr=xr(rt.keys,rt),Zr=tt.max,Kr=tt.min,Vr=Qn.now,Gr=Hn.parseInt,Hr=tt.random,Jr=ot.reverse,Yr=$i(Hn,"DataView"),Qr=$i(Hn,"Map"),Xr=$i(Hn,"Promise"),ne=$i(Hn,"Set"),te=$i(Hn,"WeakMap"),re=$i(rt,"create"),ee=te&&new te,ue={},ie=lo(Yr),oe=lo(Qr),fe=lo(Xr),ae=lo(ne),ce=lo(te),le=zt?zt.prototype:n,se=le?le.valueOf:n,he=le?le.toString:n;function pe(n){if(Ef(n)&&!df(n)&&!(n instanceof ye)){if(n instanceof ge)return n;if(st.call(n,"__wrapped__"))return so(n)}return new ge(n)}var ve=function(){function t(){}return function(r){if(!Rf(r))return{};if(nr)return nr(r);t.prototype=r;var e=new t;return t.prototype=n,e}}();function _e(){}function ge(t,r){this.__wrapped__=t,this.__actions__=[],this.__chain__=!!r,this.__index__=0,this.__values__=n}function ye(n){this.__wrapped__=n,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=L,this.__views__=[]}function de(n){var t=-1,r=null==n?0:n.length;for(this.clear();++t<r;){var e=n[t];this.set(e[0],e[1])}}function be(n){var t=-1,r=null==n?0:n.length;for(this.clear();++t<r;){var e=n[t];this.set(e[0],e[1])}}function we(n){var t=-1,r=null==n?0:n.length;for(this.clear();++t<r;){var e=n[t];this.set(e[0],e[1])}}function me(n){var t=-1,r=null==n?0:n.length;for(this.__data__=new we;++t<r;)this.add(n[t])}function xe(n){var t=this.__data__=new be(n);this.size=t.size}function je(n,t){var r=df(n),e=!r&&yf(n),u=!r&&!e&&xf(n),i=!r&&!e&&!u&&Tf(n),o=r||e||u||i,f=o?sr(n.length,ut):[],a=f.length;for(var c in n)!t&&!st.call(n,c)||o&&("length"==c||u&&("offset"==c||"parent"==c)||i&&("buffer"==c||"byteLength"==c||"byteOffset"==c)||Zi(c,a))||f.push(c);return f}function Ae(t){var r=t.length;return r?t[mu(0,r-1)]:n}function ke(n,t){return fo(ri(n),Ce(t,0,n.length))}function Oe(n){return fo(ri(n))}function Ie(t,r,e){(e===n||vf(t[r],e))&&(e!==n||r in t)||Le(t,r,e)}function Re(t,r,e){var u=t[r];st.call(t,r)&&vf(u,e)&&(e!==n||r in t)||Le(t,r,e)}function Ee(n,t){for(var r=n.length;r--;)if(vf(n[r][0],t))return r;return-1}function ze(n,t,r,e){return De(n,function(n,u,i){t(e,n,r(n),i)}),e}function Se(n,t){return n&&ei(t,ia(t),n)}function Le(n,t,r){"__proto__"==t&&Cr?Cr(n,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):n[t]=r}function We(t,r){for(var e=-1,u=r.length,i=Yn(u),o=null==t;++e<u;)i[e]=o?n:na(t,r[e]);return i}function Ce(t,r,e){return t==t&&(e!==n&&(t=t<=e?t:e),r!==n&&(t=t>=r?t:r)),t}function Ue(t,r,e,u,i,o){var l,s=r&f,h=r&a,p=r&c;if(e&&(l=i?e(t,u,i,o):e(t)),l!==n)return l;if(!Rf(t))return t;var v=df(t);if(v){if(l=function(n){var t=n.length,r=new n.constructor(t);return t&&"string"==typeof n[0]&&st.call(n,"index")&&(r.index=n.index,r.input=n.input),r}(t),!s)return ri(t,l)}else{var _=Fi(t),g=_==P||_==q;if(xf(t))return Ju(t,s);if(_==G||_==B||g&&!i){if(l=h||g?{}:Pi(t),!s)return h?function(n,t){return ei(n,Mi(n),t)}(t,function(n,t){return n&&ei(t,oa(t),n)}(l,t)):function(n,t){return ei(n,Di(n),t)}(t,Se(l,t))}else{if(!jt[_])return i?t:{};l=function(n,t,r){var e,u,i,o=n.constructor;switch(t){case en:return Yu(n);case D:case M:return new o(+n);case un:return function(n,t){var r=t?Yu(n.buffer):n.buffer;return new n.constructor(r,n.byteOffset,n.byteLength)}(n,r);case on:case fn:case an:case cn:case ln:case sn:case hn:case pn:case vn:return Qu(n,r);case Z:return new o;case K:case Q:return new o(n);case J:return(i=new(u=n).constructor(u.source,Dn.exec(u))).lastIndex=u.lastIndex,i;case Y:return new o;case X:return e=n,se?rt(se.call(e)):{}}}(t,_,s)}}o||(o=new xe);var y=o.get(t);if(y)return y;o.set(t,l),Cf(t)?t.forEach(function(n){l.add(Ue(n,r,e,n,t,o))}):zf(t)&&t.forEach(function(n,u){l.set(u,Ue(n,r,e,u,t,o))});var d=v?n:(p?h?Si:zi:h?oa:ia)(t);return Pt(d||t,function(n,u){d&&(n=t[u=n]),Re(l,u,Ue(n,r,e,u,t,o))}),l}function Be(t,r,e){var u=e.length;if(null==t)return!u;for(t=rt(t);u--;){var i=e[u],o=r[i],f=t[i];if(f===n&&!(i in t)||!o(f))return!1}return!0}function Te(t,r,u){if("function"!=typeof t)throw new it(e);return eo(function(){t.apply(n,u)},r)}function $e(n,r,e,u){var i=-1,o=Vt,f=!0,a=n.length,c=[],l=r.length;if(!a)return c;e&&(r=Ht(r,hr(e))),u?(o=Gt,f=!1):r.length>=t&&(o=vr,f=!1,r=new me(r));n:for(;++i<a;){var s=n[i],h=null==e?s:e(s);if(s=u||0!==s?s:0,f&&h==h){for(var p=l;p--;)if(r[p]===h)continue n;c.push(s)}else o(r,h,u)||c.push(s)}return c}pe.templateSettings={escape:xn,evaluate:jn,interpolate:An,variable:"",imports:{_:pe}},pe.prototype=_e.prototype,pe.prototype.constructor=pe,ge.prototype=ve(_e.prototype),ge.prototype.constructor=ge,ye.prototype=ve(_e.prototype),ye.prototype.constructor=ye,de.prototype.clear=function(){this.__data__=re?re(null):{},this.size=0},de.prototype.delete=function(n){var t=this.has(n)&&delete this.__data__[n];return this.size-=t?1:0,t},de.prototype.get=function(t){var r=this.__data__;if(re){var e=r[t];return e===u?n:e}return st.call(r,t)?r[t]:n},de.prototype.has=function(t){var r=this.__data__;return re?r[t]!==n:st.call(r,t)},de.prototype.set=function(t,r){var e=this.__data__;return this.size+=this.has(t)?0:1,e[t]=re&&r===n?u:r,this},be.prototype.clear=function(){this.__data__=[],this.size=0},be.prototype.delete=function(n){var t=this.__data__,r=Ee(t,n);return!(r<0||(r==t.length-1?t.pop():zr.call(t,r,1),--this.size,0))},be.prototype.get=function(t){var r=this.__data__,e=Ee(r,t);return e<0?n:r[e][1]},be.prototype.has=function(n){return Ee(this.__data__,n)>-1},be.prototype.set=function(n,t){var r=this.__data__,e=Ee(r,n);return e<0?(++this.size,r.push([n,t])):r[e][1]=t,this},we.prototype.clear=function(){this.size=0,this.__data__={hash:new de,map:new(Qr||be),string:new de}},we.prototype.delete=function(n){var t=Bi(this,n).delete(n);return this.size-=t?1:0,t},we.prototype.get=function(n){return Bi(this,n).get(n)},we.prototype.has=function(n){return Bi(this,n).has(n)},we.prototype.set=function(n,t){var r=Bi(this,n),e=r.size;return r.set(n,t),this.size+=r.size==e?0:1,this},me.prototype.add=me.prototype.push=function(n){return this.__data__.set(n,u),this},me.prototype.has=function(n){return this.__data__.has(n)},xe.prototype.clear=function(){this.__data__=new be,this.size=0},xe.prototype.delete=function(n){var t=this.__data__,r=t.delete(n);return this.size=t.size,r},xe.prototype.get=function(n){return this.__data__.get(n)},xe.prototype.has=function(n){return this.__data__.has(n)},xe.prototype.set=function(n,r){var e=this.__data__;if(e instanceof be){var u=e.__data__;if(!Qr||u.length<t-1)return u.push([n,r]),this.size=++e.size,this;e=this.__data__=new we(u)}return e.set(n,r),this.size=e.size,this};var De=oi(Ve),Me=oi(Ge,!0);function Fe(n,t){var r=!0;return De(n,function(n,e,u){return r=!!t(n,e,u)}),r}function Ne(t,r,e){for(var u=-1,i=t.length;++u<i;){var o=t[u],f=r(o);if(null!=f&&(a===n?f==f&&!Bf(f):e(f,a)))var a=f,c=o}return c}function Pe(n,t){var r=[];return De(n,function(n,e,u){t(n,e,u)&&r.push(n)}),r}function qe(n,t,r,e,u){var i=-1,o=n.length;for(r||(r=qi),u||(u=[]);++i<o;){var f=n[i];t>0&&r(f)?t>1?qe(f,t-1,r,e,u):Jt(u,f):e||(u[u.length]=f)}return u}var Ze=fi(),Ke=fi(!0);function Ve(n,t){return n&&Ze(n,t,ia)}function Ge(n,t){return n&&Ke(n,t,ia)}function He(n,t){return Kt(t,function(t){return kf(n[t])})}function Je(t,r){for(var e=0,u=(r=Ku(r,t)).length;null!=t&&e<u;)t=t[co(r[e++])];return e&&e==u?t:n}function Ye(n,t,r){var e=t(n);return df(n)?e:Jt(e,r(n))}function Qe(t){return null==t?t===n?nn:V:Wr&&Wr in rt(t)?function(t){var r=st.call(t,Wr),e=t[Wr];try{t[Wr]=n;var u=!0}catch(n){}var i=gt.call(t);return u&&(r?t[Wr]=e:delete t[Wr]),i}(t):function(n){return gt.call(n)}(t)}function Xe(n,t){return n>t}function nu(n,t){return null!=n&&st.call(n,t)}function tu(n,t){return null!=n&&t in rt(n)}function ru(t,r,e){for(var u=e?Gt:Vt,i=t[0].length,o=t.length,f=o,a=Yn(o),c=1/0,l=[];f--;){var s=t[f];f&&r&&(s=Ht(s,hr(r))),c=Kr(s.length,c),a[f]=!e&&(r||i>=120&&s.length>=120)?new me(f&&s):n}s=t[0];var h=-1,p=a[0];n:for(;++h<i&&l.length<c;){var v=s[h],_=r?r(v):v;if(v=e||0!==v?v:0,!(p?vr(p,_):u(l,_,e))){for(f=o;--f;){var g=a[f];if(!(g?vr(g,_):u(t[f],_,e)))continue n}p&&p.push(_),l.push(v)}}return l}function eu(t,r,e){var u=null==(t=no(t,r=Ku(r,t)))?t:t[co(jo(r))];return null==u?n:Ft(u,t,e)}function uu(n){return Ef(n)&&Qe(n)==B}function iu(t,r,e,u,i){return t===r||(null==t||null==r||!Ef(t)&&!Ef(r)?t!=t&&r!=r:function(t,r,e,u,i,o){var f=df(t),a=df(r),c=f?T:Fi(t),h=a?T:Fi(r),p=(c=c==B?G:c)==G,v=(h=h==B?G:h)==G,_=c==h;if(_&&xf(t)){if(!xf(r))return!1;f=!0,p=!1}if(_&&!p)return o||(o=new xe),f||Tf(t)?Ri(t,r,e,u,i,o):function(n,t,r,e,u,i,o){switch(r){case un:if(n.byteLength!=t.byteLength||n.byteOffset!=t.byteOffset)return!1;n=n.buffer,t=t.buffer;case en:return!(n.byteLength!=t.byteLength||!i(new St(n),new St(t)));case D:case M:case K:return vf(+n,+t);case N:return n.name==t.name&&n.message==t.message;case J:case Q:return n==t+"";case Z:var f=mr;case Y:var a=e&l;if(f||(f=Ar),n.size!=t.size&&!a)return!1;var c=o.get(n);if(c)return c==t;e|=s,o.set(n,t);var h=Ri(f(n),f(t),e,u,i,o);return o.delete(n),h;case X:if(se)return se.call(n)==se.call(t)}return!1}(t,r,c,e,u,i,o);if(!(e&l)){var g=p&&st.call(t,"__wrapped__"),y=v&&st.call(r,"__wrapped__");if(g||y){var d=g?t.value():t,b=y?r.value():r;return o||(o=new xe),i(d,b,e,u,o)}}return!!_&&(o||(o=new xe),function(t,r,e,u,i,o){var f=e&l,a=zi(t),c=a.length,s=zi(r).length;if(c!=s&&!f)return!1;for(var h=c;h--;){var p=a[h];if(!(f?p in r:st.call(r,p)))return!1}var v=o.get(t);if(v&&o.get(r))return v==r;var _=!0;o.set(t,r),o.set(r,t);for(var g=f;++h<c;){p=a[h];var y=t[p],d=r[p];if(u)var b=f?u(d,y,p,r,t,o):u(y,d,p,t,r,o);if(!(b===n?y===d||i(y,d,e,u,o):b)){_=!1;break}g||(g="constructor"==p)}if(_&&!g){var w=t.constructor,m=r.constructor;w!=m&&"constructor"in t&&"constructor"in r&&!("function"==typeof w&&w instanceof w&&"function"==typeof m&&m instanceof m)&&(_=!1)}return o.delete(t),o.delete(r),_}(t,r,e,u,i,o))}(t,r,e,u,iu,i))}function ou(t,r,e,u){var i=e.length,o=i,f=!u;if(null==t)return!o;for(t=rt(t);i--;){var a=e[i];if(f&&a[2]?a[1]!==t[a[0]]:!(a[0]in t))return!1}for(;++i<o;){var c=(a=e[i])[0],h=t[c],p=a[1];if(f&&a[2]){if(h===n&&!(c in t))return!1}else{var v=new xe;if(u)var _=u(h,p,c,t,r,v);if(!(_===n?iu(p,h,l|s,u,v):_))return!1}}return!0}function fu(n){return!(!Rf(n)||(t=n,pt&&pt in t))&&(kf(n)?It:Nn).test(lo(n));var t}function au(n){return"function"==typeof n?n:null==n?Sa:"object"==typeof n?df(n)?vu(n[0],n[1]):pu(n):Ma(n)}function cu(n){if(!Ji(n))return qr(n);var t=[];for(var r in rt(n))st.call(n,r)&&"constructor"!=r&&t.push(r);return t}function lu(n){if(!Rf(n))return function(n){var t=[];if(null!=n)for(var r in rt(n))t.push(r);return t}(n);var t=Ji(n),r=[];for(var e in n)("constructor"!=e||!t&&st.call(n,e))&&r.push(e);return r}function su(n,t){return n<t}function hu(n,t){var r=-1,e=wf(n)?Yn(n.length):[];return De(n,function(n,u,i){e[++r]=t(n,u,i)}),e}function pu(n){var t=Ti(n);return 1==t.length&&t[0][2]?Qi(t[0][0],t[0][1]):function(r){return r===n||ou(r,n,t)}}function vu(t,r){return Vi(t)&&Yi(r)?Qi(co(t),r):function(e){var u=na(e,t);return u===n&&u===r?ta(e,t):iu(r,u,l|s)}}function _u(t,r,e,u,i){t!==r&&Ze(r,function(o,f){if(i||(i=new xe),Rf(o))!function(t,r,e,u,i,o,f){var a=to(t,e),c=to(r,e),l=f.get(c);if(l)Ie(t,e,l);else{var s=o?o(a,c,e+"",t,r,f):n,h=s===n;if(h){var p=df(c),v=!p&&xf(c),_=!p&&!v&&Tf(c);s=c,p||v||_?df(a)?s=a:mf(a)?s=ri(a):v?(h=!1,s=Ju(c,!0)):_?(h=!1,s=Qu(c,!0)):s=[]:Lf(c)||yf(c)?(s=a,yf(a)?s=Zf(a):Rf(a)&&!kf(a)||(s=Pi(c))):h=!1}h&&(f.set(c,s),i(s,c,u,o,f),f.delete(c)),Ie(t,e,s)}}(t,r,f,e,_u,u,i);else{var a=u?u(to(t,f),o,f+"",t,r,i):n;a===n&&(a=o),Ie(t,f,a)}},oa)}function gu(t,r){var e=t.length;if(e)return Zi(r+=r<0?e:0,e)?t[r]:n}function yu(n,t,r){var e=-1;return t=Ht(t.length?t:[Sa],hr(Ui())),function(n,t){var r=n.length;for(n.sort(t);r--;)n[r]=n[r].value;return n}(hu(n,function(n,r,u){return{criteria:Ht(t,function(t){return t(n)}),index:++e,value:n}}),function(n,t){return function(n,t,r){for(var e=-1,u=n.criteria,i=t.criteria,o=u.length,f=r.length;++e<o;){var a=Xu(u[e],i[e]);if(a){if(e>=f)return a;var c=r[e];return a*("desc"==c?-1:1)}}return n.index-t.index}(n,t,r)})}function du(n,t,r){for(var e=-1,u=t.length,i={};++e<u;){var o=t[e],f=Je(n,o);r(f,o)&&Ou(i,Ku(o,n),f)}return i}function bu(n,t,r,e){var u=e?ur:er,i=-1,o=t.length,f=n;for(n===t&&(t=ri(t)),r&&(f=Ht(n,hr(r)));++i<o;)for(var a=0,c=t[i],l=r?r(c):c;(a=u(f,l,a,e))>-1;)f!==n&&zr.call(f,a,1),zr.call(n,a,1);return n}function wu(n,t){for(var r=n?t.length:0,e=r-1;r--;){var u=t[r];if(r==e||u!==i){var i=u;Zi(u)?zr.call(n,u,1):$u(n,u)}}return n}function mu(n,t){return n+Dr(Hr()*(t-n+1))}function xu(n,t){var r="";if(!n||t<1||t>E)return r;do{t%2&&(r+=n),(t=Dr(t/2))&&(n+=n)}while(t);return r}function ju(n,t){return uo(Xi(n,t,Sa),n+"")}function Au(n){return Ae(va(n))}function ku(n,t){var r=va(n);return fo(r,Ce(t,0,r.length))}function Ou(t,r,e,u){if(!Rf(t))return t;for(var i=-1,o=(r=Ku(r,t)).length,f=o-1,a=t;null!=a&&++i<o;){var c=co(r[i]),l=e;if(i!=f){var s=a[c];(l=u?u(s,c,a):n)===n&&(l=Rf(s)?s:Zi(r[i+1])?[]:{})}Re(a,c,l),a=a[c]}return t}var Iu=ee?function(n,t){return ee.set(n,t),n}:Sa,Ru=Cr?function(n,t){return Cr(n,"toString",{configurable:!0,enumerable:!1,value:Ra(t),writable:!0})}:Sa;function Eu(n){return fo(va(n))}function zu(n,t,r){var e=-1,u=n.length;t<0&&(t=-t>u?0:u+t),(r=r>u?u:r)<0&&(r+=u),u=t>r?0:r-t>>>0,t>>>=0;for(var i=Yn(u);++e<u;)i[e]=n[e+t];return i}function Su(n,t){var r;return De(n,function(n,e,u){return!(r=t(n,e,u))}),!!r}function Lu(n,t,r){var e=0,u=null==n?e:n.length;if("number"==typeof t&&t==t&&u<=C){for(;e<u;){var i=e+u>>>1,o=n[i];null!==o&&!Bf(o)&&(r?o<=t:o<t)?e=i+1:u=i}return u}return Wu(n,t,Sa,r)}function Wu(t,r,e,u){r=e(r);for(var i=0,o=null==t?0:t.length,f=r!=r,a=null===r,c=Bf(r),l=r===n;i<o;){var s=Dr((i+o)/2),h=e(t[s]),p=h!==n,v=null===h,_=h==h,g=Bf(h);if(f)var y=u||_;else y=l?_&&(u||p):a?_&&p&&(u||!v):c?_&&p&&!v&&(u||!g):!v&&!g&&(u?h<=r:h<r);y?i=s+1:o=s}return Kr(o,W)}function Cu(n,t){for(var r=-1,e=n.length,u=0,i=[];++r<e;){var o=n[r],f=t?t(o):o;if(!r||!vf(f,a)){var a=f;i[u++]=0===o?0:o}}return i}function Uu(n){return"number"==typeof n?n:Bf(n)?S:+n}function Bu(n){if("string"==typeof n)return n;if(df(n))return Ht(n,Bu)+"";if(Bf(n))return he?he.call(n):"";var t=n+"";return"0"==t&&1/n==-R?"-0":t}function Tu(n,r,e){var u=-1,i=Vt,o=n.length,f=!0,a=[],c=a;if(e)f=!1,i=Gt;else if(o>=t){var l=r?null:xi(n);if(l)return Ar(l);f=!1,i=vr,c=new me}else c=r?[]:a;n:for(;++u<o;){var s=n[u],h=r?r(s):s;if(s=e||0!==s?s:0,f&&h==h){for(var p=c.length;p--;)if(c[p]===h)continue n;r&&c.push(h),a.push(s)}else i(c,h,e)||(c!==a&&c.push(h),a.push(s))}return a}function $u(n,t){return null==(n=no(n,t=Ku(t,n)))||delete n[co(jo(t))]}function Du(n,t,r,e){return Ou(n,t,r(Je(n,t)),e)}function Mu(n,t,r,e){for(var u=n.length,i=e?u:-1;(e?i--:++i<u)&&t(n[i],i,n););return r?zu(n,e?0:i,e?i+1:u):zu(n,e?i+1:0,e?u:i)}function Fu(n,t){var r=n;return r instanceof ye&&(r=r.value()),Yt(t,function(n,t){return t.func.apply(t.thisArg,Jt([n],t.args))},r)}function Nu(n,t,r){var e=n.length;if(e<2)return e?Tu(n[0]):[];for(var u=-1,i=Yn(e);++u<e;)for(var o=n[u],f=-1;++f<e;)f!=u&&(i[u]=$e(i[u]||o,n[f],t,r));return Tu(qe(i,1),t,r)}function Pu(t,r,e){for(var u=-1,i=t.length,o=r.length,f={};++u<i;){var a=u<o?r[u]:n;e(f,t[u],a)}return f}function qu(n){return mf(n)?n:[]}function Zu(n){return"function"==typeof n?n:Sa}function Ku(n,t){return df(n)?n:Vi(n,t)?[n]:ao(Kf(n))}var Vu=ju;function Gu(t,r,e){var u=t.length;return e=e===n?u:e,!r&&e>=u?t:zu(t,r,e)}var Hu=Ur||function(n){return Et.clearTimeout(n)};function Ju(n,t){if(t)return n.slice();var r=n.length,e=Wt?Wt(r):new n.constructor(r);return n.copy(e),e}function Yu(n){var t=new n.constructor(n.byteLength);return new St(t).set(new St(n)),t}function Qu(n,t){var r=t?Yu(n.buffer):n.buffer;return new n.constructor(r,n.byteOffset,n.length)}function Xu(t,r){if(t!==r){var e=t!==n,u=null===t,i=t==t,o=Bf(t),f=r!==n,a=null===r,c=r==r,l=Bf(r);if(!a&&!l&&!o&&t>r||o&&f&&c&&!a&&!l||u&&f&&c||!e&&c||!i)return 1;if(!u&&!o&&!l&&t<r||l&&e&&i&&!u&&!o||a&&e&&i||!f&&i||!c)return-1}return 0}function ni(n,t,r,e){for(var u=-1,i=n.length,o=r.length,f=-1,a=t.length,c=Zr(i-o,0),l=Yn(a+c),s=!e;++f<a;)l[f]=t[f];for(;++u<o;)(s||u<i)&&(l[r[u]]=n[u]);for(;c--;)l[f++]=n[u++];return l}function ti(n,t,r,e){for(var u=-1,i=n.length,o=-1,f=r.length,a=-1,c=t.length,l=Zr(i-f,0),s=Yn(l+c),h=!e;++u<l;)s[u]=n[u];for(var p=u;++a<c;)s[p+a]=t[a];for(;++o<f;)(h||u<i)&&(s[p+r[o]]=n[u++]);return s}function ri(n,t){var r=-1,e=n.length;for(t||(t=Yn(e));++r<e;)t[r]=n[r];return t}function ei(t,r,e,u){var i=!e;e||(e={});for(var o=-1,f=r.length;++o<f;){var a=r[o],c=u?u(e[a],t[a],a,e,t):n;c===n&&(c=t[a]),i?Le(e,a,c):Re(e,a,c)}return e}function ui(n,t){return function(r,e){var u=df(r)?Nt:ze,i=t?t():{};return u(r,n,Ui(e,2),i)}}function ii(t){return ju(function(r,e){var u=-1,i=e.length,o=i>1?e[i-1]:n,f=i>2?e[2]:n;for(o=t.length>3&&"function"==typeof o?(i--,o):n,f&&Ki(e[0],e[1],f)&&(o=i<3?n:o,i=1),r=rt(r);++u<i;){var a=e[u];a&&t(r,a,u,o)}return r})}function oi(n,t){return function(r,e){if(null==r)return r;if(!wf(r))return n(r,e);for(var u=r.length,i=t?u:-1,o=rt(r);(t?i--:++i<u)&&!1!==e(o[i],i,o););return r}}function fi(n){return function(t,r,e){for(var u=-1,i=rt(t),o=e(t),f=o.length;f--;){var a=o[n?f:++u];if(!1===r(i[a],a,i))break}return t}}function ai(t){return function(r){var e=wr(r=Kf(r))?Ir(r):n,u=e?e[0]:r.charAt(0),i=e?Gu(e,1).join(""):r.slice(1);return u[t]()+i}}function ci(n){return function(t){return Yt(ka(ya(t).replace(vt,"")),n,"")}}function li(n){return function(){var t=arguments;switch(t.length){case 0:return new n;case 1:return new n(t[0]);case 2:return new n(t[0],t[1]);case 3:return new n(t[0],t[1],t[2]);case 4:return new n(t[0],t[1],t[2],t[3]);case 5:return new n(t[0],t[1],t[2],t[3],t[4]);case 6:return new n(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new n(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}var r=ve(n.prototype),e=n.apply(r,t);return Rf(e)?e:r}}function si(t){return function(r,e,u){var i=rt(r);if(!wf(r)){var o=Ui(e,3);r=ia(r),e=function(n){return o(i[n],n,i)}}var f=t(r,e,u);return f>-1?i[o?r[f]:f]:n}}function hi(t){return Ei(function(r){var u=r.length,i=u,o=ge.prototype.thru;for(t&&r.reverse();i--;){var f=r[i];if("function"!=typeof f)throw new it(e);if(o&&!a&&"wrapper"==Wi(f))var a=new ge([],!0)}for(i=a?i:u;++i<u;){var c=Wi(f=r[i]),l="wrapper"==c?Li(f):n;a=l&&Gi(l[0])&&l[1]==(b|_|y|w)&&!l[4].length&&1==l[9]?a[Wi(l[0])].apply(a,l[3]):1==f.length&&Gi(f)?a[c]():a.thru(f)}return function(){var n=arguments,t=n[0];if(a&&1==n.length&&df(t))return a.plant(t).value();for(var e=0,i=u?r[e].apply(this,n):t;++e<u;)i=r[e].call(this,i);return i}})}function pi(t,r,e,u,i,o,f,a,c,l){var s=r&b,v=r&h,y=r&p,d=r&(_|g),w=r&m,x=y?n:li(t);return function h(){for(var p=arguments.length,_=Yn(p),g=p;g--;)_[g]=arguments[g];if(d)var b=Ci(h),m=function(n,t){for(var r=n.length,e=0;r--;)n[r]===t&&++e;return e}(_,b);if(u&&(_=ni(_,u,i,d)),o&&(_=ti(_,o,f,d)),p-=m,d&&p<l){var j=jr(_,b);return wi(t,r,pi,h.placeholder,e,_,j,a,c,l-p)}var A=v?e:this,k=y?A[t]:t;return p=_.length,a?_=function(t,r){for(var e=t.length,u=Kr(r.length,e),i=ri(t);u--;){var o=r[u];t[u]=Zi(o,e)?i[o]:n}return t}(_,a):w&&p>1&&_.reverse(),s&&c<p&&(_.length=c),this&&this!==Et&&this instanceof h&&(k=x||li(k)),k.apply(A,_)}}function vi(n,t){return function(r,e){return function(n,t,r,e){return Ve(n,function(n,u,i){t(e,r(n),u,i)}),e}(r,n,t(e),{})}}function _i(t,r){return function(e,u){var i;if(e===n&&u===n)return r;if(e!==n&&(i=e),u!==n){if(i===n)return u;"string"==typeof e||"string"==typeof u?(e=Bu(e),u=Bu(u)):(e=Uu(e),u=Uu(u)),i=t(e,u)}return i}}function gi(n){return Ei(function(t){return t=Ht(t,hr(Ui())),ju(function(r){var e=this;return n(t,function(n){return Ft(n,e,r)})})})}function yi(t,r){var e=(r=r===n?" ":Bu(r)).length;if(e<2)return e?xu(r,t):r;var u=xu(r,$r(t/Or(r)));return wr(r)?Gu(Ir(u),0,t).join(""):u.slice(0,t)}function di(t){return function(r,e,u){return u&&"number"!=typeof u&&Ki(r,e,u)&&(e=u=n),r=Ff(r),e===n?(e=r,r=0):e=Ff(e),function(n,t,r,e){for(var u=-1,i=Zr($r((t-n)/(r||1)),0),o=Yn(i);i--;)o[e?i:++u]=n,n+=r;return o}(r,e,u=u===n?r<e?1:-1:Ff(u),t)}}function bi(n){return function(t,r){return"string"==typeof t&&"string"==typeof r||(t=qf(t),r=qf(r)),n(t,r)}}function wi(t,r,e,u,i,o,f,a,c,l){var s=r&_;r|=s?y:d,(r&=~(s?d:y))&v||(r&=~(h|p));var g=[t,r,i,s?o:n,s?f:n,s?n:o,s?n:f,a,c,l],b=e.apply(n,g);return Gi(t)&&ro(b,g),b.placeholder=u,io(b,t,r)}function mi(n){var t=tt[n];return function(n,r){if(n=qf(n),(r=null==r?0:Kr(Nf(r),292))&&Nr(n)){var e=(Kf(n)+"e").split("e");return+((e=(Kf(t(e[0]+"e"+(+e[1]+r)))+"e").split("e"))[0]+"e"+(+e[1]-r))}return t(n)}}var xi=ne&&1/Ar(new ne([,-0]))[1]==R?function(n){return new ne(n)}:Ba;function ji(n){return function(t){var r=Fi(t);return r==Z?mr(t):r==Y?kr(t):function(n,t){return Ht(t,function(t){return[t,n[t]]})}(t,n(t))}}function Ai(t,r,u,i,f,a,c,l){var s=r&p;if(!s&&"function"!=typeof t)throw new it(e);var m=i?i.length:0;if(m||(r&=~(y|d),i=f=n),c=c===n?c:Zr(Nf(c),0),l=l===n?l:Nf(l),m-=f?f.length:0,r&d){var x=i,j=f;i=f=n}var A=s?n:Li(t),k=[t,r,u,i,f,x,j,a,c,l];if(A&&function(n,t){var r=n[1],e=t[1],u=r|e,i=u<(h|p|b),f=e==b&&r==_||e==b&&r==w&&n[7].length<=t[8]||e==(b|w)&&t[7].length<=t[8]&&r==_;if(!i&&!f)return n;e&h&&(n[2]=t[2],u|=r&h?0:v);var a=t[3];if(a){var c=n[3];n[3]=c?ni(c,a,t[4]):a,n[4]=c?jr(n[3],o):t[4]}(a=t[5])&&(c=n[5],n[5]=c?ti(c,a,t[6]):a,n[6]=c?jr(n[5],o):t[6]),(a=t[7])&&(n[7]=a),e&b&&(n[8]=null==n[8]?t[8]:Kr(n[8],t[8])),null==n[9]&&(n[9]=t[9]),n[0]=t[0],n[1]=u}(k,A),t=k[0],r=k[1],u=k[2],i=k[3],f=k[4],!(l=k[9]=k[9]===n?s?0:t.length:Zr(k[9]-m,0))&&r&(_|g)&&(r&=~(_|g)),r&&r!=h)O=r==_||r==g?function(t,r,e){var u=li(t);return function i(){for(var o=arguments.length,f=Yn(o),a=o,c=Ci(i);a--;)f[a]=arguments[a];var l=o<3&&f[0]!==c&&f[o-1]!==c?[]:jr(f,c);return(o-=l.length)<e?wi(t,r,pi,i.placeholder,n,f,l,n,n,e-o):Ft(this&&this!==Et&&this instanceof i?u:t,this,f)}}(t,r,l):r!=y&&r!=(h|y)||f.length?pi.apply(n,k):function(n,t,r,e){var u=t&h,i=li(n);return function t(){for(var o=-1,f=arguments.length,a=-1,c=e.length,l=Yn(c+f),s=this&&this!==Et&&this instanceof t?i:n;++a<c;)l[a]=e[a];for(;f--;)l[a++]=arguments[++o];return Ft(s,u?r:this,l)}}(t,r,u,i);else var O=function(n,t,r){var e=t&h,u=li(n);return function t(){return(this&&this!==Et&&this instanceof t?u:n).apply(e?r:this,arguments)}}(t,r,u);return io((A?Iu:ro)(O,k),t,r)}function ki(t,r,e,u){return t===n||vf(t,at[e])&&!st.call(u,e)?r:t}function Oi(t,r,e,u,i,o){return Rf(t)&&Rf(r)&&(o.set(r,t),_u(t,r,n,Oi,o),o.delete(r)),t}function Ii(t){return Lf(t)?n:t}function Ri(t,r,e,u,i,o){var f=e&l,a=t.length,c=r.length;if(a!=c&&!(f&&c>a))return!1;var h=o.get(t);if(h&&o.get(r))return h==r;var p=-1,v=!0,_=e&s?new me:n;for(o.set(t,r),o.set(r,t);++p<a;){var g=t[p],y=r[p];if(u)var d=f?u(y,g,p,r,t,o):u(g,y,p,t,r,o);if(d!==n){if(d)continue;v=!1;break}if(_){if(!Xt(r,function(n,t){if(!vr(_,t)&&(g===n||i(g,n,e,u,o)))return _.push(t)})){v=!1;break}}else if(g!==y&&!i(g,y,e,u,o)){v=!1;break}}return o.delete(t),o.delete(r),v}function Ei(t){return uo(Xi(t,n,yo),t+"")}function zi(n){return Ye(n,ia,Di)}function Si(n){return Ye(n,oa,Mi)}var Li=ee?function(n){return ee.get(n)}:Ba;function Wi(n){for(var t=n.name+"",r=ue[t],e=st.call(ue,t)?r.length:0;e--;){var u=r[e],i=u.func;if(null==i||i==n)return u.name}return t}function Ci(n){return(st.call(pe,"placeholder")?pe:n).placeholder}function Ui(){var n=pe.iteratee||La;return n=n===La?au:n,arguments.length?n(arguments[0],arguments[1]):n}function Bi(n,t){var r,e,u=n.__data__;return("string"==(e=typeof(r=t))||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==r:null===r)?u["string"==typeof t?"string":"hash"]:u.map}function Ti(n){for(var t=ia(n),r=t.length;r--;){var e=t[r],u=n[e];t[r]=[e,u,Yi(u)]}return t}function $i(t,r){var e=function(t,r){return null==t?n:t[r]}(t,r);return fu(e)?e:n}var Di=Mr?function(n){return null==n?[]:(n=rt(n),Kt(Mr(n),function(t){return ar.call(n,t)}))}:Pa,Mi=Mr?function(n){for(var t=[];n;)Jt(t,Di(n)),n=Ct(n);return t}:Pa,Fi=Qe;function Ni(n,t,r){for(var e=-1,u=(t=Ku(t,n)).length,i=!1;++e<u;){var o=co(t[e]);if(!(i=null!=n&&r(n,o)))break;n=n[o]}return i||++e!=u?i:!!(u=null==n?0:n.length)&&If(u)&&Zi(o,u)&&(df(n)||yf(n))}function Pi(n){return"function"!=typeof n.constructor||Ji(n)?{}:ve(Ct(n))}function qi(n){return df(n)||yf(n)||!!(Sr&&n&&n[Sr])}function Zi(n,t){var r=typeof n;return!!(t=null==t?E:t)&&("number"==r||"symbol"!=r&&qn.test(n))&&n>-1&&n%1==0&&n<t}function Ki(n,t,r){if(!Rf(r))return!1;var e=typeof t;return!!("number"==e?wf(r)&&Zi(t,r.length):"string"==e&&t in r)&&vf(r[t],n)}function Vi(n,t){if(df(n))return!1;var r=typeof n;return!("number"!=r&&"symbol"!=r&&"boolean"!=r&&null!=n&&!Bf(n))||On.test(n)||!kn.test(n)||null!=t&&n in rt(t)}function Gi(n){var t=Wi(n),r=pe[t];if("function"!=typeof r||!(t in ye.prototype))return!1;if(n===r)return!0;var e=Li(r);return!!e&&n===e[0]}(Yr&&Fi(new Yr(new ArrayBuffer(1)))!=un||Qr&&Fi(new Qr)!=Z||Xr&&"[object Promise]"!=Fi(Xr.resolve())||ne&&Fi(new ne)!=Y||te&&Fi(new te)!=tn)&&(Fi=function(t){var r=Qe(t),e=r==G?t.constructor:n,u=e?lo(e):"";if(u)switch(u){case ie:return un;case oe:return Z;case fe:return"[object Promise]";case ae:return Y;case ce:return tn}return r});var Hi=ct?kf:qa;function Ji(n){var t=n&&n.constructor;return n===("function"==typeof t&&t.prototype||at)}function Yi(n){return n==n&&!Rf(n)}function Qi(t,r){return function(e){return null!=e&&e[t]===r&&(r!==n||t in rt(e))}}function Xi(t,r,e){return r=Zr(r===n?t.length-1:r,0),function(){for(var n=arguments,u=-1,i=Zr(n.length-r,0),o=Yn(i);++u<i;)o[u]=n[r+u];u=-1;for(var f=Yn(r+1);++u<r;)f[u]=n[u];return f[r]=e(o),Ft(t,this,f)}}function no(n,t){return t.length<2?n:Je(n,zu(t,0,-1))}function to(n,t){if(("constructor"!==t||"function"!=typeof n[t])&&"__proto__"!=t)return n[t]}var ro=oo(Iu),eo=Tr||function(n,t){return Et.setTimeout(n,t)},uo=oo(Ru);function io(n,t,r){var e=t+"";return uo(n,function(n,t){var r=t.length;if(!r)return n;var e=r-1;return t[e]=(r>1?"& ":"")+t[e],t=t.join(r>2?", ":" "),n.replace(Wn,"{\n/* [wrapped with "+t+"] */\n")}(e,function(n,t){return Pt(U,function(r){var e="_."+r[0];t&r[1]&&!Vt(n,e)&&n.push(e)}),n.sort()}(function(n){var t=n.match(Cn);return t?t[1].split(Un):[]}(e),r)))}function oo(t){var r=0,e=0;return function(){var u=Vr(),i=k-(u-e);if(e=u,i>0){if(++r>=A)return arguments[0]}else r=0;return t.apply(n,arguments)}}function fo(t,r){var e=-1,u=t.length,i=u-1;for(r=r===n?u:r;++e<r;){var o=mu(e,i),f=t[o];t[o]=t[e],t[e]=f}return t.length=r,t}var ao=function(n){var t=af(n,function(n){return r.size===i&&r.clear(),n}),r=t.cache;return t}(function(n){var t=[];return 46===n.charCodeAt(0)&&t.push(""),n.replace(In,function(n,r,e,u){t.push(e?u.replace(Tn,"$1"):r||n)}),t});function co(n){if("string"==typeof n||Bf(n))return n;var t=n+"";return"0"==t&&1/n==-R?"-0":t}function lo(n){if(null!=n){try{return lt.call(n)}catch(n){}try{return n+""}catch(n){}}return""}function so(n){if(n instanceof ye)return n.clone();var t=new ge(n.__wrapped__,n.__chain__);return t.__actions__=ri(n.__actions__),t.__index__=n.__index__,t.__values__=n.__values__,t}var ho=ju(function(n,t){return mf(n)?$e(n,qe(t,1,mf,!0)):[]}),po=ju(function(t,r){var e=jo(r);return mf(e)&&(e=n),mf(t)?$e(t,qe(r,1,mf,!0),Ui(e,2)):[]}),vo=ju(function(t,r){var e=jo(r);return mf(e)&&(e=n),mf(t)?$e(t,qe(r,1,mf,!0),n,e):[]});function _o(n,t,r){var e=null==n?0:n.length;if(!e)return-1;var u=null==r?0:Nf(r);return u<0&&(u=Zr(e+u,0)),rr(n,Ui(t,3),u)}function go(t,r,e){var u=null==t?0:t.length;if(!u)return-1;var i=u-1;return e!==n&&(i=Nf(e),i=e<0?Zr(u+i,0):Kr(i,u-1)),rr(t,Ui(r,3),i,!0)}function yo(n){return null!=n&&n.length?qe(n,1):[]}function bo(t){return t&&t.length?t[0]:n}var wo=ju(function(n){var t=Ht(n,qu);return t.length&&t[0]===n[0]?ru(t):[]}),mo=ju(function(t){var r=jo(t),e=Ht(t,qu);return r===jo(e)?r=n:e.pop(),e.length&&e[0]===t[0]?ru(e,Ui(r,2)):[]}),xo=ju(function(t){var r=jo(t),e=Ht(t,qu);return(r="function"==typeof r?r:n)&&e.pop(),e.length&&e[0]===t[0]?ru(e,n,r):[]});function jo(t){var r=null==t?0:t.length;return r?t[r-1]:n}var Ao=ju(ko);function ko(n,t){return n&&n.length&&t&&t.length?bu(n,t):n}var Oo=Ei(function(n,t){var r=null==n?0:n.length,e=We(n,t);return wu(n,Ht(t,function(n){return Zi(n,r)?+n:n}).sort(Xu)),e});function Io(n){return null==n?n:Jr.call(n)}var Ro=ju(function(n){return Tu(qe(n,1,mf,!0))}),Eo=ju(function(t){var r=jo(t);return mf(r)&&(r=n),Tu(qe(t,1,mf,!0),Ui(r,2))}),zo=ju(function(t){var r=jo(t);return r="function"==typeof r?r:n,Tu(qe(t,1,mf,!0),n,r)});function So(n){if(!n||!n.length)return[];var t=0;return n=Kt(n,function(n){if(mf(n))return t=Zr(n.length,t),!0}),sr(t,function(t){return Ht(n,fr(t))})}function Lo(t,r){if(!t||!t.length)return[];var e=So(t);return null==r?e:Ht(e,function(t){return Ft(r,n,t)})}var Wo=ju(function(n,t){return mf(n)?$e(n,t):[]}),Co=ju(function(n){return Nu(Kt(n,mf))}),Uo=ju(function(t){var r=jo(t);return mf(r)&&(r=n),Nu(Kt(t,mf),Ui(r,2))}),Bo=ju(function(t){var r=jo(t);return r="function"==typeof r?r:n,Nu(Kt(t,mf),n,r)}),To=ju(So);var $o=ju(function(t){var r=t.length,e=r>1?t[r-1]:n;return e="function"==typeof e?(t.pop(),e):n,Lo(t,e)});function Do(n){var t=pe(n);return t.__chain__=!0,t}function Mo(n,t){return t(n)}var Fo=Ei(function(t){var r=t.length,e=r?t[0]:0,u=this.__wrapped__,i=function(n){return We(n,t)};return!(r>1||this.__actions__.length)&&u instanceof ye&&Zi(e)?((u=u.slice(e,+e+(r?1:0))).__actions__.push({func:Mo,args:[i],thisArg:n}),new ge(u,this.__chain__).thru(function(t){return r&&!t.length&&t.push(n),t})):this.thru(i)});var No=ui(function(n,t,r){st.call(n,r)?++n[r]:Le(n,r,1)});var Po=si(_o),qo=si(go);function Zo(n,t){return(df(n)?Pt:De)(n,Ui(t,3))}function Ko(n,t){return(df(n)?qt:Me)(n,Ui(t,3))}var Vo=ui(function(n,t,r){st.call(n,r)?n[r].push(t):Le(n,r,[t])});var Go=ju(function(n,t,r){var e=-1,u="function"==typeof t,i=wf(n)?Yn(n.length):[];return De(n,function(n){i[++e]=u?Ft(t,n,r):eu(n,t,r)}),i}),Ho=ui(function(n,t,r){Le(n,r,t)});function Jo(n,t){return(df(n)?Ht:hu)(n,Ui(t,3))}var Yo=ui(function(n,t,r){n[r?0:1].push(t)},function(){return[[],[]]});var Qo=ju(function(n,t){if(null==n)return[];var r=t.length;return r>1&&Ki(n,t[0],t[1])?t=[]:r>2&&Ki(t[0],t[1],t[2])&&(t=[t[0]]),yu(n,qe(t,1),[])}),Xo=Br||function(){return Et.Date.now()};function nf(t,r,e){return r=e?n:r,r=t&&null==r?t.length:r,Ai(t,b,n,n,n,n,r)}function tf(t,r){var u;if("function"!=typeof r)throw new it(e);return t=Nf(t),function(){return--t>0&&(u=r.apply(this,arguments)),t<=1&&(r=n),u}}var rf=ju(function(n,t,r){var e=h;if(r.length){var u=jr(r,Ci(rf));e|=y}return Ai(n,e,t,r,u)}),ef=ju(function(n,t,r){var e=h|p;if(r.length){var u=jr(r,Ci(ef));e|=y}return Ai(t,e,n,r,u)});function uf(t,r,u){var i,o,f,a,c,l,s=0,h=!1,p=!1,v=!0;if("function"!=typeof t)throw new it(e);function _(r){var e=i,u=o;return i=o=n,s=r,a=t.apply(u,e)}function g(t){var e=t-l;return l===n||e>=r||e<0||p&&t-s>=f}function y(){var n=Xo();if(g(n))return d(n);c=eo(y,function(n){var t=r-(n-l);return p?Kr(t,f-(n-s)):t}(n))}function d(t){return c=n,v&&i?_(t):(i=o=n,a)}function b(){var t=Xo(),e=g(t);if(i=arguments,o=this,l=t,e){if(c===n)return function(n){return s=n,c=eo(y,r),h?_(n):a}(l);if(p)return Hu(c),c=eo(y,r),_(l)}return c===n&&(c=eo(y,r)),a}return r=qf(r)||0,Rf(u)&&(h=!!u.leading,f=(p="maxWait"in u)?Zr(qf(u.maxWait)||0,r):f,v="trailing"in u?!!u.trailing:v),b.cancel=function(){c!==n&&Hu(c),s=0,i=l=o=c=n},b.flush=function(){return c===n?a:d(Xo())},b}var of=ju(function(n,t){return Te(n,1,t)}),ff=ju(function(n,t,r){return Te(n,qf(t)||0,r)});function af(n,t){if("function"!=typeof n||null!=t&&"function"!=typeof t)throw new it(e);var r=function(){var e=arguments,u=t?t.apply(this,e):e[0],i=r.cache;if(i.has(u))return i.get(u);var o=n.apply(this,e);return r.cache=i.set(u,o)||i,o};return r.cache=new(af.Cache||we),r}function cf(n){if("function"!=typeof n)throw new it(e);return function(){var t=arguments;switch(t.length){case 0:return!n.call(this);case 1:return!n.call(this,t[0]);case 2:return!n.call(this,t[0],t[1]);case 3:return!n.call(this,t[0],t[1],t[2])}return!n.apply(this,t)}}af.Cache=we;var lf=Vu(function(n,t){var r=(t=1==t.length&&df(t[0])?Ht(t[0],hr(Ui())):Ht(qe(t,1),hr(Ui()))).length;return ju(function(e){for(var u=-1,i=Kr(e.length,r);++u<i;)e[u]=t[u].call(this,e[u]);return Ft(n,this,e)})}),sf=ju(function(t,r){var e=jr(r,Ci(sf));return Ai(t,y,n,r,e)}),hf=ju(function(t,r){var e=jr(r,Ci(hf));return Ai(t,d,n,r,e)}),pf=Ei(function(t,r){return Ai(t,w,n,n,n,r)});function vf(n,t){return n===t||n!=n&&t!=t}var _f=bi(Xe),gf=bi(function(n,t){return n>=t}),yf=uu(function(){return arguments}())?uu:function(n){return Ef(n)&&st.call(n,"callee")&&!ar.call(n,"callee")},df=Yn.isArray,bf=Ut?hr(Ut):function(n){return Ef(n)&&Qe(n)==en};function wf(n){return null!=n&&If(n.length)&&!kf(n)}function mf(n){return Ef(n)&&wf(n)}var xf=Fr||qa,jf=Bt?hr(Bt):function(n){return Ef(n)&&Qe(n)==M};function Af(n){if(!Ef(n))return!1;var t=Qe(n);return t==N||t==F||"string"==typeof n.message&&"string"==typeof n.name&&!Lf(n)}function kf(n){if(!Rf(n))return!1;var t=Qe(n);return t==P||t==q||t==$||t==H}function Of(n){return"number"==typeof n&&n==Nf(n)}function If(n){return"number"==typeof n&&n>-1&&n%1==0&&n<=E}function Rf(n){var t=typeof n;return null!=n&&("object"==t||"function"==t)}function Ef(n){return null!=n&&"object"==typeof n}var zf=Tt?hr(Tt):function(n){return Ef(n)&&Fi(n)==Z};function Sf(n){return"number"==typeof n||Ef(n)&&Qe(n)==K}function Lf(n){if(!Ef(n)||Qe(n)!=G)return!1;var t=Ct(n);if(null===t)return!0;var r=st.call(t,"constructor")&&t.constructor;return"function"==typeof r&&r instanceof r&&lt.call(r)==dt}var Wf=$t?hr($t):function(n){return Ef(n)&&Qe(n)==J};var Cf=Dt?hr(Dt):function(n){return Ef(n)&&Fi(n)==Y};function Uf(n){return"string"==typeof n||!df(n)&&Ef(n)&&Qe(n)==Q}function Bf(n){return"symbol"==typeof n||Ef(n)&&Qe(n)==X}var Tf=Mt?hr(Mt):function(n){return Ef(n)&&If(n.length)&&!!xt[Qe(n)]};var $f=bi(su),Df=bi(function(n,t){return n<=t});function Mf(n){if(!n)return[];if(wf(n))return Uf(n)?Ir(n):ri(n);if(Lr&&n[Lr])return function(n){for(var t,r=[];!(t=n.next()).done;)r.push(t.value);return r}(n[Lr]());var t=Fi(n);return(t==Z?mr:t==Y?Ar:va)(n)}function Ff(n){return n?(n=qf(n))===R||n===-R?(n<0?-1:1)*z:n==n?n:0:0===n?n:0}function Nf(n){var t=Ff(n),r=t%1;return t==t?r?t-r:t:0}function Pf(n){return n?Ce(Nf(n),0,L):0}function qf(n){if("number"==typeof n)return n;if(Bf(n))return S;if(Rf(n)){var t="function"==typeof n.valueOf?n.valueOf():n;n=Rf(t)?t+"":t}if("string"!=typeof n)return 0===n?n:+n;n=n.replace(zn,"");var r=Fn.test(n);return r||Pn.test(n)?Ot(n.slice(2),r?2:8):Mn.test(n)?S:+n}function Zf(n){return ei(n,oa(n))}function Kf(n){return null==n?"":Bu(n)}var Vf=ii(function(n,t){if(Ji(t)||wf(t))ei(t,ia(t),n);else for(var r in t)st.call(t,r)&&Re(n,r,t[r])}),Gf=ii(function(n,t){ei(t,oa(t),n)}),Hf=ii(function(n,t,r,e){ei(t,oa(t),n,e)}),Jf=ii(function(n,t,r,e){ei(t,ia(t),n,e)}),Yf=Ei(We);var Qf=ju(function(t,r){t=rt(t);var e=-1,u=r.length,i=u>2?r[2]:n;for(i&&Ki(r[0],r[1],i)&&(u=1);++e<u;)for(var o=r[e],f=oa(o),a=-1,c=f.length;++a<c;){var l=f[a],s=t[l];(s===n||vf(s,at[l])&&!st.call(t,l))&&(t[l]=o[l])}return t}),Xf=ju(function(t){return t.push(n,Oi),Ft(aa,n,t)});function na(t,r,e){var u=null==t?n:Je(t,r);return u===n?e:u}function ta(n,t){return null!=n&&Ni(n,t,tu)}var ra=vi(function(n,t,r){null!=t&&"function"!=typeof t.toString&&(t=gt.call(t)),n[t]=r},Ra(Sa)),ea=vi(function(n,t,r){null!=t&&"function"!=typeof t.toString&&(t=gt.call(t)),st.call(n,t)?n[t].push(r):n[t]=[r]},Ui),ua=ju(eu);function ia(n){return wf(n)?je(n):cu(n)}function oa(n){return wf(n)?je(n,!0):lu(n)}var fa=ii(function(n,t,r){_u(n,t,r)}),aa=ii(function(n,t,r,e){_u(n,t,r,e)}),ca=Ei(function(n,t){var r={};if(null==n)return r;var e=!1;t=Ht(t,function(t){return t=Ku(t,n),e||(e=t.length>1),t}),ei(n,Si(n),r),e&&(r=Ue(r,f|a|c,Ii));for(var u=t.length;u--;)$u(r,t[u]);return r});var la=Ei(function(n,t){return null==n?{}:function(n,t){return du(n,t,function(t,r){return ta(n,r)})}(n,t)});function sa(n,t){if(null==n)return{};var r=Ht(Si(n),function(n){return[n]});return t=Ui(t),du(n,r,function(n,r){return t(n,r[0])})}var ha=ji(ia),pa=ji(oa);function va(n){return null==n?[]:pr(n,ia(n))}var _a=ci(function(n,t,r){return t=t.toLowerCase(),n+(r?ga(t):t)});function ga(n){return Aa(Kf(n).toLowerCase())}function ya(n){return(n=Kf(n))&&n.replace(Zn,yr).replace(_t,"")}var da=ci(function(n,t,r){return n+(r?"-":"")+t.toLowerCase()}),ba=ci(function(n,t,r){return n+(r?" ":"")+t.toLowerCase()}),wa=ai("toLowerCase");var ma=ci(function(n,t,r){return n+(r?"_":"")+t.toLowerCase()});var xa=ci(function(n,t,r){return n+(r?" ":"")+Aa(t)});var ja=ci(function(n,t,r){return n+(r?" ":"")+t.toUpperCase()}),Aa=ai("toUpperCase");function ka(t,r,e){return t=Kf(t),(r=e?n:r)===n?function(n){return bt.test(n)}(t)?function(n){return n.match(yt)||[]}(t):function(n){return n.match(Bn)||[]}(t):t.match(r)||[]}var Oa=ju(function(t,r){try{return Ft(t,n,r)}catch(n){return Af(n)?n:new Xn(n)}}),Ia=Ei(function(n,t){return Pt(t,function(t){t=co(t),Le(n,t,rf(n[t],n))}),n});function Ra(n){return function(){return n}}var Ea=hi(),za=hi(!0);function Sa(n){return n}function La(n){return au("function"==typeof n?n:Ue(n,f))}var Wa=ju(function(n,t){return function(r){return eu(r,n,t)}}),Ca=ju(function(n,t){return function(r){return eu(n,r,t)}});function Ua(n,t,r){var e=ia(t),u=He(t,e);null!=r||Rf(t)&&(u.length||!e.length)||(r=t,t=n,n=this,u=He(t,ia(t)));var i=!(Rf(r)&&"chain"in r&&!r.chain),o=kf(n);return Pt(u,function(r){var e=t[r];n[r]=e,o&&(n.prototype[r]=function(){var t=this.__chain__;if(i||t){var r=n(this.__wrapped__);return(r.__actions__=ri(this.__actions__)).push({func:e,args:arguments,thisArg:n}),r.__chain__=t,r}return e.apply(n,Jt([this.value()],arguments))})}),n}function Ba(){}var Ta=gi(Ht),$a=gi(Zt),Da=gi(Xt);function Ma(n){return Vi(n)?fr(co(n)):function(n){return function(t){return Je(t,n)}}(n)}var Fa=di(),Na=di(!0);function Pa(){return[]}function qa(){return!1}var Za=_i(function(n,t){return n+t},0),Ka=mi("ceil"),Va=_i(function(n,t){return n/t},1),Ga=mi("floor");var Ha,Ja=_i(function(n,t){return n*t},1),Ya=mi("round"),Qa=_i(function(n,t){return n-t},0);return pe.after=function(n,t){if("function"!=typeof t)throw new it(e);return n=Nf(n),function(){if(--n<1)return t.apply(this,arguments)}},pe.ary=nf,pe.assign=Vf,pe.assignIn=Gf,pe.assignInWith=Hf,pe.assignWith=Jf,pe.at=Yf,pe.before=tf,pe.bind=rf,pe.bindAll=Ia,pe.bindKey=ef,pe.castArray=function(){if(!arguments.length)return[];var n=arguments[0];return df(n)?n:[n]},pe.chain=Do,pe.chunk=function(t,r,e){r=(e?Ki(t,r,e):r===n)?1:Zr(Nf(r),0);var u=null==t?0:t.length;if(!u||r<1)return[];for(var i=0,o=0,f=Yn($r(u/r));i<u;)f[o++]=zu(t,i,i+=r);return f},pe.compact=function(n){for(var t=-1,r=null==n?0:n.length,e=0,u=[];++t<r;){var i=n[t];i&&(u[e++]=i)}return u},pe.concat=function(){var n=arguments.length;if(!n)return[];for(var t=Yn(n-1),r=arguments[0],e=n;e--;)t[e-1]=arguments[e];return Jt(df(r)?ri(r):[r],qe(t,1))},pe.cond=function(n){var t=null==n?0:n.length,r=Ui();return n=t?Ht(n,function(n){if("function"!=typeof n[1])throw new it(e);return[r(n[0]),n[1]]}):[],ju(function(r){for(var e=-1;++e<t;){var u=n[e];if(Ft(u[0],this,r))return Ft(u[1],this,r)}})},pe.conforms=function(n){return function(n){var t=ia(n);return function(r){return Be(r,n,t)}}(Ue(n,f))},pe.constant=Ra,pe.countBy=No,pe.create=function(n,t){var r=ve(n);return null==t?r:Se(r,t)},pe.curry=function t(r,e,u){var i=Ai(r,_,n,n,n,n,n,e=u?n:e);return i.placeholder=t.placeholder,i},pe.curryRight=function t(r,e,u){var i=Ai(r,g,n,n,n,n,n,e=u?n:e);return i.placeholder=t.placeholder,i},pe.debounce=uf,pe.defaults=Qf,pe.defaultsDeep=Xf,pe.defer=of,pe.delay=ff,pe.difference=ho,pe.differenceBy=po,pe.differenceWith=vo,pe.drop=function(t,r,e){var u=null==t?0:t.length;return u?zu(t,(r=e||r===n?1:Nf(r))<0?0:r,u):[]},pe.dropRight=function(t,r,e){var u=null==t?0:t.length;return u?zu(t,0,(r=u-(r=e||r===n?1:Nf(r)))<0?0:r):[]},pe.dropRightWhile=function(n,t){return n&&n.length?Mu(n,Ui(t,3),!0,!0):[]},pe.dropWhile=function(n,t){return n&&n.length?Mu(n,Ui(t,3),!0):[]},pe.fill=function(t,r,e,u){var i=null==t?0:t.length;return i?(e&&"number"!=typeof e&&Ki(t,r,e)&&(e=0,u=i),function(t,r,e,u){var i=t.length;for((e=Nf(e))<0&&(e=-e>i?0:i+e),(u=u===n||u>i?i:Nf(u))<0&&(u+=i),u=e>u?0:Pf(u);e<u;)t[e++]=r;return t}(t,r,e,u)):[]},pe.filter=function(n,t){return(df(n)?Kt:Pe)(n,Ui(t,3))},pe.flatMap=function(n,t){return qe(Jo(n,t),1)},pe.flatMapDeep=function(n,t){return qe(Jo(n,t),R)},pe.flatMapDepth=function(t,r,e){return e=e===n?1:Nf(e),qe(Jo(t,r),e)},pe.flatten=yo,pe.flattenDeep=function(n){return null!=n&&n.length?qe(n,R):[]},pe.flattenDepth=function(t,r){return null!=t&&t.length?qe(t,r=r===n?1:Nf(r)):[]},pe.flip=function(n){return Ai(n,m)},pe.flow=Ea,pe.flowRight=za,pe.fromPairs=function(n){for(var t=-1,r=null==n?0:n.length,e={};++t<r;){var u=n[t];e[u[0]]=u[1]}return e},pe.functions=function(n){return null==n?[]:He(n,ia(n))},pe.functionsIn=function(n){return null==n?[]:He(n,oa(n))},pe.groupBy=Vo,pe.initial=function(n){return null!=n&&n.length?zu(n,0,-1):[]},pe.intersection=wo,pe.intersectionBy=mo,pe.intersectionWith=xo,pe.invert=ra,pe.invertBy=ea,pe.invokeMap=Go,pe.iteratee=La,pe.keyBy=Ho,pe.keys=ia,pe.keysIn=oa,pe.map=Jo,pe.mapKeys=function(n,t){var r={};return t=Ui(t,3),Ve(n,function(n,e,u){Le(r,t(n,e,u),n)}),r},pe.mapValues=function(n,t){var r={};return t=Ui(t,3),Ve(n,function(n,e,u){Le(r,e,t(n,e,u))}),r},pe.matches=function(n){return pu(Ue(n,f))},pe.matchesProperty=function(n,t){return vu(n,Ue(t,f))},pe.memoize=af,pe.merge=fa,pe.mergeWith=aa,pe.method=Wa,pe.methodOf=Ca,pe.mixin=Ua,pe.negate=cf,pe.nthArg=function(n){return n=Nf(n),ju(function(t){return gu(t,n)})},pe.omit=ca,pe.omitBy=function(n,t){return sa(n,cf(Ui(t)))},pe.once=function(n){return tf(2,n)},pe.orderBy=function(t,r,e,u){return null==t?[]:(df(r)||(r=null==r?[]:[r]),df(e=u?n:e)||(e=null==e?[]:[e]),yu(t,r,e))},pe.over=Ta,pe.overArgs=lf,pe.overEvery=$a,pe.overSome=Da,pe.partial=sf,pe.partialRight=hf,pe.partition=Yo,pe.pick=la,pe.pickBy=sa,pe.property=Ma,pe.propertyOf=function(t){return function(r){return null==t?n:Je(t,r)}},pe.pull=Ao,pe.pullAll=ko,pe.pullAllBy=function(n,t,r){return n&&n.length&&t&&t.length?bu(n,t,Ui(r,2)):n},pe.pullAllWith=function(t,r,e){return t&&t.length&&r&&r.length?bu(t,r,n,e):t},pe.pullAt=Oo,pe.range=Fa,pe.rangeRight=Na,pe.rearg=pf,pe.reject=function(n,t){return(df(n)?Kt:Pe)(n,cf(Ui(t,3)))},pe.remove=function(n,t){var r=[];if(!n||!n.length)return r;var e=-1,u=[],i=n.length;for(t=Ui(t,3);++e<i;){var o=n[e];t(o,e,n)&&(r.push(o),u.push(e))}return wu(n,u),r},pe.rest=function(t,r){if("function"!=typeof t)throw new it(e);return ju(t,r=r===n?r:Nf(r))},pe.reverse=Io,pe.sampleSize=function(t,r,e){return r=(e?Ki(t,r,e):r===n)?1:Nf(r),(df(t)?ke:ku)(t,r)},pe.set=function(n,t,r){return null==n?n:Ou(n,t,r)},pe.setWith=function(t,r,e,u){return u="function"==typeof u?u:n,null==t?t:Ou(t,r,e,u)},pe.shuffle=function(n){return(df(n)?Oe:Eu)(n)},pe.slice=function(t,r,e){var u=null==t?0:t.length;return u?(e&&"number"!=typeof e&&Ki(t,r,e)?(r=0,e=u):(r=null==r?0:Nf(r),e=e===n?u:Nf(e)),zu(t,r,e)):[]},pe.sortBy=Qo,pe.sortedUniq=function(n){return n&&n.length?Cu(n):[]},pe.sortedUniqBy=function(n,t){return n&&n.length?Cu(n,Ui(t,2)):[]},pe.split=function(t,r,e){return e&&"number"!=typeof e&&Ki(t,r,e)&&(r=e=n),(e=e===n?L:e>>>0)?(t=Kf(t))&&("string"==typeof r||null!=r&&!Wf(r))&&!(r=Bu(r))&&wr(t)?Gu(Ir(t),0,e):t.split(r,e):[]},pe.spread=function(n,t){if("function"!=typeof n)throw new it(e);return t=null==t?0:Zr(Nf(t),0),ju(function(r){var e=r[t],u=Gu(r,0,t);return e&&Jt(u,e),Ft(n,this,u)})},pe.tail=function(n){var t=null==n?0:n.length;return t?zu(n,1,t):[]},pe.take=function(t,r,e){return t&&t.length?zu(t,0,(r=e||r===n?1:Nf(r))<0?0:r):[]},pe.takeRight=function(t,r,e){var u=null==t?0:t.length;return u?zu(t,(r=u-(r=e||r===n?1:Nf(r)))<0?0:r,u):[]},pe.takeRightWhile=function(n,t){return n&&n.length?Mu(n,Ui(t,3),!1,!0):[]},pe.takeWhile=function(n,t){return n&&n.length?Mu(n,Ui(t,3)):[]},pe.tap=function(n,t){return t(n),n},pe.throttle=function(n,t,r){var u=!0,i=!0;if("function"!=typeof n)throw new it(e);return Rf(r)&&(u="leading"in r?!!r.leading:u,i="trailing"in r?!!r.trailing:i),uf(n,t,{leading:u,maxWait:t,trailing:i})},pe.thru=Mo,pe.toArray=Mf,pe.toPairs=ha,pe.toPairsIn=pa,pe.toPath=function(n){return df(n)?Ht(n,co):Bf(n)?[n]:ri(ao(Kf(n)))},pe.toPlainObject=Zf,pe.transform=function(n,t,r){var e=df(n),u=e||xf(n)||Tf(n);if(t=Ui(t,4),null==r){var i=n&&n.constructor;r=u?e?new i:[]:Rf(n)&&kf(i)?ve(Ct(n)):{}}return(u?Pt:Ve)(n,function(n,e,u){return t(r,n,e,u)}),r},pe.unary=function(n){return nf(n,1)},pe.union=Ro,pe.unionBy=Eo,pe.unionWith=zo,pe.uniq=function(n){return n&&n.length?Tu(n):[]},pe.uniqBy=function(n,t){return n&&n.length?Tu(n,Ui(t,2)):[]},pe.uniqWith=function(t,r){return r="function"==typeof r?r:n,t&&t.length?Tu(t,n,r):[]},pe.unset=function(n,t){return null==n||$u(n,t)},pe.unzip=So,pe.unzipWith=Lo,pe.update=function(n,t,r){return null==n?n:Du(n,t,Zu(r))},pe.updateWith=function(t,r,e,u){return u="function"==typeof u?u:n,null==t?t:Du(t,r,Zu(e),u)},pe.values=va,pe.valuesIn=function(n){return null==n?[]:pr(n,oa(n))},pe.without=Wo,pe.words=ka,pe.wrap=function(n,t){return sf(Zu(t),n)},pe.xor=Co,pe.xorBy=Uo,pe.xorWith=Bo,pe.zip=To,pe.zipObject=function(n,t){return Pu(n||[],t||[],Re)},pe.zipObjectDeep=function(n,t){return Pu(n||[],t||[],Ou)},pe.zipWith=$o,pe.entries=ha,pe.entriesIn=pa,pe.extend=Gf,pe.extendWith=Hf,Ua(pe,pe),pe.add=Za,pe.attempt=Oa,pe.camelCase=_a,pe.capitalize=ga,pe.ceil=Ka,pe.clamp=function(t,r,e){return e===n&&(e=r,r=n),e!==n&&(e=(e=qf(e))==e?e:0),r!==n&&(r=(r=qf(r))==r?r:0),Ce(qf(t),r,e)},pe.clone=function(n){return Ue(n,c)},pe.cloneDeep=function(n){return Ue(n,f|c)},pe.cloneDeepWith=function(t,r){return Ue(t,f|c,r="function"==typeof r?r:n)},pe.cloneWith=function(t,r){return Ue(t,c,r="function"==typeof r?r:n)},pe.conformsTo=function(n,t){return null==t||Be(n,t,ia(t))},pe.deburr=ya,pe.defaultTo=function(n,t){return null==n||n!=n?t:n},pe.divide=Va,pe.endsWith=function(t,r,e){t=Kf(t),r=Bu(r);var u=t.length,i=e=e===n?u:Ce(Nf(e),0,u);return(e-=r.length)>=0&&t.slice(e,i)==r},pe.eq=vf,pe.escape=function(n){return(n=Kf(n))&&mn.test(n)?n.replace(bn,dr):n},pe.escapeRegExp=function(n){return(n=Kf(n))&&En.test(n)?n.replace(Rn,"\\$&"):n},pe.every=function(t,r,e){var u=df(t)?Zt:Fe;return e&&Ki(t,r,e)&&(r=n),u(t,Ui(r,3))},pe.find=Po,pe.findIndex=_o,pe.findKey=function(n,t){return tr(n,Ui(t,3),Ve)},pe.findLast=qo,pe.findLastIndex=go,pe.findLastKey=function(n,t){return tr(n,Ui(t,3),Ge)},pe.floor=Ga,pe.forEach=Zo,pe.forEachRight=Ko,pe.forIn=function(n,t){return null==n?n:Ze(n,Ui(t,3),oa)},pe.forInRight=function(n,t){return null==n?n:Ke(n,Ui(t,3),oa)},pe.forOwn=function(n,t){return n&&Ve(n,Ui(t,3))},pe.forOwnRight=function(n,t){return n&&Ge(n,Ui(t,3))},pe.get=na,pe.gt=_f,pe.gte=gf,pe.has=function(n,t){return null!=n&&Ni(n,t,nu)},pe.hasIn=ta,pe.head=bo,pe.identity=Sa,pe.includes=function(n,t,r,e){n=wf(n)?n:va(n),r=r&&!e?Nf(r):0;var u=n.length;return r<0&&(r=Zr(u+r,0)),Uf(n)?r<=u&&n.indexOf(t,r)>-1:!!u&&er(n,t,r)>-1},pe.indexOf=function(n,t,r){var e=null==n?0:n.length;if(!e)return-1;var u=null==r?0:Nf(r);return u<0&&(u=Zr(e+u,0)),er(n,t,u)},pe.inRange=function(t,r,e){return r=Ff(r),e===n?(e=r,r=0):e=Ff(e),function(n,t,r){return n>=Kr(t,r)&&n<Zr(t,r)}(t=qf(t),r,e)},pe.invoke=ua,pe.isArguments=yf,pe.isArray=df,pe.isArrayBuffer=bf,pe.isArrayLike=wf,pe.isArrayLikeObject=mf,pe.isBoolean=function(n){return!0===n||!1===n||Ef(n)&&Qe(n)==D},pe.isBuffer=xf,pe.isDate=jf,pe.isElement=function(n){return Ef(n)&&1===n.nodeType&&!Lf(n)},pe.isEmpty=function(n){if(null==n)return!0;if(wf(n)&&(df(n)||"string"==typeof n||"function"==typeof n.splice||xf(n)||Tf(n)||yf(n)))return!n.length;var t=Fi(n);if(t==Z||t==Y)return!n.size;if(Ji(n))return!cu(n).length;for(var r in n)if(st.call(n,r))return!1;return!0},pe.isEqual=function(n,t){return iu(n,t)},pe.isEqualWith=function(t,r,e){var u=(e="function"==typeof e?e:n)?e(t,r):n;return u===n?iu(t,r,n,e):!!u},pe.isError=Af,pe.isFinite=function(n){return"number"==typeof n&&Nr(n)},pe.isFunction=kf,pe.isInteger=Of,pe.isLength=If,pe.isMap=zf,pe.isMatch=function(n,t){return n===t||ou(n,t,Ti(t))},pe.isMatchWith=function(t,r,e){return e="function"==typeof e?e:n,ou(t,r,Ti(r),e)},pe.isNaN=function(n){return Sf(n)&&n!=+n},pe.isNative=function(n){if(Hi(n))throw new Xn(r);return fu(n)},pe.isNil=function(n){return null==n},pe.isNull=function(n){return null===n},pe.isNumber=Sf,pe.isObject=Rf,pe.isObjectLike=Ef,pe.isPlainObject=Lf,pe.isRegExp=Wf,pe.isSafeInteger=function(n){return Of(n)&&n>=-E&&n<=E},pe.isSet=Cf,pe.isString=Uf,pe.isSymbol=Bf,pe.isTypedArray=Tf,pe.isUndefined=function(t){return t===n},pe.isWeakMap=function(n){return Ef(n)&&Fi(n)==tn},pe.isWeakSet=function(n){return Ef(n)&&Qe(n)==rn},pe.join=function(n,t){return null==n?"":Pr.call(n,t)},pe.kebabCase=da,pe.last=jo,pe.lastIndexOf=function(t,r,e){var u=null==t?0:t.length;if(!u)return-1;var i=u;return e!==n&&(i=(i=Nf(e))<0?Zr(u+i,0):Kr(i,u-1)),r==r?function(n,t,r){for(var e=r+1;e--;)if(n[e]===t)return e;return e}(t,r,i):rr(t,ir,i,!0)},pe.lowerCase=ba,pe.lowerFirst=wa,pe.lt=$f,pe.lte=Df,pe.max=function(t){return t&&t.length?Ne(t,Sa,Xe):n},pe.maxBy=function(t,r){return t&&t.length?Ne(t,Ui(r,2),Xe):n},pe.mean=function(n){return or(n,Sa)},pe.meanBy=function(n,t){return or(n,Ui(t,2))},pe.min=function(t){return t&&t.length?Ne(t,Sa,su):n},pe.minBy=function(t,r){return t&&t.length?Ne(t,Ui(r,2),su):n},pe.stubArray=Pa,pe.stubFalse=qa,pe.stubObject=function(){return{}},pe.stubString=function(){return""},pe.stubTrue=function(){return!0},pe.multiply=Ja,pe.nth=function(t,r){return t&&t.length?gu(t,Nf(r)):n},pe.noConflict=function(){return Et._===this&&(Et._=At),this},pe.noop=Ba,pe.now=Xo,pe.pad=function(n,t,r){n=Kf(n);var e=(t=Nf(t))?Or(n):0;if(!t||e>=t)return n;var u=(t-e)/2;return yi(Dr(u),r)+n+yi($r(u),r)},pe.padEnd=function(n,t,r){n=Kf(n);var e=(t=Nf(t))?Or(n):0;return t&&e<t?n+yi(t-e,r):n},pe.padStart=function(n,t,r){n=Kf(n);var e=(t=Nf(t))?Or(n):0;return t&&e<t?yi(t-e,r)+n:n},pe.parseInt=function(n,t,r){return r||null==t?t=0:t&&(t=+t),Gr(Kf(n).replace(Sn,""),t||0)},pe.random=function(t,r,e){if(e&&"boolean"!=typeof e&&Ki(t,r,e)&&(r=e=n),e===n&&("boolean"==typeof r?(e=r,r=n):"boolean"==typeof t&&(e=t,t=n)),t===n&&r===n?(t=0,r=1):(t=Ff(t),r===n?(r=t,t=0):r=Ff(r)),t>r){var u=t;t=r,r=u}if(e||t%1||r%1){var i=Hr();return Kr(t+i*(r-t+kt("1e-"+((i+"").length-1))),r)}return mu(t,r)},pe.reduce=function(n,t,r){var e=df(n)?Yt:cr,u=arguments.length<3;return e(n,Ui(t,4),r,u,De)},pe.reduceRight=function(n,t,r){var e=df(n)?Qt:cr,u=arguments.length<3;return e(n,Ui(t,4),r,u,Me)},pe.repeat=function(t,r,e){return r=(e?Ki(t,r,e):r===n)?1:Nf(r),xu(Kf(t),r)},pe.replace=function(){var n=arguments,t=Kf(n[0]);return n.length<3?t:t.replace(n[1],n[2])},pe.result=function(t,r,e){var u=-1,i=(r=Ku(r,t)).length;for(i||(i=1,t=n);++u<i;){var o=null==t?n:t[co(r[u])];o===n&&(u=i,o=e),t=kf(o)?o.call(t):o}return t},pe.round=Ya,pe.runInContext=Gn,pe.sample=function(n){return(df(n)?Ae:Au)(n)},pe.size=function(n){if(null==n)return 0;if(wf(n))return Uf(n)?Or(n):n.length;var t=Fi(n);return t==Z||t==Y?n.size:cu(n).length},pe.snakeCase=ma,pe.some=function(t,r,e){var u=df(t)?Xt:Su;return e&&Ki(t,r,e)&&(r=n),u(t,Ui(r,3))},pe.sortedIndex=function(n,t){return Lu(n,t)},pe.sortedIndexBy=function(n,t,r){return Wu(n,t,Ui(r,2))},pe.sortedIndexOf=function(n,t){var r=null==n?0:n.length;if(r){var e=Lu(n,t);if(e<r&&vf(n[e],t))return e}return-1},pe.sortedLastIndex=function(n,t){return Lu(n,t,!0)},pe.sortedLastIndexBy=function(n,t,r){return Wu(n,t,Ui(r,2),!0)},pe.sortedLastIndexOf=function(n,t){if(null!=n&&n.length){var r=Lu(n,t,!0)-1;if(vf(n[r],t))return r}return-1},pe.startCase=xa,pe.startsWith=function(n,t,r){return n=Kf(n),r=null==r?0:Ce(Nf(r),0,n.length),t=Bu(t),n.slice(r,r+t.length)==t},pe.subtract=Qa,pe.sum=function(n){return n&&n.length?lr(n,Sa):0},pe.sumBy=function(n,t){return n&&n.length?lr(n,Ui(t,2)):0},pe.template=function(t,r,e){var u=pe.templateSettings;e&&Ki(t,r,e)&&(r=n),t=Kf(t),r=Hf({},r,u,ki);var i,o,f=Hf({},r.imports,u.imports,ki),a=ia(f),c=pr(f,a),l=0,s=r.interpolate||Kn,h="__p += '",p=et((r.escape||Kn).source+"|"+s.source+"|"+(s===An?$n:Kn).source+"|"+(r.evaluate||Kn).source+"|$","g"),v="//# sourceURL="+(st.call(r,"sourceURL")?(r.sourceURL+"").replace(/[\r\n]/g," "):"lodash.templateSources["+ ++mt+"]")+"\n";t.replace(p,function(n,r,e,u,f,a){return e||(e=u),h+=t.slice(l,a).replace(Vn,br),r&&(i=!0,h+="' +\n__e("+r+") +\n'"),f&&(o=!0,h+="';\n"+f+";\n__p += '"),e&&(h+="' +\n((__t = ("+e+")) == null ? '' : __t) +\n'"),l=a+n.length,n}),h+="';\n";var _=st.call(r,"variable")&&r.variable;_||(h="with (obj) {\n"+h+"\n}\n"),h=(o?h.replace(_n,""):h).replace(gn,"$1").replace(yn,"$1;"),h="function("+(_||"obj")+") {\n"+(_?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(i?", __e = _.escape":"")+(o?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+h+"return __p\n}";var g=Oa(function(){return nt(a,v+"return "+h).apply(n,c)});if(g.source=h,Af(g))throw g;return g},pe.times=function(n,t){if((n=Nf(n))<1||n>E)return[];var r=L,e=Kr(n,L);t=Ui(t),n-=L;for(var u=sr(e,t);++r<n;)t(r);return u},pe.toFinite=Ff,pe.toInteger=Nf,pe.toLength=Pf,pe.toLower=function(n){return Kf(n).toLowerCase()},pe.toNumber=qf,pe.toSafeInteger=function(n){return n?Ce(Nf(n),-E,E):0===n?n:0},pe.toString=Kf,pe.toUpper=function(n){return Kf(n).toUpperCase()},pe.trim=function(t,r,e){if((t=Kf(t))&&(e||r===n))return t.replace(zn,"");if(!t||!(r=Bu(r)))return t;var u=Ir(t),i=Ir(r);return Gu(u,_r(u,i),gr(u,i)+1).join("")},pe.trimEnd=function(t,r,e){if((t=Kf(t))&&(e||r===n))return t.replace(Ln,"");if(!t||!(r=Bu(r)))return t;var u=Ir(t);return Gu(u,0,gr(u,Ir(r))+1).join("")},pe.trimStart=function(t,r,e){if((t=Kf(t))&&(e||r===n))return t.replace(Sn,"");if(!t||!(r=Bu(r)))return t;var u=Ir(t);return Gu(u,_r(u,Ir(r))).join("")},pe.truncate=function(t,r){var e=x,u=j;if(Rf(r)){var i="separator"in r?r.separator:i;e="length"in r?Nf(r.length):e,u="omission"in r?Bu(r.omission):u}var o=(t=Kf(t)).length;if(wr(t)){var f=Ir(t);o=f.length}if(e>=o)return t;var a=e-Or(u);if(a<1)return u;var c=f?Gu(f,0,a).join(""):t.slice(0,a);if(i===n)return c+u;if(f&&(a+=c.length-a),Wf(i)){if(t.slice(a).search(i)){var l,s=c;for(i.global||(i=et(i.source,Kf(Dn.exec(i))+"g")),i.lastIndex=0;l=i.exec(s);)var h=l.index;c=c.slice(0,h===n?a:h)}}else if(t.indexOf(Bu(i),a)!=a){var p=c.lastIndexOf(i);p>-1&&(c=c.slice(0,p))}return c+u},pe.unescape=function(n){return(n=Kf(n))&&wn.test(n)?n.replace(dn,Rr):n},pe.uniqueId=function(n){var t=++ht;return Kf(n)+t},pe.upperCase=ja,pe.upperFirst=Aa,pe.each=Zo,pe.eachRight=Ko,pe.first=bo,Ua(pe,(Ha={},Ve(pe,function(n,t){st.call(pe.prototype,t)||(Ha[t]=n)}),Ha),{chain:!1}),pe.VERSION="4.17.15",Pt(["bind","bindKey","curry","curryRight","partial","partialRight"],function(n){pe[n].placeholder=pe}),Pt(["drop","take"],function(t,r){ye.prototype[t]=function(e){e=e===n?1:Zr(Nf(e),0);var u=this.__filtered__&&!r?new ye(this):this.clone();return u.__filtered__?u.__takeCount__=Kr(e,u.__takeCount__):u.__views__.push({size:Kr(e,L),type:t+(u.__dir__<0?"Right":"")}),u},ye.prototype[t+"Right"]=function(n){return this.reverse()[t](n).reverse()}}),Pt(["filter","map","takeWhile"],function(n,t){var r=t+1,e=r==O||3==r;ye.prototype[n]=function(n){var t=this.clone();return t.__iteratees__.push({iteratee:Ui(n,3),type:r}),t.__filtered__=t.__filtered__||e,t}}),Pt(["head","last"],function(n,t){var r="take"+(t?"Right":"");ye.prototype[n]=function(){return this[r](1).value()[0]}}),Pt(["initial","tail"],function(n,t){var r="drop"+(t?"":"Right");ye.prototype[n]=function(){return this.__filtered__?new ye(this):this[r](1)}}),ye.prototype.compact=function(){return this.filter(Sa)},ye.prototype.find=function(n){return this.filter(n).head()},ye.prototype.findLast=function(n){return this.reverse().find(n)},ye.prototype.invokeMap=ju(function(n,t){return"function"==typeof n?new ye(this):this.map(function(r){return eu(r,n,t)})}),ye.prototype.reject=function(n){return this.filter(cf(Ui(n)))},ye.prototype.slice=function(t,r){t=Nf(t);var e=this;return e.__filtered__&&(t>0||r<0)?new ye(e):(t<0?e=e.takeRight(-t):t&&(e=e.drop(t)),r!==n&&(e=(r=Nf(r))<0?e.dropRight(-r):e.take(r-t)),e)},ye.prototype.takeRightWhile=function(n){return this.reverse().takeWhile(n).reverse()},ye.prototype.toArray=function(){return this.take(L)},Ve(ye.prototype,function(t,r){var e=/^(?:filter|find|map|reject)|While$/.test(r),u=/^(?:head|last)$/.test(r),i=pe[u?"take"+("last"==r?"Right":""):r],o=u||/^find/.test(r);i&&(pe.prototype[r]=function(){var r=this.__wrapped__,f=u?[1]:arguments,a=r instanceof ye,c=f[0],l=a||df(r),s=function(n){var t=i.apply(pe,Jt([n],f));return u&&h?t[0]:t};l&&e&&"function"==typeof c&&1!=c.length&&(a=l=!1);var h=this.__chain__,p=!!this.__actions__.length,v=o&&!h,_=a&&!p;if(!o&&l){r=_?r:new ye(this);var g=t.apply(r,f);return g.__actions__.push({func:Mo,args:[s],thisArg:n}),new ge(g,h)}return v&&_?t.apply(this,f):(g=this.thru(s),v?u?g.value()[0]:g.value():g)})}),Pt(["pop","push","shift","sort","splice","unshift"],function(n){var t=ot[n],r=/^(?:push|sort|unshift)$/.test(n)?"tap":"thru",e=/^(?:pop|shift)$/.test(n);pe.prototype[n]=function(){var n=arguments;if(e&&!this.__chain__){var u=this.value();return t.apply(df(u)?u:[],n)}return this[r](function(r){return t.apply(df(r)?r:[],n)})}}),Ve(ye.prototype,function(n,t){var r=pe[t];if(r){var e=r.name+"";st.call(ue,e)||(ue[e]=[]),ue[e].push({name:t,func:r})}}),ue[pi(n,p).name]=[{name:"wrapper",func:n}],ye.prototype.clone=function(){var n=new ye(this.__wrapped__);return n.__actions__=ri(this.__actions__),n.__dir__=this.__dir__,n.__filtered__=this.__filtered__,n.__iteratees__=ri(this.__iteratees__),n.__takeCount__=this.__takeCount__,n.__views__=ri(this.__views__),n},ye.prototype.reverse=function(){if(this.__filtered__){var n=new ye(this);n.__dir__=-1,n.__filtered__=!0}else(n=this.clone()).__dir__*=-1;return n},ye.prototype.value=function(){var n=this.__wrapped__.value(),t=this.__dir__,r=df(n),e=t<0,u=r?n.length:0,i=function(n,t,r){for(var e=-1,u=r.length;++e<u;){var i=r[e],o=i.size;switch(i.type){case"drop":n+=o;break;case"dropRight":t-=o;break;case"take":t=Kr(t,n+o);break;case"takeRight":n=Zr(n,t-o)}}return{start:n,end:t}}(0,u,this.__views__),o=i.start,f=i.end,a=f-o,c=e?f:o-1,l=this.__iteratees__,s=l.length,h=0,p=Kr(a,this.__takeCount__);if(!r||!e&&u==a&&p==a)return Fu(n,this.__actions__);var v=[];n:for(;a--&&h<p;){for(var _=-1,g=n[c+=t];++_<s;){var y=l[_],d=y.iteratee,b=y.type,w=d(g);if(b==I)g=w;else if(!w){if(b==O)continue n;break n}}v[h++]=g}return v},pe.prototype.at=Fo,pe.prototype.chain=function(){return Do(this)},pe.prototype.commit=function(){return new ge(this.value(),this.__chain__)},pe.prototype.next=function(){this.__values__===n&&(this.__values__=Mf(this.value()));var t=this.__index__>=this.__values__.length;return{done:t,value:t?n:this.__values__[this.__index__++]}},pe.prototype.plant=function(t){for(var r,e=this;e instanceof _e;){var u=so(e);u.__index__=0,u.__values__=n,r?i.__wrapped__=u:r=u;var i=u;e=e.__wrapped__}return i.__wrapped__=t,r},pe.prototype.reverse=function(){var t=this.__wrapped__;if(t instanceof ye){var r=t;return this.__actions__.length&&(r=new ye(this)),(r=r.reverse()).__actions__.push({func:Mo,args:[Io],thisArg:n}),new ge(r,this.__chain__)}return this.thru(Io)},pe.prototype.toJSON=pe.prototype.valueOf=pe.prototype.value=function(){return Fu(this.__wrapped__,this.__actions__)},pe.prototype.first=pe.prototype.head,Lr&&(pe.prototype[Lr]=function(){return this}),pe}();"function"==typeof define&&"object"==typeof define.amd&&define.amd?(Et._=Er,define(function(){return Er})):St?((St.exports=Er)._=Er,zt._=Er):Et._=Er}).call(this);
3199
3200}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
3201},{}],490:[function(require,module,exports){
3202var LANGUAGES={tr:{regexp:/\u0130|\u0049|\u0049\u0307/g,map:{"İ":"i",I:"ı","İ":"i"}},az:{regexp:/[\u0130]/g,map:{"İ":"i",I:"ı","İ":"i"}},lt:{regexp:/[\u0049\u004A\u012E\u00CC\u00CD\u0128]/g,map:{I:"i̇",J:"j̇","Į":"į̇","Ì":"i̇̀","Í":"i̇́","Ĩ":"i̇̃"}}};module.exports=function(u,e){var r=LANGUAGES[e];return u=null==u?"":String(u),r&&(u=u.replace(r.regexp,function(u){return r.map[u]})),u.toLowerCase()};
3203
3204},{}],491:[function(require,module,exports){
3205"use strict";function _defineProperties(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function _createClass(e,t,n){return t&&_defineProperties(e.prototype,t),n&&_defineProperties(e,n),e}function _inheritsLoose(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _setPrototypeOf(e,t){return(_setPrototypeOf=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function isNativeReflectConstruct(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(e){return!1}}function _construct(e,t,n){return(_construct=isNativeReflectConstruct()?Reflect.construct:function(e,t,n){var r=[null];r.push.apply(r,t);var i=new(Function.bind.apply(e,r));return n&&_setPrototypeOf(i,n.prototype),i}).apply(null,arguments)}function _isNativeFunction(e){return-1!==Function.toString.call(e).indexOf("[native code]")}function _wrapNativeSuper(e){var t="function"==typeof Map?new Map:void 0;return(_wrapNativeSuper=function(e){if(null===e||!_isNativeFunction(e))return e;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==t){if(t.has(e))return t.get(e);t.set(e,n)}function n(){return _construct(e,arguments,_getPrototypeOf(this).constructor)}return n.prototype=Object.create(e.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),_setPrototypeOf(n,e)})(e)}Object.defineProperty(exports,"__esModule",{value:!0});var LuxonError=function(e){function t(){return e.apply(this,arguments)||this}return _inheritsLoose(t,e),t}(_wrapNativeSuper(Error)),InvalidDateTimeError=function(e){function t(t){return e.call(this,"Invalid DateTime: "+t.toMessage())||this}return _inheritsLoose(t,e),t}(LuxonError),InvalidIntervalError=function(e){function t(t){return e.call(this,"Invalid Interval: "+t.toMessage())||this}return _inheritsLoose(t,e),t}(LuxonError),InvalidDurationError=function(e){function t(t){return e.call(this,"Invalid Duration: "+t.toMessage())||this}return _inheritsLoose(t,e),t}(LuxonError),ConflictingSpecificationError=function(e){function t(){return e.apply(this,arguments)||this}return _inheritsLoose(t,e),t}(LuxonError),InvalidUnitError=function(e){function t(t){return e.call(this,"Invalid unit "+t)||this}return _inheritsLoose(t,e),t}(LuxonError),InvalidArgumentError=function(e){function t(){return e.apply(this,arguments)||this}return _inheritsLoose(t,e),t}(LuxonError),ZoneIsAbstractError=function(e){function t(){return e.call(this,"Zone is an abstract class")||this}return _inheritsLoose(t,e),t}(LuxonError);function isUndefined(e){return void 0===e}function isNumber(e){return"number"==typeof e}function isInteger(e){return"number"==typeof e&&e%1==0}function isString(e){return"string"==typeof e}function isDate(e){return"[object Date]"===Object.prototype.toString.call(e)}function hasIntl(){try{return"undefined"!=typeof Intl&&Intl.DateTimeFormat}catch(e){return!1}}function hasFormatToParts(){return!isUndefined(Intl.DateTimeFormat.prototype.formatToParts)}function hasRelative(){try{return"undefined"!=typeof Intl&&!!Intl.RelativeTimeFormat}catch(e){return!1}}function maybeArray(e){return Array.isArray(e)?e:[e]}function bestBy(e,t,n){if(0!==e.length)return e.reduce(function(e,r){var i=[t(r),r];return e&&n(e[0],i[0])===e[0]?e:i},null)[1]}function pick(e,t){return t.reduce(function(t,n){return t[n]=e[n],t},{})}function hasOwnProperty(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function integerBetween(e,t,n){return isInteger(e)&&e>=t&&e<=n}function floorMod(e,t){return e-t*Math.floor(e/t)}function padStart(e,t){return void 0===t&&(t=2),e.toString().length<t?("0".repeat(t)+e).slice(-t):e.toString()}function parseInteger(e){return isUndefined(e)||null===e||""===e?void 0:parseInt(e,10)}function parseMillis(e){if(!isUndefined(e)&&null!==e&&""!==e){var t=1e3*parseFloat("0."+e);return Math.floor(t)}}function roundTo(e,t,n){void 0===n&&(n=!1);var r=Math.pow(10,t);return(n?Math.trunc:Math.round)(e*r)/r}function isLeapYear(e){return e%4==0&&(e%100!=0||e%400==0)}function daysInYear(e){return isLeapYear(e)?366:365}function daysInMonth(e,t){var n=floorMod(t-1,12)+1;return 2===n?isLeapYear(e+(t-n)/12)?29:28:[31,null,31,30,31,30,31,31,30,31,30,31][n-1]}function objToLocalTS(e){var t=Date.UTC(e.year,e.month-1,e.day,e.hour,e.minute,e.second,e.millisecond);return e.year<100&&e.year>=0&&(t=new Date(t)).setUTCFullYear(t.getUTCFullYear()-1900),+t}function weeksInWeekYear(e){var t=(e+Math.floor(e/4)-Math.floor(e/100)+Math.floor(e/400))%7,n=e-1,r=(n+Math.floor(n/4)-Math.floor(n/100)+Math.floor(n/400))%7;return 4===t||3===r?53:52}function untruncateYear(e){return e>99?e:e>60?1900+e:2e3+e}function parseZoneInfo(e,t,n,r){void 0===r&&(r=null);var i=new Date(e),a={hour12:!1,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"};r&&(a.timeZone=r);var o=Object.assign({timeZoneName:t},a),s=hasIntl();if(s&&hasFormatToParts()){var u=new Intl.DateTimeFormat(n,o).formatToParts(i).find(function(e){return"timezonename"===e.type.toLowerCase()});return u?u.value:null}if(s){var c=new Intl.DateTimeFormat(n,a).format(i);return new Intl.DateTimeFormat(n,o).format(i).substring(c.length).replace(/^[, \u200e]+/,"")}return null}function signedOffset(e,t){var n=parseInt(e,10);Number.isNaN(n)&&(n=0);var r=parseInt(t,10)||0;return 60*n+(n<0||Object.is(n,-0)?-r:r)}function asNumber(e){var t=Number(e);if("boolean"==typeof e||""===e||Number.isNaN(t))throw new InvalidArgumentError("Invalid unit value "+e);return t}function normalizeObject(e,t,n){var r={};for(var i in e)if(hasOwnProperty(e,i)){if(n.indexOf(i)>=0)continue;var a=e[i];if(null==a)continue;r[t(i)]=asNumber(a)}return r}function formatOffset(e,t){var n=Math.trunc(e/60),r=Math.abs(e%60),i=n>=0&&!Object.is(n,-0)?"+":"-",a=""+i+Math.abs(n);switch(t){case"short":return""+i+padStart(Math.abs(n),2)+":"+padStart(r,2);case"narrow":return r>0?a+":"+r:a;case"techie":return""+i+padStart(Math.abs(n),2)+padStart(r,2);default:throw new RangeError("Value format "+t+" is out of range for property format")}}function timeObject(e){return pick(e,["hour","minute","second","millisecond"])}var ianaRegex=/[A-Za-z_+-]{1,256}(:?\/[A-Za-z_+-]{1,256}(\/[A-Za-z_+-]{1,256})?)?/,n="numeric",s="short",l="long",d2="2-digit",DATE_SHORT={year:n,month:n,day:n},DATE_MED={year:n,month:s,day:n},DATE_FULL={year:n,month:l,day:n},DATE_HUGE={year:n,month:l,day:n,weekday:l},TIME_SIMPLE={hour:n,minute:d2},TIME_WITH_SECONDS={hour:n,minute:d2,second:d2},TIME_WITH_SHORT_OFFSET={hour:n,minute:d2,second:d2,timeZoneName:s},TIME_WITH_LONG_OFFSET={hour:n,minute:d2,second:d2,timeZoneName:l},TIME_24_SIMPLE={hour:n,minute:d2,hour12:!1},TIME_24_WITH_SECONDS={hour:n,minute:d2,second:d2,hour12:!1},TIME_24_WITH_SHORT_OFFSET={hour:n,minute:d2,second:d2,hour12:!1,timeZoneName:s},TIME_24_WITH_LONG_OFFSET={hour:n,minute:d2,second:d2,hour12:!1,timeZoneName:l},DATETIME_SHORT={year:n,month:n,day:n,hour:n,minute:d2},DATETIME_SHORT_WITH_SECONDS={year:n,month:n,day:n,hour:n,minute:d2,second:d2},DATETIME_MED={year:n,month:s,day:n,hour:n,minute:d2},DATETIME_MED_WITH_SECONDS={year:n,month:s,day:n,hour:n,minute:d2,second:d2},DATETIME_MED_WITH_WEEKDAY={year:n,month:s,day:n,weekday:s,hour:n,minute:d2},DATETIME_FULL={year:n,month:l,day:n,hour:n,minute:d2,timeZoneName:s},DATETIME_FULL_WITH_SECONDS={year:n,month:l,day:n,hour:n,minute:d2,second:d2,timeZoneName:s},DATETIME_HUGE={year:n,month:l,day:n,weekday:l,hour:n,minute:d2,timeZoneName:l},DATETIME_HUGE_WITH_SECONDS={year:n,month:l,day:n,weekday:l,hour:n,minute:d2,second:d2,timeZoneName:l};function stringify(e){return JSON.stringify(e,Object.keys(e).sort())}var monthsLong=["January","February","March","April","May","June","July","August","September","October","November","December"],monthsShort=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],monthsNarrow=["J","F","M","A","M","J","J","A","S","O","N","D"];function months(e){switch(e){case"narrow":return monthsNarrow;case"short":return monthsShort;case"long":return monthsLong;case"numeric":return["1","2","3","4","5","6","7","8","9","10","11","12"];case"2-digit":return["01","02","03","04","05","06","07","08","09","10","11","12"];default:return null}}var weekdaysLong=["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],weekdaysShort=["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],weekdaysNarrow=["M","T","W","T","F","S","S"];function weekdays(e){switch(e){case"narrow":return weekdaysNarrow;case"short":return weekdaysShort;case"long":return weekdaysLong;case"numeric":return["1","2","3","4","5","6","7"];default:return null}}var meridiems=["AM","PM"],erasLong=["Before Christ","Anno Domini"],erasShort=["BC","AD"],erasNarrow=["B","A"];function eras(e){switch(e){case"narrow":return erasNarrow;case"short":return erasShort;case"long":return erasLong;default:return null}}function meridiemForDateTime(e){return meridiems[e.hour<12?0:1]}function weekdayForDateTime(e,t){return weekdays(t)[e.weekday-1]}function monthForDateTime(e,t){return months(t)[e.month-1]}function eraForDateTime(e,t){return eras(t)[e.year<0?0:1]}function formatRelativeTime(e,t,n,r){void 0===n&&(n="always"),void 0===r&&(r=!1);var i={years:["year","yr."],quarters:["quarter","qtr."],months:["month","mo."],weeks:["week","wk."],days:["day","day","days"],hours:["hour","hr."],minutes:["minute","min."],seconds:["second","sec."]},a=-1===["hours","minutes","seconds"].indexOf(e);if("auto"===n&&a){var o="days"===e;switch(t){case 1:return o?"tomorrow":"next "+i[e][0];case-1:return o?"yesterday":"last "+i[e][0];case 0:return o?"today":"this "+i[e][0]}}var s=Object.is(t,-0)||t<0,u=Math.abs(t),c=1===u,l=i[e],f=r?c?l[1]:l[2]||l[1]:c?i[e][0]:e;return s?u+" "+f+" ago":"in "+u+" "+f}function formatString(e){switch(stringify(pick(e,["weekday","era","year","month","day","hour","minute","second","timeZoneName","hour12"]))){case stringify(DATE_SHORT):return"M/d/yyyy";case stringify(DATE_MED):return"LLL d, yyyy";case stringify(DATE_FULL):return"LLLL d, yyyy";case stringify(DATE_HUGE):return"EEEE, LLLL d, yyyy";case stringify(TIME_SIMPLE):return"h:mm a";case stringify(TIME_WITH_SECONDS):return"h:mm:ss a";case stringify(TIME_WITH_SHORT_OFFSET):case stringify(TIME_WITH_LONG_OFFSET):return"h:mm a";case stringify(TIME_24_SIMPLE):return"HH:mm";case stringify(TIME_24_WITH_SECONDS):return"HH:mm:ss";case stringify(TIME_24_WITH_SHORT_OFFSET):case stringify(TIME_24_WITH_LONG_OFFSET):return"HH:mm";case stringify(DATETIME_SHORT):return"M/d/yyyy, h:mm a";case stringify(DATETIME_MED):return"LLL d, yyyy, h:mm a";case stringify(DATETIME_FULL):return"LLLL d, yyyy, h:mm a";case stringify(DATETIME_HUGE):return"EEEE, LLLL d, yyyy, h:mm a";case stringify(DATETIME_SHORT_WITH_SECONDS):return"M/d/yyyy, h:mm:ss a";case stringify(DATETIME_MED_WITH_SECONDS):return"LLL d, yyyy, h:mm:ss a";case stringify(DATETIME_MED_WITH_WEEKDAY):return"EEE, d LLL yyyy, h:mm a";case stringify(DATETIME_FULL_WITH_SECONDS):return"LLLL d, yyyy, h:mm:ss a";case stringify(DATETIME_HUGE_WITH_SECONDS):return"EEEE, LLLL d, yyyy, h:mm:ss a";default:return"EEEE, LLLL d, yyyy, h:mm a"}}var Zone=function(){function e(){}var t=e.prototype;return t.offsetName=function(e,t){throw new ZoneIsAbstractError},t.formatOffset=function(e,t){throw new ZoneIsAbstractError},t.offset=function(e){throw new ZoneIsAbstractError},t.equals=function(e){throw new ZoneIsAbstractError},_createClass(e,[{key:"type",get:function(){throw new ZoneIsAbstractError}},{key:"name",get:function(){throw new ZoneIsAbstractError}},{key:"universal",get:function(){throw new ZoneIsAbstractError}},{key:"isValid",get:function(){throw new ZoneIsAbstractError}}]),e}(),singleton=null,LocalZone=function(e){function t(){return e.apply(this,arguments)||this}_inheritsLoose(t,e);var n=t.prototype;return n.offsetName=function(e,t){return parseZoneInfo(e,t.format,t.locale)},n.formatOffset=function(e,t){return formatOffset(this.offset(e),t)},n.offset=function(e){return-new Date(e).getTimezoneOffset()},n.equals=function(e){return"local"===e.type},_createClass(t,[{key:"type",get:function(){return"local"}},{key:"name",get:function(){return hasIntl()?(new Intl.DateTimeFormat).resolvedOptions().timeZone:"local"}},{key:"universal",get:function(){return!1}},{key:"isValid",get:function(){return!0}}],[{key:"instance",get:function(){return null===singleton&&(singleton=new t),singleton}}]),t}(Zone),matchingRegex=RegExp("^"+ianaRegex.source+"$"),dtfCache={};function makeDTF(e){return dtfCache[e]||(dtfCache[e]=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:e,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"})),dtfCache[e]}var typeToPos={year:0,month:1,day:2,hour:3,minute:4,second:5};function hackyOffset(e,t){var n=e.format(t).replace(/\u200E/g,""),r=/(\d+)\/(\d+)\/(\d+),? (\d+):(\d+):(\d+)/.exec(n),i=r[1],a=r[2];return[r[3],i,a,r[4],r[5],r[6]]}function partsOffset(e,t){for(var n=e.formatToParts(t),r=[],i=0;i<n.length;i++){var a=n[i],o=a.type,s=a.value,u=typeToPos[o];isUndefined(u)||(r[u]=parseInt(s,10))}return r}var ianaZoneCache={},IANAZone=function(e){function t(n){var r;return(r=e.call(this)||this).zoneName=n,r.valid=t.isValidZone(n),r}_inheritsLoose(t,e),t.create=function(e){return ianaZoneCache[e]||(ianaZoneCache[e]=new t(e)),ianaZoneCache[e]},t.resetCache=function(){ianaZoneCache={},dtfCache={}},t.isValidSpecifier=function(e){return!(!e||!e.match(matchingRegex))},t.isValidZone=function(e){try{return new Intl.DateTimeFormat("en-US",{timeZone:e}).format(),!0}catch(e){return!1}},t.parseGMTOffset=function(e){if(e){var t=e.match(/^Etc\/GMT([+-]\d{1,2})$/i);if(t)return-60*parseInt(t[1])}return null};var n=t.prototype;return n.offsetName=function(e,t){return parseZoneInfo(e,t.format,t.locale,this.name)},n.formatOffset=function(e,t){return formatOffset(this.offset(e),t)},n.offset=function(e){var t=new Date(e),n=makeDTF(this.name),r=n.formatToParts?partsOffset(n,t):hackyOffset(n,t),i=objToLocalTS({year:r[0],month:r[1],day:r[2],hour:r[3],minute:r[4],second:r[5],millisecond:0}),a=t.valueOf();return(i-(a-=a%1e3))/6e4},n.equals=function(e){return"iana"===e.type&&e.name===this.name},_createClass(t,[{key:"type",get:function(){return"iana"}},{key:"name",get:function(){return this.zoneName}},{key:"universal",get:function(){return!1}},{key:"isValid",get:function(){return this.valid}}]),t}(Zone),singleton$1=null,FixedOffsetZone=function(e){function t(t){var n;return(n=e.call(this)||this).fixed=t,n}_inheritsLoose(t,e),t.instance=function(e){return 0===e?t.utcInstance:new t(e)},t.parseSpecifier=function(e){if(e){var n=e.match(/^utc(?:([+-]\d{1,2})(?::(\d{2}))?)?$/i);if(n)return new t(signedOffset(n[1],n[2]))}return null},_createClass(t,null,[{key:"utcInstance",get:function(){return null===singleton$1&&(singleton$1=new t(0)),singleton$1}}]);var n=t.prototype;return n.offsetName=function(){return this.name},n.formatOffset=function(e,t){return formatOffset(this.fixed,t)},n.offset=function(){return this.fixed},n.equals=function(e){return"fixed"===e.type&&e.fixed===this.fixed},_createClass(t,[{key:"type",get:function(){return"fixed"}},{key:"name",get:function(){return 0===this.fixed?"UTC":"UTC"+formatOffset(this.fixed,"narrow")}},{key:"universal",get:function(){return!0}},{key:"isValid",get:function(){return!0}}]),t}(Zone),InvalidZone=function(e){function t(t){var n;return(n=e.call(this)||this).zoneName=t,n}_inheritsLoose(t,e);var n=t.prototype;return n.offsetName=function(){return null},n.formatOffset=function(){return""},n.offset=function(){return NaN},n.equals=function(){return!1},_createClass(t,[{key:"type",get:function(){return"invalid"}},{key:"name",get:function(){return this.zoneName}},{key:"universal",get:function(){return!1}},{key:"isValid",get:function(){return!1}}]),t}(Zone);function normalizeZone(e,t){var n;if(isUndefined(e)||null===e)return t;if(e instanceof Zone)return e;if(isString(e)){var r=e.toLowerCase();return"local"===r?t:"utc"===r||"gmt"===r?FixedOffsetZone.utcInstance:null!=(n=IANAZone.parseGMTOffset(e))?FixedOffsetZone.instance(n):IANAZone.isValidSpecifier(r)?IANAZone.create(e):FixedOffsetZone.parseSpecifier(r)||new InvalidZone(e)}return isNumber(e)?FixedOffsetZone.instance(e):"object"==typeof e&&e.offset&&"number"==typeof e.offset?e:new InvalidZone(e)}var now=function(){return Date.now()},defaultZone=null,defaultLocale=null,defaultNumberingSystem=null,defaultOutputCalendar=null,throwOnInvalid=!1,Settings=function(){function e(){}return e.resetCaches=function(){Locale.resetCache(),IANAZone.resetCache()},_createClass(e,null,[{key:"now",get:function(){return now},set:function(e){now=e}},{key:"defaultZoneName",get:function(){return e.defaultZone.name},set:function(e){defaultZone=e?normalizeZone(e):null}},{key:"defaultZone",get:function(){return defaultZone||LocalZone.instance}},{key:"defaultLocale",get:function(){return defaultLocale},set:function(e){defaultLocale=e}},{key:"defaultNumberingSystem",get:function(){return defaultNumberingSystem},set:function(e){defaultNumberingSystem=e}},{key:"defaultOutputCalendar",get:function(){return defaultOutputCalendar},set:function(e){defaultOutputCalendar=e}},{key:"throwOnInvalid",get:function(){return throwOnInvalid},set:function(e){throwOnInvalid=e}}]),e}();function stringifyTokens(e,t){var n="",r=e,i=Array.isArray(r),a=0;for(r=i?r:r[Symbol.iterator]();;){var o;if(i){if(a>=r.length)break;o=r[a++]}else{if((a=r.next()).done)break;o=a.value}var s=o;s.literal?n+=s.val:n+=t(s.val)}return n}var _macroTokenToFormatOpts={D:DATE_SHORT,DD:DATE_MED,DDD:DATE_FULL,DDDD:DATE_HUGE,t:TIME_SIMPLE,tt:TIME_WITH_SECONDS,ttt:TIME_WITH_SHORT_OFFSET,tttt:TIME_WITH_LONG_OFFSET,T:TIME_24_SIMPLE,TT:TIME_24_WITH_SECONDS,TTT:TIME_24_WITH_SHORT_OFFSET,TTTT:TIME_24_WITH_LONG_OFFSET,f:DATETIME_SHORT,ff:DATETIME_MED,fff:DATETIME_FULL,ffff:DATETIME_HUGE,F:DATETIME_SHORT_WITH_SECONDS,FF:DATETIME_MED_WITH_SECONDS,FFF:DATETIME_FULL_WITH_SECONDS,FFFF:DATETIME_HUGE_WITH_SECONDS},Formatter=function(){function e(e,t){this.opts=t,this.loc=e,this.systemLoc=null}e.create=function(t,n){return void 0===n&&(n={}),new e(t,n)},e.parseFormat=function(e){for(var t=null,n="",r=!1,i=[],a=0;a<e.length;a++){var o=e.charAt(a);"'"===o?(n.length>0&&i.push({literal:r,val:n}),t=null,n="",r=!r):r?n+=o:o===t?n+=o:(n.length>0&&i.push({literal:!1,val:n}),n=o,t=o)}return n.length>0&&i.push({literal:r,val:n}),i},e.macroTokenToFormatOpts=function(e){return _macroTokenToFormatOpts[e]};var t=e.prototype;return t.formatWithSystemDefault=function(e,t){return null===this.systemLoc&&(this.systemLoc=this.loc.redefaultToSystem()),this.systemLoc.dtFormatter(e,Object.assign({},this.opts,t)).format()},t.formatDateTime=function(e,t){return void 0===t&&(t={}),this.loc.dtFormatter(e,Object.assign({},this.opts,t)).format()},t.formatDateTimeParts=function(e,t){return void 0===t&&(t={}),this.loc.dtFormatter(e,Object.assign({},this.opts,t)).formatToParts()},t.resolvedOptions=function(e,t){return void 0===t&&(t={}),this.loc.dtFormatter(e,Object.assign({},this.opts,t)).resolvedOptions()},t.num=function(e,t){if(void 0===t&&(t=0),this.opts.forceSimple)return padStart(e,t);var n=Object.assign({},this.opts);return t>0&&(n.padTo=t),this.loc.numberFormatter(n).format(e)},t.formatDateTimeFromString=function(t,n){var r=this,i="en"===this.loc.listingMode(),a=this.loc.outputCalendar&&"gregory"!==this.loc.outputCalendar&&hasFormatToParts(),o=function(e,n){return r.loc.extract(t,e,n)},s=function(e){return t.isOffsetFixed&&0===t.offset&&e.allowZ?"Z":t.isValid?t.zone.formatOffset(t.ts,e.format):""},u=function(e,n){return i?monthForDateTime(t,e):o(n?{month:e}:{month:e,day:"numeric"},"month")},c=function(e,n){return i?weekdayForDateTime(t,e):o(n?{weekday:e}:{weekday:e,month:"long",day:"numeric"},"weekday")},l=function(e){return i?eraForDateTime(t,e):o({era:e},"era")};return stringifyTokens(e.parseFormat(n),function(n){switch(n){case"S":return r.num(t.millisecond);case"u":case"SSS":return r.num(t.millisecond,3);case"s":return r.num(t.second);case"ss":return r.num(t.second,2);case"m":return r.num(t.minute);case"mm":return r.num(t.minute,2);case"h":return r.num(t.hour%12==0?12:t.hour%12);case"hh":return r.num(t.hour%12==0?12:t.hour%12,2);case"H":return r.num(t.hour);case"HH":return r.num(t.hour,2);case"Z":return s({format:"narrow",allowZ:r.opts.allowZ});case"ZZ":return s({format:"short",allowZ:r.opts.allowZ});case"ZZZ":return s({format:"techie",allowZ:!1});case"ZZZZ":return t.zone.offsetName(t.ts,{format:"short",locale:r.loc.locale});case"ZZZZZ":return t.zone.offsetName(t.ts,{format:"long",locale:r.loc.locale});case"z":return t.zoneName;case"a":return i?meridiemForDateTime(t):o({hour:"numeric",hour12:!0},"dayperiod");case"d":return a?o({day:"numeric"},"day"):r.num(t.day);case"dd":return a?o({day:"2-digit"},"day"):r.num(t.day,2);case"c":return r.num(t.weekday);case"ccc":return c("short",!0);case"cccc":return c("long",!0);case"ccccc":return c("narrow",!0);case"E":return r.num(t.weekday);case"EEE":return c("short",!1);case"EEEE":return c("long",!1);case"EEEEE":return c("narrow",!1);case"L":return a?o({month:"numeric",day:"numeric"},"month"):r.num(t.month);case"LL":return a?o({month:"2-digit",day:"numeric"},"month"):r.num(t.month,2);case"LLL":return u("short",!0);case"LLLL":return u("long",!0);case"LLLLL":return u("narrow",!0);case"M":return a?o({month:"numeric"},"month"):r.num(t.month);case"MM":return a?o({month:"2-digit"},"month"):r.num(t.month,2);case"MMM":return u("short",!1);case"MMMM":return u("long",!1);case"MMMMM":return u("narrow",!1);case"y":return a?o({year:"numeric"},"year"):r.num(t.year);case"yy":return a?o({year:"2-digit"},"year"):r.num(t.year.toString().slice(-2),2);case"yyyy":return a?o({year:"numeric"},"year"):r.num(t.year,4);case"yyyyyy":return a?o({year:"numeric"},"year"):r.num(t.year,6);case"G":return l("short");case"GG":return l("long");case"GGGGG":return l("narrow");case"kk":return r.num(t.weekYear.toString().slice(-2),2);case"kkkk":return r.num(t.weekYear,4);case"W":return r.num(t.weekNumber);case"WW":return r.num(t.weekNumber,2);case"o":return r.num(t.ordinal);case"ooo":return r.num(t.ordinal,3);case"q":return r.num(t.quarter);case"qq":return r.num(t.quarter,2);case"X":return r.num(Math.floor(t.ts/1e3));case"x":return r.num(t.ts);default:return function(n){var i=e.macroTokenToFormatOpts(n);return i?r.formatWithSystemDefault(t,i):n}(n)}})},t.formatDurationFromString=function(t,n){var r,i=this,a=function(e){switch(e[0]){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":return"hour";case"d":return"day";case"M":return"month";case"y":return"year";default:return null}},o=e.parseFormat(n),s=o.reduce(function(e,t){var n=t.literal,r=t.val;return n?e:e.concat(r)},[]),u=t.shiftTo.apply(t,s.map(a).filter(function(e){return e}));return stringifyTokens(o,(r=u,function(e){var t=a(e);return t?i.num(r.get(t),e.length):e}))},e}(),intlDTCache={};function getCachedDTF(e,t){void 0===t&&(t={});var n=JSON.stringify([e,t]),r=intlDTCache[n];return r||(r=new Intl.DateTimeFormat(e,t),intlDTCache[n]=r),r}var intlNumCache={};function getCachendINF(e,t){void 0===t&&(t={});var n=JSON.stringify([e,t]),r=intlNumCache[n];return r||(r=new Intl.NumberFormat(e,t),intlNumCache[n]=r),r}var intlRelCache={};function getCachendRTF(e,t){void 0===t&&(t={});var n=JSON.stringify([e,t]),r=intlRelCache[n];return r||(r=new Intl.RelativeTimeFormat(e,t),intlRelCache[n]=r),r}var sysLocaleCache=null;function systemLocale(){if(sysLocaleCache)return sysLocaleCache;if(hasIntl()){var e=(new Intl.DateTimeFormat).resolvedOptions().locale;return sysLocaleCache=e&&"und"!==e?e:"en-US"}return sysLocaleCache="en-US"}function parseLocaleString(e){var t=e.indexOf("-u-");if(-1===t)return[e];var n,r=e.substring(0,t);try{n=getCachedDTF(e).resolvedOptions()}catch(e){n=getCachedDTF(r).resolvedOptions()}var i=n;return[r,i.numberingSystem,i.calendar]}function intlConfigString(e,t,n){return hasIntl()?n||t?(e+="-u",n&&(e+="-ca-"+n),t&&(e+="-nu-"+t),e):e:[]}function mapMonths(e){for(var t=[],n=1;n<=12;n++){var r=DateTime.utc(2016,n,1);t.push(e(r))}return t}function mapWeekdays(e){for(var t=[],n=1;n<=7;n++){var r=DateTime.utc(2016,11,13+n);t.push(e(r))}return t}function listStuff(e,t,n,r,i){var a=e.listingMode(n);return"error"===a?null:"en"===a?r(t):i(t)}function supportsFastNumbers(e){return(!e.numberingSystem||"latn"===e.numberingSystem)&&("latn"===e.numberingSystem||!e.locale||e.locale.startsWith("en")||hasIntl()&&"latn"===new Intl.DateTimeFormat(e.intl).resolvedOptions().numberingSystem)}var PolyNumberFormatter=function(){function e(e,t,n){if(this.padTo=n.padTo||0,this.floor=n.floor||!1,!t&&hasIntl()){var r={useGrouping:!1};n.padTo>0&&(r.minimumIntegerDigits=n.padTo),this.inf=getCachendINF(e,r)}}return e.prototype.format=function(e){if(this.inf){var t=this.floor?Math.floor(e):e;return this.inf.format(t)}return padStart(this.floor?Math.floor(e):roundTo(e,3),this.padTo)},e}(),PolyDateFormatter=function(){function e(e,t,n){var r;if(this.opts=n,this.hasIntl=hasIntl(),e.zone.universal&&this.hasIntl?(r="UTC",n.timeZoneName?this.dt=e:this.dt=0===e.offset?e:DateTime.fromMillis(e.ts+60*e.offset*1e3)):"local"===e.zone.type?this.dt=e:(this.dt=e,r=e.zone.name),this.hasIntl){var i=Object.assign({},this.opts);r&&(i.timeZone=r),this.dtf=getCachedDTF(t,i)}}var t=e.prototype;return t.format=function(){if(this.hasIntl)return this.dtf.format(this.dt.toJSDate());var e=formatString(this.opts),t=Locale.create("en-US");return Formatter.create(t).formatDateTimeFromString(this.dt,e)},t.formatToParts=function(){return this.hasIntl&&hasFormatToParts()?this.dtf.formatToParts(this.dt.toJSDate()):[]},t.resolvedOptions=function(){return this.hasIntl?this.dtf.resolvedOptions():{locale:"en-US",numberingSystem:"latn",outputCalendar:"gregory"}},e}(),PolyRelFormatter=function(){function e(e,t,n){this.opts=Object.assign({style:"long"},n),!t&&hasRelative()&&(this.rtf=getCachendRTF(e,n))}var t=e.prototype;return t.format=function(e,t){return this.rtf?this.rtf.format(e,t):formatRelativeTime(t,e,this.opts.numeric,"long"!==this.opts.style)},t.formatToParts=function(e,t){return this.rtf?this.rtf.formatToParts(e,t):[]},e}(),Locale=function(){function e(e,t,n,r){var i=parseLocaleString(e),a=i[0],o=i[1],s=i[2];this.locale=a,this.numberingSystem=t||o||null,this.outputCalendar=n||s||null,this.intl=intlConfigString(this.locale,this.numberingSystem,this.outputCalendar),this.weekdaysCache={format:{},standalone:{}},this.monthsCache={format:{},standalone:{}},this.meridiemCache=null,this.eraCache={},this.specifiedLocale=r,this.fastNumbersCached=null}e.fromOpts=function(t){return e.create(t.locale,t.numberingSystem,t.outputCalendar,t.defaultToEN)},e.create=function(t,n,r,i){void 0===i&&(i=!1);var a=t||Settings.defaultLocale;return new e(a||(i?"en-US":systemLocale()),n||Settings.defaultNumberingSystem,r||Settings.defaultOutputCalendar,a)},e.resetCache=function(){sysLocaleCache=null,intlDTCache={},intlNumCache={},intlRelCache={}},e.fromObject=function(t){var n=void 0===t?{}:t,r=n.locale,i=n.numberingSystem,a=n.outputCalendar;return e.create(r,i,a)};var t=e.prototype;return t.listingMode=function(e){void 0===e&&(e=!0);var t=hasIntl()&&hasFormatToParts(),n=this.isEnglish(),r=!(null!==this.numberingSystem&&"latn"!==this.numberingSystem||null!==this.outputCalendar&&"gregory"!==this.outputCalendar);return t||n&&r||e?!t||n&&r?"en":"intl":"error"},t.clone=function(t){return t&&0!==Object.getOwnPropertyNames(t).length?e.create(t.locale||this.specifiedLocale,t.numberingSystem||this.numberingSystem,t.outputCalendar||this.outputCalendar,t.defaultToEN||!1):this},t.redefaultToEN=function(e){return void 0===e&&(e={}),this.clone(Object.assign({},e,{defaultToEN:!0}))},t.redefaultToSystem=function(e){return void 0===e&&(e={}),this.clone(Object.assign({},e,{defaultToEN:!1}))},t.months=function(e,t,n){var r=this;return void 0===t&&(t=!1),void 0===n&&(n=!0),listStuff(this,e,n,months,function(){var n=t?{month:e,day:"numeric"}:{month:e},i=t?"format":"standalone";return r.monthsCache[i][e]||(r.monthsCache[i][e]=mapMonths(function(e){return r.extract(e,n,"month")})),r.monthsCache[i][e]})},t.weekdays=function(e,t,n){var r=this;return void 0===t&&(t=!1),void 0===n&&(n=!0),listStuff(this,e,n,weekdays,function(){var n=t?{weekday:e,year:"numeric",month:"long",day:"numeric"}:{weekday:e},i=t?"format":"standalone";return r.weekdaysCache[i][e]||(r.weekdaysCache[i][e]=mapWeekdays(function(e){return r.extract(e,n,"weekday")})),r.weekdaysCache[i][e]})},t.meridiems=function(e){var t=this;return void 0===e&&(e=!0),listStuff(this,void 0,e,function(){return meridiems},function(){if(!t.meridiemCache){var e={hour:"numeric",hour12:!0};t.meridiemCache=[DateTime.utc(2016,11,13,9),DateTime.utc(2016,11,13,19)].map(function(n){return t.extract(n,e,"dayperiod")})}return t.meridiemCache})},t.eras=function(e,t){var n=this;return void 0===t&&(t=!0),listStuff(this,e,t,eras,function(){var t={era:e};return n.eraCache[e]||(n.eraCache[e]=[DateTime.utc(-40,1,1),DateTime.utc(2017,1,1)].map(function(e){return n.extract(e,t,"era")})),n.eraCache[e]})},t.extract=function(e,t,n){var r=this.dtFormatter(e,t).formatToParts().find(function(e){return e.type.toLowerCase()===n});return r?r.value:null},t.numberFormatter=function(e){return void 0===e&&(e={}),new PolyNumberFormatter(this.intl,e.forceSimple||this.fastNumbers,e)},t.dtFormatter=function(e,t){return void 0===t&&(t={}),new PolyDateFormatter(e,this.intl,t)},t.relFormatter=function(e){return void 0===e&&(e={}),new PolyRelFormatter(this.intl,this.isEnglish(),e)},t.isEnglish=function(){return"en"===this.locale||"en-us"===this.locale.toLowerCase()||hasIntl()&&new Intl.DateTimeFormat(this.intl).resolvedOptions().locale.startsWith("en-us")},t.equals=function(e){return this.locale===e.locale&&this.numberingSystem===e.numberingSystem&&this.outputCalendar===e.outputCalendar},_createClass(e,[{key:"fastNumbers",get:function(){return null==this.fastNumbersCached&&(this.fastNumbersCached=supportsFastNumbers(this)),this.fastNumbersCached}}]),e}();function combineRegexes(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=t.reduce(function(e,t){return e+t.source},"");return RegExp("^"+r+"$")}function combineExtractors(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return function(e){return t.reduce(function(t,n){var r=t[0],i=t[1],a=t[2],o=n(e,a),s=o[0],u=o[1],c=o[2];return[Object.assign(r,s),i||u,c]},[{},null,1]).slice(0,2)}}function parse(e){if(null==e)return[null,null];for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];for(var i=0,a=n;i<a.length;i++){var o=a[i],s=o[0],u=o[1],c=s.exec(e);if(c)return u(c)}return[null,null]}function simpleParse(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return function(e,n){var r,i={};for(r=0;r<t.length;r++)i[t[r]]=parseInteger(e[n+r]);return[i,null,n+r]}}var offsetRegex=/(?:(Z)|([+-]\d\d)(?::?(\d\d))?)/,isoTimeBaseRegex=/(\d\d)(?::?(\d\d)(?::?(\d\d)(?:[.,](\d{1,9}))?)?)?/,isoTimeRegex=RegExp(""+isoTimeBaseRegex.source+offsetRegex.source+"?"),isoTimeExtensionRegex=RegExp("(?:T"+isoTimeRegex.source+")?"),isoYmdRegex=/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/,isoWeekRegex=/(\d{4})-?W(\d\d)(?:-?(\d))?/,isoOrdinalRegex=/(\d{4})-?(\d{3})/,extractISOWeekData=simpleParse("weekYear","weekNumber","weekDay"),extractISOOrdinalData=simpleParse("year","ordinal"),sqlYmdRegex=/(\d{4})-(\d\d)-(\d\d)/,sqlTimeRegex=RegExp(isoTimeBaseRegex.source+" ?(?:"+offsetRegex.source+"|("+ianaRegex.source+"))?"),sqlTimeExtensionRegex=RegExp("(?: "+sqlTimeRegex.source+")?");function int(e,t,n){var r=e[t];return isUndefined(r)?n:parseInteger(r)}function extractISOYmd(e,t){return[{year:int(e,t),month:int(e,t+1,1),day:int(e,t+2,1)},null,t+3]}function extractISOTime(e,t){return[{hour:int(e,t,0),minute:int(e,t+1,0),second:int(e,t+2,0),millisecond:parseMillis(e[t+3])},null,t+4]}function extractISOOffset(e,t){var n=!e[t]&&!e[t+1],r=signedOffset(e[t+1],e[t+2]);return[{},n?null:FixedOffsetZone.instance(r),t+3]}function extractIANAZone(e,t){return[{},e[t]?IANAZone.create(e[t]):null,t+1]}var isoDuration=/^P(?:(?:(-?\d{1,9})Y)?(?:(-?\d{1,9})M)?(?:(-?\d{1,9})W)?(?:(-?\d{1,9})D)?(?:T(?:(-?\d{1,9})H)?(?:(-?\d{1,9})M)?(?:(-?\d{1,9})(?:[.,](-?\d{1,9}))?S)?)?)$/;function extractISODuration(e){var t=e[1],n=e[2],r=e[3],i=e[4],a=e[5],o=e[6],s=e[7],u=e[8];return[{years:parseInteger(t),months:parseInteger(n),weeks:parseInteger(r),days:parseInteger(i),hours:parseInteger(a),minutes:parseInteger(o),seconds:parseInteger(s),milliseconds:parseMillis(u)}]}var obsOffsets={GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function fromStrings(e,t,n,r,i,a,o){var s={year:2===t.length?untruncateYear(parseInteger(t)):parseInteger(t),month:monthsShort.indexOf(n)+1,day:parseInteger(r),hour:parseInteger(i),minute:parseInteger(a)};return o&&(s.second=parseInteger(o)),e&&(s.weekday=e.length>3?weekdaysLong.indexOf(e)+1:weekdaysShort.indexOf(e)+1),s}var rfc2822=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|(?:([+-]\d\d)(\d\d)))$/;function extractRFC2822(e){var t,n=e[1],r=e[2],i=e[3],a=e[4],o=e[5],s=e[6],u=e[7],c=e[8],l=e[9],f=e[10],d=e[11],m=fromStrings(n,a,i,r,o,s,u);return t=c?obsOffsets[c]:l?0:signedOffset(f,d),[m,new FixedOffsetZone(t)]}function preprocessRFC2822(e){return e.replace(/\([^)]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").trim()}var rfc1123=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun), (\d\d) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (\d{4}) (\d\d):(\d\d):(\d\d) GMT$/,rfc850=/^(Monday|Tuesday|Wedsday|Thursday|Friday|Saturday|Sunday), (\d\d)-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d\d) (\d\d):(\d\d):(\d\d) GMT$/,ascii=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) ( \d|\d\d) (\d\d):(\d\d):(\d\d) (\d{4})$/;function extractRFC1123Or850(e){var t=e[1],n=e[2],r=e[3];return[fromStrings(t,e[4],r,n,e[5],e[6],e[7]),FixedOffsetZone.utcInstance]}function extractASCII(e){var t=e[1],n=e[2],r=e[3],i=e[4],a=e[5],o=e[6];return[fromStrings(t,e[7],n,r,i,a,o),FixedOffsetZone.utcInstance]}var isoYmdWithTimeExtensionRegex=combineRegexes(isoYmdRegex,isoTimeExtensionRegex),isoWeekWithTimeExtensionRegex=combineRegexes(isoWeekRegex,isoTimeExtensionRegex),isoOrdinalWithTimeExtensionRegex=combineRegexes(isoOrdinalRegex,isoTimeExtensionRegex),isoTimeCombinedRegex=combineRegexes(isoTimeRegex),extractISOYmdTimeAndOffset=combineExtractors(extractISOYmd,extractISOTime,extractISOOffset),extractISOWeekTimeAndOffset=combineExtractors(extractISOWeekData,extractISOTime,extractISOOffset),extractISOOrdinalDataAndTime=combineExtractors(extractISOOrdinalData,extractISOTime),extractISOTimeAndOffset=combineExtractors(extractISOTime,extractISOOffset);function parseISODate(e){return parse(e,[isoYmdWithTimeExtensionRegex,extractISOYmdTimeAndOffset],[isoWeekWithTimeExtensionRegex,extractISOWeekTimeAndOffset],[isoOrdinalWithTimeExtensionRegex,extractISOOrdinalDataAndTime],[isoTimeCombinedRegex,extractISOTimeAndOffset])}function parseRFC2822Date(e){return parse(preprocessRFC2822(e),[rfc2822,extractRFC2822])}function parseHTTPDate(e){return parse(e,[rfc1123,extractRFC1123Or850],[rfc850,extractRFC1123Or850],[ascii,extractASCII])}function parseISODuration(e){return parse(e,[isoDuration,extractISODuration])}var sqlYmdWithTimeExtensionRegex=combineRegexes(sqlYmdRegex,sqlTimeExtensionRegex),sqlTimeCombinedRegex=combineRegexes(sqlTimeRegex),extractISOYmdTimeOffsetAndIANAZone=combineExtractors(extractISOYmd,extractISOTime,extractISOOffset,extractIANAZone),extractISOTimeOffsetAndIANAZone=combineExtractors(extractISOTime,extractISOOffset,extractIANAZone);function parseSQL(e){return parse(e,[sqlYmdWithTimeExtensionRegex,extractISOYmdTimeOffsetAndIANAZone],[sqlTimeCombinedRegex,extractISOTimeOffsetAndIANAZone])}var Invalid=function(){function e(e,t){this.reason=e,this.explanation=t}return e.prototype.toMessage=function(){return this.explanation?this.reason+": "+this.explanation:this.reason},e}(),INVALID="Invalid Duration",lowOrderMatrix={weeks:{days:7,hours:168,minutes:10080,seconds:604800,milliseconds:6048e5},days:{hours:24,minutes:1440,seconds:86400,milliseconds:864e5},hours:{minutes:60,seconds:3600,milliseconds:36e5},minutes:{seconds:60,milliseconds:6e4},seconds:{milliseconds:1e3}},casualMatrix=Object.assign({years:{months:12,weeks:52,days:365,hours:8760,minutes:525600,seconds:31536e3,milliseconds:31536e6},quarters:{months:3,weeks:13,days:91,hours:2184,minutes:131040,milliseconds:78624e5},months:{weeks:4,days:30,hours:720,minutes:43200,seconds:2592e3,milliseconds:2592e6}},lowOrderMatrix),daysInYearAccurate=365.2425,daysInMonthAccurate=30.436875,accurateMatrix=Object.assign({years:{months:12,weeks:daysInYearAccurate/7,days:daysInYearAccurate,hours:24*daysInYearAccurate,minutes:24*daysInYearAccurate*60,seconds:24*daysInYearAccurate*60*60,milliseconds:24*daysInYearAccurate*60*60*1e3},quarters:{months:3,weeks:daysInYearAccurate/28,days:daysInYearAccurate/4,hours:24*daysInYearAccurate/4,minutes:24*daysInYearAccurate*60/4,seconds:24*daysInYearAccurate*60*60/4,milliseconds:24*daysInYearAccurate*60*60*1e3/4},months:{weeks:daysInMonthAccurate/7,days:daysInMonthAccurate,hours:24*daysInMonthAccurate,minutes:24*daysInMonthAccurate*60,seconds:24*daysInMonthAccurate*60*60,milliseconds:24*daysInMonthAccurate*60*60*1e3}},lowOrderMatrix),orderedUnits=["years","quarters","months","weeks","days","hours","minutes","seconds","milliseconds"],reverseUnits=orderedUnits.slice(0).reverse();function clone(e,t,n){void 0===n&&(n=!1);var r={values:n?t.values:Object.assign({},e.values,t.values||{}),loc:e.loc.clone(t.loc),conversionAccuracy:t.conversionAccuracy||e.conversionAccuracy};return new Duration(r)}function antiTrunc(e){return e<0?Math.floor(e):Math.ceil(e)}function convert(e,t,n,r,i){var a=e[i][n],o=t[n]/a,s=!(Math.sign(o)===Math.sign(r[i]))&&0!==r[i]&&Math.abs(o)<=1?antiTrunc(o):Math.trunc(o);r[i]+=s,t[n]-=s*a}function normalizeValues(e,t){reverseUnits.reduce(function(n,r){return isUndefined(t[r])?n:(n&&convert(e,t,n,t,r),r)},null)}var Duration=function(){function e(e){var t="longterm"===e.conversionAccuracy||!1;this.values=e.values,this.loc=e.loc||Locale.create(),this.conversionAccuracy=t?"longterm":"casual",this.invalid=e.invalid||null,this.matrix=t?accurateMatrix:casualMatrix,this.isLuxonDuration=!0}e.fromMillis=function(t,n){return e.fromObject(Object.assign({milliseconds:t},n))},e.fromObject=function(t){if(null==t||"object"!=typeof t)throw new InvalidArgumentError("Duration.fromObject: argument expected to be an object, got "+(null===t?"null":typeof t));return new e({values:normalizeObject(t,e.normalizeUnit,["locale","numberingSystem","conversionAccuracy","zone"]),loc:Locale.fromObject(t),conversionAccuracy:t.conversionAccuracy})},e.fromISO=function(t,n){var r=parseISODuration(t)[0];if(r){var i=Object.assign(r,n);return e.fromObject(i)}return e.invalid("unparsable",'the input "'+t+"\" can't be parsed as ISO 8601")},e.invalid=function(t,n){if(void 0===n&&(n=null),!t)throw new InvalidArgumentError("need to specify a reason the Duration is invalid");var r=t instanceof Invalid?t:new Invalid(t,n);if(Settings.throwOnInvalid)throw new InvalidDurationError(r);return new e({invalid:r})},e.normalizeUnit=function(e){var t={year:"years",years:"years",quarter:"quarters",quarters:"quarters",month:"months",months:"months",week:"weeks",weeks:"weeks",day:"days",days:"days",hour:"hours",hours:"hours",minute:"minutes",minutes:"minutes",second:"seconds",seconds:"seconds",millisecond:"milliseconds",milliseconds:"milliseconds"}[e?e.toLowerCase():e];if(!t)throw new InvalidUnitError(e);return t},e.isDuration=function(e){return e&&e.isLuxonDuration||!1};var t=e.prototype;return t.toFormat=function(e,t){void 0===t&&(t={});var n=Object.assign({},t,{floor:!1!==t.round&&!1!==t.floor});return this.isValid?Formatter.create(this.loc,n).formatDurationFromString(this,e):INVALID},t.toObject=function(e){if(void 0===e&&(e={}),!this.isValid)return{};var t=Object.assign({},this.values);return e.includeConfig&&(t.conversionAccuracy=this.conversionAccuracy,t.numberingSystem=this.loc.numberingSystem,t.locale=this.loc.locale),t},t.toISO=function(){if(!this.isValid)return null;var e="P";return 0!==this.years&&(e+=this.years+"Y"),0===this.months&&0===this.quarters||(e+=this.months+3*this.quarters+"M"),0!==this.weeks&&(e+=this.weeks+"W"),0!==this.days&&(e+=this.days+"D"),0===this.hours&&0===this.minutes&&0===this.seconds&&0===this.milliseconds||(e+="T"),0!==this.hours&&(e+=this.hours+"H"),0!==this.minutes&&(e+=this.minutes+"M"),0===this.seconds&&0===this.milliseconds||(e+=this.seconds+this.milliseconds/1e3+"S"),"P"===e&&(e+="T0S"),e},t.toJSON=function(){return this.toISO()},t.toString=function(){return this.toISO()},t.valueOf=function(){return this.as("milliseconds")},t.plus=function(e){if(!this.isValid)return this;for(var t=friendlyDuration(e),n={},r=0,i=orderedUnits;r<i.length;r++){var a=i[r];(hasOwnProperty(t.values,a)||hasOwnProperty(this.values,a))&&(n[a]=t.get(a)+this.get(a))}return clone(this,{values:n},!0)},t.minus=function(e){if(!this.isValid)return this;var t=friendlyDuration(e);return this.plus(t.negate())},t.get=function(t){return this[e.normalizeUnit(t)]},t.set=function(t){return this.isValid?clone(this,{values:Object.assign(this.values,normalizeObject(t,e.normalizeUnit,[]))}):this},t.reconfigure=function(e){var t=void 0===e?{}:e,n=t.locale,r=t.numberingSystem,i=t.conversionAccuracy,a={loc:this.loc.clone({locale:n,numberingSystem:r})};return i&&(a.conversionAccuracy=i),clone(this,a)},t.as=function(e){return this.isValid?this.shiftTo(e).get(e):NaN},t.normalize=function(){if(!this.isValid)return this;var e=this.toObject();return normalizeValues(this.matrix,e),clone(this,{values:e},!0)},t.shiftTo=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];if(!this.isValid)return this;if(0===n.length)return this;n=n.map(function(t){return e.normalizeUnit(t)});var i,a={},o={},s=this.toObject();normalizeValues(this.matrix,s);for(var u=0,c=orderedUnits;u<c.length;u++){var l=c[u];if(n.indexOf(l)>=0){i=l;var f=0;for(var d in o)f+=this.matrix[d][l]*o[d],o[d]=0;isNumber(s[l])&&(f+=s[l]);var m=Math.trunc(f);for(var h in a[l]=m,o[l]=f-m,s)orderedUnits.indexOf(h)>orderedUnits.indexOf(l)&&convert(this.matrix,s,h,a,l)}else isNumber(s[l])&&(o[l]=s[l])}for(var y in o)0!==o[y]&&(a[i]+=y===i?o[y]:o[y]/this.matrix[i][y]);return clone(this,{values:a},!0).normalize()},t.negate=function(){if(!this.isValid)return this;for(var e={},t=0,n=Object.keys(this.values);t<n.length;t++){var r=n[t];e[r]=-this.values[r]}return clone(this,{values:e},!0)},t.equals=function(e){if(!this.isValid||!e.isValid)return!1;if(!this.loc.equals(e.loc))return!1;for(var t=0,n=orderedUnits;t<n.length;t++){var r=n[t];if(this.values[r]!==e.values[r])return!1}return!0},_createClass(e,[{key:"locale",get:function(){return this.isValid?this.loc.locale:null}},{key:"numberingSystem",get:function(){return this.isValid?this.loc.numberingSystem:null}},{key:"years",get:function(){return this.isValid?this.values.years||0:NaN}},{key:"quarters",get:function(){return this.isValid?this.values.quarters||0:NaN}},{key:"months",get:function(){return this.isValid?this.values.months||0:NaN}},{key:"weeks",get:function(){return this.isValid?this.values.weeks||0:NaN}},{key:"days",get:function(){return this.isValid?this.values.days||0:NaN}},{key:"hours",get:function(){return this.isValid?this.values.hours||0:NaN}},{key:"minutes",get:function(){return this.isValid?this.values.minutes||0:NaN}},{key:"seconds",get:function(){return this.isValid?this.values.seconds||0:NaN}},{key:"milliseconds",get:function(){return this.isValid?this.values.milliseconds||0:NaN}},{key:"isValid",get:function(){return null===this.invalid}},{key:"invalidReason",get:function(){return this.invalid?this.invalid.reason:null}},{key:"invalidExplanation",get:function(){return this.invalid?this.invalid.explanation:null}}]),e}();function friendlyDuration(e){if(isNumber(e))return Duration.fromMillis(e);if(Duration.isDuration(e))return e;if("object"==typeof e)return Duration.fromObject(e);throw new InvalidArgumentError("Unknown duration argument "+e+" of type "+typeof e)}var INVALID$1="Invalid Interval";function validateStartEnd(e,t){return e&&e.isValid?t&&t.isValid?t<e?Interval.invalid("end before start","The end of an interval must be after its start, but you had start="+e.toISO()+" and end="+t.toISO()):null:Interval.invalid("missing or invalid end"):Interval.invalid("missing or invalid start")}var Interval=function(){function e(e){this.s=e.start,this.e=e.end,this.invalid=e.invalid||null,this.isLuxonInterval=!0}e.invalid=function(t,n){if(void 0===n&&(n=null),!t)throw new InvalidArgumentError("need to specify a reason the Interval is invalid");var r=t instanceof Invalid?t:new Invalid(t,n);if(Settings.throwOnInvalid)throw new InvalidIntervalError(r);return new e({invalid:r})},e.fromDateTimes=function(t,n){var r=friendlyDateTime(t),i=friendlyDateTime(n),a=validateStartEnd(r,i);return null==a?new e({start:r,end:i}):a},e.after=function(t,n){var r=friendlyDuration(n),i=friendlyDateTime(t);return e.fromDateTimes(i,i.plus(r))},e.before=function(t,n){var r=friendlyDuration(n),i=friendlyDateTime(t);return e.fromDateTimes(i.minus(r),i)},e.fromISO=function(t,n){var r=(t||"").split("/",2),i=r[0],a=r[1];if(i&&a){var o=DateTime.fromISO(i,n),s=DateTime.fromISO(a,n);if(o.isValid&&s.isValid)return e.fromDateTimes(o,s);if(o.isValid){var u=Duration.fromISO(a,n);if(u.isValid)return e.after(o,u)}else if(s.isValid){var c=Duration.fromISO(i,n);if(c.isValid)return e.before(s,c)}}return e.invalid("unparsable",'the input "'+t+"\" can't be parsed asISO 8601")},e.isInterval=function(e){return e&&e.isLuxonInterval||!1};var t=e.prototype;return t.length=function(e){return void 0===e&&(e="milliseconds"),this.isValid?this.toDuration.apply(this,[e]).get(e):NaN},t.count=function(e){if(void 0===e&&(e="milliseconds"),!this.isValid)return NaN;var t=this.start.startOf(e),n=this.end.startOf(e);return Math.floor(n.diff(t,e).get(e))+1},t.hasSame=function(e){return!!this.isValid&&this.e.minus(1).hasSame(this.s,e)},t.isEmpty=function(){return this.s.valueOf()===this.e.valueOf()},t.isAfter=function(e){return!!this.isValid&&this.s>e},t.isBefore=function(e){return!!this.isValid&&this.e<=e},t.contains=function(e){return!!this.isValid&&(this.s<=e&&this.e>e)},t.set=function(t){var n=void 0===t?{}:t,r=n.start,i=n.end;return this.isValid?e.fromDateTimes(r||this.s,i||this.e):this},t.splitAt=function(){var t=this;if(!this.isValid)return[];for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];for(var a=r.map(friendlyDateTime).filter(function(e){return t.contains(e)}).sort(),o=[],s=this.s,u=0;s<this.e;){var c=a[u]||this.e,l=+c>+this.e?this.e:c;o.push(e.fromDateTimes(s,l)),s=l,u+=1}return o},t.splitBy=function(t){var n=friendlyDuration(t);if(!this.isValid||!n.isValid||0===n.as("milliseconds"))return[];for(var r,i,a=this.s,o=[];a<this.e;)i=+(r=a.plus(n))>+this.e?this.e:r,o.push(e.fromDateTimes(a,i)),a=i;return o},t.divideEqually=function(e){return this.isValid?this.splitBy(this.length()/e).slice(0,e):[]},t.overlaps=function(e){return this.e>e.s&&this.s<e.e},t.abutsStart=function(e){return!!this.isValid&&+this.e==+e.s},t.abutsEnd=function(e){return!!this.isValid&&+e.e==+this.s},t.engulfs=function(e){return!!this.isValid&&(this.s<=e.s&&this.e>=e.e)},t.equals=function(e){return!(!this.isValid||!e.isValid)&&(this.s.equals(e.s)&&this.e.equals(e.e))},t.intersection=function(t){if(!this.isValid)return this;var n=this.s>t.s?this.s:t.s,r=this.e<t.e?this.e:t.e;return n>r?null:e.fromDateTimes(n,r)},t.union=function(t){if(!this.isValid)return this;var n=this.s<t.s?this.s:t.s,r=this.e>t.e?this.e:t.e;return e.fromDateTimes(n,r)},e.merge=function(e){var t=e.sort(function(e,t){return e.s-t.s}).reduce(function(e,t){var n=e[0],r=e[1];return r?r.overlaps(t)||r.abutsStart(t)?[n,r.union(t)]:[n.concat([r]),t]:[n,t]},[[],null]),n=t[0],r=t[1];return r&&n.push(r),n},e.xor=function(t){var n,r=null,i=0,a=[],o=t.map(function(e){return[{time:e.s,type:"s"},{time:e.e,type:"e"}]}),s=(n=Array.prototype).concat.apply(n,o).sort(function(e,t){return e.time-t.time}),u=Array.isArray(s),c=0;for(s=u?s:s[Symbol.iterator]();;){var l;if(u){if(c>=s.length)break;l=s[c++]}else{if((c=s.next()).done)break;l=c.value}var f=l;1===(i+="s"===f.type?1:-1)?r=f.time:(r&&+r!=+f.time&&a.push(e.fromDateTimes(r,f.time)),r=null)}return e.merge(a)},t.difference=function(){for(var t=this,n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return e.xor([this].concat(r)).map(function(e){return t.intersection(e)}).filter(function(e){return e&&!e.isEmpty()})},t.toString=function(){return this.isValid?"["+this.s.toISO()+" – "+this.e.toISO()+")":INVALID$1},t.toISO=function(e){return this.isValid?this.s.toISO(e)+"/"+this.e.toISO(e):INVALID$1},t.toFormat=function(e,t){var n=(void 0===t?{}:t).separator,r=void 0===n?" – ":n;return this.isValid?""+this.s.toFormat(e)+r+this.e.toFormat(e):INVALID$1},t.toDuration=function(e,t){return this.isValid?this.e.diff(this.s,e,t):Duration.invalid(this.invalidReason)},t.mapEndpoints=function(t){return e.fromDateTimes(t(this.s),t(this.e))},_createClass(e,[{key:"start",get:function(){return this.isValid?this.s:null}},{key:"end",get:function(){return this.isValid?this.e:null}},{key:"isValid",get:function(){return null===this.invalidReason}},{key:"invalidReason",get:function(){return this.invalid?this.invalid.reason:null}},{key:"invalidExplanation",get:function(){return this.invalid?this.invalid.explanation:null}}]),e}(),Info=function(){function e(){}return e.hasDST=function(e){void 0===e&&(e=Settings.defaultZone);var t=DateTime.local().setZone(e).set({month:12});return!e.universal&&t.offset!==t.set({month:6}).offset},e.isValidIANAZone=function(e){return IANAZone.isValidSpecifier(e)&&IANAZone.isValidZone(e)},e.normalizeZone=function(e){return normalizeZone(e,Settings.defaultZone)},e.months=function(e,t){void 0===e&&(e="long");var n=void 0===t?{}:t,r=n.locale,i=void 0===r?null:r,a=n.numberingSystem,o=void 0===a?null:a,s=n.outputCalendar,u=void 0===s?"gregory":s;return Locale.create(i,o,u).months(e)},e.monthsFormat=function(e,t){void 0===e&&(e="long");var n=void 0===t?{}:t,r=n.locale,i=void 0===r?null:r,a=n.numberingSystem,o=void 0===a?null:a,s=n.outputCalendar,u=void 0===s?"gregory":s;return Locale.create(i,o,u).months(e,!0)},e.weekdays=function(e,t){void 0===e&&(e="long");var n=void 0===t?{}:t,r=n.locale,i=void 0===r?null:r,a=n.numberingSystem,o=void 0===a?null:a;return Locale.create(i,o,null).weekdays(e)},e.weekdaysFormat=function(e,t){void 0===e&&(e="long");var n=void 0===t?{}:t,r=n.locale,i=void 0===r?null:r,a=n.numberingSystem,o=void 0===a?null:a;return Locale.create(i,o,null).weekdays(e,!0)},e.meridiems=function(e){var t=(void 0===e?{}:e).locale,n=void 0===t?null:t;return Locale.create(n).meridiems()},e.eras=function(e,t){void 0===e&&(e="short");var n=(void 0===t?{}:t).locale,r=void 0===n?null:n;return Locale.create(r,null,"gregory").eras(e)},e.features=function(){var e=!1,t=!1,n=!1,r=!1;if(hasIntl()){e=!0,t=hasFormatToParts(),r=hasRelative();try{n="America/New_York"===new Intl.DateTimeFormat("en",{timeZone:"America/New_York"}).resolvedOptions().timeZone}catch(e){n=!1}}return{intl:e,intlTokens:t,zones:n,relative:r}},e}();function dayDiff(e,t){var n=function(e){return e.toUTC(0,{keepLocalTime:!0}).startOf("day").valueOf()},r=n(t)-n(e);return Math.floor(Duration.fromMillis(r).as("days"))}function highOrderDiffs(e,t,n){for(var r,i,a={},o=0,s=[["years",function(e,t){return t.year-e.year}],["months",function(e,t){return t.month-e.month+12*(t.year-e.year)}],["weeks",function(e,t){var n=dayDiff(e,t);return(n-n%7)/7}],["days",dayDiff]];o<s.length;o++){var u=s[o],c=u[0],l=u[1];if(n.indexOf(c)>=0){var f;r=c;var d,m=l(e,t);if((i=e.plus(((f={})[c]=m,f)))>t)e=e.plus(((d={})[c]=m-1,d)),m-=1;else e=i;a[c]=m}}return[e,a,i,r]}function _diff(e,t,n,r){var i=highOrderDiffs(e,t,n),a=i[0],o=i[1],s=i[2],u=i[3],c=t-a,l=n.filter(function(e){return["hours","minutes","seconds","milliseconds"].indexOf(e)>=0});if(0===l.length){var f;if(s<t)s=a.plus(((f={})[u]=1,f));s!==a&&(o[u]=(o[u]||0)+c/(s-a))}var d,m=Duration.fromObject(Object.assign(o,r));return l.length>0?(d=Duration.fromMillis(c,r)).shiftTo.apply(d,l).plus(m):m}var numberingSystems={arab:"[٠-٩]",arabext:"[۰-۹]",bali:"[᭐-᭙]",beng:"[০-৯]",deva:"[०-९]",fullwide:"[0-9]",gujr:"[૦-૯]",hanidec:"[〇|一|二|三|四|五|六|七|八|九]",khmr:"[០-៩]",knda:"[೦-೯]",laoo:"[໐-໙]",limb:"[᥆-᥏]",mlym:"[൦-൯]",mong:"[᠐-᠙]",mymr:"[၀-၉]",orya:"[୦-୯]",tamldec:"[௦-௯]",telu:"[౦-౯]",thai:"[๐-๙]",tibt:"[༠-༩]",latn:"\\d"},numberingSystemsUTF16={arab:[1632,1641],arabext:[1776,1785],bali:[6992,7001],beng:[2534,2543],deva:[2406,2415],fullwide:[65296,65303],gujr:[2790,2799],khmr:[6112,6121],knda:[3302,3311],laoo:[3792,3801],limb:[6470,6479],mlym:[3430,3439],mong:[6160,6169],mymr:[4160,4169],orya:[2918,2927],tamldec:[3046,3055],telu:[3174,3183],thai:[3664,3673],tibt:[3872,3881]},hanidecChars=numberingSystems.hanidec.replace(/[\[|\]]/g,"").split("");function parseDigits(e){var t=parseInt(e,10);if(isNaN(t)){t="";for(var n=0;n<e.length;n++){var r=e.charCodeAt(n);if(-1!==e[n].search(numberingSystems.hanidec))t+=hanidecChars.indexOf(e[n]);else for(var i in numberingSystemsUTF16){var a=numberingSystemsUTF16[i],o=a[0],s=a[1];r>=o&&r<=s&&(t+=r-o)}}return parseInt(t,10)}return t}function digitRegex(e,t){var n=e.numberingSystem;return void 0===t&&(t=""),new RegExp(""+numberingSystems[n||"latn"]+t)}var MISSING_FTP="missing Intl.DateTimeFormat.formatToParts support";function intUnit(e,t){return void 0===t&&(t=function(e){return e}),{regex:e,deser:function(e){var n=e[0];return t(parseDigits(n))}}}function fixListRegex(e){return e.replace(/\./,"\\.?")}function stripInsensitivities(e){return e.replace(/\./,"").toLowerCase()}function oneOf(e,t){return null===e?null:{regex:RegExp(e.map(fixListRegex).join("|")),deser:function(n){var r=n[0];return e.findIndex(function(e){return stripInsensitivities(r)===stripInsensitivities(e)})+t}}}function offset(e,t){return{regex:e,deser:function(e){return signedOffset(e[1],e[2])},groups:t}}function simple(e){return{regex:e,deser:function(e){return e[0]}}}function escapeToken(e){return e.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")}function unitForToken(e,t){var n=digitRegex(t),r=digitRegex(t,"{2}"),i=digitRegex(t,"{3}"),a=digitRegex(t,"{4}"),o=digitRegex(t,"{6}"),s=digitRegex(t,"{1,2}"),u=digitRegex(t,"{1,3}"),c=digitRegex(t,"{1,6}"),l=digitRegex(t,"{1,9}"),f=digitRegex(t,"{2,4}"),d=digitRegex(t,"{4,6}"),m=function(e){return{regex:RegExp(escapeToken(e.val)),deser:function(e){return e[0]},literal:!0}},h=function(h){if(e.literal)return m(h);switch(h.val){case"G":return oneOf(t.eras("short",!1),0);case"GG":return oneOf(t.eras("long",!1),0);case"y":return intUnit(c);case"yy":return intUnit(f,untruncateYear);case"yyyy":return intUnit(a);case"yyyyy":return intUnit(d);case"yyyyyy":return intUnit(o);case"M":return intUnit(s);case"MM":return intUnit(r);case"MMM":return oneOf(t.months("short",!0,!1),1);case"MMMM":return oneOf(t.months("long",!0,!1),1);case"L":return intUnit(s);case"LL":return intUnit(r);case"LLL":return oneOf(t.months("short",!1,!1),1);case"LLLL":return oneOf(t.months("long",!1,!1),1);case"d":return intUnit(s);case"dd":return intUnit(r);case"o":return intUnit(u);case"ooo":return intUnit(i);case"HH":return intUnit(r);case"H":return intUnit(s);case"hh":return intUnit(r);case"h":return intUnit(s);case"mm":return intUnit(r);case"m":case"s":return intUnit(s);case"ss":return intUnit(r);case"S":return intUnit(u);case"SSS":return intUnit(i);case"u":return simple(l);case"a":return oneOf(t.meridiems(),0);case"kkkk":return intUnit(a);case"kk":return intUnit(f,untruncateYear);case"W":return intUnit(s);case"WW":return intUnit(r);case"E":case"c":return intUnit(n);case"EEE":return oneOf(t.weekdays("short",!1,!1),1);case"EEEE":return oneOf(t.weekdays("long",!1,!1),1);case"ccc":return oneOf(t.weekdays("short",!0,!1),1);case"cccc":return oneOf(t.weekdays("long",!0,!1),1);case"Z":case"ZZ":return offset(new RegExp("([+-]"+s.source+")(?::("+r.source+"))?"),2);case"ZZZ":return offset(new RegExp("([+-]"+s.source+")("+r.source+")?"),2);case"z":return simple(/[a-z_+-\/]{1,256}?/i);default:return m(h)}}(e)||{invalidReason:MISSING_FTP};return h.token=e,h}var partTypeStyleToTokenVal={year:{"2-digit":"yy",numeric:"yyyyy"},month:{numeric:"M","2-digit":"MM",short:"MMM",long:"MMMM"},day:{numeric:"d","2-digit":"dd"},weekday:{short:"EEE",long:"EEEE"},dayperiod:"a",hour:{numeric:"h","2-digit":"hh"},minute:{numeric:"m","2-digit":"mm"},second:{numeric:"s","2-digit":"ss"}};function tokenForPart(e,t,n){var r=e.type,i=e.value;if("literal"===r)return{literal:!0,val:i};var a=n[r],o=partTypeStyleToTokenVal[r];return"object"==typeof o&&(o=o[a]),o?{literal:!1,val:o}:void 0}function buildRegex(e){return["^"+e.map(function(e){return e.regex}).reduce(function(e,t){return e+"("+t.source+")"},"")+"$",e]}function match(e,t,n){var r=e.match(t);if(r){var i={},a=1;for(var o in n)if(hasOwnProperty(n,o)){var s=n[o],u=s.groups?s.groups+1:1;!s.literal&&s.token&&(i[s.token.val[0]]=s.deser(r.slice(a,a+u))),a+=u}return[r,i]}return[r,{}]}function dateTimeFromMatches(e){var t;return t=isUndefined(e.Z)?isUndefined(e.z)?null:IANAZone.create(e.z):new FixedOffsetZone(e.Z),isUndefined(e.h)||(e.h<12&&1===e.a?e.h+=12:12===e.h&&0===e.a&&(e.h=0)),0===e.G&&e.y&&(e.y=-e.y),isUndefined(e.u)||(e.S=parseMillis(e.u)),[Object.keys(e).reduce(function(t,n){var r=function(e){switch(e){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":case"H":return"hour";case"d":return"day";case"o":return"ordinal";case"L":case"M":return"month";case"y":return"year";case"E":case"c":return"weekday";case"W":return"weekNumber";case"k":return"weekYear";default:return null}}(n);return r&&(t[r]=e[n]),t},{}),t]}var dummyDateTimeCache=null;function getDummyDateTime(){return dummyDateTimeCache||(dummyDateTimeCache=DateTime.fromMillis(1555555555555)),dummyDateTimeCache}function maybeExpandMacroToken(e,t){if(e.literal)return e;var n=Formatter.macroTokenToFormatOpts(e.val);if(!n)return e;var r=Formatter.create(t,n).formatDateTimeParts(getDummyDateTime()).map(function(e){return tokenForPart(e,t,n)});return r.includes(void 0)?e:r}function expandMacroTokens(e,t){var n;return(n=Array.prototype).concat.apply(n,e.map(function(e){return maybeExpandMacroToken(e,t)}))}function explainFromTokens(e,t,n){var r=expandMacroTokens(Formatter.parseFormat(n),e),i=r.map(function(t){return unitForToken(t,e)}),a=i.find(function(e){return e.invalidReason});if(a)return{input:t,tokens:r,invalidReason:a.invalidReason};var o=buildRegex(i),s=o[0],u=o[1],c=RegExp(s,"i"),l=match(t,c,u),f=l[0],d=l[1],m=d?dateTimeFromMatches(d):[null,null];return{input:t,tokens:r,regex:c,rawMatches:f,matches:d,result:m[0],zone:m[1]}}function parseFromTokens(e,t,n){var r=explainFromTokens(e,t,n);return[r.result,r.zone,r.invalidReason]}var nonLeapLadder=[0,31,59,90,120,151,181,212,243,273,304,334],leapLadder=[0,31,60,91,121,152,182,213,244,274,305,335];function unitOutOfRange(e,t){return new Invalid("unit out of range","you specified "+t+" (of type "+typeof t+") as a "+e+", which is invalid")}function dayOfWeek(e,t,n){var r=new Date(Date.UTC(e,t-1,n)).getUTCDay();return 0===r?7:r}function computeOrdinal(e,t,n){return n+(isLeapYear(e)?leapLadder:nonLeapLadder)[t-1]}function uncomputeOrdinal(e,t){var n=isLeapYear(e)?leapLadder:nonLeapLadder,r=n.findIndex(function(e){return e<t});return{month:r+1,day:t-n[r]}}function gregorianToWeek(e){var t,n=e.year,r=e.month,i=e.day,a=computeOrdinal(n,r,i),o=dayOfWeek(n,r,i),s=Math.floor((a-o+10)/7);return s<1?s=weeksInWeekYear(t=n-1):s>weeksInWeekYear(n)?(t=n+1,s=1):t=n,Object.assign({weekYear:t,weekNumber:s,weekday:o},timeObject(e))}function weekToGregorian(e){var t,n=e.weekYear,r=e.weekNumber,i=e.weekday,a=dayOfWeek(n,1,4),o=daysInYear(n),s=7*r+i-a-3;s<1?s+=daysInYear(t=n-1):s>o?(t=n+1,s-=daysInYear(n)):t=n;var u=uncomputeOrdinal(t,s),c=u.month,l=u.day;return Object.assign({year:t,month:c,day:l},timeObject(e))}function gregorianToOrdinal(e){var t=e.year,n=computeOrdinal(t,e.month,e.day);return Object.assign({year:t,ordinal:n},timeObject(e))}function ordinalToGregorian(e){var t=e.year,n=uncomputeOrdinal(t,e.ordinal),r=n.month,i=n.day;return Object.assign({year:t,month:r,day:i},timeObject(e))}function hasInvalidWeekData(e){var t=isInteger(e.weekYear),n=integerBetween(e.weekNumber,1,weeksInWeekYear(e.weekYear)),r=integerBetween(e.weekday,1,7);return t?n?!r&&unitOutOfRange("weekday",e.weekday):unitOutOfRange("week",e.week):unitOutOfRange("weekYear",e.weekYear)}function hasInvalidOrdinalData(e){var t=isInteger(e.year),n=integerBetween(e.ordinal,1,daysInYear(e.year));return t?!n&&unitOutOfRange("ordinal",e.ordinal):unitOutOfRange("year",e.year)}function hasInvalidGregorianData(e){var t=isInteger(e.year),n=integerBetween(e.month,1,12),r=integerBetween(e.day,1,daysInMonth(e.year,e.month));return t?n?!r&&unitOutOfRange("day",e.day):unitOutOfRange("month",e.month):unitOutOfRange("year",e.year)}function hasInvalidTimeData(e){var t=e.hour,n=e.minute,r=e.second,i=e.millisecond,a=integerBetween(t,0,23)||24===t&&0===n&&0===r&&0===i,o=integerBetween(n,0,59),s=integerBetween(r,0,59),u=integerBetween(i,0,999);return a?o?s?!u&&unitOutOfRange("millisecond",i):unitOutOfRange("second",r):unitOutOfRange("minute",n):unitOutOfRange("hour",t)}var INVALID$2="Invalid DateTime",MAX_DATE=864e13;function unsupportedZone(e){return new Invalid("unsupported zone",'the zone "'+e.name+'" is not supported')}function possiblyCachedWeekData(e){return null===e.weekData&&(e.weekData=gregorianToWeek(e.c)),e.weekData}function clone$1(e,t){var n={ts:e.ts,zone:e.zone,c:e.c,o:e.o,loc:e.loc,invalid:e.invalid};return new DateTime(Object.assign({},n,t,{old:n}))}function fixOffset(e,t,n){var r=e-60*t*1e3,i=n.offset(r);if(t===i)return[r,t];r-=60*(i-t)*1e3;var a=n.offset(r);return i===a?[r,i]:[e-60*Math.min(i,a)*1e3,Math.max(i,a)]}function tsToObj(e,t){var n=new Date(e+=60*t*1e3);return{year:n.getUTCFullYear(),month:n.getUTCMonth()+1,day:n.getUTCDate(),hour:n.getUTCHours(),minute:n.getUTCMinutes(),second:n.getUTCSeconds(),millisecond:n.getUTCMilliseconds()}}function objToTS(e,t,n){return fixOffset(objToLocalTS(e),t,n)}function adjustTime(e,t){var n,r=Object.keys(t.values);-1===r.indexOf("milliseconds")&&r.push("milliseconds"),t=(n=t).shiftTo.apply(n,r);var i=e.o,a=e.c.year+t.years,o=e.c.month+t.months+3*t.quarters,s=Object.assign({},e.c,{year:a,month:o,day:Math.min(e.c.day,daysInMonth(a,o))+t.days+7*t.weeks}),u=Duration.fromObject({hours:t.hours,minutes:t.minutes,seconds:t.seconds,milliseconds:t.milliseconds}).as("milliseconds"),c=fixOffset(objToLocalTS(s),i,e.zone),l=c[0],f=c[1];return 0!==u&&(l+=u,f=e.zone.offset(l)),{ts:l,o:f}}function parseDataToDateTime(e,t,n,r,i){var a=n.setZone,o=n.zone;if(e&&0!==Object.keys(e).length){var s=t||o,u=DateTime.fromObject(Object.assign(e,n,{zone:s,setZone:void 0}));return a?u:u.setZone(o)}return DateTime.invalid(new Invalid("unparsable",'the input "'+i+"\" can't be parsed as "+r))}function toTechFormat(e,t){return e.isValid?Formatter.create(Locale.create("en-US"),{allowZ:!0,forceSimple:!0}).formatDateTimeFromString(e,t):null}function toTechTimeFormat(e,t){var n=t.suppressSeconds,r=void 0!==n&&n,i=t.suppressMilliseconds,a=void 0!==i&&i,o=t.includeOffset,s=t.includeZone,u=void 0!==s&&s,c=t.spaceZone,l=void 0!==c&&c,f="HH:mm";return r&&0===e.second&&0===e.millisecond||(f+=":ss",a&&0===e.millisecond||(f+=".SSS")),(u||o)&&l&&(f+=" "),u?f+="z":o&&(f+="ZZ"),toTechFormat(e,f)}var defaultUnitValues={month:1,day:1,hour:0,minute:0,second:0,millisecond:0},defaultWeekUnitValues={weekNumber:1,weekday:1,hour:0,minute:0,second:0,millisecond:0},defaultOrdinalUnitValues={ordinal:1,hour:0,minute:0,second:0,millisecond:0},orderedUnits$1=["year","month","day","hour","minute","second","millisecond"],orderedWeekUnits=["weekYear","weekNumber","weekday","hour","minute","second","millisecond"],orderedOrdinalUnits=["year","ordinal","hour","minute","second","millisecond"];function normalizeUnit(e){var t={year:"year",years:"year",month:"month",months:"month",day:"day",days:"day",hour:"hour",hours:"hour",minute:"minute",minutes:"minute",second:"second",seconds:"second",millisecond:"millisecond",milliseconds:"millisecond",weekday:"weekday",weekdays:"weekday",weeknumber:"weekNumber",weeksnumber:"weekNumber",weeknumbers:"weekNumber",weekyear:"weekYear",weekyears:"weekYear",ordinal:"ordinal"}[e.toLowerCase()];if(!t)throw new InvalidUnitError(e);return t}function quickDT(e,t){for(var n=0,r=orderedUnits$1;n<r.length;n++){var i=r[n];isUndefined(e[i])&&(e[i]=defaultUnitValues[i])}var a=hasInvalidGregorianData(e)||hasInvalidTimeData(e);if(a)return DateTime.invalid(a);var o=Settings.now(),s=objToTS(e,t.offset(o),t),u=s[0],c=s[1];return new DateTime({ts:u,zone:t,o:c})}function diffRelative(e,t,n){var r=!!isUndefined(n.round)||n.round,i=function(e,i){return e=roundTo(e,r||n.calendary?0:2,!0),t.loc.clone(n).relFormatter(n).format(e,i)},a=function(r){return n.calendary?t.hasSame(e,r)?0:t.startOf(r).diff(e.startOf(r),r).get(r):t.diff(e,r).get(r)};if(n.unit)return i(a(n.unit),n.unit);var o=n.units,s=Array.isArray(o),u=0;for(o=s?o:o[Symbol.iterator]();;){var c;if(s){if(u>=o.length)break;c=o[u++]}else{if((u=o.next()).done)break;c=u.value}var l=c,f=a(l);if(Math.abs(f)>=1)return i(f,l)}return i(0,n.units[n.units.length-1])}var DateTime=function(){function e(e){var t=e.zone||Settings.defaultZone,n=e.invalid||(Number.isNaN(e.ts)?new Invalid("invalid input"):null)||(t.isValid?null:unsupportedZone(t));this.ts=isUndefined(e.ts)?Settings.now():e.ts;var r=null,i=null;if(!n)if(e.old&&e.old.ts===this.ts&&e.old.zone.equals(t)){var a=[e.old.c,e.old.o];r=a[0],i=a[1]}else r=tsToObj(this.ts,t.offset(this.ts)),r=(n=Number.isNaN(r.year)?new Invalid("invalid input"):null)?null:r,i=n?null:t.offset(this.ts);this._zone=t,this.loc=e.loc||Locale.create(),this.invalid=n,this.weekData=null,this.c=r,this.o=i,this.isLuxonDateTime=!0}e.local=function(t,n,r,i,a,o,s){return isUndefined(t)?new e({ts:Settings.now()}):quickDT({year:t,month:n,day:r,hour:i,minute:a,second:o,millisecond:s},Settings.defaultZone)},e.utc=function(t,n,r,i,a,o,s){return isUndefined(t)?new e({ts:Settings.now(),zone:FixedOffsetZone.utcInstance}):quickDT({year:t,month:n,day:r,hour:i,minute:a,second:o,millisecond:s},FixedOffsetZone.utcInstance)},e.fromJSDate=function(t,n){void 0===n&&(n={});var r=isDate(t)?t.valueOf():NaN;if(Number.isNaN(r))return e.invalid("invalid input");var i=normalizeZone(n.zone,Settings.defaultZone);return i.isValid?new e({ts:r,zone:i,loc:Locale.fromObject(n)}):e.invalid(unsupportedZone(i))},e.fromMillis=function(t,n){if(void 0===n&&(n={}),isNumber(t))return t<-MAX_DATE||t>MAX_DATE?e.invalid("Timestamp out of range"):new e({ts:t,zone:normalizeZone(n.zone,Settings.defaultZone),loc:Locale.fromObject(n)});throw new InvalidArgumentError("fromMillis requires a numerical input")},e.fromSeconds=function(t,n){if(void 0===n&&(n={}),isNumber(t))return new e({ts:1e3*t,zone:normalizeZone(n.zone,Settings.defaultZone),loc:Locale.fromObject(n)});throw new InvalidArgumentError("fromSeconds requires a numerical input")},e.fromObject=function(t){var n=normalizeZone(t.zone,Settings.defaultZone);if(!n.isValid)return e.invalid(unsupportedZone(n));var r=Settings.now(),i=n.offset(r),a=normalizeObject(t,normalizeUnit,["zone","locale","outputCalendar","numberingSystem"]),o=!isUndefined(a.ordinal),s=!isUndefined(a.year),u=!isUndefined(a.month)||!isUndefined(a.day),c=s||u,l=a.weekYear||a.weekNumber,f=Locale.fromObject(t);if((c||o)&&l)throw new ConflictingSpecificationError("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(u&&o)throw new ConflictingSpecificationError("Can't mix ordinal dates with month/day");var d,m,h=l||a.weekday&&!c,y=tsToObj(r,i);h?(d=orderedWeekUnits,m=defaultWeekUnitValues,y=gregorianToWeek(y)):o?(d=orderedOrdinalUnits,m=defaultOrdinalUnitValues,y=gregorianToOrdinal(y)):(d=orderedUnits$1,m=defaultUnitValues);var v=!1,g=d,T=Array.isArray(g),p=0;for(g=T?g:g[Symbol.iterator]();;){var O;if(T){if(p>=g.length)break;O=g[p++]}else{if((p=g.next()).done)break;O=p.value}var I=O;isUndefined(a[I])?a[I]=v?m[I]:y[I]:v=!0}var S=(h?hasInvalidWeekData(a):o?hasInvalidOrdinalData(a):hasInvalidGregorianData(a))||hasInvalidTimeData(a);if(S)return e.invalid(S);var E=objToTS(h?weekToGregorian(a):o?ordinalToGregorian(a):a,i,n),D=new e({ts:E[0],zone:n,o:E[1],loc:f});return a.weekday&&c&&t.weekday!==D.weekday?e.invalid("mismatched weekday","you can't specify both a weekday of "+a.weekday+" and a date of "+D.toISO()):D},e.fromISO=function(e,t){void 0===t&&(t={});var n=parseISODate(e);return parseDataToDateTime(n[0],n[1],t,"ISO 8601",e)},e.fromRFC2822=function(e,t){void 0===t&&(t={});var n=parseRFC2822Date(e);return parseDataToDateTime(n[0],n[1],t,"RFC 2822",e)},e.fromHTTP=function(e,t){void 0===t&&(t={});var n=parseHTTPDate(e);return parseDataToDateTime(n[0],n[1],t,"HTTP",t)},e.fromFormat=function(t,n,r){if(void 0===r&&(r={}),isUndefined(t)||isUndefined(n))throw new InvalidArgumentError("fromFormat requires an input string and a format");var i=r,a=i.locale,o=void 0===a?null:a,s=i.numberingSystem,u=void 0===s?null:s,c=parseFromTokens(Locale.fromOpts({locale:o,numberingSystem:u,defaultToEN:!0}),t,n),l=c[0],f=c[1],d=c[2];return d?e.invalid(d):parseDataToDateTime(l,f,r,"format "+n,t)},e.fromString=function(t,n,r){return void 0===r&&(r={}),e.fromFormat(t,n,r)},e.fromSQL=function(e,t){void 0===t&&(t={});var n=parseSQL(e);return parseDataToDateTime(n[0],n[1],t,"SQL",e)},e.invalid=function(t,n){if(void 0===n&&(n=null),!t)throw new InvalidArgumentError("need to specify a reason the DateTime is invalid");var r=t instanceof Invalid?t:new Invalid(t,n);if(Settings.throwOnInvalid)throw new InvalidDateTimeError(r);return new e({invalid:r})},e.isDateTime=function(e){return e&&e.isLuxonDateTime||!1};var t=e.prototype;return t.get=function(e){return this[e]},t.resolvedLocaleOpts=function(e){void 0===e&&(e={});var t=Formatter.create(this.loc.clone(e),e).resolvedOptions(this);return{locale:t.locale,numberingSystem:t.numberingSystem,outputCalendar:t.calendar}},t.toUTC=function(e,t){return void 0===e&&(e=0),void 0===t&&(t={}),this.setZone(FixedOffsetZone.instance(e),t)},t.toLocal=function(){return this.setZone(Settings.defaultZone)},t.setZone=function(t,n){var r=void 0===n?{}:n,i=r.keepLocalTime,a=void 0!==i&&i,o=r.keepCalendarTime,s=void 0!==o&&o;if((t=normalizeZone(t,Settings.defaultZone)).equals(this.zone))return this;if(t.isValid){var u=this.ts;if(a||s){var c=this.o-t.offset(this.ts);u=objToTS(this.toObject(),c,t)[0]}return clone$1(this,{ts:u,zone:t})}return e.invalid(unsupportedZone(t))},t.reconfigure=function(e){var t=void 0===e?{}:e,n=t.locale,r=t.numberingSystem,i=t.outputCalendar;return clone$1(this,{loc:this.loc.clone({locale:n,numberingSystem:r,outputCalendar:i})})},t.setLocale=function(e){return this.reconfigure({locale:e})},t.set=function(e){if(!this.isValid)return this;var t,n=normalizeObject(e,normalizeUnit,[]);!isUndefined(n.weekYear)||!isUndefined(n.weekNumber)||!isUndefined(n.weekday)?t=weekToGregorian(Object.assign(gregorianToWeek(this.c),n)):isUndefined(n.ordinal)?(t=Object.assign(this.toObject(),n),isUndefined(n.day)&&(t.day=Math.min(daysInMonth(t.year,t.month),t.day))):t=ordinalToGregorian(Object.assign(gregorianToOrdinal(this.c),n));var r=objToTS(t,this.o,this.zone);return clone$1(this,{ts:r[0],o:r[1]})},t.plus=function(e){return this.isValid?clone$1(this,adjustTime(this,friendlyDuration(e))):this},t.minus=function(e){return this.isValid?clone$1(this,adjustTime(this,friendlyDuration(e).negate())):this},t.startOf=function(e){if(!this.isValid)return this;var t={},n=Duration.normalizeUnit(e);switch(n){case"years":t.month=1;case"quarters":case"months":t.day=1;case"weeks":case"days":t.hour=0;case"hours":t.minute=0;case"minutes":t.second=0;case"seconds":t.millisecond=0}if("weeks"===n&&(t.weekday=1),"quarters"===n){var r=Math.ceil(this.month/3);t.month=3*(r-1)+1}return this.set(t)},t.endOf=function(e){var t;return this.isValid?this.plus((t={},t[e]=1,t)).startOf(e).minus(1):this},t.toFormat=function(e,t){return void 0===t&&(t={}),this.isValid?Formatter.create(this.loc.redefaultToEN(t)).formatDateTimeFromString(this,e):INVALID$2},t.toLocaleString=function(e){return void 0===e&&(e=DATE_SHORT),this.isValid?Formatter.create(this.loc.clone(e),e).formatDateTime(this):INVALID$2},t.toLocaleParts=function(e){return void 0===e&&(e={}),this.isValid?Formatter.create(this.loc.clone(e),e).formatDateTimeParts(this):[]},t.toISO=function(e){return void 0===e&&(e={}),this.isValid?this.toISODate()+"T"+this.toISOTime(e):null},t.toISODate=function(){var e="yyyy-MM-dd";return this.year>9999&&(e="+"+e),toTechFormat(this,e)},t.toISOWeekDate=function(){return toTechFormat(this,"kkkk-'W'WW-c")},t.toISOTime=function(e){var t=void 0===e?{}:e,n=t.suppressMilliseconds,r=void 0!==n&&n,i=t.suppressSeconds,a=void 0!==i&&i,o=t.includeOffset;return toTechTimeFormat(this,{suppressSeconds:a,suppressMilliseconds:r,includeOffset:void 0===o||o})},t.toRFC2822=function(){return toTechFormat(this,"EEE, dd LLL yyyy HH:mm:ss ZZZ")},t.toHTTP=function(){return toTechFormat(this.toUTC(),"EEE, dd LLL yyyy HH:mm:ss 'GMT'")},t.toSQLDate=function(){return toTechFormat(this,"yyyy-MM-dd")},t.toSQLTime=function(e){var t=void 0===e?{}:e,n=t.includeOffset,r=void 0===n||n,i=t.includeZone;return toTechTimeFormat(this,{includeOffset:r,includeZone:void 0!==i&&i,spaceZone:!0})},t.toSQL=function(e){return void 0===e&&(e={}),this.isValid?this.toSQLDate()+" "+this.toSQLTime(e):null},t.toString=function(){return this.isValid?this.toISO():INVALID$2},t.valueOf=function(){return this.toMillis()},t.toMillis=function(){return this.isValid?this.ts:NaN},t.toSeconds=function(){return this.isValid?this.ts/1e3:NaN},t.toJSON=function(){return this.toISO()},t.toBSON=function(){return this.toJSDate()},t.toObject=function(e){if(void 0===e&&(e={}),!this.isValid)return{};var t=Object.assign({},this.c);return e.includeConfig&&(t.outputCalendar=this.outputCalendar,t.numberingSystem=this.loc.numberingSystem,t.locale=this.loc.locale),t},t.toJSDate=function(){return new Date(this.isValid?this.ts:NaN)},t.diff=function(e,t,n){if(void 0===t&&(t="milliseconds"),void 0===n&&(n={}),!this.isValid||!e.isValid)return Duration.invalid(this.invalid||e.invalid,"created by diffing an invalid DateTime");var r=Object.assign({locale:this.locale,numberingSystem:this.numberingSystem},n),i=maybeArray(t).map(Duration.normalizeUnit),a=e.valueOf()>this.valueOf(),o=_diff(a?this:e,a?e:this,i,r);return a?o.negate():o},t.diffNow=function(t,n){return void 0===t&&(t="milliseconds"),void 0===n&&(n={}),this.diff(e.local(),t,n)},t.until=function(e){return this.isValid?Interval.fromDateTimes(this,e):this},t.hasSame=function(e,t){if(!this.isValid)return!1;if("millisecond"===t)return this.valueOf()===e.valueOf();var n=e.valueOf();return this.startOf(t)<=n&&n<=this.endOf(t)},t.equals=function(e){return this.isValid&&e.isValid&&this.valueOf()===e.valueOf()&&this.zone.equals(e.zone)&&this.loc.equals(e.loc)},t.toRelative=function(t){if(void 0===t&&(t={}),!this.isValid)return null;var n=t.base||e.fromObject({zone:this.zone}),r=t.padding?this<n?-t.padding:t.padding:0;return diffRelative(n,this.plus(r),Object.assign(t,{numeric:"always",units:["years","months","days","hours","minutes","seconds"]}))},t.toRelativeCalendar=function(t){return void 0===t&&(t={}),this.isValid?diffRelative(t.base||e.fromObject({zone:this.zone}),this,Object.assign(t,{numeric:"auto",units:["years","months","days"],calendary:!0})):null},e.min=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];if(!n.every(e.isDateTime))throw new InvalidArgumentError("min requires all arguments be DateTimes");return bestBy(n,function(e){return e.valueOf()},Math.min)},e.max=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];if(!n.every(e.isDateTime))throw new InvalidArgumentError("max requires all arguments be DateTimes");return bestBy(n,function(e){return e.valueOf()},Math.max)},e.fromFormatExplain=function(e,t,n){void 0===n&&(n={});var r=n,i=r.locale,a=void 0===i?null:i,o=r.numberingSystem,s=void 0===o?null:o;return explainFromTokens(Locale.fromOpts({locale:a,numberingSystem:s,defaultToEN:!0}),e,t)},e.fromStringExplain=function(t,n,r){return void 0===r&&(r={}),e.fromFormatExplain(t,n,r)},_createClass(e,[{key:"isValid",get:function(){return null===this.invalid}},{key:"invalidReason",get:function(){return this.invalid?this.invalid.reason:null}},{key:"invalidExplanation",get:function(){return this.invalid?this.invalid.explanation:null}},{key:"locale",get:function(){return this.isValid?this.loc.locale:null}},{key:"numberingSystem",get:function(){return this.isValid?this.loc.numberingSystem:null}},{key:"outputCalendar",get:function(){return this.isValid?this.loc.outputCalendar:null}},{key:"zone",get:function(){return this._zone}},{key:"zoneName",get:function(){return this.isValid?this.zone.name:null}},{key:"year",get:function(){return this.isValid?this.c.year:NaN}},{key:"quarter",get:function(){return this.isValid?Math.ceil(this.c.month/3):NaN}},{key:"month",get:function(){return this.isValid?this.c.month:NaN}},{key:"day",get:function(){return this.isValid?this.c.day:NaN}},{key:"hour",get:function(){return this.isValid?this.c.hour:NaN}},{key:"minute",get:function(){return this.isValid?this.c.minute:NaN}},{key:"second",get:function(){return this.isValid?this.c.second:NaN}},{key:"millisecond",get:function(){return this.isValid?this.c.millisecond:NaN}},{key:"weekYear",get:function(){return this.isValid?possiblyCachedWeekData(this).weekYear:NaN}},{key:"weekNumber",get:function(){return this.isValid?possiblyCachedWeekData(this).weekNumber:NaN}},{key:"weekday",get:function(){return this.isValid?possiblyCachedWeekData(this).weekday:NaN}},{key:"ordinal",get:function(){return this.isValid?gregorianToOrdinal(this.c).ordinal:NaN}},{key:"monthShort",get:function(){return this.isValid?Info.months("short",{locale:this.locale})[this.month-1]:null}},{key:"monthLong",get:function(){return this.isValid?Info.months("long",{locale:this.locale})[this.month-1]:null}},{key:"weekdayShort",get:function(){return this.isValid?Info.weekdays("short",{locale:this.locale})[this.weekday-1]:null}},{key:"weekdayLong",get:function(){return this.isValid?Info.weekdays("long",{locale:this.locale})[this.weekday-1]:null}},{key:"offset",get:function(){return this.isValid?+this.o:NaN}},{key:"offsetNameShort",get:function(){return this.isValid?this.zone.offsetName(this.ts,{format:"short",locale:this.locale}):null}},{key:"offsetNameLong",get:function(){return this.isValid?this.zone.offsetName(this.ts,{format:"long",locale:this.locale}):null}},{key:"isOffsetFixed",get:function(){return this.isValid?this.zone.universal:null}},{key:"isInDST",get:function(){return!this.isOffsetFixed&&(this.offset>this.set({month:1}).offset||this.offset>this.set({month:5}).offset)}},{key:"isInLeapYear",get:function(){return isLeapYear(this.year)}},{key:"daysInMonth",get:function(){return daysInMonth(this.year,this.month)}},{key:"daysInYear",get:function(){return this.isValid?daysInYear(this.year):NaN}},{key:"weeksInWeekYear",get:function(){return this.isValid?weeksInWeekYear(this.weekYear):NaN}}],[{key:"DATE_SHORT",get:function(){return DATE_SHORT}},{key:"DATE_MED",get:function(){return DATE_MED}},{key:"DATE_FULL",get:function(){return DATE_FULL}},{key:"DATE_HUGE",get:function(){return DATE_HUGE}},{key:"TIME_SIMPLE",get:function(){return TIME_SIMPLE}},{key:"TIME_WITH_SECONDS",get:function(){return TIME_WITH_SECONDS}},{key:"TIME_WITH_SHORT_OFFSET",get:function(){return TIME_WITH_SHORT_OFFSET}},{key:"TIME_WITH_LONG_OFFSET",get:function(){return TIME_WITH_LONG_OFFSET}},{key:"TIME_24_SIMPLE",get:function(){return TIME_24_SIMPLE}},{key:"TIME_24_WITH_SECONDS",get:function(){return TIME_24_WITH_SECONDS}},{key:"TIME_24_WITH_SHORT_OFFSET",get:function(){return TIME_24_WITH_SHORT_OFFSET}},{key:"TIME_24_WITH_LONG_OFFSET",get:function(){return TIME_24_WITH_LONG_OFFSET}},{key:"DATETIME_SHORT",get:function(){return DATETIME_SHORT}},{key:"DATETIME_SHORT_WITH_SECONDS",get:function(){return DATETIME_SHORT_WITH_SECONDS}},{key:"DATETIME_MED",get:function(){return DATETIME_MED}},{key:"DATETIME_MED_WITH_SECONDS",get:function(){return DATETIME_MED_WITH_SECONDS}},{key:"DATETIME_MED_WITH_WEEKDAY",get:function(){return DATETIME_MED_WITH_WEEKDAY}},{key:"DATETIME_FULL",get:function(){return DATETIME_FULL}},{key:"DATETIME_FULL_WITH_SECONDS",get:function(){return DATETIME_FULL_WITH_SECONDS}},{key:"DATETIME_HUGE",get:function(){return DATETIME_HUGE}},{key:"DATETIME_HUGE_WITH_SECONDS",get:function(){return DATETIME_HUGE_WITH_SECONDS}}]),e}();function friendlyDateTime(e){if(DateTime.isDateTime(e))return e;if(e&&e.valueOf&&isNumber(e.valueOf()))return DateTime.fromJSDate(e);if(e&&"object"==typeof e)return DateTime.fromObject(e);throw new InvalidArgumentError("Unknown datetime argument: "+e+", of type "+typeof e)}exports.DateTime=DateTime,exports.Duration=Duration,exports.FixedOffsetZone=FixedOffsetZone,exports.IANAZone=IANAZone,exports.Info=Info,exports.Interval=Interval,exports.InvalidZone=InvalidZone,exports.LocalZone=LocalZone,exports.Settings=Settings,exports.Zone=Zone;
3206
3207},{}],492:[function(require,module,exports){
3208"use strict";var inherits=require("inherits"),HashBase=require("hash-base"),Buffer=require("safe-buffer").Buffer,ARRAY16=new Array(16);function MD5(){HashBase.call(this,64),this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878}function rotl(n,f){return n<<f|n>>>32-f}function fnF(n,f,t,i,s,e,r){return rotl(n+(f&t|~f&i)+s+e|0,r)+f|0}function fnG(n,f,t,i,s,e,r){return rotl(n+(f&i|t&~i)+s+e|0,r)+f|0}function fnH(n,f,t,i,s,e,r){return rotl(n+(f^t^i)+s+e|0,r)+f|0}function fnI(n,f,t,i,s,e,r){return rotl(n+(t^(f|~i))+s+e|0,r)+f|0}inherits(MD5,HashBase),MD5.prototype._update=function(){for(var n=ARRAY16,f=0;f<16;++f)n[f]=this._block.readInt32LE(4*f);var t=this._a,i=this._b,s=this._c,e=this._d;t=fnF(t,i,s,e,n[0],3614090360,7),e=fnF(e,t,i,s,n[1],3905402710,12),s=fnF(s,e,t,i,n[2],606105819,17),i=fnF(i,s,e,t,n[3],3250441966,22),t=fnF(t,i,s,e,n[4],4118548399,7),e=fnF(e,t,i,s,n[5],1200080426,12),s=fnF(s,e,t,i,n[6],2821735955,17),i=fnF(i,s,e,t,n[7],4249261313,22),t=fnF(t,i,s,e,n[8],1770035416,7),e=fnF(e,t,i,s,n[9],2336552879,12),s=fnF(s,e,t,i,n[10],4294925233,17),i=fnF(i,s,e,t,n[11],2304563134,22),t=fnF(t,i,s,e,n[12],1804603682,7),e=fnF(e,t,i,s,n[13],4254626195,12),s=fnF(s,e,t,i,n[14],2792965006,17),t=fnG(t,i=fnF(i,s,e,t,n[15],1236535329,22),s,e,n[1],4129170786,5),e=fnG(e,t,i,s,n[6],3225465664,9),s=fnG(s,e,t,i,n[11],643717713,14),i=fnG(i,s,e,t,n[0],3921069994,20),t=fnG(t,i,s,e,n[5],3593408605,5),e=fnG(e,t,i,s,n[10],38016083,9),s=fnG(s,e,t,i,n[15],3634488961,14),i=fnG(i,s,e,t,n[4],3889429448,20),t=fnG(t,i,s,e,n[9],568446438,5),e=fnG(e,t,i,s,n[14],3275163606,9),s=fnG(s,e,t,i,n[3],4107603335,14),i=fnG(i,s,e,t,n[8],1163531501,20),t=fnG(t,i,s,e,n[13],2850285829,5),e=fnG(e,t,i,s,n[2],4243563512,9),s=fnG(s,e,t,i,n[7],1735328473,14),t=fnH(t,i=fnG(i,s,e,t,n[12],2368359562,20),s,e,n[5],4294588738,4),e=fnH(e,t,i,s,n[8],2272392833,11),s=fnH(s,e,t,i,n[11],1839030562,16),i=fnH(i,s,e,t,n[14],4259657740,23),t=fnH(t,i,s,e,n[1],2763975236,4),e=fnH(e,t,i,s,n[4],1272893353,11),s=fnH(s,e,t,i,n[7],4139469664,16),i=fnH(i,s,e,t,n[10],3200236656,23),t=fnH(t,i,s,e,n[13],681279174,4),e=fnH(e,t,i,s,n[0],3936430074,11),s=fnH(s,e,t,i,n[3],3572445317,16),i=fnH(i,s,e,t,n[6],76029189,23),t=fnH(t,i,s,e,n[9],3654602809,4),e=fnH(e,t,i,s,n[12],3873151461,11),s=fnH(s,e,t,i,n[15],530742520,16),t=fnI(t,i=fnH(i,s,e,t,n[2],3299628645,23),s,e,n[0],4096336452,6),e=fnI(e,t,i,s,n[7],1126891415,10),s=fnI(s,e,t,i,n[14],2878612391,15),i=fnI(i,s,e,t,n[5],4237533241,21),t=fnI(t,i,s,e,n[12],1700485571,6),e=fnI(e,t,i,s,n[3],2399980690,10),s=fnI(s,e,t,i,n[10],4293915773,15),i=fnI(i,s,e,t,n[1],2240044497,21),t=fnI(t,i,s,e,n[8],1873313359,6),e=fnI(e,t,i,s,n[15],4264355552,10),s=fnI(s,e,t,i,n[6],2734768916,15),i=fnI(i,s,e,t,n[13],1309151649,21),t=fnI(t,i,s,e,n[4],4149444226,6),e=fnI(e,t,i,s,n[11],3174756917,10),s=fnI(s,e,t,i,n[2],718787259,15),i=fnI(i,s,e,t,n[9],3951481745,21),this._a=this._a+t|0,this._b=this._b+i|0,this._c=this._c+s|0,this._d=this._d+e|0},MD5.prototype._digest=function(){this._block[this._blockOffset++]=128,this._blockOffset>56&&(this._block.fill(0,this._blockOffset,64),this._update(),this._blockOffset=0),this._block.fill(0,this._blockOffset,56),this._block.writeUInt32LE(this._length[0],56),this._block.writeUInt32LE(this._length[1],60),this._update();var n=Buffer.allocUnsafe(16);return n.writeInt32LE(this._a,0),n.writeInt32LE(this._b,4),n.writeInt32LE(this._c,8),n.writeInt32LE(this._d,12),n},module.exports=MD5;
3209
3210},{"hash-base":329,"inherits":364,"safe-buffer":542}],493:[function(require,module,exports){
3211var bn=require("bn.js"),brorand=require("brorand");function MillerRabin(r){this.rand=r||new brorand.Rand}module.exports=MillerRabin,MillerRabin.create=function(r){return new MillerRabin(r)},MillerRabin.prototype._randbelow=function(r){var n=r.bitLength(),e=Math.ceil(n/8);do{var t=new bn(this.rand.generate(e))}while(t.cmp(r)>=0);return t},MillerRabin.prototype._randrange=function(r,n){var e=n.sub(r);return r.add(this._randbelow(e))},MillerRabin.prototype.test=function(r,n,e){var t=r.bitLength(),a=bn.mont(r),i=new bn(1).toRed(a);n||(n=Math.max(1,t/48|0));for(var o=r.subn(1),b=0;!o.testn(b);b++);for(var d=r.shrn(b),u=o.toRed(a);n>0;n--){var f=this._randrange(new bn(2),o);e&&e(f);var c=f.toRed(a).redPow(d);if(0!==c.cmp(i)&&0!==c.cmp(u)){for(var l=1;l<b;l++){if(0===(c=c.redSqr()).cmp(i))return!1;if(0===c.cmp(u))break}if(l===b)return!1}}return!0},MillerRabin.prototype.getDivisor=function(r,n){var e=r.bitLength(),t=bn.mont(r),a=new bn(1).toRed(t);n||(n=Math.max(1,e/48|0));for(var i=r.subn(1),o=0;!i.testn(o);o++);for(var b=r.shrn(o),d=i.toRed(t);n>0;n--){var u=this._randrange(new bn(2),i),f=r.gcd(u);if(0!==f.cmpn(1))return f;var c=u.toRed(t).redPow(b);if(0!==c.cmp(a)&&0!==c.cmp(d)){for(var l=1;l<o;l++){if(0===(c=c.redSqr()).cmp(a))return c.fromRed().subn(1).gcd(r);if(0===c.cmp(d))break}if(l===o)return(c=c.redSqr()).fromRed().subn(1).gcd(r)}}return!1};
3212
3213},{"bn.js":254,"brorand":255}],494:[function(require,module,exports){
3214function assert(r,e){if(!r)throw new Error(e||"Assertion failed")}module.exports=assert,assert.equal=function(r,e,s){if(r!=e)throw new Error(s||"Assertion failed: "+r+" != "+e)};
3215
3216},{}],495:[function(require,module,exports){
3217"use strict";var utils=exports;function toArray(r,t){if(Array.isArray(r))return r.slice();if(!r)return[];var e=[];if("string"!=typeof r){for(var n=0;n<r.length;n++)e[n]=0|r[n];return e}if("hex"===t){(r=r.replace(/[^a-z0-9]+/gi,"")).length%2!=0&&(r="0"+r);for(n=0;n<r.length;n+=2)e.push(parseInt(r[n]+r[n+1],16))}else for(n=0;n<r.length;n++){var o=r.charCodeAt(n),u=o>>8,i=255&o;u?e.push(u,i):e.push(i)}return e}function zero2(r){return 1===r.length?"0"+r:r}function toHex(r){for(var t="",e=0;e<r.length;e++)t+=zero2(r[e].toString(16));return t}utils.toArray=toArray,utils.zero2=zero2,utils.toHex=toHex,utils.encode=function(r,t){return"hex"===t?toHex(r):r};
3218
3219},{}],496:[function(require,module,exports){
3220var lowerCase=require("lower-case"),NON_WORD_REGEXP=require("./vendor/non-word-regexp"),CAMEL_CASE_REGEXP=require("./vendor/camel-case-regexp"),CAMEL_CASE_UPPER_REGEXP=require("./vendor/camel-case-upper-regexp");module.exports=function(e,r,E){if(null==e)return"";return E="string"!=typeof E?" ":E,e=String(e).replace(CAMEL_CASE_REGEXP,"$1 $2").replace(CAMEL_CASE_UPPER_REGEXP,"$1 $2").replace(NON_WORD_REGEXP,function(e,r,n){return 0===r||r===n.length-e.length?"":E}),lowerCase(e,r)};
3221
3222},{"./vendor/camel-case-regexp":497,"./vendor/camel-case-upper-regexp":498,"./vendor/non-word-regexp":499,"lower-case":490}],497:[function(require,module,exports){
3223module.exports=/([a-z\xB5\xDF-\xF6\xF8-\xFF\u0101\u0103\u0105\u0107\u0109\u010B\u010D\u010F\u0111\u0113\u0115\u0117\u0119\u011B\u011D\u011F\u0121\u0123\u0125\u0127\u0129\u012B\u012D\u012F\u0131\u0133\u0135\u0137\u0138\u013A\u013C\u013E\u0140\u0142\u0144\u0146\u0148\u0149\u014B\u014D\u014F\u0151\u0153\u0155\u0157\u0159\u015B\u015D\u015F\u0161\u0163\u0165\u0167\u0169\u016B\u016D\u016F\u0171\u0173\u0175\u0177\u017A\u017C\u017E-\u0180\u0183\u0185\u0188\u018C\u018D\u0192\u0195\u0199-\u019B\u019E\u01A1\u01A3\u01A5\u01A8\u01AA\u01AB\u01AD\u01B0\u01B4\u01B6\u01B9\u01BA\u01BD-\u01BF\u01C6\u01C9\u01CC\u01CE\u01D0\u01D2\u01D4\u01D6\u01D8\u01DA\u01DC\u01DD\u01DF\u01E1\u01E3\u01E5\u01E7\u01E9\u01EB\u01ED\u01EF\u01F0\u01F3\u01F5\u01F9\u01FB\u01FD\u01FF\u0201\u0203\u0205\u0207\u0209\u020B\u020D\u020F\u0211\u0213\u0215\u0217\u0219\u021B\u021D\u021F\u0221\u0223\u0225\u0227\u0229\u022B\u022D\u022F\u0231\u0233-\u0239\u023C\u023F\u0240\u0242\u0247\u0249\u024B\u024D\u024F-\u0293\u0295-\u02AF\u0371\u0373\u0377\u037B-\u037D\u0390\u03AC-\u03CE\u03D0\u03D1\u03D5-\u03D7\u03D9\u03DB\u03DD\u03DF\u03E1\u03E3\u03E5\u03E7\u03E9\u03EB\u03ED\u03EF-\u03F3\u03F5\u03F8\u03FB\u03FC\u0430-\u045F\u0461\u0463\u0465\u0467\u0469\u046B\u046D\u046F\u0471\u0473\u0475\u0477\u0479\u047B\u047D\u047F\u0481\u048B\u048D\u048F\u0491\u0493\u0495\u0497\u0499\u049B\u049D\u049F\u04A1\u04A3\u04A5\u04A7\u04A9\u04AB\u04AD\u04AF\u04B1\u04B3\u04B5\u04B7\u04B9\u04BB\u04BD\u04BF\u04C2\u04C4\u04C6\u04C8\u04CA\u04CC\u04CE\u04CF\u04D1\u04D3\u04D5\u04D7\u04D9\u04DB\u04DD\u04DF\u04E1\u04E3\u04E5\u04E7\u04E9\u04EB\u04ED\u04EF\u04F1\u04F3\u04F5\u04F7\u04F9\u04FB\u04FD\u04FF\u0501\u0503\u0505\u0507\u0509\u050B\u050D\u050F\u0511\u0513\u0515\u0517\u0519\u051B\u051D\u051F\u0521\u0523\u0525\u0527\u0529\u052B\u052D\u052F\u0561-\u0587\u13F8-\u13FD\u1D00-\u1D2B\u1D6B-\u1D77\u1D79-\u1D9A\u1E01\u1E03\u1E05\u1E07\u1E09\u1E0B\u1E0D\u1E0F\u1E11\u1E13\u1E15\u1E17\u1E19\u1E1B\u1E1D\u1E1F\u1E21\u1E23\u1E25\u1E27\u1E29\u1E2B\u1E2D\u1E2F\u1E31\u1E33\u1E35\u1E37\u1E39\u1E3B\u1E3D\u1E3F\u1E41\u1E43\u1E45\u1E47\u1E49\u1E4B\u1E4D\u1E4F\u1E51\u1E53\u1E55\u1E57\u1E59\u1E5B\u1E5D\u1E5F\u1E61\u1E63\u1E65\u1E67\u1E69\u1E6B\u1E6D\u1E6F\u1E71\u1E73\u1E75\u1E77\u1E79\u1E7B\u1E7D\u1E7F\u1E81\u1E83\u1E85\u1E87\u1E89\u1E8B\u1E8D\u1E8F\u1E91\u1E93\u1E95-\u1E9D\u1E9F\u1EA1\u1EA3\u1EA5\u1EA7\u1EA9\u1EAB\u1EAD\u1EAF\u1EB1\u1EB3\u1EB5\u1EB7\u1EB9\u1EBB\u1EBD\u1EBF\u1EC1\u1EC3\u1EC5\u1EC7\u1EC9\u1ECB\u1ECD\u1ECF\u1ED1\u1ED3\u1ED5\u1ED7\u1ED9\u1EDB\u1EDD\u1EDF\u1EE1\u1EE3\u1EE5\u1EE7\u1EE9\u1EEB\u1EED\u1EEF\u1EF1\u1EF3\u1EF5\u1EF7\u1EF9\u1EFB\u1EFD\u1EFF-\u1F07\u1F10-\u1F15\u1F20-\u1F27\u1F30-\u1F37\u1F40-\u1F45\u1F50-\u1F57\u1F60-\u1F67\u1F70-\u1F7D\u1F80-\u1F87\u1F90-\u1F97\u1FA0-\u1FA7\u1FB0-\u1FB4\u1FB6\u1FB7\u1FBE\u1FC2-\u1FC4\u1FC6\u1FC7\u1FD0-\u1FD3\u1FD6\u1FD7\u1FE0-\u1FE7\u1FF2-\u1FF4\u1FF6\u1FF7\u210A\u210E\u210F\u2113\u212F\u2134\u2139\u213C\u213D\u2146-\u2149\u214E\u2184\u2C30-\u2C5E\u2C61\u2C65\u2C66\u2C68\u2C6A\u2C6C\u2C71\u2C73\u2C74\u2C76-\u2C7B\u2C81\u2C83\u2C85\u2C87\u2C89\u2C8B\u2C8D\u2C8F\u2C91\u2C93\u2C95\u2C97\u2C99\u2C9B\u2C9D\u2C9F\u2CA1\u2CA3\u2CA5\u2CA7\u2CA9\u2CAB\u2CAD\u2CAF\u2CB1\u2CB3\u2CB5\u2CB7\u2CB9\u2CBB\u2CBD\u2CBF\u2CC1\u2CC3\u2CC5\u2CC7\u2CC9\u2CCB\u2CCD\u2CCF\u2CD1\u2CD3\u2CD5\u2CD7\u2CD9\u2CDB\u2CDD\u2CDF\u2CE1\u2CE3\u2CE4\u2CEC\u2CEE\u2CF3\u2D00-\u2D25\u2D27\u2D2D\uA641\uA643\uA645\uA647\uA649\uA64B\uA64D\uA64F\uA651\uA653\uA655\uA657\uA659\uA65B\uA65D\uA65F\uA661\uA663\uA665\uA667\uA669\uA66B\uA66D\uA681\uA683\uA685\uA687\uA689\uA68B\uA68D\uA68F\uA691\uA693\uA695\uA697\uA699\uA69B\uA723\uA725\uA727\uA729\uA72B\uA72D\uA72F-\uA731\uA733\uA735\uA737\uA739\uA73B\uA73D\uA73F\uA741\uA743\uA745\uA747\uA749\uA74B\uA74D\uA74F\uA751\uA753\uA755\uA757\uA759\uA75B\uA75D\uA75F\uA761\uA763\uA765\uA767\uA769\uA76B\uA76D\uA76F\uA771-\uA778\uA77A\uA77C\uA77F\uA781\uA783\uA785\uA787\uA78C\uA78E\uA791\uA793-\uA795\uA797\uA799\uA79B\uA79D\uA79F\uA7A1\uA7A3\uA7A5\uA7A7\uA7A9\uA7B5\uA7B7\uA7FA\uAB30-\uAB5A\uAB60-\uAB65\uAB70-\uABBF\uFB00-\uFB06\uFB13-\uFB17\uFF41-\uFF5A0-9\xB2\xB3\xB9\xBC-\xBE\u0660-\u0669\u06F0-\u06F9\u07C0-\u07C9\u0966-\u096F\u09E6-\u09EF\u09F4-\u09F9\u0A66-\u0A6F\u0AE6-\u0AEF\u0B66-\u0B6F\u0B72-\u0B77\u0BE6-\u0BF2\u0C66-\u0C6F\u0C78-\u0C7E\u0CE6-\u0CEF\u0D66-\u0D75\u0DE6-\u0DEF\u0E50-\u0E59\u0ED0-\u0ED9\u0F20-\u0F33\u1040-\u1049\u1090-\u1099\u1369-\u137C\u16EE-\u16F0\u17E0-\u17E9\u17F0-\u17F9\u1810-\u1819\u1946-\u194F\u19D0-\u19DA\u1A80-\u1A89\u1A90-\u1A99\u1B50-\u1B59\u1BB0-\u1BB9\u1C40-\u1C49\u1C50-\u1C59\u2070\u2074-\u2079\u2080-\u2089\u2150-\u2182\u2185-\u2189\u2460-\u249B\u24EA-\u24FF\u2776-\u2793\u2CFD\u3007\u3021-\u3029\u3038-\u303A\u3192-\u3195\u3220-\u3229\u3248-\u324F\u3251-\u325F\u3280-\u3289\u32B1-\u32BF\uA620-\uA629\uA6E6-\uA6EF\uA830-\uA835\uA8D0-\uA8D9\uA900-\uA909\uA9D0-\uA9D9\uA9F0-\uA9F9\uAA50-\uAA59\uABF0-\uABF9\uFF10-\uFF19])([A-Z\xC0-\xD6\xD8-\xDE\u0100\u0102\u0104\u0106\u0108\u010A\u010C\u010E\u0110\u0112\u0114\u0116\u0118\u011A\u011C\u011E\u0120\u0122\u0124\u0126\u0128\u012A\u012C\u012E\u0130\u0132\u0134\u0136\u0139\u013B\u013D\u013F\u0141\u0143\u0145\u0147\u014A\u014C\u014E\u0150\u0152\u0154\u0156\u0158\u015A\u015C\u015E\u0160\u0162\u0164\u0166\u0168\u016A\u016C\u016E\u0170\u0172\u0174\u0176\u0178\u0179\u017B\u017D\u0181\u0182\u0184\u0186\u0187\u0189-\u018B\u018E-\u0191\u0193\u0194\u0196-\u0198\u019C\u019D\u019F\u01A0\u01A2\u01A4\u01A6\u01A7\u01A9\u01AC\u01AE\u01AF\u01B1-\u01B3\u01B5\u01B7\u01B8\u01BC\u01C4\u01C7\u01CA\u01CD\u01CF\u01D1\u01D3\u01D5\u01D7\u01D9\u01DB\u01DE\u01E0\u01E2\u01E4\u01E6\u01E8\u01EA\u01EC\u01EE\u01F1\u01F4\u01F6-\u01F8\u01FA\u01FC\u01FE\u0200\u0202\u0204\u0206\u0208\u020A\u020C\u020E\u0210\u0212\u0214\u0216\u0218\u021A\u021C\u021E\u0220\u0222\u0224\u0226\u0228\u022A\u022C\u022E\u0230\u0232\u023A\u023B\u023D\u023E\u0241\u0243-\u0246\u0248\u024A\u024C\u024E\u0370\u0372\u0376\u037F\u0386\u0388-\u038A\u038C\u038E\u038F\u0391-\u03A1\u03A3-\u03AB\u03CF\u03D2-\u03D4\u03D8\u03DA\u03DC\u03DE\u03E0\u03E2\u03E4\u03E6\u03E8\u03EA\u03EC\u03EE\u03F4\u03F7\u03F9\u03FA\u03FD-\u042F\u0460\u0462\u0464\u0466\u0468\u046A\u046C\u046E\u0470\u0472\u0474\u0476\u0478\u047A\u047C\u047E\u0480\u048A\u048C\u048E\u0490\u0492\u0494\u0496\u0498\u049A\u049C\u049E\u04A0\u04A2\u04A4\u04A6\u04A8\u04AA\u04AC\u04AE\u04B0\u04B2\u04B4\u04B6\u04B8\u04BA\u04BC\u04BE\u04C0\u04C1\u04C3\u04C5\u04C7\u04C9\u04CB\u04CD\u04D0\u04D2\u04D4\u04D6\u04D8\u04DA\u04DC\u04DE\u04E0\u04E2\u04E4\u04E6\u04E8\u04EA\u04EC\u04EE\u04F0\u04F2\u04F4\u04F6\u04F8\u04FA\u04FC\u04FE\u0500\u0502\u0504\u0506\u0508\u050A\u050C\u050E\u0510\u0512\u0514\u0516\u0518\u051A\u051C\u051E\u0520\u0522\u0524\u0526\u0528\u052A\u052C\u052E\u0531-\u0556\u10A0-\u10C5\u10C7\u10CD\u13A0-\u13F5\u1E00\u1E02\u1E04\u1E06\u1E08\u1E0A\u1E0C\u1E0E\u1E10\u1E12\u1E14\u1E16\u1E18\u1E1A\u1E1C\u1E1E\u1E20\u1E22\u1E24\u1E26\u1E28\u1E2A\u1E2C\u1E2E\u1E30\u1E32\u1E34\u1E36\u1E38\u1E3A\u1E3C\u1E3E\u1E40\u1E42\u1E44\u1E46\u1E48\u1E4A\u1E4C\u1E4E\u1E50\u1E52\u1E54\u1E56\u1E58\u1E5A\u1E5C\u1E5E\u1E60\u1E62\u1E64\u1E66\u1E68\u1E6A\u1E6C\u1E6E\u1E70\u1E72\u1E74\u1E76\u1E78\u1E7A\u1E7C\u1E7E\u1E80\u1E82\u1E84\u1E86\u1E88\u1E8A\u1E8C\u1E8E\u1E90\u1E92\u1E94\u1E9E\u1EA0\u1EA2\u1EA4\u1EA6\u1EA8\u1EAA\u1EAC\u1EAE\u1EB0\u1EB2\u1EB4\u1EB6\u1EB8\u1EBA\u1EBC\u1EBE\u1EC0\u1EC2\u1EC4\u1EC6\u1EC8\u1ECA\u1ECC\u1ECE\u1ED0\u1ED2\u1ED4\u1ED6\u1ED8\u1EDA\u1EDC\u1EDE\u1EE0\u1EE2\u1EE4\u1EE6\u1EE8\u1EEA\u1EEC\u1EEE\u1EF0\u1EF2\u1EF4\u1EF6\u1EF8\u1EFA\u1EFC\u1EFE\u1F08-\u1F0F\u1F18-\u1F1D\u1F28-\u1F2F\u1F38-\u1F3F\u1F48-\u1F4D\u1F59\u1F5B\u1F5D\u1F5F\u1F68-\u1F6F\u1FB8-\u1FBB\u1FC8-\u1FCB\u1FD8-\u1FDB\u1FE8-\u1FEC\u1FF8-\u1FFB\u2102\u2107\u210B-\u210D\u2110-\u2112\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u2130-\u2133\u213E\u213F\u2145\u2183\u2C00-\u2C2E\u2C60\u2C62-\u2C64\u2C67\u2C69\u2C6B\u2C6D-\u2C70\u2C72\u2C75\u2C7E-\u2C80\u2C82\u2C84\u2C86\u2C88\u2C8A\u2C8C\u2C8E\u2C90\u2C92\u2C94\u2C96\u2C98\u2C9A\u2C9C\u2C9E\u2CA0\u2CA2\u2CA4\u2CA6\u2CA8\u2CAA\u2CAC\u2CAE\u2CB0\u2CB2\u2CB4\u2CB6\u2CB8\u2CBA\u2CBC\u2CBE\u2CC0\u2CC2\u2CC4\u2CC6\u2CC8\u2CCA\u2CCC\u2CCE\u2CD0\u2CD2\u2CD4\u2CD6\u2CD8\u2CDA\u2CDC\u2CDE\u2CE0\u2CE2\u2CEB\u2CED\u2CF2\uA640\uA642\uA644\uA646\uA648\uA64A\uA64C\uA64E\uA650\uA652\uA654\uA656\uA658\uA65A\uA65C\uA65E\uA660\uA662\uA664\uA666\uA668\uA66A\uA66C\uA680\uA682\uA684\uA686\uA688\uA68A\uA68C\uA68E\uA690\uA692\uA694\uA696\uA698\uA69A\uA722\uA724\uA726\uA728\uA72A\uA72C\uA72E\uA732\uA734\uA736\uA738\uA73A\uA73C\uA73E\uA740\uA742\uA744\uA746\uA748\uA74A\uA74C\uA74E\uA750\uA752\uA754\uA756\uA758\uA75A\uA75C\uA75E\uA760\uA762\uA764\uA766\uA768\uA76A\uA76C\uA76E\uA779\uA77B\uA77D\uA77E\uA780\uA782\uA784\uA786\uA78B\uA78D\uA790\uA792\uA796\uA798\uA79A\uA79C\uA79E\uA7A0\uA7A2\uA7A4\uA7A6\uA7A8\uA7AA-\uA7AD\uA7B0-\uA7B4\uA7B6\uFF21-\uFF3A])/g;
3224
3225},{}],498:[function(require,module,exports){
3226module.exports=/([A-Z\xC0-\xD6\xD8-\xDE\u0100\u0102\u0104\u0106\u0108\u010A\u010C\u010E\u0110\u0112\u0114\u0116\u0118\u011A\u011C\u011E\u0120\u0122\u0124\u0126\u0128\u012A\u012C\u012E\u0130\u0132\u0134\u0136\u0139\u013B\u013D\u013F\u0141\u0143\u0145\u0147\u014A\u014C\u014E\u0150\u0152\u0154\u0156\u0158\u015A\u015C\u015E\u0160\u0162\u0164\u0166\u0168\u016A\u016C\u016E\u0170\u0172\u0174\u0176\u0178\u0179\u017B\u017D\u0181\u0182\u0184\u0186\u0187\u0189-\u018B\u018E-\u0191\u0193\u0194\u0196-\u0198\u019C\u019D\u019F\u01A0\u01A2\u01A4\u01A6\u01A7\u01A9\u01AC\u01AE\u01AF\u01B1-\u01B3\u01B5\u01B7\u01B8\u01BC\u01C4\u01C7\u01CA\u01CD\u01CF\u01D1\u01D3\u01D5\u01D7\u01D9\u01DB\u01DE\u01E0\u01E2\u01E4\u01E6\u01E8\u01EA\u01EC\u01EE\u01F1\u01F4\u01F6-\u01F8\u01FA\u01FC\u01FE\u0200\u0202\u0204\u0206\u0208\u020A\u020C\u020E\u0210\u0212\u0214\u0216\u0218\u021A\u021C\u021E\u0220\u0222\u0224\u0226\u0228\u022A\u022C\u022E\u0230\u0232\u023A\u023B\u023D\u023E\u0241\u0243-\u0246\u0248\u024A\u024C\u024E\u0370\u0372\u0376\u037F\u0386\u0388-\u038A\u038C\u038E\u038F\u0391-\u03A1\u03A3-\u03AB\u03CF\u03D2-\u03D4\u03D8\u03DA\u03DC\u03DE\u03E0\u03E2\u03E4\u03E6\u03E8\u03EA\u03EC\u03EE\u03F4\u03F7\u03F9\u03FA\u03FD-\u042F\u0460\u0462\u0464\u0466\u0468\u046A\u046C\u046E\u0470\u0472\u0474\u0476\u0478\u047A\u047C\u047E\u0480\u048A\u048C\u048E\u0490\u0492\u0494\u0496\u0498\u049A\u049C\u049E\u04A0\u04A2\u04A4\u04A6\u04A8\u04AA\u04AC\u04AE\u04B0\u04B2\u04B4\u04B6\u04B8\u04BA\u04BC\u04BE\u04C0\u04C1\u04C3\u04C5\u04C7\u04C9\u04CB\u04CD\u04D0\u04D2\u04D4\u04D6\u04D8\u04DA\u04DC\u04DE\u04E0\u04E2\u04E4\u04E6\u04E8\u04EA\u04EC\u04EE\u04F0\u04F2\u04F4\u04F6\u04F8\u04FA\u04FC\u04FE\u0500\u0502\u0504\u0506\u0508\u050A\u050C\u050E\u0510\u0512\u0514\u0516\u0518\u051A\u051C\u051E\u0520\u0522\u0524\u0526\u0528\u052A\u052C\u052E\u0531-\u0556\u10A0-\u10C5\u10C7\u10CD\u13A0-\u13F5\u1E00\u1E02\u1E04\u1E06\u1E08\u1E0A\u1E0C\u1E0E\u1E10\u1E12\u1E14\u1E16\u1E18\u1E1A\u1E1C\u1E1E\u1E20\u1E22\u1E24\u1E26\u1E28\u1E2A\u1E2C\u1E2E\u1E30\u1E32\u1E34\u1E36\u1E38\u1E3A\u1E3C\u1E3E\u1E40\u1E42\u1E44\u1E46\u1E48\u1E4A\u1E4C\u1E4E\u1E50\u1E52\u1E54\u1E56\u1E58\u1E5A\u1E5C\u1E5E\u1E60\u1E62\u1E64\u1E66\u1E68\u1E6A\u1E6C\u1E6E\u1E70\u1E72\u1E74\u1E76\u1E78\u1E7A\u1E7C\u1E7E\u1E80\u1E82\u1E84\u1E86\u1E88\u1E8A\u1E8C\u1E8E\u1E90\u1E92\u1E94\u1E9E\u1EA0\u1EA2\u1EA4\u1EA6\u1EA8\u1EAA\u1EAC\u1EAE\u1EB0\u1EB2\u1EB4\u1EB6\u1EB8\u1EBA\u1EBC\u1EBE\u1EC0\u1EC2\u1EC4\u1EC6\u1EC8\u1ECA\u1ECC\u1ECE\u1ED0\u1ED2\u1ED4\u1ED6\u1ED8\u1EDA\u1EDC\u1EDE\u1EE0\u1EE2\u1EE4\u1EE6\u1EE8\u1EEA\u1EEC\u1EEE\u1EF0\u1EF2\u1EF4\u1EF6\u1EF8\u1EFA\u1EFC\u1EFE\u1F08-\u1F0F\u1F18-\u1F1D\u1F28-\u1F2F\u1F38-\u1F3F\u1F48-\u1F4D\u1F59\u1F5B\u1F5D\u1F5F\u1F68-\u1F6F\u1FB8-\u1FBB\u1FC8-\u1FCB\u1FD8-\u1FDB\u1FE8-\u1FEC\u1FF8-\u1FFB\u2102\u2107\u210B-\u210D\u2110-\u2112\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u2130-\u2133\u213E\u213F\u2145\u2183\u2C00-\u2C2E\u2C60\u2C62-\u2C64\u2C67\u2C69\u2C6B\u2C6D-\u2C70\u2C72\u2C75\u2C7E-\u2C80\u2C82\u2C84\u2C86\u2C88\u2C8A\u2C8C\u2C8E\u2C90\u2C92\u2C94\u2C96\u2C98\u2C9A\u2C9C\u2C9E\u2CA0\u2CA2\u2CA4\u2CA6\u2CA8\u2CAA\u2CAC\u2CAE\u2CB0\u2CB2\u2CB4\u2CB6\u2CB8\u2CBA\u2CBC\u2CBE\u2CC0\u2CC2\u2CC4\u2CC6\u2CC8\u2CCA\u2CCC\u2CCE\u2CD0\u2CD2\u2CD4\u2CD6\u2CD8\u2CDA\u2CDC\u2CDE\u2CE0\u2CE2\u2CEB\u2CED\u2CF2\uA640\uA642\uA644\uA646\uA648\uA64A\uA64C\uA64E\uA650\uA652\uA654\uA656\uA658\uA65A\uA65C\uA65E\uA660\uA662\uA664\uA666\uA668\uA66A\uA66C\uA680\uA682\uA684\uA686\uA688\uA68A\uA68C\uA68E\uA690\uA692\uA694\uA696\uA698\uA69A\uA722\uA724\uA726\uA728\uA72A\uA72C\uA72E\uA732\uA734\uA736\uA738\uA73A\uA73C\uA73E\uA740\uA742\uA744\uA746\uA748\uA74A\uA74C\uA74E\uA750\uA752\uA754\uA756\uA758\uA75A\uA75C\uA75E\uA760\uA762\uA764\uA766\uA768\uA76A\uA76C\uA76E\uA779\uA77B\uA77D\uA77E\uA780\uA782\uA784\uA786\uA78B\uA78D\uA790\uA792\uA796\uA798\uA79A\uA79C\uA79E\uA7A0\uA7A2\uA7A4\uA7A6\uA7A8\uA7AA-\uA7AD\uA7B0-\uA7B4\uA7B6\uFF21-\uFF3A])([A-Z\xC0-\xD6\xD8-\xDE\u0100\u0102\u0104\u0106\u0108\u010A\u010C\u010E\u0110\u0112\u0114\u0116\u0118\u011A\u011C\u011E\u0120\u0122\u0124\u0126\u0128\u012A\u012C\u012E\u0130\u0132\u0134\u0136\u0139\u013B\u013D\u013F\u0141\u0143\u0145\u0147\u014A\u014C\u014E\u0150\u0152\u0154\u0156\u0158\u015A\u015C\u015E\u0160\u0162\u0164\u0166\u0168\u016A\u016C\u016E\u0170\u0172\u0174\u0176\u0178\u0179\u017B\u017D\u0181\u0182\u0184\u0186\u0187\u0189-\u018B\u018E-\u0191\u0193\u0194\u0196-\u0198\u019C\u019D\u019F\u01A0\u01A2\u01A4\u01A6\u01A7\u01A9\u01AC\u01AE\u01AF\u01B1-\u01B3\u01B5\u01B7\u01B8\u01BC\u01C4\u01C7\u01CA\u01CD\u01CF\u01D1\u01D3\u01D5\u01D7\u01D9\u01DB\u01DE\u01E0\u01E2\u01E4\u01E6\u01E8\u01EA\u01EC\u01EE\u01F1\u01F4\u01F6-\u01F8\u01FA\u01FC\u01FE\u0200\u0202\u0204\u0206\u0208\u020A\u020C\u020E\u0210\u0212\u0214\u0216\u0218\u021A\u021C\u021E\u0220\u0222\u0224\u0226\u0228\u022A\u022C\u022E\u0230\u0232\u023A\u023B\u023D\u023E\u0241\u0243-\u0246\u0248\u024A\u024C\u024E\u0370\u0372\u0376\u037F\u0386\u0388-\u038A\u038C\u038E\u038F\u0391-\u03A1\u03A3-\u03AB\u03CF\u03D2-\u03D4\u03D8\u03DA\u03DC\u03DE\u03E0\u03E2\u03E4\u03E6\u03E8\u03EA\u03EC\u03EE\u03F4\u03F7\u03F9\u03FA\u03FD-\u042F\u0460\u0462\u0464\u0466\u0468\u046A\u046C\u046E\u0470\u0472\u0474\u0476\u0478\u047A\u047C\u047E\u0480\u048A\u048C\u048E\u0490\u0492\u0494\u0496\u0498\u049A\u049C\u049E\u04A0\u04A2\u04A4\u04A6\u04A8\u04AA\u04AC\u04AE\u04B0\u04B2\u04B4\u04B6\u04B8\u04BA\u04BC\u04BE\u04C0\u04C1\u04C3\u04C5\u04C7\u04C9\u04CB\u04CD\u04D0\u04D2\u04D4\u04D6\u04D8\u04DA\u04DC\u04DE\u04E0\u04E2\u04E4\u04E6\u04E8\u04EA\u04EC\u04EE\u04F0\u04F2\u04F4\u04F6\u04F8\u04FA\u04FC\u04FE\u0500\u0502\u0504\u0506\u0508\u050A\u050C\u050E\u0510\u0512\u0514\u0516\u0518\u051A\u051C\u051E\u0520\u0522\u0524\u0526\u0528\u052A\u052C\u052E\u0531-\u0556\u10A0-\u10C5\u10C7\u10CD\u13A0-\u13F5\u1E00\u1E02\u1E04\u1E06\u1E08\u1E0A\u1E0C\u1E0E\u1E10\u1E12\u1E14\u1E16\u1E18\u1E1A\u1E1C\u1E1E\u1E20\u1E22\u1E24\u1E26\u1E28\u1E2A\u1E2C\u1E2E\u1E30\u1E32\u1E34\u1E36\u1E38\u1E3A\u1E3C\u1E3E\u1E40\u1E42\u1E44\u1E46\u1E48\u1E4A\u1E4C\u1E4E\u1E50\u1E52\u1E54\u1E56\u1E58\u1E5A\u1E5C\u1E5E\u1E60\u1E62\u1E64\u1E66\u1E68\u1E6A\u1E6C\u1E6E\u1E70\u1E72\u1E74\u1E76\u1E78\u1E7A\u1E7C\u1E7E\u1E80\u1E82\u1E84\u1E86\u1E88\u1E8A\u1E8C\u1E8E\u1E90\u1E92\u1E94\u1E9E\u1EA0\u1EA2\u1EA4\u1EA6\u1EA8\u1EAA\u1EAC\u1EAE\u1EB0\u1EB2\u1EB4\u1EB6\u1EB8\u1EBA\u1EBC\u1EBE\u1EC0\u1EC2\u1EC4\u1EC6\u1EC8\u1ECA\u1ECC\u1ECE\u1ED0\u1ED2\u1ED4\u1ED6\u1ED8\u1EDA\u1EDC\u1EDE\u1EE0\u1EE2\u1EE4\u1EE6\u1EE8\u1EEA\u1EEC\u1EEE\u1EF0\u1EF2\u1EF4\u1EF6\u1EF8\u1EFA\u1EFC\u1EFE\u1F08-\u1F0F\u1F18-\u1F1D\u1F28-\u1F2F\u1F38-\u1F3F\u1F48-\u1F4D\u1F59\u1F5B\u1F5D\u1F5F\u1F68-\u1F6F\u1FB8-\u1FBB\u1FC8-\u1FCB\u1FD8-\u1FDB\u1FE8-\u1FEC\u1FF8-\u1FFB\u2102\u2107\u210B-\u210D\u2110-\u2112\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u2130-\u2133\u213E\u213F\u2145\u2183\u2C00-\u2C2E\u2C60\u2C62-\u2C64\u2C67\u2C69\u2C6B\u2C6D-\u2C70\u2C72\u2C75\u2C7E-\u2C80\u2C82\u2C84\u2C86\u2C88\u2C8A\u2C8C\u2C8E\u2C90\u2C92\u2C94\u2C96\u2C98\u2C9A\u2C9C\u2C9E\u2CA0\u2CA2\u2CA4\u2CA6\u2CA8\u2CAA\u2CAC\u2CAE\u2CB0\u2CB2\u2CB4\u2CB6\u2CB8\u2CBA\u2CBC\u2CBE\u2CC0\u2CC2\u2CC4\u2CC6\u2CC8\u2CCA\u2CCC\u2CCE\u2CD0\u2CD2\u2CD4\u2CD6\u2CD8\u2CDA\u2CDC\u2CDE\u2CE0\u2CE2\u2CEB\u2CED\u2CF2\uA640\uA642\uA644\uA646\uA648\uA64A\uA64C\uA64E\uA650\uA652\uA654\uA656\uA658\uA65A\uA65C\uA65E\uA660\uA662\uA664\uA666\uA668\uA66A\uA66C\uA680\uA682\uA684\uA686\uA688\uA68A\uA68C\uA68E\uA690\uA692\uA694\uA696\uA698\uA69A\uA722\uA724\uA726\uA728\uA72A\uA72C\uA72E\uA732\uA734\uA736\uA738\uA73A\uA73C\uA73E\uA740\uA742\uA744\uA746\uA748\uA74A\uA74C\uA74E\uA750\uA752\uA754\uA756\uA758\uA75A\uA75C\uA75E\uA760\uA762\uA764\uA766\uA768\uA76A\uA76C\uA76E\uA779\uA77B\uA77D\uA77E\uA780\uA782\uA784\uA786\uA78B\uA78D\uA790\uA792\uA796\uA798\uA79A\uA79C\uA79E\uA7A0\uA7A2\uA7A4\uA7A6\uA7A8\uA7AA-\uA7AD\uA7B0-\uA7B4\uA7B6\uFF21-\uFF3A][a-z\xB5\xDF-\xF6\xF8-\xFF\u0101\u0103\u0105\u0107\u0109\u010B\u010D\u010F\u0111\u0113\u0115\u0117\u0119\u011B\u011D\u011F\u0121\u0123\u0125\u0127\u0129\u012B\u012D\u012F\u0131\u0133\u0135\u0137\u0138\u013A\u013C\u013E\u0140\u0142\u0144\u0146\u0148\u0149\u014B\u014D\u014F\u0151\u0153\u0155\u0157\u0159\u015B\u015D\u015F\u0161\u0163\u0165\u0167\u0169\u016B\u016D\u016F\u0171\u0173\u0175\u0177\u017A\u017C\u017E-\u0180\u0183\u0185\u0188\u018C\u018D\u0192\u0195\u0199-\u019B\u019E\u01A1\u01A3\u01A5\u01A8\u01AA\u01AB\u01AD\u01B0\u01B4\u01B6\u01B9\u01BA\u01BD-\u01BF\u01C6\u01C9\u01CC\u01CE\u01D0\u01D2\u01D4\u01D6\u01D8\u01DA\u01DC\u01DD\u01DF\u01E1\u01E3\u01E5\u01E7\u01E9\u01EB\u01ED\u01EF\u01F0\u01F3\u01F5\u01F9\u01FB\u01FD\u01FF\u0201\u0203\u0205\u0207\u0209\u020B\u020D\u020F\u0211\u0213\u0215\u0217\u0219\u021B\u021D\u021F\u0221\u0223\u0225\u0227\u0229\u022B\u022D\u022F\u0231\u0233-\u0239\u023C\u023F\u0240\u0242\u0247\u0249\u024B\u024D\u024F-\u0293\u0295-\u02AF\u0371\u0373\u0377\u037B-\u037D\u0390\u03AC-\u03CE\u03D0\u03D1\u03D5-\u03D7\u03D9\u03DB\u03DD\u03DF\u03E1\u03E3\u03E5\u03E7\u03E9\u03EB\u03ED\u03EF-\u03F3\u03F5\u03F8\u03FB\u03FC\u0430-\u045F\u0461\u0463\u0465\u0467\u0469\u046B\u046D\u046F\u0471\u0473\u0475\u0477\u0479\u047B\u047D\u047F\u0481\u048B\u048D\u048F\u0491\u0493\u0495\u0497\u0499\u049B\u049D\u049F\u04A1\u04A3\u04A5\u04A7\u04A9\u04AB\u04AD\u04AF\u04B1\u04B3\u04B5\u04B7\u04B9\u04BB\u04BD\u04BF\u04C2\u04C4\u04C6\u04C8\u04CA\u04CC\u04CE\u04CF\u04D1\u04D3\u04D5\u04D7\u04D9\u04DB\u04DD\u04DF\u04E1\u04E3\u04E5\u04E7\u04E9\u04EB\u04ED\u04EF\u04F1\u04F3\u04F5\u04F7\u04F9\u04FB\u04FD\u04FF\u0501\u0503\u0505\u0507\u0509\u050B\u050D\u050F\u0511\u0513\u0515\u0517\u0519\u051B\u051D\u051F\u0521\u0523\u0525\u0527\u0529\u052B\u052D\u052F\u0561-\u0587\u13F8-\u13FD\u1D00-\u1D2B\u1D6B-\u1D77\u1D79-\u1D9A\u1E01\u1E03\u1E05\u1E07\u1E09\u1E0B\u1E0D\u1E0F\u1E11\u1E13\u1E15\u1E17\u1E19\u1E1B\u1E1D\u1E1F\u1E21\u1E23\u1E25\u1E27\u1E29\u1E2B\u1E2D\u1E2F\u1E31\u1E33\u1E35\u1E37\u1E39\u1E3B\u1E3D\u1E3F\u1E41\u1E43\u1E45\u1E47\u1E49\u1E4B\u1E4D\u1E4F\u1E51\u1E53\u1E55\u1E57\u1E59\u1E5B\u1E5D\u1E5F\u1E61\u1E63\u1E65\u1E67\u1E69\u1E6B\u1E6D\u1E6F\u1E71\u1E73\u1E75\u1E77\u1E79\u1E7B\u1E7D\u1E7F\u1E81\u1E83\u1E85\u1E87\u1E89\u1E8B\u1E8D\u1E8F\u1E91\u1E93\u1E95-\u1E9D\u1E9F\u1EA1\u1EA3\u1EA5\u1EA7\u1EA9\u1EAB\u1EAD\u1EAF\u1EB1\u1EB3\u1EB5\u1EB7\u1EB9\u1EBB\u1EBD\u1EBF\u1EC1\u1EC3\u1EC5\u1EC7\u1EC9\u1ECB\u1ECD\u1ECF\u1ED1\u1ED3\u1ED5\u1ED7\u1ED9\u1EDB\u1EDD\u1EDF\u1EE1\u1EE3\u1EE5\u1EE7\u1EE9\u1EEB\u1EED\u1EEF\u1EF1\u1EF3\u1EF5\u1EF7\u1EF9\u1EFB\u1EFD\u1EFF-\u1F07\u1F10-\u1F15\u1F20-\u1F27\u1F30-\u1F37\u1F40-\u1F45\u1F50-\u1F57\u1F60-\u1F67\u1F70-\u1F7D\u1F80-\u1F87\u1F90-\u1F97\u1FA0-\u1FA7\u1FB0-\u1FB4\u1FB6\u1FB7\u1FBE\u1FC2-\u1FC4\u1FC6\u1FC7\u1FD0-\u1FD3\u1FD6\u1FD7\u1FE0-\u1FE7\u1FF2-\u1FF4\u1FF6\u1FF7\u210A\u210E\u210F\u2113\u212F\u2134\u2139\u213C\u213D\u2146-\u2149\u214E\u2184\u2C30-\u2C5E\u2C61\u2C65\u2C66\u2C68\u2C6A\u2C6C\u2C71\u2C73\u2C74\u2C76-\u2C7B\u2C81\u2C83\u2C85\u2C87\u2C89\u2C8B\u2C8D\u2C8F\u2C91\u2C93\u2C95\u2C97\u2C99\u2C9B\u2C9D\u2C9F\u2CA1\u2CA3\u2CA5\u2CA7\u2CA9\u2CAB\u2CAD\u2CAF\u2CB1\u2CB3\u2CB5\u2CB7\u2CB9\u2CBB\u2CBD\u2CBF\u2CC1\u2CC3\u2CC5\u2CC7\u2CC9\u2CCB\u2CCD\u2CCF\u2CD1\u2CD3\u2CD5\u2CD7\u2CD9\u2CDB\u2CDD\u2CDF\u2CE1\u2CE3\u2CE4\u2CEC\u2CEE\u2CF3\u2D00-\u2D25\u2D27\u2D2D\uA641\uA643\uA645\uA647\uA649\uA64B\uA64D\uA64F\uA651\uA653\uA655\uA657\uA659\uA65B\uA65D\uA65F\uA661\uA663\uA665\uA667\uA669\uA66B\uA66D\uA681\uA683\uA685\uA687\uA689\uA68B\uA68D\uA68F\uA691\uA693\uA695\uA697\uA699\uA69B\uA723\uA725\uA727\uA729\uA72B\uA72D\uA72F-\uA731\uA733\uA735\uA737\uA739\uA73B\uA73D\uA73F\uA741\uA743\uA745\uA747\uA749\uA74B\uA74D\uA74F\uA751\uA753\uA755\uA757\uA759\uA75B\uA75D\uA75F\uA761\uA763\uA765\uA767\uA769\uA76B\uA76D\uA76F\uA771-\uA778\uA77A\uA77C\uA77F\uA781\uA783\uA785\uA787\uA78C\uA78E\uA791\uA793-\uA795\uA797\uA799\uA79B\uA79D\uA79F\uA7A1\uA7A3\uA7A5\uA7A7\uA7A9\uA7B5\uA7B7\uA7FA\uAB30-\uAB5A\uAB60-\uAB65\uAB70-\uABBF\uFB00-\uFB06\uFB13-\uFB17\uFF41-\uFF5A])/g;
3227
3228},{}],499:[function(require,module,exports){
3229module.exports=/[^A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0-\u08B4\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AD\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC0-9\xB2\xB3\xB9\xBC-\xBE\u0660-\u0669\u06F0-\u06F9\u07C0-\u07C9\u0966-\u096F\u09E6-\u09EF\u09F4-\u09F9\u0A66-\u0A6F\u0AE6-\u0AEF\u0B66-\u0B6F\u0B72-\u0B77\u0BE6-\u0BF2\u0C66-\u0C6F\u0C78-\u0C7E\u0CE6-\u0CEF\u0D66-\u0D75\u0DE6-\u0DEF\u0E50-\u0E59\u0ED0-\u0ED9\u0F20-\u0F33\u1040-\u1049\u1090-\u1099\u1369-\u137C\u16EE-\u16F0\u17E0-\u17E9\u17F0-\u17F9\u1810-\u1819\u1946-\u194F\u19D0-\u19DA\u1A80-\u1A89\u1A90-\u1A99\u1B50-\u1B59\u1BB0-\u1BB9\u1C40-\u1C49\u1C50-\u1C59\u2070\u2074-\u2079\u2080-\u2089\u2150-\u2182\u2185-\u2189\u2460-\u249B\u24EA-\u24FF\u2776-\u2793\u2CFD\u3007\u3021-\u3029\u3038-\u303A\u3192-\u3195\u3220-\u3229\u3248-\u324F\u3251-\u325F\u3280-\u3289\u32B1-\u32BF\uA620-\uA629\uA6E6-\uA6EF\uA830-\uA835\uA8D0-\uA8D9\uA900-\uA909\uA9D0-\uA9D9\uA9F0-\uA9F9\uAA50-\uAA59\uABF0-\uABF9\uFF10-\uFF19]+/g;
3230
3231},{}],500:[function(require,module,exports){
3232"use strict";module.exports=Number.isNaN||function(e){return e!=e};
3233
3234},{}],501:[function(require,module,exports){
3235(function (global){
3236!function(e){if("object"==typeof exports)module.exports=e();else if("function"==typeof define&&define.amd)define(e);else{var t;"undefined"!=typeof window?t=window:"undefined"!=typeof global?t=global:"undefined"!=typeof self&&(t=self),t.objectHash=e()}}(function(){return function e(t,n,r){function o(u,a){if(!n[u]){if(!t[u]){var f="function"==typeof require&&require;if(!a&&f)return f(u,!0);if(i)return i(u,!0);throw new Error("Cannot find module '"+u+"'")}var s=n[u]={exports:{}};t[u][0].call(s.exports,function(e){var n=t[u][1][e];return o(n||e)},s,s.exports,e,t,n,r)}return n[u].exports}for(var i="function"==typeof require&&require,u=0;u<r.length;u++)o(r[u]);return o}({1:[function(e,t,n){(function(r,o,i,u,a,f,s,c,l){"use strict";function d(e,t){return function(e,t){var n;if(void 0===(n="passthrough"!==t.algorithm?w.createHash(t.algorithm):new y).write&&(n.write=n.update,n.end=n.update),g(t,n).dispatch(e),n.update||n.end(""),n.digest)return n.digest("buffer"===t.encoding?void 0:t.encoding);var r=n.read();return"buffer"===t.encoding?r:r.toString(t.encoding)}(e,t=h(e,t))}function h(e,t){if((t=t||{}).algorithm=t.algorithm||"sha1",t.encoding=t.encoding||"hex",t.excludeValues=!!t.excludeValues,t.algorithm=t.algorithm.toLowerCase(),t.encoding=t.encoding.toLowerCase(),t.ignoreUnknown=!0===t.ignoreUnknown,t.respectType=!1!==t.respectType,t.respectFunctionNames=!1!==t.respectFunctionNames,t.respectFunctionProperties=!1!==t.respectFunctionProperties,t.unorderedArrays=!0===t.unorderedArrays,t.unorderedSets=!1!==t.unorderedSets,t.unorderedObjects=!1!==t.unorderedObjects,t.replacer=t.replacer||void 0,t.excludeKeys=t.excludeKeys||void 0,void 0===e)throw new Error("Object argument required.");for(var n=0;n<b.length;++n)b[n].toLowerCase()===t.algorithm.toLowerCase()&&(t.algorithm=b[n]);if(-1===b.indexOf(t.algorithm))throw new Error('Algorithm "'+t.algorithm+'" not supported. supported values: '+b.join(", "));if(-1===m.indexOf(t.encoding)&&"passthrough"!==t.algorithm)throw new Error('Encoding "'+t.encoding+'" not supported. supported values: '+m.join(", "));return t}function p(e){if("function"!=typeof e)return!1;return null!=/^function\s+\w*\s*\(\s*\)\s*{\s+\[native code\]\s+}$/i.exec(Function.prototype.toString.call(e))}function g(e,t,n){n=n||[];var r=function(e){return t.update?t.update(e,"utf8"):t.write(e,"utf8")};return{dispatch:function(t){e.replacer&&(t=e.replacer(t));var n=typeof t;return null===t&&(n="null"),this["_"+n](t)},_object:function(t){var o=Object.prototype.toString.call(t),u=/\[object (.*)\]/i.exec(o);u=(u=u?u[1]:"unknown:["+o+"]").toLowerCase();var a;if((a=n.indexOf(t))>=0)return this.dispatch("[CIRCULAR:"+a+"]");if(n.push(t),void 0!==i&&i.isBuffer&&i.isBuffer(t))return r("buffer:"),r(t);if("object"===u||"function"===u){var f=Object.keys(t);e.unorderedObjects&&(f=f.sort()),!1===e.respectType||p(t)||f.splice(0,0,"prototype","__proto__","constructor"),e.excludeKeys&&(f=f.filter(function(t){return!e.excludeKeys(t)})),r("object:"+f.length+":");var s=this;return f.forEach(function(n){s.dispatch(n),r(":"),e.excludeValues||s.dispatch(t[n]),r(",")})}if(!this["_"+u]){if(e.ignoreUnknown)return r("["+u+"]");throw new Error('Unknown object type "'+u+'"')}this["_"+u](t)},_array:function(t,o){o=void 0!==o?o:!1!==e.unorderedArrays;var i=this;if(r("array:"+t.length+":"),!o||t.length<=1)return t.forEach(function(e){return i.dispatch(e)});var u=[],a=t.map(function(t){var r=new y,o=n.slice();return g(e,r,o).dispatch(t),u=u.concat(o.slice(n.length)),r.read().toString()});return n=n.concat(u),a.sort(),this._array(a,!1)},_date:function(e){return r("date:"+e.toJSON())},_symbol:function(e){return r("symbol:"+e.toString())},_error:function(e){return r("error:"+e.toString())},_boolean:function(e){return r("bool:"+e.toString())},_string:function(e){r("string:"+e.length+":"),r(e.toString())},_function:function(t){r("fn:"),p(t)?this.dispatch("[native]"):this.dispatch(t.toString()),!1!==e.respectFunctionNames&&this.dispatch("function-name:"+String(t.name)),e.respectFunctionProperties&&this._object(t)},_number:function(e){return r("number:"+e.toString())},_xml:function(e){return r("xml:"+e.toString())},_null:function(){return r("Null")},_undefined:function(){return r("Undefined")},_regexp:function(e){return r("regex:"+e.toString())},_uint8array:function(e){return r("uint8array:"),this.dispatch(Array.prototype.slice.call(e))},_uint8clampedarray:function(e){return r("uint8clampedarray:"),this.dispatch(Array.prototype.slice.call(e))},_int8array:function(e){return r("uint8array:"),this.dispatch(Array.prototype.slice.call(e))},_uint16array:function(e){return r("uint16array:"),this.dispatch(Array.prototype.slice.call(e))},_int16array:function(e){return r("uint16array:"),this.dispatch(Array.prototype.slice.call(e))},_uint32array:function(e){return r("uint32array:"),this.dispatch(Array.prototype.slice.call(e))},_int32array:function(e){return r("uint32array:"),this.dispatch(Array.prototype.slice.call(e))},_float32array:function(e){return r("float32array:"),this.dispatch(Array.prototype.slice.call(e))},_float64array:function(e){return r("float64array:"),this.dispatch(Array.prototype.slice.call(e))},_arraybuffer:function(e){return r("arraybuffer:"),this.dispatch(new Uint8Array(e))},_url:function(e){return r("url:"+e.toString())},_map:function(t){r("map:");var n=Array.from(t);return this._array(n,!1!==e.unorderedSets)},_set:function(t){r("set:");var n=Array.from(t);return this._array(n,!1!==e.unorderedSets)},_blob:function(){if(e.ignoreUnknown)return r("[blob]");throw Error('Hashing Blob objects is currently not supported\n(see https://github.com/puleos/object-hash/issues/26)\nUse "options.replacer" or "options.ignoreUnknown"\n')},_domwindow:function(){return r("domwindow")},_process:function(){return r("process")},_timer:function(){return r("timer")},_pipe:function(){return r("pipe")},_tcp:function(){return r("tcp")},_udp:function(){return r("udp")},_tty:function(){return r("tty")},_statwatcher:function(){return r("statwatcher")},_securecontext:function(){return r("securecontext")},_connection:function(){return r("connection")},_zlib:function(){return r("zlib")},_context:function(){return r("context")},_nodescript:function(){return r("nodescript")},_httpparser:function(){return r("httpparser")},_dataview:function(){return r("dataview")},_signal:function(){return r("signal")},_fsevent:function(){return r("fsevent")},_tlswrap:function(){return r("tlswrap")}}}function y(){return{buf:"",write:function(e){this.buf+=e},end:function(e){this.buf+=e},read:function(){return this.buf}}}var w=e("crypto");(n=t.exports=d).sha1=function(e){return d(e)},n.keys=function(e){return d(e,{excludeValues:!0,algorithm:"sha1",encoding:"hex"})},n.MD5=function(e){return d(e,{algorithm:"md5",encoding:"hex"})},n.keysMD5=function(e){return d(e,{algorithm:"md5",encoding:"hex",excludeValues:!0})};var b=w.getHashes?w.getHashes().slice():["sha1","md5"];b.push("passthrough");var m=["buffer","hex","binary","base64"];n.writeToStream=function(e,t,n){return void 0===n&&(n=t,t={}),g(t=h(e,t),n).dispatch(e)}}).call(this,e("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},e("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/fake_e8180ef5.js","/")},{buffer:3,crypto:5,lYpoI2:10}],2:[function(e,t,n){(function(e,t,r,o,i,u,a,f,s){var c="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";!function(e){"use strict";function t(e){var t=e.charCodeAt(0);return t===r||t===f?62:t===o||t===s?63:t<i?-1:t<i+10?t-i+26+26:t<a+26?t-a:t<u+26?t-u+26:void 0}var n="undefined"!=typeof Uint8Array?Uint8Array:Array,r="+".charCodeAt(0),o="/".charCodeAt(0),i="0".charCodeAt(0),u="a".charCodeAt(0),a="A".charCodeAt(0),f="-".charCodeAt(0),s="_".charCodeAt(0);e.toByteArray=function(e){function r(e){s[l++]=e}var o,i,u,a,f,s;if(e.length%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var c=e.length;f="="===e.charAt(c-2)?2:"="===e.charAt(c-1)?1:0,s=new n(3*e.length/4-f),u=f>0?e.length-4:e.length;var l=0;for(o=0,i=0;o<u;o+=4,i+=3)r((16711680&(a=t(e.charAt(o))<<18|t(e.charAt(o+1))<<12|t(e.charAt(o+2))<<6|t(e.charAt(o+3))))>>16),r((65280&a)>>8),r(255&a);return 2===f?r(255&(a=t(e.charAt(o))<<2|t(e.charAt(o+1))>>4)):1===f&&(r((a=t(e.charAt(o))<<10|t(e.charAt(o+1))<<4|t(e.charAt(o+2))>>2)>>8&255),r(255&a)),s},e.fromByteArray=function(e){function t(e){return c.charAt(e)}function n(e){return t(e>>18&63)+t(e>>12&63)+t(e>>6&63)+t(63&e)}var r,o,i,u=e.length%3,a="";for(r=0,i=e.length-u;r<i;r+=3)a+=n(o=(e[r]<<16)+(e[r+1]<<8)+e[r+2]);switch(u){case 1:a+=t((o=e[e.length-1])>>2),a+=t(o<<4&63),a+="==";break;case 2:a+=t((o=(e[e.length-2]<<8)+e[e.length-1])>>10),a+=t(o>>4&63),a+=t(o<<2&63),a+="="}return a}}(void 0===n?this.base64js={}:n)}).call(this,e("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},e("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/base64-js/lib/b64.js","/node_modules/gulp-browserify/node_modules/base64-js/lib")},{buffer:3,lYpoI2:10}],3:[function(e,t,n){(function(t,r,o,i,u,a,f,s,c){function o(e,t,n){if(!(this instanceof o))return new o(e,t,n);var r,i,u,a=typeof e;if("base64"===t&&"string"===a)for(e=function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}(e);e.length%4!=0;)e+="=";if("number"===a)r=j(e);else if("string"===a)r=o.byteLength(e,t);else{if("object"!==a)throw new Error("First argument needs to be a number, array or string.");r=j(e.length)}if(o._useTypedArrays?i=o._augment(new Uint8Array(r)):((i=this).length=r,i._isBuffer=!0),o._useTypedArrays&&"number"==typeof e.byteLength)i._set(e);else if(function(e){return C(e)||o.isBuffer(e)||e&&"object"==typeof e&&"number"==typeof e.length}(e))for(u=0;u<r;u++)o.isBuffer(e)?i[u]=e.readUInt8(u):i[u]=e[u];else if("string"===a)i.write(e,0,t);else if("number"===a&&!o._useTypedArrays&&!n)for(u=0;u<r;u++)i[u]=0;return i}function l(e,t,n,r){n=Number(n)||0;var i=e.length-n;r?(r=Number(r))>i&&(r=i):r=i;var u=t.length;H(u%2==0,"Invalid hex string"),r>u/2&&(r=u/2);for(var a=0;a<r;a++){var f=parseInt(t.substr(2*a,2),16);H(!isNaN(f),"Invalid hex string"),e[n+a]=f}return o._charsWritten=2*a,a}function d(e,t,n,r){return o._charsWritten=N(T(t),e,n,r)}function h(e,t,n,r){return o._charsWritten=N(function(e){for(var t=[],n=0;n<e.length;n++)t.push(255&e.charCodeAt(n));return t}(t),e,n,r)}function p(e,t,n,r){return o._charsWritten=N(M(t),e,n,r)}function g(e,t,n,r){return o._charsWritten=N(function(e){for(var t,n,r,o=[],i=0;i<e.length;i++)t=e.charCodeAt(i),n=t>>8,r=t%256,o.push(r),o.push(n);return o}(t),e,n,r)}function y(e,t,n){var r="";n=Math.min(e.length,n);for(var o=t;o<n;o++)r+=String.fromCharCode(e[o]);return r}function w(e,t,n,r){r||(H("boolean"==typeof n,"missing or invalid endian"),H(null!=t,"missing offset"),H(t+1<e.length,"Trying to read beyond buffer length"));var o,i=e.length;if(!(t>=i))return n?(o=e[t],t+1<i&&(o|=e[t+1]<<8)):(o=e[t]<<8,t+1<i&&(o|=e[t+1])),o}function b(e,t,n,r){r||(H("boolean"==typeof n,"missing or invalid endian"),H(null!=t,"missing offset"),H(t+3<e.length,"Trying to read beyond buffer length"));var o,i=e.length;if(!(t>=i))return n?(t+2<i&&(o=e[t+2]<<16),t+1<i&&(o|=e[t+1]<<8),o|=e[t],t+3<i&&(o+=e[t+3]<<24>>>0)):(t+1<i&&(o=e[t+1]<<16),t+2<i&&(o|=e[t+2]<<8),t+3<i&&(o|=e[t+3]),o+=e[t]<<24>>>0),o}function m(e,t,n,r){if(r||(H("boolean"==typeof n,"missing or invalid endian"),H(null!=t,"missing offset"),H(t+1<e.length,"Trying to read beyond buffer length")),!(t>=e.length)){var o=w(e,t,n,!0);return 32768&o?-1*(65535-o+1):o}}function v(e,t,n,r){if(r||(H("boolean"==typeof n,"missing or invalid endian"),H(null!=t,"missing offset"),H(t+3<e.length,"Trying to read beyond buffer length")),!(t>=e.length)){var o=b(e,t,n,!0);return 2147483648&o?-1*(4294967295-o+1):o}}function _(e,t,n,r){return r||(H("boolean"==typeof n,"missing or invalid endian"),H(t+3<e.length,"Trying to read beyond buffer length")),q.read(e,t,n,23,4)}function E(e,t,n,r){return r||(H("boolean"==typeof n,"missing or invalid endian"),H(t+7<e.length,"Trying to read beyond buffer length")),q.read(e,t,n,52,8)}function I(e,t,n,r,o){o||(H(null!=t,"missing value"),H("boolean"==typeof r,"missing or invalid endian"),H(null!=n,"missing offset"),H(n+1<e.length,"trying to write beyond buffer length"),F(t,65535));var i=e.length;if(!(n>=i))for(var u=0,a=Math.min(i-n,2);u<a;u++)e[n+u]=(t&255<<8*(r?u:1-u))>>>8*(r?u:1-u)}function A(e,t,n,r,o){o||(H(null!=t,"missing value"),H("boolean"==typeof r,"missing or invalid endian"),H(null!=n,"missing offset"),H(n+3<e.length,"trying to write beyond buffer length"),F(t,4294967295));var i=e.length;if(!(n>=i))for(var u=0,a=Math.min(i-n,4);u<a;u++)e[n+u]=t>>>8*(r?u:3-u)&255}function B(e,t,n,r,o){o||(H(null!=t,"missing value"),H("boolean"==typeof r,"missing or invalid endian"),H(null!=n,"missing offset"),H(n+1<e.length,"Trying to write beyond buffer length"),D(t,32767,-32768)),n>=e.length||I(e,t>=0?t:65535+t+1,n,r,o)}function L(e,t,n,r,o){o||(H(null!=t,"missing value"),H("boolean"==typeof r,"missing or invalid endian"),H(null!=n,"missing offset"),H(n+3<e.length,"Trying to write beyond buffer length"),D(t,2147483647,-2147483648)),n>=e.length||A(e,t>=0?t:4294967295+t+1,n,r,o)}function U(e,t,n,r,o){o||(H(null!=t,"missing value"),H("boolean"==typeof r,"missing or invalid endian"),H(null!=n,"missing offset"),H(n+3<e.length,"Trying to write beyond buffer length"),O(t,3.4028234663852886e38,-3.4028234663852886e38)),n>=e.length||q.write(e,t,n,r,23,4)}function x(e,t,n,r,o){o||(H(null!=t,"missing value"),H("boolean"==typeof r,"missing or invalid endian"),H(null!=n,"missing offset"),H(n+7<e.length,"Trying to write beyond buffer length"),O(t,1.7976931348623157e308,-1.7976931348623157e308)),n>=e.length||q.write(e,t,n,r,52,8)}function S(e,t,n){return"number"!=typeof e?n:(e=~~e)>=t?t:e>=0?e:(e+=t)>=0?e:0}function j(e){return(e=~~Math.ceil(+e))<0?0:e}function C(e){return(Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)})(e)}function k(e){return e<16?"0"+e.toString(16):e.toString(16)}function T(e){for(var t=[],n=0;n<e.length;n++){var r=e.charCodeAt(n);if(r<=127)t.push(e.charCodeAt(n));else{var o=n;r>=55296&&r<=57343&&n++;for(var i=encodeURIComponent(e.slice(o,n+1)).substr(1).split("%"),u=0;u<i.length;u++)t.push(parseInt(i[u],16))}}return t}function M(e){return V.toByteArray(e)}function N(e,t,n,r){for(var o=0;o<r&&!(o+n>=t.length||o>=e.length);o++)t[o+n]=e[o];return o}function Y(e){try{return decodeURIComponent(e)}catch(e){return String.fromCharCode(65533)}}function F(e,t){H("number"==typeof e,"cannot write a non-number as a number"),H(e>=0,"specified a negative value for writing an unsigned value"),H(e<=t,"value is larger than maximum value for type"),H(Math.floor(e)===e,"value has a fractional component")}function D(e,t,n){H("number"==typeof e,"cannot write a non-number as a number"),H(e<=t,"value larger than maximum allowed value"),H(e>=n,"value smaller than minimum allowed value"),H(Math.floor(e)===e,"value has a fractional component")}function O(e,t,n){H("number"==typeof e,"cannot write a non-number as a number"),H(e<=t,"value larger than maximum allowed value"),H(e>=n,"value smaller than minimum allowed value")}function H(e,t){if(!e)throw new Error(t||"Failed assertion")}var V=e("base64-js"),q=e("ieee754");n.Buffer=o,n.SlowBuffer=o,n.INSPECT_MAX_BYTES=50,o.poolSize=8192,o._useTypedArrays=function(){try{var e=new ArrayBuffer(0),t=new Uint8Array(e);return t.foo=function(){return 42},42===t.foo()&&"function"==typeof t.subarray}catch(e){return!1}}(),o.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"raw":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},o.isBuffer=function(e){return!(null==e||!e._isBuffer)},o.byteLength=function(e,t){var n;switch(e+="",t||"utf8"){case"hex":n=e.length/2;break;case"utf8":case"utf-8":n=T(e).length;break;case"ascii":case"binary":case"raw":n=e.length;break;case"base64":n=M(e).length;break;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":n=2*e.length;break;default:throw new Error("Unknown encoding")}return n},o.concat=function(e,t){if(H(C(e),"Usage: Buffer.concat(list, [totalLength])\nlist should be an Array."),0===e.length)return new o(0);if(1===e.length)return e[0];var n;if("number"!=typeof t)for(t=0,n=0;n<e.length;n++)t+=e[n].length;var r=new o(t),i=0;for(n=0;n<e.length;n++){var u=e[n];u.copy(r,i),i+=u.length}return r},o.prototype.write=function(e,t,n,r){if(isFinite(t))isFinite(n)||(r=n,n=void 0);else{var o=r;r=t,t=n,n=o}t=Number(t)||0;var i,u=this.length-t;switch(n?(n=Number(n))>u&&(n=u):n=u,r=String(r||"utf8").toLowerCase()){case"hex":i=l(this,e,t,n);break;case"utf8":case"utf-8":i=d(this,e,t,n);break;case"ascii":i=h(this,e,t,n);break;case"binary":i=function(e,t,n,r){return h(e,t,n,r)}(this,e,t,n);break;case"base64":i=p(this,e,t,n);break;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":i=g(this,e,t,n);break;default:throw new Error("Unknown encoding")}return i},o.prototype.toString=function(e,t,n){var r,o=this;if(e=String(e||"utf8").toLowerCase(),t=Number(t)||0,(n=void 0!==n?Number(n):n=o.length)===t)return"";switch(e){case"hex":r=function(e,t,n){var r=e.length;(!t||t<0)&&(t=0),(!n||n<0||n>r)&&(n=r);for(var o="",i=t;i<n;i++)o+=k(e[i]);return o}(o,t,n);break;case"utf8":case"utf-8":r=function(e,t,n){var r="",o="";n=Math.min(e.length,n);for(var i=t;i<n;i++)e[i]<=127?(r+=Y(o)+String.fromCharCode(e[i]),o=""):o+="%"+e[i].toString(16);return r+Y(o)}(o,t,n);break;case"ascii":r=y(o,t,n);break;case"binary":r=function(e,t,n){return y(e,t,n)}(o,t,n);break;case"base64":r=function(e,t,n){return 0===t&&n===e.length?V.fromByteArray(e):V.fromByteArray(e.slice(t,n))}(o,t,n);break;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":r=function(e,t,n){for(var r=e.slice(t,n),o="",i=0;i<r.length;i+=2)o+=String.fromCharCode(r[i]+256*r[i+1]);return o}(o,t,n);break;default:throw new Error("Unknown encoding")}return r},o.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}},o.prototype.copy=function(e,t,n,r){var i=this;if(n||(n=0),r||0===r||(r=this.length),t||(t=0),r!==n&&0!==e.length&&0!==i.length){H(r>=n,"sourceEnd < sourceStart"),H(t>=0&&t<e.length,"targetStart out of bounds"),H(n>=0&&n<i.length,"sourceStart out of bounds"),H(r>=0&&r<=i.length,"sourceEnd out of bounds"),r>this.length&&(r=this.length),e.length-t<r-n&&(r=e.length-t+n);var u=r-n;if(u<100||!o._useTypedArrays)for(var a=0;a<u;a++)e[a+t]=this[a+n];else e._set(this.subarray(n,n+u),t)}},o.prototype.slice=function(e,t){var n=this.length;if(e=S(e,n,0),t=S(t,n,n),o._useTypedArrays)return o._augment(this.subarray(e,t));for(var r=t-e,i=new o(r,void 0,!0),u=0;u<r;u++)i[u]=this[u+e];return i},o.prototype.get=function(e){return console.log(".get() is deprecated. Access using array indexes instead."),this.readUInt8(e)},o.prototype.set=function(e,t){return console.log(".set() is deprecated. Access using array indexes instead."),this.writeUInt8(e,t)},o.prototype.readUInt8=function(e,t){if(t||(H(null!=e,"missing offset"),H(e<this.length,"Trying to read beyond buffer length")),!(e>=this.length))return this[e]},o.prototype.readUInt16LE=function(e,t){return w(this,e,!0,t)},o.prototype.readUInt16BE=function(e,t){return w(this,e,!1,t)},o.prototype.readUInt32LE=function(e,t){return b(this,e,!0,t)},o.prototype.readUInt32BE=function(e,t){return b(this,e,!1,t)},o.prototype.readInt8=function(e,t){if(t||(H(null!=e,"missing offset"),H(e<this.length,"Trying to read beyond buffer length")),!(e>=this.length))return 128&this[e]?-1*(255-this[e]+1):this[e]},o.prototype.readInt16LE=function(e,t){return m(this,e,!0,t)},o.prototype.readInt16BE=function(e,t){return m(this,e,!1,t)},o.prototype.readInt32LE=function(e,t){return v(this,e,!0,t)},o.prototype.readInt32BE=function(e,t){return v(this,e,!1,t)},o.prototype.readFloatLE=function(e,t){return _(this,e,!0,t)},o.prototype.readFloatBE=function(e,t){return _(this,e,!1,t)},o.prototype.readDoubleLE=function(e,t){return E(this,e,!0,t)},o.prototype.readDoubleBE=function(e,t){return E(this,e,!1,t)},o.prototype.writeUInt8=function(e,t,n){n||(H(null!=e,"missing value"),H(null!=t,"missing offset"),H(t<this.length,"trying to write beyond buffer length"),F(e,255)),t>=this.length||(this[t]=e)},o.prototype.writeUInt16LE=function(e,t,n){I(this,e,t,!0,n)},o.prototype.writeUInt16BE=function(e,t,n){I(this,e,t,!1,n)},o.prototype.writeUInt32LE=function(e,t,n){A(this,e,t,!0,n)},o.prototype.writeUInt32BE=function(e,t,n){A(this,e,t,!1,n)},o.prototype.writeInt8=function(e,t,n){n||(H(null!=e,"missing value"),H(null!=t,"missing offset"),H(t<this.length,"Trying to write beyond buffer length"),D(e,127,-128)),t>=this.length||(e>=0?this.writeUInt8(e,t,n):this.writeUInt8(255+e+1,t,n))},o.prototype.writeInt16LE=function(e,t,n){B(this,e,t,!0,n)},o.prototype.writeInt16BE=function(e,t,n){B(this,e,t,!1,n)},o.prototype.writeInt32LE=function(e,t,n){L(this,e,t,!0,n)},o.prototype.writeInt32BE=function(e,t,n){L(this,e,t,!1,n)},o.prototype.writeFloatLE=function(e,t,n){U(this,e,t,!0,n)},o.prototype.writeFloatBE=function(e,t,n){U(this,e,t,!1,n)},o.prototype.writeDoubleLE=function(e,t,n){x(this,e,t,!0,n)},o.prototype.writeDoubleBE=function(e,t,n){x(this,e,t,!1,n)},o.prototype.fill=function(e,t,n){if(e||(e=0),t||(t=0),n||(n=this.length),"string"==typeof e&&(e=e.charCodeAt(0)),H("number"==typeof e&&!isNaN(e),"value is not a number"),H(n>=t,"end < start"),n!==t&&0!==this.length){H(t>=0&&t<this.length,"start out of bounds"),H(n>=0&&n<=this.length,"end out of bounds");for(var r=t;r<n;r++)this[r]=e}},o.prototype.inspect=function(){for(var e=[],t=this.length,r=0;r<t;r++)if(e[r]=k(this[r]),r===n.INSPECT_MAX_BYTES){e[r+1]="...";break}return"<Buffer "+e.join(" ")+">"},o.prototype.toArrayBuffer=function(){if("undefined"!=typeof Uint8Array){if(o._useTypedArrays)return new o(this).buffer;for(var e=new Uint8Array(this.length),t=0,n=e.length;t<n;t+=1)e[t]=this[t];return e.buffer}throw new Error("Buffer.toArrayBuffer not supported in this browser")};var P=o.prototype;o._augment=function(e){return e._isBuffer=!0,e._get=e.get,e._set=e.set,e.get=P.get,e.set=P.set,e.write=P.write,e.toString=P.toString,e.toLocaleString=P.toString,e.toJSON=P.toJSON,e.copy=P.copy,e.slice=P.slice,e.readUInt8=P.readUInt8,e.readUInt16LE=P.readUInt16LE,e.readUInt16BE=P.readUInt16BE,e.readUInt32LE=P.readUInt32LE,e.readUInt32BE=P.readUInt32BE,e.readInt8=P.readInt8,e.readInt16LE=P.readInt16LE,e.readInt16BE=P.readInt16BE,e.readInt32LE=P.readInt32LE,e.readInt32BE=P.readInt32BE,e.readFloatLE=P.readFloatLE,e.readFloatBE=P.readFloatBE,e.readDoubleLE=P.readDoubleLE,e.readDoubleBE=P.readDoubleBE,e.writeUInt8=P.writeUInt8,e.writeUInt16LE=P.writeUInt16LE,e.writeUInt16BE=P.writeUInt16BE,e.writeUInt32LE=P.writeUInt32LE,e.writeUInt32BE=P.writeUInt32BE,e.writeInt8=P.writeInt8,e.writeInt16LE=P.writeInt16LE,e.writeInt16BE=P.writeInt16BE,e.writeInt32LE=P.writeInt32LE,e.writeInt32BE=P.writeInt32BE,e.writeFloatLE=P.writeFloatLE,e.writeFloatBE=P.writeFloatBE,e.writeDoubleLE=P.writeDoubleLE,e.writeDoubleBE=P.writeDoubleBE,e.fill=P.fill,e.inspect=P.inspect,e.toArrayBuffer=P.toArrayBuffer,e}}).call(this,e("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},e("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/buffer/index.js","/node_modules/gulp-browserify/node_modules/buffer")},{"base64-js":2,buffer:3,ieee754:11,lYpoI2:10}],4:[function(e,t,n){(function(n,r,o,i,u,a,f,s,c){o=e("buffer").Buffer;var l=4,d=new o(l);d.fill(0);var h=8;t.exports={hash:function(e,t,n,r){return o.isBuffer(e)||(e=new o(e)),function(e,t,n){for(var r=new o(t),i=n?r.writeInt32BE:r.writeInt32LE,u=0;u<e.length;u++)i.call(r,e[u],4*u,!0);return r}(t(function(e,t){if(e.length%l!=0){var n=e.length+(l-e.length%l);e=o.concat([e,d],n)}for(var r=[],i=t?e.readInt32BE:e.readInt32LE,u=0;u<e.length;u+=l)r.push(i.call(e,u));return r}(e,r),e.length*h),n,r)}}}).call(this,e("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},e("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/helpers.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{buffer:3,lYpoI2:10}],5:[function(e,t,n){(function(t,r,o,i,u,a,f,s,c){function l(e,t){var n=y[e=e||"sha1"],r=[];return n||d("algorithm:",e,"is not yet supported"),{update:function(e){return o.isBuffer(e)||(e=new o(e)),r.push(e),e.length,this},digest:function(e){var i=o.concat(r),u=t?function(e,t,n){o.isBuffer(t)||(t=new o(t)),o.isBuffer(n)||(n=new o(n)),t.length>w?t=e(t):t.length<w&&(t=o.concat([t,b],w));for(var r=new o(w),i=new o(w),u=0;u<w;u++)r[u]=54^t[u],i[u]=92^t[u];var a=e(o.concat([r,n]));return e(o.concat([i,a]))}(n,t,i):n(i);return r=null,e?u.toString(e):u}}}function d(){var e=[].slice.call(arguments).join(" ");throw new Error([e,"we accept pull requests","http://github.com/dominictarr/crypto-browserify"].join("\n"))}o=e("buffer").Buffer;var h=e("./sha"),p=e("./sha256"),g=e("./rng"),y={sha1:h,sha256:p,md5:e("./md5")},w=64,b=new o(w);b.fill(0),n.createHash=function(e){return l(e)},n.createHmac=function(e,t){return l(e,t)},n.randomBytes=function(e,t){if(!t||!t.call)return new o(g(e));try{t.call(this,void 0,new o(g(e)))}catch(e){t(e)}},function(e,t){for(var n in e)t(e[n],n)}(["createCredentials","createCipher","createCipheriv","createDecipher","createDecipheriv","createSign","createVerify","createDiffieHellman","pbkdf2"],function(e){n[e]=function(){d("sorry,",e,"is not implemented yet")}})}).call(this,e("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},e("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/index.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{"./md5":6,"./rng":7,"./sha":8,"./sha256":9,buffer:3,lYpoI2:10}],6:[function(e,t,n){(function(n,r,o,i,u,a,f,s,c){function l(e,t){e[t>>5]|=128<<t%32,e[14+(t+64>>>9<<4)]=t;for(var n=1732584193,r=-271733879,o=-1732584194,i=271733878,u=0;u<e.length;u+=16){var a=n,f=r,s=o,c=i;n=h(n,r,o,i,e[u+0],7,-680876936),i=h(i,n,r,o,e[u+1],12,-389564586),o=h(o,i,n,r,e[u+2],17,606105819),r=h(r,o,i,n,e[u+3],22,-1044525330),n=h(n,r,o,i,e[u+4],7,-176418897),i=h(i,n,r,o,e[u+5],12,1200080426),o=h(o,i,n,r,e[u+6],17,-1473231341),r=h(r,o,i,n,e[u+7],22,-45705983),n=h(n,r,o,i,e[u+8],7,1770035416),i=h(i,n,r,o,e[u+9],12,-1958414417),o=h(o,i,n,r,e[u+10],17,-42063),r=h(r,o,i,n,e[u+11],22,-1990404162),n=h(n,r,o,i,e[u+12],7,1804603682),i=h(i,n,r,o,e[u+13],12,-40341101),o=h(o,i,n,r,e[u+14],17,-1502002290),n=p(n,r=h(r,o,i,n,e[u+15],22,1236535329),o,i,e[u+1],5,-165796510),i=p(i,n,r,o,e[u+6],9,-1069501632),o=p(o,i,n,r,e[u+11],14,643717713),r=p(r,o,i,n,e[u+0],20,-373897302),n=p(n,r,o,i,e[u+5],5,-701558691),i=p(i,n,r,o,e[u+10],9,38016083),o=p(o,i,n,r,e[u+15],14,-660478335),r=p(r,o,i,n,e[u+4],20,-405537848),n=p(n,r,o,i,e[u+9],5,568446438),i=p(i,n,r,o,e[u+14],9,-1019803690),o=p(o,i,n,r,e[u+3],14,-187363961),r=p(r,o,i,n,e[u+8],20,1163531501),n=p(n,r,o,i,e[u+13],5,-1444681467),i=p(i,n,r,o,e[u+2],9,-51403784),o=p(o,i,n,r,e[u+7],14,1735328473),n=g(n,r=p(r,o,i,n,e[u+12],20,-1926607734),o,i,e[u+5],4,-378558),i=g(i,n,r,o,e[u+8],11,-2022574463),o=g(o,i,n,r,e[u+11],16,1839030562),r=g(r,o,i,n,e[u+14],23,-35309556),n=g(n,r,o,i,e[u+1],4,-1530992060),i=g(i,n,r,o,e[u+4],11,1272893353),o=g(o,i,n,r,e[u+7],16,-155497632),r=g(r,o,i,n,e[u+10],23,-1094730640),n=g(n,r,o,i,e[u+13],4,681279174),i=g(i,n,r,o,e[u+0],11,-358537222),o=g(o,i,n,r,e[u+3],16,-722521979),r=g(r,o,i,n,e[u+6],23,76029189),n=g(n,r,o,i,e[u+9],4,-640364487),i=g(i,n,r,o,e[u+12],11,-421815835),o=g(o,i,n,r,e[u+15],16,530742520),n=y(n,r=g(r,o,i,n,e[u+2],23,-995338651),o,i,e[u+0],6,-198630844),i=y(i,n,r,o,e[u+7],10,1126891415),o=y(o,i,n,r,e[u+14],15,-1416354905),r=y(r,o,i,n,e[u+5],21,-57434055),n=y(n,r,o,i,e[u+12],6,1700485571),i=y(i,n,r,o,e[u+3],10,-1894986606),o=y(o,i,n,r,e[u+10],15,-1051523),r=y(r,o,i,n,e[u+1],21,-2054922799),n=y(n,r,o,i,e[u+8],6,1873313359),i=y(i,n,r,o,e[u+15],10,-30611744),o=y(o,i,n,r,e[u+6],15,-1560198380),r=y(r,o,i,n,e[u+13],21,1309151649),n=y(n,r,o,i,e[u+4],6,-145523070),i=y(i,n,r,o,e[u+11],10,-1120210379),o=y(o,i,n,r,e[u+2],15,718787259),r=y(r,o,i,n,e[u+9],21,-343485551),n=w(n,a),r=w(r,f),o=w(o,s),i=w(i,c)}return Array(n,r,o,i)}function d(e,t,n,r,o,i){return w(function(e,t){return e<<t|e>>>32-t}(w(w(t,e),w(r,i)),o),n)}function h(e,t,n,r,o,i,u){return d(t&n|~t&r,e,t,o,i,u)}function p(e,t,n,r,o,i,u){return d(t&r|n&~r,e,t,o,i,u)}function g(e,t,n,r,o,i,u){return d(t^n^r,e,t,o,i,u)}function y(e,t,n,r,o,i,u){return d(n^(t|~r),e,t,o,i,u)}function w(e,t){var n=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(n>>16)<<16|65535&n}var b=e("./helpers");t.exports=function(e){return b.hash(e,l,16)}}).call(this,e("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},e("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/md5.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{"./helpers":4,buffer:3,lYpoI2:10}],7:[function(e,t,n){(function(e,n,r,o,i,u,a,f,s){!function(){var e,n;e=function(e){for(var t,n=new Array(e),r=0;r<e;r++)0==(3&r)&&(t=4294967296*Math.random()),n[r]=t>>>((3&r)<<3)&255;return n},this.crypto&&crypto.getRandomValues&&(n=function(e){var t=new Uint8Array(e);return crypto.getRandomValues(t),t}),t.exports=n||e}()}).call(this,e("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},e("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/rng.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{buffer:3,lYpoI2:10}],8:[function(e,t,n){(function(n,r,o,i,u,a,f,s,c){function l(e,t){e[t>>5]|=128<<24-t%32,e[15+(t+64>>9<<4)]=t;for(var n=Array(80),r=1732584193,o=-271733879,i=-1732584194,u=271733878,a=-1009589776,f=0;f<e.length;f+=16){for(var s=r,c=o,l=i,y=u,w=a,b=0;b<80;b++){n[b]=b<16?e[f+b]:g(n[b-3]^n[b-8]^n[b-14]^n[b-16],1);var m=p(p(g(r,5),d(b,o,i,u)),p(p(a,n[b]),h(b)));a=u,u=i,i=g(o,30),o=r,r=m}r=p(r,s),o=p(o,c),i=p(i,l),u=p(u,y),a=p(a,w)}return Array(r,o,i,u,a)}function d(e,t,n,r){return e<20?t&n|~t&r:e<40?t^n^r:e<60?t&n|t&r|n&r:t^n^r}function h(e){return e<20?1518500249:e<40?1859775393:e<60?-1894007588:-899497514}function p(e,t){var n=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(n>>16)<<16|65535&n}function g(e,t){return e<<t|e>>>32-t}var y=e("./helpers");t.exports=function(e){return y.hash(e,l,20,!0)}}).call(this,e("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},e("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/sha.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{"./helpers":4,buffer:3,lYpoI2:10}],9:[function(e,t,n){(function(n,r,o,i,u,a,f,s,c){var l=e("./helpers"),d=function(e,t){var n=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(n>>16)<<16|65535&n},h=function(e,t){return e>>>t|e<<32-t},p=function(e,t){return e>>>t},g=function(e,t,n){return e&t^~e&n},y=function(e,t,n){return e&t^e&n^t&n},w=function(e){return h(e,2)^h(e,13)^h(e,22)},b=function(e){return h(e,6)^h(e,11)^h(e,25)},m=function(e){return h(e,7)^h(e,18)^p(e,3)},v=function(e){return h(e,17)^h(e,19)^p(e,10)},_=function(e,t){var n,r,o,i,u,a,f,s,c,l,h=new Array(1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298),p=new Array(1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225),_=new Array(64);e[t>>5]|=128<<24-t%32,e[15+(t+64>>9<<4)]=t;for(var E=0;E<e.length;E+=16){n=p[0],r=p[1],o=p[2],i=p[3],u=p[4],a=p[5],f=p[6],s=p[7];for(var I=0;I<64;I++)_[I]=I<16?e[I+E]:d(d(d(v(_[I-2]),_[I-7]),m(_[I-15])),_[I-16]),c=d(d(d(d(s,b(u)),g(u,a,f)),h[I]),_[I]),l=d(w(n),y(n,r,o)),s=f,f=a,a=u,u=d(i,c),i=o,o=r,r=n,n=d(c,l);p[0]=d(n,p[0]),p[1]=d(r,p[1]),p[2]=d(o,p[2]),p[3]=d(i,p[3]),p[4]=d(u,p[4]),p[5]=d(a,p[5]),p[6]=d(f,p[6]),p[7]=d(s,p[7])}return p};t.exports=function(e){return l.hash(e,_,32,!0)}}).call(this,e("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},e("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/sha256.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{"./helpers":4,buffer:3,lYpoI2:10}],10:[function(e,t,n){(function(e,n,r,o,i,u,a,f,s){function c(){}(e=t.exports={}).nextTick=function(){var e="undefined"!=typeof window&&window.setImmediate,t="undefined"!=typeof window&&window.postMessage&&window.addEventListener;if(e)return function(e){return window.setImmediate(e)};if(t){var n=[];return window.addEventListener("message",function(e){var t=e.source;(t===window||null===t)&&"process-tick"===e.data&&(e.stopPropagation(),n.length>0)&&n.shift()()},!0),function(e){n.push(e),window.postMessage("process-tick","*")}}return function(e){setTimeout(e,0)}}(),e.title="browser",e.browser=!0,e.env={},e.argv=[],e.on=c,e.addListener=c,e.once=c,e.off=c,e.removeListener=c,e.removeAllListeners=c,e.emit=c,e.binding=function(e){throw new Error("process.binding is not supported")},e.cwd=function(){return"/"},e.chdir=function(e){throw new Error("process.chdir is not supported")}}).call(this,e("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},e("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/process/browser.js","/node_modules/gulp-browserify/node_modules/process")},{buffer:3,lYpoI2:10}],11:[function(e,t,n){(function(e,t,r,o,i,u,a,f,s){n.read=function(e,t,n,r,o){var i,u,a=8*o-r-1,f=(1<<a)-1,s=f>>1,c=-7,l=n?o-1:0,d=n?-1:1,h=e[t+l];for(l+=d,i=h&(1<<-c)-1,h>>=-c,c+=a;c>0;i=256*i+e[t+l],l+=d,c-=8);for(u=i&(1<<-c)-1,i>>=-c,c+=r;c>0;u=256*u+e[t+l],l+=d,c-=8);if(0===i)i=1-s;else{if(i===f)return u?NaN:1/0*(h?-1:1);u+=Math.pow(2,r),i-=s}return(h?-1:1)*u*Math.pow(2,i-r)},n.write=function(e,t,n,r,o,i){var u,a,f,s=8*i-o-1,c=(1<<s)-1,l=c>>1,d=23===o?Math.pow(2,-24)-Math.pow(2,-77):0,h=r?0:i-1,p=r?1:-1,g=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(a=isNaN(t)?1:0,u=c):(u=Math.floor(Math.log(t)/Math.LN2),t*(f=Math.pow(2,-u))<1&&(u--,f*=2),(t+=u+l>=1?d/f:d*Math.pow(2,1-l))*f>=2&&(u++,f/=2),u+l>=c?(a=0,u=c):u+l>=1?(a=(t*f-1)*Math.pow(2,o),u+=l):(a=t*Math.pow(2,l-1)*Math.pow(2,o),u=0));o>=8;e[n+h]=255&a,h+=p,a/=256,o-=8);for(u=u<<o|a,s+=o;s>0;e[n+h]=255&u,h+=p,u/=256,s-=8);e[n+h-p]|=128*g}}).call(this,e("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},e("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/ieee754/index.js","/node_modules/ieee754")},{buffer:3,lYpoI2:10}]},{},[1])(1)});
3237
3238}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
3239},{}],502:[function(require,module,exports){
3240var wcwidth;wcwidth=require("wcwidth"),module.exports=function(t,r,i){var e,n,c,l,o;return null==i&&(i={}),(n="number"==typeof t)&&([r,t]=[t,r]),"string"==typeof i&&(i={char:i}),null==i.char&&(i.char=" "),null==i.strip&&(i.strip=!1),"string"!=typeof t&&(t=t.toString()),o=null,c="",i.colors&&(e=/\x1B\[(?:[0-9]{1,2}(?:;[0-9]{1,2})?)?[m|K]/g,o=t.replace(e,"")),(l=i.fixed_width?r-(o||t).length:r-wcwidth.config(i.wcwidth_options)(o||t))<0?i.strip?n?t.substr(-1*r):t.substr(0,r):t:(c+=i.char.repeat(l),n?c+t:t+c)};
3241
3242},{"wcwidth":582}],503:[function(require,module,exports){
3243module.exports={"2.16.840.1.101.3.4.1.1": "aes-128-ecb",
3244"2.16.840.1.101.3.4.1.2": "aes-128-cbc",
3245"2.16.840.1.101.3.4.1.3": "aes-128-ofb",
3246"2.16.840.1.101.3.4.1.4": "aes-128-cfb",
3247"2.16.840.1.101.3.4.1.21": "aes-192-ecb",
3248"2.16.840.1.101.3.4.1.22": "aes-192-cbc",
3249"2.16.840.1.101.3.4.1.23": "aes-192-ofb",
3250"2.16.840.1.101.3.4.1.24": "aes-192-cfb",
3251"2.16.840.1.101.3.4.1.41": "aes-256-ecb",
3252"2.16.840.1.101.3.4.1.42": "aes-256-cbc",
3253"2.16.840.1.101.3.4.1.43": "aes-256-ofb",
3254"2.16.840.1.101.3.4.1.44": "aes-256-cfb"
3255}
3256},{}],504:[function(require,module,exports){
3257"use strict";var asn1=require("asn1.js");exports.certificate=require("./certificate");var RSAPrivateKey=asn1.define("RSAPrivateKey",function(){this.seq().obj(this.key("version").int(),this.key("modulus").int(),this.key("publicExponent").int(),this.key("privateExponent").int(),this.key("prime1").int(),this.key("prime2").int(),this.key("exponent1").int(),this.key("exponent2").int(),this.key("coefficient").int())});exports.RSAPrivateKey=RSAPrivateKey;var RSAPublicKey=asn1.define("RSAPublicKey",function(){this.seq().obj(this.key("modulus").int(),this.key("publicExponent").int())});exports.RSAPublicKey=RSAPublicKey;var PublicKey=asn1.define("SubjectPublicKeyInfo",function(){this.seq().obj(this.key("algorithm").use(AlgorithmIdentifier),this.key("subjectPublicKey").bitstr())});exports.PublicKey=PublicKey;var AlgorithmIdentifier=asn1.define("AlgorithmIdentifier",function(){this.seq().obj(this.key("algorithm").objid(),this.key("none").null_().optional(),this.key("curve").objid().optional(),this.key("params").seq().obj(this.key("p").int(),this.key("q").int(),this.key("g").int()).optional())}),PrivateKeyInfo=asn1.define("PrivateKeyInfo",function(){this.seq().obj(this.key("version").int(),this.key("algorithm").use(AlgorithmIdentifier),this.key("subjectPrivateKey").octstr())});exports.PrivateKey=PrivateKeyInfo;var EncryptedPrivateKeyInfo=asn1.define("EncryptedPrivateKeyInfo",function(){this.seq().obj(this.key("algorithm").seq().obj(this.key("id").objid(),this.key("decrypt").seq().obj(this.key("kde").seq().obj(this.key("id").objid(),this.key("kdeparams").seq().obj(this.key("salt").octstr(),this.key("iters").int())),this.key("cipher").seq().obj(this.key("algo").objid(),this.key("iv").octstr()))),this.key("subjectPrivateKey").octstr())});exports.EncryptedPrivateKey=EncryptedPrivateKeyInfo;var DSAPrivateKey=asn1.define("DSAPrivateKey",function(){this.seq().obj(this.key("version").int(),this.key("p").int(),this.key("q").int(),this.key("g").int(),this.key("pub_key").int(),this.key("priv_key").int())});exports.DSAPrivateKey=DSAPrivateKey,exports.DSAparam=asn1.define("DSAparam",function(){this.int()});var ECPrivateKey=asn1.define("ECPrivateKey",function(){this.seq().obj(this.key("version").int(),this.key("privateKey").octstr(),this.key("parameters").optional().explicit(0).use(ECParameters),this.key("publicKey").optional().explicit(1).bitstr())});exports.ECPrivateKey=ECPrivateKey;var ECParameters=asn1.define("ECParameters",function(){this.choice({namedCurve:this.objid()})});exports.signature=asn1.define("signature",function(){this.seq().obj(this.key("r").int(),this.key("s").int())});
3258
3259},{"./certificate":505,"asn1.js":239}],505:[function(require,module,exports){
3260"use strict";var asn=require("asn1.js"),Time=asn.define("Time",function(){this.choice({utcTime:this.utctime(),generalTime:this.gentime()})}),AttributeTypeValue=asn.define("AttributeTypeValue",function(){this.seq().obj(this.key("type").objid(),this.key("value").any())}),AlgorithmIdentifier=asn.define("AlgorithmIdentifier",function(){this.seq().obj(this.key("algorithm").objid(),this.key("parameters").optional(),this.key("curve").objid().optional())}),SubjectPublicKeyInfo=asn.define("SubjectPublicKeyInfo",function(){this.seq().obj(this.key("algorithm").use(AlgorithmIdentifier),this.key("subjectPublicKey").bitstr())}),RelativeDistinguishedName=asn.define("RelativeDistinguishedName",function(){this.setof(AttributeTypeValue)}),RDNSequence=asn.define("RDNSequence",function(){this.seqof(RelativeDistinguishedName)}),Name=asn.define("Name",function(){this.choice({rdnSequence:this.use(RDNSequence)})}),Validity=asn.define("Validity",function(){this.seq().obj(this.key("notBefore").use(Time),this.key("notAfter").use(Time))}),Extension=asn.define("Extension",function(){this.seq().obj(this.key("extnID").objid(),this.key("critical").bool().def(!1),this.key("extnValue").octstr())}),TBSCertificate=asn.define("TBSCertificate",function(){this.seq().obj(this.key("version").explicit(0).int().optional(),this.key("serialNumber").int(),this.key("signature").use(AlgorithmIdentifier),this.key("issuer").use(Name),this.key("validity").use(Validity),this.key("subject").use(Name),this.key("subjectPublicKeyInfo").use(SubjectPublicKeyInfo),this.key("issuerUniqueID").implicit(1).bitstr().optional(),this.key("subjectUniqueID").implicit(2).bitstr().optional(),this.key("extensions").explicit(3).seqof(Extension).optional())}),X509Certificate=asn.define("X509Certificate",function(){this.seq().obj(this.key("tbsCertificate").use(TBSCertificate),this.key("signatureAlgorithm").use(AlgorithmIdentifier),this.key("signatureValue").bitstr())});module.exports=X509Certificate;
3261
3262},{"asn1.js":239}],506:[function(require,module,exports){
3263var findProc=/Proc-Type: 4,ENCRYPTED[\n\r]+DEK-Info: AES-((?:128)|(?:192)|(?:256))-CBC,([0-9A-H]+)[\n\r]+([0-9A-z\n\r\+\/\=]+)[\n\r]+/m,startRegex=/^-----BEGIN ((?:.*? KEY)|CERTIFICATE)-----/m,fullRegex=/^-----BEGIN ((?:.*? KEY)|CERTIFICATE)-----([0-9A-z\n\r\+\/\=]+)-----END \1-----$/m,evp=require("evp_bytestokey"),ciphers=require("browserify-aes"),Buffer=require("safe-buffer").Buffer;module.exports=function(e,r){var f,a=e.toString(),t=a.match(findProc);if(t){var n="aes"+t[1],u=Buffer.from(t[2],"hex"),s=Buffer.from(t[3].replace(/[\r\n]/g,""),"base64"),c=evp(r,u.slice(0,8),parseInt(t[1],10)).key,i=[],p=ciphers.createDecipheriv(n,c,u);i.push(p.update(s)),i.push(p.final()),f=Buffer.concat(i)}else{var o=a.match(fullRegex);f=new Buffer(o[2].replace(/[\r\n]/g,""),"base64")}return{tag:a.match(startRegex)[1],data:f}};
3264
3265},{"browserify-aes":259,"evp_bytestokey":328,"safe-buffer":542}],507:[function(require,module,exports){
3266var asn1=require("./asn1"),aesid=require("./aesid.json"),fixProc=require("./fixProc"),ciphers=require("browserify-aes"),compat=require("pbkdf2"),Buffer=require("safe-buffer").Buffer;function parseKeys(e){var r;"object"!=typeof e||Buffer.isBuffer(e)||(r=e.passphrase,e=e.key),"string"==typeof e&&(e=Buffer.from(e));var a,t,s=fixProc(e,r),i=s.tag,c=s.data;switch(i){case"CERTIFICATE":t=asn1.certificate.decode(c,"der").tbsCertificate.subjectPublicKeyInfo;case"PUBLIC KEY":switch(t||(t=asn1.PublicKey.decode(c,"der")),a=t.algorithm.algorithm.join(".")){case"1.2.840.113549.1.1.1":return asn1.RSAPublicKey.decode(t.subjectPublicKey.data,"der");case"1.2.840.10045.2.1":return t.subjectPrivateKey=t.subjectPublicKey,{type:"ec",data:t};case"1.2.840.10040.4.1":return t.algorithm.params.pub_key=asn1.DSAparam.decode(t.subjectPublicKey.data,"der"),{type:"dsa",data:t.algorithm.params};default:throw new Error("unknown key id "+a)}throw new Error("unknown key type "+i);case"ENCRYPTED PRIVATE KEY":c=decrypt(c=asn1.EncryptedPrivateKey.decode(c,"der"),r);case"PRIVATE KEY":switch(a=(t=asn1.PrivateKey.decode(c,"der")).algorithm.algorithm.join(".")){case"1.2.840.113549.1.1.1":return asn1.RSAPrivateKey.decode(t.subjectPrivateKey,"der");case"1.2.840.10045.2.1":return{curve:t.algorithm.curve,privateKey:asn1.ECPrivateKey.decode(t.subjectPrivateKey,"der").privateKey};case"1.2.840.10040.4.1":return t.algorithm.params.priv_key=asn1.DSAparam.decode(t.subjectPrivateKey,"der"),{type:"dsa",params:t.algorithm.params};default:throw new Error("unknown key id "+a)}throw new Error("unknown key type "+i);case"RSA PUBLIC KEY":return asn1.RSAPublicKey.decode(c,"der");case"RSA PRIVATE KEY":return asn1.RSAPrivateKey.decode(c,"der");case"DSA PRIVATE KEY":return{type:"dsa",params:asn1.DSAPrivateKey.decode(c,"der")};case"EC PRIVATE KEY":return{curve:(c=asn1.ECPrivateKey.decode(c,"der")).parameters.value,privateKey:c.privateKey};default:throw new Error("unknown key type "+i)}}function decrypt(e,r){var a=e.algorithm.decrypt.kde.kdeparams.salt,t=parseInt(e.algorithm.decrypt.kde.kdeparams.iters.toString(),10),s=aesid[e.algorithm.decrypt.cipher.algo.join(".")],i=e.algorithm.decrypt.cipher.iv,c=e.subjectPrivateKey,d=parseInt(s.split("-")[1],10)/8,n=compat.pbkdf2Sync(r,a,t,d,"sha1"),o=ciphers.createDecipheriv(s,n,i),u=[];return u.push(o.update(c)),u.push(o.final()),Buffer.concat(u)}module.exports=parseKeys,parseKeys.signature=asn1.signature;
3267
3268},{"./aesid.json":503,"./asn1":504,"./fixProc":506,"browserify-aes":259,"pbkdf2":509,"safe-buffer":542}],508:[function(require,module,exports){
3269(function (process){
3270function normalizeArray(r,t){for(var e=0,n=r.length-1;n>=0;n--){var o=r[n];"."===o?r.splice(n,1):".."===o?(r.splice(n,1),e++):e&&(r.splice(n,1),e--)}if(t)for(;e--;e)r.unshift("..");return r}function basename(r){"string"!=typeof r&&(r+="");var t,e=0,n=-1,o=!0;for(t=r.length-1;t>=0;--t)if(47===r.charCodeAt(t)){if(!o){e=t+1;break}}else-1===n&&(o=!1,n=t+1);return-1===n?"":r.slice(e,n)}function filter(r,t){if(r.filter)return r.filter(t);for(var e=[],n=0;n<r.length;n++)t(r[n],n,r)&&e.push(r[n]);return e}exports.resolve=function(){for(var r="",t=!1,e=arguments.length-1;e>=-1&&!t;e--){var n=e>=0?arguments[e]:process.cwd();if("string"!=typeof n)throw new TypeError("Arguments to path.resolve must be strings");n&&(r=n+"/"+r,t="/"===n.charAt(0))}return(t?"/":"")+(r=normalizeArray(filter(r.split("/"),function(r){return!!r}),!t).join("/"))||"."},exports.normalize=function(r){var t=exports.isAbsolute(r),e="/"===substr(r,-1);return(r=normalizeArray(filter(r.split("/"),function(r){return!!r}),!t).join("/"))||t||(r="."),r&&e&&(r+="/"),(t?"/":"")+r},exports.isAbsolute=function(r){return"/"===r.charAt(0)},exports.join=function(){var r=Array.prototype.slice.call(arguments,0);return exports.normalize(filter(r,function(r,t){if("string"!=typeof r)throw new TypeError("Arguments to path.join must be strings");return r}).join("/"))},exports.relative=function(r,t){function e(r){for(var t=0;t<r.length&&""===r[t];t++);for(var e=r.length-1;e>=0&&""===r[e];e--);return t>e?[]:r.slice(t,e-t+1)}r=exports.resolve(r).substr(1),t=exports.resolve(t).substr(1);for(var n=e(r.split("/")),o=e(t.split("/")),s=Math.min(n.length,o.length),i=s,u=0;u<s;u++)if(n[u]!==o[u]){i=u;break}var l=[];for(u=i;u<n.length;u++)l.push("..");return(l=l.concat(o.slice(i))).join("/")},exports.sep="/",exports.delimiter=":",exports.dirname=function(r){if("string"!=typeof r&&(r+=""),0===r.length)return".";for(var t=r.charCodeAt(0),e=47===t,n=-1,o=!0,s=r.length-1;s>=1;--s)if(47===(t=r.charCodeAt(s))){if(!o){n=s;break}}else o=!1;return-1===n?e?"/":".":e&&1===n?"/":r.slice(0,n)},exports.basename=function(r,t){var e=basename(r);return t&&e.substr(-1*t.length)===t&&(e=e.substr(0,e.length-t.length)),e},exports.extname=function(r){"string"!=typeof r&&(r+="");for(var t=-1,e=0,n=-1,o=!0,s=0,i=r.length-1;i>=0;--i){var u=r.charCodeAt(i);if(47!==u)-1===n&&(o=!1,n=i+1),46===u?-1===t?t=i:1!==s&&(s=1):-1!==t&&(s=-1);else if(!o){e=i+1;break}}return-1===t||-1===n||0===s||1===s&&t===n-1&&t===e+1?"":r.slice(t,n)};var substr="b"==="ab".substr(-1)?function(r,t,e){return r.substr(t,e)}:function(r,t,e){return t<0&&(t=r.length+t),r.substr(t,e)};
3271
3272}).call(this,require('_process'))
3273},{"_process":515}],509:[function(require,module,exports){
3274exports.pbkdf2=require("./lib/async"),exports.pbkdf2Sync=require("./lib/sync");
3275
3276},{"./lib/async":510,"./lib/sync":513}],510:[function(require,module,exports){
3277(function (process,global){
3278var ZERO_BUF,checkParameters=require("./precondition"),defaultEncoding=require("./default-encoding"),sync=require("./sync"),Buffer=require("safe-buffer").Buffer,subtle=global.crypto&&global.crypto.subtle,toBrowser={sha:"SHA-1","sha-1":"SHA-1",sha1:"SHA-1",sha256:"SHA-256","sha-256":"SHA-256",sha384:"SHA-384","sha-384":"SHA-384","sha-512":"SHA-512",sha512:"SHA-512"},checks=[];function checkNative(e){if(global.process&&!global.process.browser)return Promise.resolve(!1);if(!subtle||!subtle.importKey||!subtle.deriveBits)return Promise.resolve(!1);if(void 0!==checks[e])return checks[e];var r=browserPbkdf2(ZERO_BUF=ZERO_BUF||Buffer.alloc(8),ZERO_BUF,10,128,e).then(function(){return!0}).catch(function(){return!1});return checks[e]=r,r}function browserPbkdf2(e,r,n,t,o){return subtle.importKey("raw",e,{name:"PBKDF2"},!1,["deriveBits"]).then(function(e){return subtle.deriveBits({name:"PBKDF2",salt:r,iterations:n,hash:{name:o}},e,t<<3)}).then(function(e){return Buffer.from(e)})}function resolvePromise(e,r){e.then(function(e){process.nextTick(function(){r(null,e)})},function(e){process.nextTick(function(){r(e)})})}module.exports=function(e,r,n,t,o,s){"function"==typeof o&&(s=o,o=void 0);var c=toBrowser[(o=o||"sha1").toLowerCase()];if(!c||"function"!=typeof global.Promise)return process.nextTick(function(){var c;try{c=sync(e,r,n,t,o)}catch(e){return s(e)}s(null,c)});if(checkParameters(e,r,n,t),"function"!=typeof s)throw new Error("No callback provided to pbkdf2");Buffer.isBuffer(e)||(e=Buffer.from(e,defaultEncoding)),Buffer.isBuffer(r)||(r=Buffer.from(r,defaultEncoding)),resolvePromise(checkNative(c).then(function(s){return s?browserPbkdf2(e,r,n,t,c):sync(e,r,n,t,o)}),s)};
3279
3280}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
3281},{"./default-encoding":511,"./precondition":512,"./sync":513,"_process":515,"safe-buffer":542}],511:[function(require,module,exports){
3282(function (process){
3283var defaultEncoding;if(process.browser)defaultEncoding="utf-8";else{var pVersionMajor=parseInt(process.version.split(".")[0].slice(1),10);defaultEncoding=pVersionMajor>=6?"utf-8":"binary"}module.exports=defaultEncoding;
3284
3285}).call(this,require('_process'))
3286},{"_process":515}],512:[function(require,module,exports){
3287(function (Buffer){
3288var MAX_ALLOC=Math.pow(2,30)-1;function checkBuffer(r,e){if("string"!=typeof r&&!Buffer.isBuffer(r))throw new TypeError(e+" must be a buffer or string")}module.exports=function(r,e,o,t){if(checkBuffer(r,"Password"),checkBuffer(e,"Salt"),"number"!=typeof o)throw new TypeError("Iterations not a number");if(o<0)throw new TypeError("Bad iterations");if("number"!=typeof t)throw new TypeError("Key length not a number");if(t<0||t>MAX_ALLOC||t!=t)throw new TypeError("Bad key length")};
3289
3290}).call(this,{"isBuffer":require("../../is-buffer/index.js")})
3291},{"../../is-buffer/index.js":365}],513:[function(require,module,exports){
3292var md5=require("create-hash/md5"),RIPEMD160=require("ripemd160"),sha=require("sha.js"),checkParameters=require("./precondition"),defaultEncoding=require("./default-encoding"),Buffer=require("safe-buffer").Buffer,ZEROS=Buffer.alloc(128),sizes={md5:16,sha1:20,sha224:28,sha256:32,sha384:48,sha512:64,rmd160:20,ripemd160:20};function Hmac(e,r,a){var s=getDigest(e),f="sha512"===e||"sha384"===e?128:64;r.length>f?r=s(r):r.length<f&&(r=Buffer.concat([r,ZEROS],f));for(var i=Buffer.allocUnsafe(f+sizes[e]),t=Buffer.allocUnsafe(f+sizes[e]),n=0;n<f;n++)i[n]=54^r[n],t[n]=92^r[n];var u=Buffer.allocUnsafe(f+a+4);i.copy(u,0,0,f),this.ipad1=u,this.ipad2=i,this.opad=t,this.alg=e,this.blocksize=f,this.hash=s,this.size=sizes[e]}function getDigest(e){return"rmd160"===e||"ripemd160"===e?function(e){return(new RIPEMD160).update(e).digest()}:"md5"===e?md5:function(r){return sha(e).update(r).digest()}}function pbkdf2(e,r,a,s,f){checkParameters(e,r,a,s),Buffer.isBuffer(e)||(e=Buffer.from(e,defaultEncoding)),Buffer.isBuffer(r)||(r=Buffer.from(r,defaultEncoding));var i=new Hmac(f=f||"sha1",e,r.length),t=Buffer.allocUnsafe(s),n=Buffer.allocUnsafe(r.length+4);r.copy(n,0,0,r.length);for(var u=0,h=sizes[f],o=Math.ceil(s/h),c=1;c<=o;c++){n.writeUInt32BE(c,r.length);for(var d=i.run(n,i.ipad1),l=d,p=1;p<a;p++){l=i.run(l,i.ipad2);for(var m=0;m<h;m++)d[m]^=l[m]}d.copy(t,u),u+=h}return t}Hmac.prototype.run=function(e,r){return e.copy(r,this.blocksize),this.hash(r).copy(this.opad,this.blocksize),this.hash(this.opad)},module.exports=pbkdf2;
3293
3294},{"./default-encoding":511,"./precondition":512,"create-hash/md5":292,"ripemd160":540,"safe-buffer":542,"sha.js":545}],514:[function(require,module,exports){
3295(function (process){
3296"use strict";function nextTick(e,n,c,r){if("function"!=typeof e)throw new TypeError('"callback" argument must be a function');var s,t,o=arguments.length;switch(o){case 0:case 1:return process.nextTick(e);case 2:return process.nextTick(function(){e.call(null,n)});case 3:return process.nextTick(function(){e.call(null,n,c)});case 4:return process.nextTick(function(){e.call(null,n,c,r)});default:for(s=new Array(o-1),t=0;t<s.length;)s[t++]=arguments[t];return process.nextTick(function(){e.apply(null,s)})}}"undefined"==typeof process||!process.version||0===process.version.indexOf("v0.")||0===process.version.indexOf("v1.")&&0!==process.version.indexOf("v1.8.")?module.exports={nextTick:nextTick}:module.exports=process;
3297
3298}).call(this,require('_process'))
3299},{"_process":515}],515:[function(require,module,exports){
3300var cachedSetTimeout,cachedClearTimeout,process=module.exports={};function defaultSetTimout(){throw new Error("setTimeout has not been defined")}function defaultClearTimeout(){throw new Error("clearTimeout has not been defined")}function runTimeout(e){if(cachedSetTimeout===setTimeout)return setTimeout(e,0);if((cachedSetTimeout===defaultSetTimout||!cachedSetTimeout)&&setTimeout)return cachedSetTimeout=setTimeout,setTimeout(e,0);try{return cachedSetTimeout(e,0)}catch(t){try{return cachedSetTimeout.call(null,e,0)}catch(t){return cachedSetTimeout.call(this,e,0)}}}function runClearTimeout(e){if(cachedClearTimeout===clearTimeout)return clearTimeout(e);if((cachedClearTimeout===defaultClearTimeout||!cachedClearTimeout)&&clearTimeout)return cachedClearTimeout=clearTimeout,clearTimeout(e);try{return cachedClearTimeout(e)}catch(t){try{return cachedClearTimeout.call(null,e)}catch(t){return cachedClearTimeout.call(this,e)}}}!function(){try{cachedSetTimeout="function"==typeof setTimeout?setTimeout:defaultSetTimout}catch(e){cachedSetTimeout=defaultSetTimout}try{cachedClearTimeout="function"==typeof clearTimeout?clearTimeout:defaultClearTimeout}catch(e){cachedClearTimeout=defaultClearTimeout}}();var currentQueue,queue=[],draining=!1,queueIndex=-1;function cleanUpNextTick(){draining&&currentQueue&&(draining=!1,currentQueue.length?queue=currentQueue.concat(queue):queueIndex=-1,queue.length&&drainQueue())}function drainQueue(){if(!draining){var e=runTimeout(cleanUpNextTick);draining=!0;for(var t=queue.length;t;){for(currentQueue=queue,queue=[];++queueIndex<t;)currentQueue&&currentQueue[queueIndex].run();queueIndex=-1,t=queue.length}currentQueue=null,draining=!1,runClearTimeout(e)}}function Item(e,t){this.fun=e,this.array=t}function noop(){}process.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];queue.push(new Item(e,t)),1!==queue.length||draining||runTimeout(drainQueue)},Item.prototype.run=function(){this.fun.apply(null,this.array)},process.title="browser",process.browser=!0,process.env={},process.argv=[],process.version="",process.versions={},process.on=noop,process.addListener=noop,process.once=noop,process.off=noop,process.removeListener=noop,process.removeAllListeners=noop,process.emit=noop,process.prependListener=noop,process.prependOnceListener=noop,process.listeners=function(e){return[]},process.binding=function(e){throw new Error("process.binding is not supported")},process.cwd=function(){return"/"},process.chdir=function(e){throw new Error("process.chdir is not supported")},process.umask=function(){return 0};
3301
3302},{}],516:[function(require,module,exports){
3303exports.publicEncrypt=require("./publicEncrypt"),exports.privateDecrypt=require("./privateDecrypt"),exports.privateEncrypt=function(r,p){return exports.publicEncrypt(r,p,!0)},exports.publicDecrypt=function(r,p){return exports.privateDecrypt(r,p,!0)};
3304
3305},{"./privateDecrypt":518,"./publicEncrypt":519}],517:[function(require,module,exports){
3306var createHash=require("create-hash"),Buffer=require("safe-buffer").Buffer;function i2ops(e){var r=Buffer.allocUnsafe(4);return r.writeUInt32BE(e,0),r}module.exports=function(e,r){for(var a,f=Buffer.alloc(0),t=0;f.length<r;)a=i2ops(t++),f=Buffer.concat([f,createHash("sha1").update(e).update(a).digest()]);return f.slice(0,r)};
3307
3308},{"create-hash":291,"safe-buffer":542}],518:[function(require,module,exports){
3309var parseKeys=require("parse-asn1"),mgf=require("./mgf"),xor=require("./xor"),BN=require("bn.js"),crt=require("browserify-rsa"),createHash=require("create-hash"),withPublic=require("./withPublic"),Buffer=require("safe-buffer").Buffer;function oaep(r,e){var t=r.modulus.byteLength(),n=createHash("sha1").update(Buffer.alloc(0)).digest(),o=n.length;if(0!==e[0])throw new Error("decryption error");var i=e.slice(1,o+1),f=e.slice(o+1),u=xor(i,mgf(f,o)),a=xor(f,mgf(u,t-o-1));if(compare(n,a.slice(0,o)))throw new Error("decryption error");for(var c=o;0===a[c];)c++;if(1!==a[c++])throw new Error("decryption error");return a.slice(c)}function pkcs1(r,e,t){for(var n=e.slice(0,2),o=2,i=0;0!==e[o++];)if(o>=e.length){i++;break}var f=e.slice(2,o-1);if(("0002"!==n.toString("hex")&&!t||"0001"!==n.toString("hex")&&t)&&i++,f.length<8&&i++,i)throw new Error("decryption error");return e.slice(o)}function compare(r,e){r=Buffer.from(r),e=Buffer.from(e);var t=0,n=r.length;r.length!==e.length&&(t++,n=Math.min(r.length,e.length));for(var o=-1;++o<n;)t+=r[o]^e[o];return t}module.exports=function(r,e,t){var n;n=r.padding?r.padding:t?1:4;var o,i=parseKeys(r),f=i.modulus.byteLength();if(e.length>f||new BN(e).cmp(i.modulus)>=0)throw new Error("decryption error");o=t?withPublic(new BN(e),i):crt(e,i);var u=Buffer.alloc(f-o.length);if(o=Buffer.concat([u,o],f),4===n)return oaep(i,o);if(1===n)return pkcs1(i,o,t);if(3===n)return o;throw new Error("unknown padding")};
3310
3311},{"./mgf":517,"./withPublic":520,"./xor":521,"bn.js":254,"browserify-rsa":277,"create-hash":291,"parse-asn1":507,"safe-buffer":542}],519:[function(require,module,exports){
3312var parseKeys=require("parse-asn1"),randomBytes=require("randombytes"),createHash=require("create-hash"),mgf=require("./mgf"),xor=require("./xor"),BN=require("bn.js"),withPublic=require("./withPublic"),crt=require("browserify-rsa"),Buffer=require("safe-buffer").Buffer;function oaep(r,e){var o=r.modulus.byteLength(),n=e.length,f=createHash("sha1").update(Buffer.alloc(0)).digest(),a=f.length,u=2*a;if(n>o-u-2)throw new Error("message too long");var t=Buffer.alloc(o-n-u-2),s=o-a-1,l=randomBytes(a),i=xor(Buffer.concat([f,t,Buffer.alloc(1,1),e],s),mgf(l,s)),c=xor(l,mgf(i,a));return new BN(Buffer.concat([Buffer.alloc(1),c,i],o))}function pkcs1(r,e,o){var n,f=e.length,a=r.modulus.byteLength();if(f>a-11)throw new Error("message too long");return n=o?Buffer.alloc(a-f-3,255):nonZero(a-f-3),new BN(Buffer.concat([Buffer.from([0,o?1:2]),n,Buffer.alloc(1),e],a))}function nonZero(r){for(var e,o=Buffer.allocUnsafe(r),n=0,f=randomBytes(2*r),a=0;n<r;)a===f.length&&(f=randomBytes(2*r),a=0),(e=f[a++])&&(o[n++]=e);return o}module.exports=function(r,e,o){var n;n=r.padding?r.padding:o?1:4;var f,a=parseKeys(r);if(4===n)f=oaep(a,e);else if(1===n)f=pkcs1(a,e,o);else{if(3!==n)throw new Error("unknown padding");if((f=new BN(e)).cmp(a.modulus)>=0)throw new Error("data too long for modulus")}return o?crt(f,a):withPublic(f,a)};
3313
3314},{"./mgf":517,"./withPublic":520,"./xor":521,"bn.js":254,"browserify-rsa":277,"create-hash":291,"parse-asn1":507,"randombytes":522,"safe-buffer":542}],520:[function(require,module,exports){
3315var BN=require("bn.js"),Buffer=require("safe-buffer").Buffer;function withPublic(e,r){return Buffer.from(e.toRed(BN.mont(r.modulus)).redPow(new BN(r.publicExponent)).fromRed().toArray())}module.exports=withPublic;
3316
3317},{"bn.js":254,"safe-buffer":542}],521:[function(require,module,exports){
3318module.exports=function(r,e){for(var n=r.length,o=-1;++o<n;)r[o]^=e[o];return r};
3319
3320},{}],522:[function(require,module,exports){
3321(function (process,global){
3322"use strict";var MAX_BYTES=65536,MAX_UINT32=4294967295;function oldBrowser(){throw new Error("Secure random number generation is not supported by this browser.\nUse Chrome, Firefox or Internet Explorer 11")}var Buffer=require("safe-buffer").Buffer,crypto=global.crypto||global.msCrypto;function randomBytes(r,e){if(r>MAX_UINT32)throw new RangeError("requested too many random bytes");var o=Buffer.allocUnsafe(r);if(r>0)if(r>MAX_BYTES)for(var t=0;t<r;t+=MAX_BYTES)crypto.getRandomValues(o.slice(t,t+MAX_BYTES));else crypto.getRandomValues(o);return"function"==typeof e?process.nextTick(function(){e(null,o)}):o}crypto&&crypto.getRandomValues?module.exports=randomBytes:module.exports=oldBrowser;
3323
3324}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
3325},{"_process":515,"safe-buffer":542}],523:[function(require,module,exports){
3326(function (process,global){
3327"use strict";function oldBrowser(){throw new Error("secure random number generation not supported by this browser\nuse chrome, FireFox or Internet Explorer 11")}var safeBuffer=require("safe-buffer"),randombytes=require("randombytes"),Buffer=safeBuffer.Buffer,kBufferMaxLength=safeBuffer.kMaxLength,crypto=global.crypto||global.msCrypto,kMaxUint32=Math.pow(2,32)-1;function assertOffset(r,e){if("number"!=typeof r||r!=r)throw new TypeError("offset must be a number");if(r>kMaxUint32||r<0)throw new TypeError("offset must be a uint32");if(r>kBufferMaxLength||r>e)throw new RangeError("offset out of range")}function assertSize(r,e,t){if("number"!=typeof r||r!=r)throw new TypeError("size must be a number");if(r>kMaxUint32||r<0)throw new TypeError("size must be a uint32");if(r+e>t||r>kBufferMaxLength)throw new RangeError("buffer too small")}function randomFill(r,e,t,n){if(!(Buffer.isBuffer(r)||r instanceof global.Uint8Array))throw new TypeError('"buf" argument must be a Buffer or Uint8Array');if("function"==typeof e)n=e,e=0,t=r.length;else if("function"==typeof t)n=t,t=r.length-e;else if("function"!=typeof n)throw new TypeError('"cb" argument must be a function');return assertOffset(e,r.length),assertSize(t,e,r.length),actualFill(r,e,t,n)}function actualFill(r,e,t,n){if(process.browser){var o=r.buffer,f=new Uint8Array(o,e,t);return crypto.getRandomValues(f),n?void process.nextTick(function(){n(null,r)}):r}if(!n)return randombytes(t).copy(r,e),r;randombytes(t,function(t,o){if(t)return n(t);o.copy(r,e),n(null,r)})}function randomFillSync(r,e,t){if(void 0===e&&(e=0),!(Buffer.isBuffer(r)||r instanceof global.Uint8Array))throw new TypeError('"buf" argument must be a Buffer or Uint8Array');return assertOffset(e,r.length),void 0===t&&(t=r.length-e),assertSize(t,e,r.length),actualFill(r,e,t)}crypto&&crypto.getRandomValues||!process.browser?(exports.randomFill=randomFill,exports.randomFillSync=randomFillSync):(exports.randomFill=oldBrowser,exports.randomFillSync=oldBrowser);
3328
3329}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
3330},{"_process":515,"randombytes":522,"safe-buffer":542}],524:[function(require,module,exports){
3331module.exports=require("./lib/_stream_duplex.js");
3332
3333},{"./lib/_stream_duplex.js":525}],525:[function(require,module,exports){
3334"use strict";var pna=require("process-nextick-args"),objectKeys=Object.keys||function(e){var t=[];for(var r in e)t.push(r);return t};module.exports=Duplex;var util=require("core-util-is");util.inherits=require("inherits");var Readable=require("./_stream_readable"),Writable=require("./_stream_writable");util.inherits(Duplex,Readable);for(var keys=objectKeys(Writable.prototype),v=0;v<keys.length;v++){var method=keys[v];Duplex.prototype[method]||(Duplex.prototype[method]=Writable.prototype[method])}function Duplex(e){if(!(this instanceof Duplex))return new Duplex(e);Readable.call(this,e),Writable.call(this,e),e&&!1===e.readable&&(this.readable=!1),e&&!1===e.writable&&(this.writable=!1),this.allowHalfOpen=!0,e&&!1===e.allowHalfOpen&&(this.allowHalfOpen=!1),this.once("end",onend)}function onend(){this.allowHalfOpen||this._writableState.ended||pna.nextTick(onEndNT,this)}function onEndNT(e){e.end()}Object.defineProperty(Duplex.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),Object.defineProperty(Duplex.prototype,"destroyed",{get:function(){return void 0!==this._readableState&&void 0!==this._writableState&&(this._readableState.destroyed&&this._writableState.destroyed)},set:function(e){void 0!==this._readableState&&void 0!==this._writableState&&(this._readableState.destroyed=e,this._writableState.destroyed=e)}}),Duplex.prototype._destroy=function(e,t){this.push(null),this.end(),pna.nextTick(t,e)};
3335
3336},{"./_stream_readable":527,"./_stream_writable":529,"core-util-is":289,"inherits":364,"process-nextick-args":514}],526:[function(require,module,exports){
3337"use strict";module.exports=PassThrough;var Transform=require("./_stream_transform"),util=require("core-util-is");function PassThrough(r){if(!(this instanceof PassThrough))return new PassThrough(r);Transform.call(this,r)}util.inherits=require("inherits"),util.inherits(PassThrough,Transform),PassThrough.prototype._transform=function(r,s,i){i(null,r)};
3338
3339},{"./_stream_transform":528,"core-util-is":289,"inherits":364}],527:[function(require,module,exports){
3340(function (process,global){
3341"use strict";var pna=require("process-nextick-args");module.exports=Readable;var Duplex,isArray=require("isarray");Readable.ReadableState=ReadableState;var EE=require("events").EventEmitter,EElistenerCount=function(e,t){return e.listeners(t).length},Stream=require("./internal/streams/stream"),Buffer=require("safe-buffer").Buffer,OurUint8Array=global.Uint8Array||function(){};function _uint8ArrayToBuffer(e){return Buffer.from(e)}function _isUint8Array(e){return Buffer.isBuffer(e)||e instanceof OurUint8Array}var util=require("core-util-is");util.inherits=require("inherits");var debugUtil=require("util"),debug=void 0;debug=debugUtil&&debugUtil.debuglog?debugUtil.debuglog("stream"):function(){};var StringDecoder,BufferList=require("./internal/streams/BufferList"),destroyImpl=require("./internal/streams/destroy");util.inherits(Readable,Stream);var kProxyEvents=["error","close","destroy","pause","resume"];function prependListener(e,t,r){if("function"==typeof e.prependListener)return e.prependListener(t,r);e._events&&e._events[t]?isArray(e._events[t])?e._events[t].unshift(r):e._events[t]=[r,e._events[t]]:e.on(t,r)}function ReadableState(e,t){e=e||{};var r=t instanceof(Duplex=Duplex||require("./_stream_duplex"));this.objectMode=!!e.objectMode,r&&(this.objectMode=this.objectMode||!!e.readableObjectMode);var n=e.highWaterMark,a=e.readableHighWaterMark,i=this.objectMode?16:16384;this.highWaterMark=n||0===n?n:r&&(a||0===a)?a:i,this.highWaterMark=Math.floor(this.highWaterMark),this.buffer=new BufferList,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.destroyed=!1,this.defaultEncoding=e.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,e.encoding&&(StringDecoder||(StringDecoder=require("string_decoder/").StringDecoder),this.decoder=new StringDecoder(e.encoding),this.encoding=e.encoding)}function Readable(e){if(Duplex=Duplex||require("./_stream_duplex"),!(this instanceof Readable))return new Readable(e);this._readableState=new ReadableState(e,this),this.readable=!0,e&&("function"==typeof e.read&&(this._read=e.read),"function"==typeof e.destroy&&(this._destroy=e.destroy)),Stream.call(this)}function readableAddChunk(e,t,r,n,a){var i,d=e._readableState;null===t?(d.reading=!1,onEofChunk(e,d)):(a||(i=chunkInvalid(d,t)),i?e.emit("error",i):d.objectMode||t&&t.length>0?("string"==typeof t||d.objectMode||Object.getPrototypeOf(t)===Buffer.prototype||(t=_uint8ArrayToBuffer(t)),n?d.endEmitted?e.emit("error",new Error("stream.unshift() after end event")):addChunk(e,d,t,!0):d.ended?e.emit("error",new Error("stream.push() after EOF")):(d.reading=!1,d.decoder&&!r?(t=d.decoder.write(t),d.objectMode||0!==t.length?addChunk(e,d,t,!1):maybeReadMore(e,d)):addChunk(e,d,t,!1))):n||(d.reading=!1));return needMoreData(d)}function addChunk(e,t,r,n){t.flowing&&0===t.length&&!t.sync?(e.emit("data",r),e.read(0)):(t.length+=t.objectMode?1:r.length,n?t.buffer.unshift(r):t.buffer.push(r),t.needReadable&&emitReadable(e)),maybeReadMore(e,t)}function chunkInvalid(e,t){var r;return _isUint8Array(t)||"string"==typeof t||void 0===t||e.objectMode||(r=new TypeError("Invalid non-string/buffer chunk")),r}function needMoreData(e){return!e.ended&&(e.needReadable||e.length<e.highWaterMark||0===e.length)}Object.defineProperty(Readable.prototype,"destroyed",{get:function(){return void 0!==this._readableState&&this._readableState.destroyed},set:function(e){this._readableState&&(this._readableState.destroyed=e)}}),Readable.prototype.destroy=destroyImpl.destroy,Readable.prototype._undestroy=destroyImpl.undestroy,Readable.prototype._destroy=function(e,t){this.push(null),t(e)},Readable.prototype.push=function(e,t){var r,n=this._readableState;return n.objectMode?r=!0:"string"==typeof e&&((t=t||n.defaultEncoding)!==n.encoding&&(e=Buffer.from(e,t),t=""),r=!0),readableAddChunk(this,e,t,!1,r)},Readable.prototype.unshift=function(e){return readableAddChunk(this,e,null,!0,!1)},Readable.prototype.isPaused=function(){return!1===this._readableState.flowing},Readable.prototype.setEncoding=function(e){return StringDecoder||(StringDecoder=require("string_decoder/").StringDecoder),this._readableState.decoder=new StringDecoder(e),this._readableState.encoding=e,this};var MAX_HWM=8388608;function computeNewHighWaterMark(e){return e>=MAX_HWM?e=MAX_HWM:(e--,e|=e>>>1,e|=e>>>2,e|=e>>>4,e|=e>>>8,e|=e>>>16,e++),e}function howMuchToRead(e,t){return e<=0||0===t.length&&t.ended?0:t.objectMode?1:e!=e?t.flowing&&t.length?t.buffer.head.data.length:t.length:(e>t.highWaterMark&&(t.highWaterMark=computeNewHighWaterMark(e)),e<=t.length?e:t.ended?t.length:(t.needReadable=!0,0))}function onEofChunk(e,t){if(!t.ended){if(t.decoder){var r=t.decoder.end();r&&r.length&&(t.buffer.push(r),t.length+=t.objectMode?1:r.length)}t.ended=!0,emitReadable(e)}}function emitReadable(e){var t=e._readableState;t.needReadable=!1,t.emittedReadable||(debug("emitReadable",t.flowing),t.emittedReadable=!0,t.sync?pna.nextTick(emitReadable_,e):emitReadable_(e))}function emitReadable_(e){debug("emit readable"),e.emit("readable"),flow(e)}function maybeReadMore(e,t){t.readingMore||(t.readingMore=!0,pna.nextTick(maybeReadMore_,e,t))}function maybeReadMore_(e,t){for(var r=t.length;!t.reading&&!t.flowing&&!t.ended&&t.length<t.highWaterMark&&(debug("maybeReadMore read 0"),e.read(0),r!==t.length);)r=t.length;t.readingMore=!1}function pipeOnDrain(e){return function(){var t=e._readableState;debug("pipeOnDrain",t.awaitDrain),t.awaitDrain&&t.awaitDrain--,0===t.awaitDrain&&EElistenerCount(e,"data")&&(t.flowing=!0,flow(e))}}function nReadingNextTick(e){debug("readable nexttick read 0"),e.read(0)}function resume(e,t){t.resumeScheduled||(t.resumeScheduled=!0,pna.nextTick(resume_,e,t))}function resume_(e,t){t.reading||(debug("resume read 0"),e.read(0)),t.resumeScheduled=!1,t.awaitDrain=0,e.emit("resume"),flow(e),t.flowing&&!t.reading&&e.read(0)}function flow(e){var t=e._readableState;for(debug("flow",t.flowing);t.flowing&&null!==e.read(););}function fromList(e,t){return 0===t.length?null:(t.objectMode?r=t.buffer.shift():!e||e>=t.length?(r=t.decoder?t.buffer.join(""):1===t.buffer.length?t.buffer.head.data:t.buffer.concat(t.length),t.buffer.clear()):r=fromListPartial(e,t.buffer,t.decoder),r);var r}function fromListPartial(e,t,r){var n;return e<t.head.data.length?(n=t.head.data.slice(0,e),t.head.data=t.head.data.slice(e)):n=e===t.head.data.length?t.shift():r?copyFromBufferString(e,t):copyFromBuffer(e,t),n}function copyFromBufferString(e,t){var r=t.head,n=1,a=r.data;for(e-=a.length;r=r.next;){var i=r.data,d=e>i.length?i.length:e;if(d===i.length?a+=i:a+=i.slice(0,e),0===(e-=d)){d===i.length?(++n,r.next?t.head=r.next:t.head=t.tail=null):(t.head=r,r.data=i.slice(d));break}++n}return t.length-=n,a}function copyFromBuffer(e,t){var r=Buffer.allocUnsafe(e),n=t.head,a=1;for(n.data.copy(r),e-=n.data.length;n=n.next;){var i=n.data,d=e>i.length?i.length:e;if(i.copy(r,r.length-e,0,d),0===(e-=d)){d===i.length?(++a,n.next?t.head=n.next:t.head=t.tail=null):(t.head=n,n.data=i.slice(d));break}++a}return t.length-=a,r}function endReadable(e){var t=e._readableState;if(t.length>0)throw new Error('"endReadable()" called on non-empty stream');t.endEmitted||(t.ended=!0,pna.nextTick(endReadableNT,t,e))}function endReadableNT(e,t){e.endEmitted||0!==e.length||(e.endEmitted=!0,t.readable=!1,t.emit("end"))}function indexOf(e,t){for(var r=0,n=e.length;r<n;r++)if(e[r]===t)return r;return-1}Readable.prototype.read=function(e){debug("read",e),e=parseInt(e,10);var t=this._readableState,r=e;if(0!==e&&(t.emittedReadable=!1),0===e&&t.needReadable&&(t.length>=t.highWaterMark||t.ended))return debug("read: emitReadable",t.length,t.ended),0===t.length&&t.ended?endReadable(this):emitReadable(this),null;if(0===(e=howMuchToRead(e,t))&&t.ended)return 0===t.length&&endReadable(this),null;var n,a=t.needReadable;return debug("need readable",a),(0===t.length||t.length-e<t.highWaterMark)&&debug("length less than watermark",a=!0),t.ended||t.reading?debug("reading or ended",a=!1):a&&(debug("do read"),t.reading=!0,t.sync=!0,0===t.length&&(t.needReadable=!0),this._read(t.highWaterMark),t.sync=!1,t.reading||(e=howMuchToRead(r,t))),null===(n=e>0?fromList(e,t):null)?(t.needReadable=!0,e=0):t.length-=e,0===t.length&&(t.ended||(t.needReadable=!0),r!==e&&t.ended&&endReadable(this)),null!==n&&this.emit("data",n),n},Readable.prototype._read=function(e){this.emit("error",new Error("_read() is not implemented"))},Readable.prototype.pipe=function(e,t){var r=this,n=this._readableState;switch(n.pipesCount){case 0:n.pipes=e;break;case 1:n.pipes=[n.pipes,e];break;default:n.pipes.push(e)}n.pipesCount+=1,debug("pipe count=%d opts=%j",n.pipesCount,t);var a=(!t||!1!==t.end)&&e!==process.stdout&&e!==process.stderr?d:b;function i(t,a){debug("onunpipe"),t===r&&a&&!1===a.hasUnpiped&&(a.hasUnpiped=!0,debug("cleanup"),e.removeListener("close",f),e.removeListener("finish",p),e.removeListener("drain",o),e.removeListener("error",h),e.removeListener("unpipe",i),r.removeListener("end",d),r.removeListener("end",b),r.removeListener("data",s),u=!0,!n.awaitDrain||e._writableState&&!e._writableState.needDrain||o())}function d(){debug("onend"),e.end()}n.endEmitted?pna.nextTick(a):r.once("end",a),e.on("unpipe",i);var o=pipeOnDrain(r);e.on("drain",o);var u=!1;var l=!1;function s(t){debug("ondata"),l=!1,!1!==e.write(t)||l||((1===n.pipesCount&&n.pipes===e||n.pipesCount>1&&-1!==indexOf(n.pipes,e))&&!u&&(debug("false write response, pause",r._readableState.awaitDrain),r._readableState.awaitDrain++,l=!0),r.pause())}function h(t){debug("onerror",t),b(),e.removeListener("error",h),0===EElistenerCount(e,"error")&&e.emit("error",t)}function f(){e.removeListener("finish",p),b()}function p(){debug("onfinish"),e.removeListener("close",f),b()}function b(){debug("unpipe"),r.unpipe(e)}return r.on("data",s),prependListener(e,"error",h),e.once("close",f),e.once("finish",p),e.emit("pipe",r),n.flowing||(debug("pipe resume"),r.resume()),e},Readable.prototype.unpipe=function(e){var t=this._readableState,r={hasUnpiped:!1};if(0===t.pipesCount)return this;if(1===t.pipesCount)return e&&e!==t.pipes?this:(e||(e=t.pipes),t.pipes=null,t.pipesCount=0,t.flowing=!1,e&&e.emit("unpipe",this,r),this);if(!e){var n=t.pipes,a=t.pipesCount;t.pipes=null,t.pipesCount=0,t.flowing=!1;for(var i=0;i<a;i++)n[i].emit("unpipe",this,r);return this}var d=indexOf(t.pipes,e);return-1===d?this:(t.pipes.splice(d,1),t.pipesCount-=1,1===t.pipesCount&&(t.pipes=t.pipes[0]),e.emit("unpipe",this,r),this)},Readable.prototype.on=function(e,t){var r=Stream.prototype.on.call(this,e,t);if("data"===e)!1!==this._readableState.flowing&&this.resume();else if("readable"===e){var n=this._readableState;n.endEmitted||n.readableListening||(n.readableListening=n.needReadable=!0,n.emittedReadable=!1,n.reading?n.length&&emitReadable(this):pna.nextTick(nReadingNextTick,this))}return r},Readable.prototype.addListener=Readable.prototype.on,Readable.prototype.resume=function(){var e=this._readableState;return e.flowing||(debug("resume"),e.flowing=!0,resume(this,e)),this},Readable.prototype.pause=function(){return debug("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(debug("pause"),this._readableState.flowing=!1,this.emit("pause")),this},Readable.prototype.wrap=function(e){var t=this,r=this._readableState,n=!1;for(var a in e.on("end",function(){if(debug("wrapped end"),r.decoder&&!r.ended){var e=r.decoder.end();e&&e.length&&t.push(e)}t.push(null)}),e.on("data",function(a){(debug("wrapped data"),r.decoder&&(a=r.decoder.write(a)),r.objectMode&&null==a)||(r.objectMode||a&&a.length)&&(t.push(a)||(n=!0,e.pause()))}),e)void 0===this[a]&&"function"==typeof e[a]&&(this[a]=function(t){return function(){return e[t].apply(e,arguments)}}(a));for(var i=0;i<kProxyEvents.length;i++)e.on(kProxyEvents[i],this.emit.bind(this,kProxyEvents[i]));return this._read=function(t){debug("wrapped _read",t),n&&(n=!1,e.resume())},this},Object.defineProperty(Readable.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}}),Readable._fromList=fromList;
3342
3343}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
3344},{"./_stream_duplex":525,"./internal/streams/BufferList":530,"./internal/streams/destroy":531,"./internal/streams/stream":532,"_process":515,"core-util-is":289,"events":327,"inherits":364,"isarray":369,"process-nextick-args":514,"safe-buffer":533,"string_decoder/":534,"util":256}],528:[function(require,module,exports){
3345"use strict";module.exports=Transform;var Duplex=require("./_stream_duplex"),util=require("core-util-is");function afterTransform(r,t){var n=this._transformState;n.transforming=!1;var e=n.writecb;if(!e)return this.emit("error",new Error("write callback called multiple times"));n.writechunk=null,n.writecb=null,null!=t&&this.push(t),e(r);var i=this._readableState;i.reading=!1,(i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}function Transform(r){if(!(this instanceof Transform))return new Transform(r);Duplex.call(this,r),this._transformState={afterTransform:afterTransform.bind(this),needTransform:!1,transforming:!1,writecb:null,writechunk:null,writeencoding:null},this._readableState.needReadable=!0,this._readableState.sync=!1,r&&("function"==typeof r.transform&&(this._transform=r.transform),"function"==typeof r.flush&&(this._flush=r.flush)),this.on("prefinish",prefinish)}function prefinish(){var r=this;"function"==typeof this._flush?this._flush(function(t,n){done(r,t,n)}):done(this,null,null)}function done(r,t,n){if(t)return r.emit("error",t);if(null!=n&&r.push(n),r._writableState.length)throw new Error("Calling transform done when ws.length != 0");if(r._transformState.transforming)throw new Error("Calling transform done when still transforming");return r.push(null)}util.inherits=require("inherits"),util.inherits(Transform,Duplex),Transform.prototype.push=function(r,t){return this._transformState.needTransform=!1,Duplex.prototype.push.call(this,r,t)},Transform.prototype._transform=function(r,t,n){throw new Error("_transform() is not implemented")},Transform.prototype._write=function(r,t,n){var e=this._transformState;if(e.writecb=n,e.writechunk=r,e.writeencoding=t,!e.transforming){var i=this._readableState;(e.needTransform||i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}},Transform.prototype._read=function(r){var t=this._transformState;null!==t.writechunk&&t.writecb&&!t.transforming?(t.transforming=!0,this._transform(t.writechunk,t.writeencoding,t.afterTransform)):t.needTransform=!0},Transform.prototype._destroy=function(r,t){var n=this;Duplex.prototype._destroy.call(this,r,function(r){t(r),n.emit("close")})};
3346
3347},{"./_stream_duplex":525,"core-util-is":289,"inherits":364}],529:[function(require,module,exports){
3348(function (process,global,setImmediate){
3349"use strict";var pna=require("process-nextick-args");function WriteReq(e,t,r){this.chunk=e,this.encoding=t,this.callback=r,this.next=null}function CorkedRequest(e){var t=this;this.next=null,this.entry=null,this.finish=function(){onCorkedFinish(t,e)}}module.exports=Writable;var Duplex,asyncWrite=!process.browser&&["v0.10","v0.9."].indexOf(process.version.slice(0,5))>-1?setImmediate:pna.nextTick;Writable.WritableState=WritableState;var util=require("core-util-is");util.inherits=require("inherits");var internalUtil={deprecate:require("util-deprecate")},Stream=require("./internal/streams/stream"),Buffer=require("safe-buffer").Buffer,OurUint8Array=global.Uint8Array||function(){};function _uint8ArrayToBuffer(e){return Buffer.from(e)}function _isUint8Array(e){return Buffer.isBuffer(e)||e instanceof OurUint8Array}var realHasInstance,destroyImpl=require("./internal/streams/destroy");function nop(){}function WritableState(e,t){Duplex=Duplex||require("./_stream_duplex"),e=e||{};var r=t instanceof Duplex;this.objectMode=!!e.objectMode,r&&(this.objectMode=this.objectMode||!!e.writableObjectMode);var i=e.highWaterMark,n=e.writableHighWaterMark,o=this.objectMode?16:16384;this.highWaterMark=i||0===i?i:r&&(n||0===n)?n:o,this.highWaterMark=Math.floor(this.highWaterMark),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var a=!1===e.decodeStrings;this.decodeStrings=!a,this.defaultEncoding=e.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(e){onwrite(t,e)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.bufferedRequestCount=0,this.corkedRequestsFree=new CorkedRequest(this)}function Writable(e){if(Duplex=Duplex||require("./_stream_duplex"),!(realHasInstance.call(Writable,this)||this instanceof Duplex))return new Writable(e);this._writableState=new WritableState(e,this),this.writable=!0,e&&("function"==typeof e.write&&(this._write=e.write),"function"==typeof e.writev&&(this._writev=e.writev),"function"==typeof e.destroy&&(this._destroy=e.destroy),"function"==typeof e.final&&(this._final=e.final)),Stream.call(this)}function writeAfterEnd(e,t){var r=new Error("write after end");e.emit("error",r),pna.nextTick(t,r)}function validChunk(e,t,r,i){var n=!0,o=!1;return null===r?o=new TypeError("May not write null values to stream"):"string"==typeof r||void 0===r||t.objectMode||(o=new TypeError("Invalid non-string/buffer chunk")),o&&(e.emit("error",o),pna.nextTick(i,o),n=!1),n}function decodeChunk(e,t,r){return e.objectMode||!1===e.decodeStrings||"string"!=typeof t||(t=Buffer.from(t,r)),t}function writeOrBuffer(e,t,r,i,n,o){if(!r){var a=decodeChunk(t,i,n);i!==a&&(r=!0,n="buffer",i=a)}var s=t.objectMode?1:i.length;t.length+=s;var f=t.length<t.highWaterMark;if(f||(t.needDrain=!0),t.writing||t.corked){var u=t.lastBufferedRequest;t.lastBufferedRequest={chunk:i,encoding:n,isBuf:r,callback:o,next:null},u?u.next=t.lastBufferedRequest:t.bufferedRequest=t.lastBufferedRequest,t.bufferedRequestCount+=1}else doWrite(e,t,!1,s,i,n,o);return f}function doWrite(e,t,r,i,n,o,a){t.writelen=i,t.writecb=a,t.writing=!0,t.sync=!0,r?e._writev(n,t.onwrite):e._write(n,o,t.onwrite),t.sync=!1}function onwriteError(e,t,r,i,n){--t.pendingcb,r?(pna.nextTick(n,i),pna.nextTick(finishMaybe,e,t),e._writableState.errorEmitted=!0,e.emit("error",i)):(n(i),e._writableState.errorEmitted=!0,e.emit("error",i),finishMaybe(e,t))}function onwriteStateUpdate(e){e.writing=!1,e.writecb=null,e.length-=e.writelen,e.writelen=0}function onwrite(e,t){var r=e._writableState,i=r.sync,n=r.writecb;if(onwriteStateUpdate(r),t)onwriteError(e,r,i,t,n);else{var o=needFinish(r);o||r.corked||r.bufferProcessing||!r.bufferedRequest||clearBuffer(e,r),i?asyncWrite(afterWrite,e,r,o,n):afterWrite(e,r,o,n)}}function afterWrite(e,t,r,i){r||onwriteDrain(e,t),t.pendingcb--,i(),finishMaybe(e,t)}function onwriteDrain(e,t){0===t.length&&t.needDrain&&(t.needDrain=!1,e.emit("drain"))}function clearBuffer(e,t){t.bufferProcessing=!0;var r=t.bufferedRequest;if(e._writev&&r&&r.next){var i=t.bufferedRequestCount,n=new Array(i),o=t.corkedRequestsFree;o.entry=r;for(var a=0,s=!0;r;)n[a]=r,r.isBuf||(s=!1),r=r.next,a+=1;n.allBuffers=s,doWrite(e,t,!0,t.length,n,"",o.finish),t.pendingcb++,t.lastBufferedRequest=null,o.next?(t.corkedRequestsFree=o.next,o.next=null):t.corkedRequestsFree=new CorkedRequest(t),t.bufferedRequestCount=0}else{for(;r;){var f=r.chunk,u=r.encoding,l=r.callback;if(doWrite(e,t,!1,t.objectMode?1:f.length,f,u,l),r=r.next,t.bufferedRequestCount--,t.writing)break}null===r&&(t.lastBufferedRequest=null)}t.bufferedRequest=r,t.bufferProcessing=!1}function needFinish(e){return e.ending&&0===e.length&&null===e.bufferedRequest&&!e.finished&&!e.writing}function callFinal(e,t){e._final(function(r){t.pendingcb--,r&&e.emit("error",r),t.prefinished=!0,e.emit("prefinish"),finishMaybe(e,t)})}function prefinish(e,t){t.prefinished||t.finalCalled||("function"==typeof e._final?(t.pendingcb++,t.finalCalled=!0,pna.nextTick(callFinal,e,t)):(t.prefinished=!0,e.emit("prefinish")))}function finishMaybe(e,t){var r=needFinish(t);return r&&(prefinish(e,t),0===t.pendingcb&&(t.finished=!0,e.emit("finish"))),r}function endWritable(e,t,r){t.ending=!0,finishMaybe(e,t),r&&(t.finished?pna.nextTick(r):e.once("finish",r)),t.ended=!0,e.writable=!1}function onCorkedFinish(e,t,r){var i=e.entry;for(e.entry=null;i;){var n=i.callback;t.pendingcb--,n(r),i=i.next}t.corkedRequestsFree?t.corkedRequestsFree.next=e:t.corkedRequestsFree=e}util.inherits(Writable,Stream),WritableState.prototype.getBuffer=function(){for(var e=this.bufferedRequest,t=[];e;)t.push(e),e=e.next;return t},function(){try{Object.defineProperty(WritableState.prototype,"buffer",{get:internalUtil.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch(e){}}(),"function"==typeof Symbol&&Symbol.hasInstance&&"function"==typeof Function.prototype[Symbol.hasInstance]?(realHasInstance=Function.prototype[Symbol.hasInstance],Object.defineProperty(Writable,Symbol.hasInstance,{value:function(e){return!!realHasInstance.call(this,e)||this===Writable&&(e&&e._writableState instanceof WritableState)}})):realHasInstance=function(e){return e instanceof this},Writable.prototype.pipe=function(){this.emit("error",new Error("Cannot pipe, not readable"))},Writable.prototype.write=function(e,t,r){var i=this._writableState,n=!1,o=!i.objectMode&&_isUint8Array(e);return o&&!Buffer.isBuffer(e)&&(e=_uint8ArrayToBuffer(e)),"function"==typeof t&&(r=t,t=null),o?t="buffer":t||(t=i.defaultEncoding),"function"!=typeof r&&(r=nop),i.ended?writeAfterEnd(this,r):(o||validChunk(this,i,e,r))&&(i.pendingcb++,n=writeOrBuffer(this,i,o,e,t,r)),n},Writable.prototype.cork=function(){this._writableState.corked++},Writable.prototype.uncork=function(){var e=this._writableState;e.corked&&(e.corked--,e.writing||e.corked||e.finished||e.bufferProcessing||!e.bufferedRequest||clearBuffer(this,e))},Writable.prototype.setDefaultEncoding=function(e){if("string"==typeof e&&(e=e.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((e+"").toLowerCase())>-1))throw new TypeError("Unknown encoding: "+e);return this._writableState.defaultEncoding=e,this},Object.defineProperty(Writable.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),Writable.prototype._write=function(e,t,r){r(new Error("_write() is not implemented"))},Writable.prototype._writev=null,Writable.prototype.end=function(e,t,r){var i=this._writableState;"function"==typeof e?(r=e,e=null,t=null):"function"==typeof t&&(r=t,t=null),null!=e&&this.write(e,t),i.corked&&(i.corked=1,this.uncork()),i.ending||i.finished||endWritable(this,i,r)},Object.defineProperty(Writable.prototype,"destroyed",{get:function(){return void 0!==this._writableState&&this._writableState.destroyed},set:function(e){this._writableState&&(this._writableState.destroyed=e)}}),Writable.prototype.destroy=destroyImpl.destroy,Writable.prototype._undestroy=destroyImpl.undestroy,Writable.prototype._destroy=function(e,t){this.end(),t(e)};
3350
3351}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {},require("timers").setImmediate)
3352},{"./_stream_duplex":525,"./internal/streams/destroy":531,"./internal/streams/stream":532,"_process":515,"core-util-is":289,"inherits":364,"process-nextick-args":514,"safe-buffer":533,"timers":566,"util-deprecate":575}],530:[function(require,module,exports){
3353"use strict";function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}var Buffer=require("safe-buffer").Buffer,util=require("util");function copyBuffer(t,e,i){t.copy(e,i)}module.exports=function(){function t(){_classCallCheck(this,t),this.head=null,this.tail=null,this.length=0}return t.prototype.push=function(t){var e={data:t,next:null};this.length>0?this.tail.next=e:this.head=e,this.tail=e,++this.length},t.prototype.unshift=function(t){var e={data:t,next:this.head};0===this.length&&(this.tail=e),this.head=e,++this.length},t.prototype.shift=function(){if(0!==this.length){var t=this.head.data;return 1===this.length?this.head=this.tail=null:this.head=this.head.next,--this.length,t}},t.prototype.clear=function(){this.head=this.tail=null,this.length=0},t.prototype.join=function(t){if(0===this.length)return"";for(var e=this.head,i=""+e.data;e=e.next;)i+=t+e.data;return i},t.prototype.concat=function(t){if(0===this.length)return Buffer.alloc(0);if(1===this.length)return this.head.data;for(var e=Buffer.allocUnsafe(t>>>0),i=this.head,n=0;i;)copyBuffer(i.data,e,n),n+=i.data.length,i=i.next;return e},t}(),util&&util.inspect&&util.inspect.custom&&(module.exports.prototype[util.inspect.custom]=function(){var t=util.inspect({length:this.length});return this.constructor.name+" "+t});
3354
3355},{"safe-buffer":533,"util":256}],531:[function(require,module,exports){
3356"use strict";var pna=require("process-nextick-args");function destroy(t,e){var r=this,a=this._readableState&&this._readableState.destroyed,i=this._writableState&&this._writableState.destroyed;return a||i?(e?e(t):!t||this._writableState&&this._writableState.errorEmitted||pna.nextTick(emitErrorNT,this,t),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(t||null,function(t){!e&&t?(pna.nextTick(emitErrorNT,r,t),r._writableState&&(r._writableState.errorEmitted=!0)):e&&e(t)}),this)}function undestroy(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)}function emitErrorNT(t,e){t.emit("error",e)}module.exports={destroy:destroy,undestroy:undestroy};
3357
3358},{"process-nextick-args":514}],532:[function(require,module,exports){
3359module.exports=require("events").EventEmitter;
3360
3361},{"events":327}],533:[function(require,module,exports){
3362var buffer=require("buffer"),Buffer=buffer.Buffer;function copyProps(f,r){for(var e in f)r[e]=f[e]}function SafeBuffer(f,r,e){return Buffer(f,r,e)}Buffer.from&&Buffer.alloc&&Buffer.allocUnsafe&&Buffer.allocUnsafeSlow?module.exports=buffer:(copyProps(buffer,exports),exports.Buffer=SafeBuffer),copyProps(Buffer,SafeBuffer),SafeBuffer.from=function(f,r,e){if("number"==typeof f)throw new TypeError("Argument must not be a number");return Buffer(f,r,e)},SafeBuffer.alloc=function(f,r,e){if("number"!=typeof f)throw new TypeError("Argument must be a number");var u=Buffer(f);return void 0!==r?"string"==typeof e?u.fill(r,e):u.fill(r):u.fill(0),u},SafeBuffer.allocUnsafe=function(f){if("number"!=typeof f)throw new TypeError("Argument must be a number");return Buffer(f)},SafeBuffer.allocUnsafeSlow=function(f){if("number"!=typeof f)throw new TypeError("Argument must be a number");return buffer.SlowBuffer(f)};
3363
3364},{"buffer":285}],534:[function(require,module,exports){
3365"use strict";var Buffer=require("safe-buffer").Buffer,isEncoding=Buffer.isEncoding||function(t){switch((t=""+t)&&t.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function _normalizeEncoding(t){if(!t)return"utf8";for(var e;;)switch(t){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return t;default:if(e)return;t=(""+t).toLowerCase(),e=!0}}function normalizeEncoding(t){var e=_normalizeEncoding(t);if("string"!=typeof e&&(Buffer.isEncoding===isEncoding||!isEncoding(t)))throw new Error("Unknown encoding: "+t);return e||t}function StringDecoder(t){var e;switch(this.encoding=normalizeEncoding(t),this.encoding){case"utf16le":this.text=utf16Text,this.end=utf16End,e=4;break;case"utf8":this.fillLast=utf8FillLast,e=4;break;case"base64":this.text=base64Text,this.end=base64End,e=3;break;default:return this.write=simpleWrite,void(this.end=simpleEnd)}this.lastNeed=0,this.lastTotal=0,this.lastChar=Buffer.allocUnsafe(e)}function utf8CheckByte(t){return t<=127?0:t>>5==6?2:t>>4==14?3:t>>3==30?4:t>>6==2?-1:-2}function utf8CheckIncomplete(t,e,s){var i=e.length-1;if(i<s)return 0;var n=utf8CheckByte(e[i]);return n>=0?(n>0&&(t.lastNeed=n-1),n):--i<s||-2===n?0:(n=utf8CheckByte(e[i]))>=0?(n>0&&(t.lastNeed=n-2),n):--i<s||-2===n?0:(n=utf8CheckByte(e[i]))>=0?(n>0&&(2===n?n=0:t.lastNeed=n-3),n):0}function utf8CheckExtraBytes(t,e,s){if(128!=(192&e[0]))return t.lastNeed=0,"�";if(t.lastNeed>1&&e.length>1){if(128!=(192&e[1]))return t.lastNeed=1,"�";if(t.lastNeed>2&&e.length>2&&128!=(192&e[2]))return t.lastNeed=2,"�"}}function utf8FillLast(t){var e=this.lastTotal-this.lastNeed,s=utf8CheckExtraBytes(this,t,e);return void 0!==s?s:this.lastNeed<=t.length?(t.copy(this.lastChar,e,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal)):(t.copy(this.lastChar,e,0,t.length),void(this.lastNeed-=t.length))}function utf8Text(t,e){var s=utf8CheckIncomplete(this,t,e);if(!this.lastNeed)return t.toString("utf8",e);this.lastTotal=s;var i=t.length-(s-this.lastNeed);return t.copy(this.lastChar,0,i),t.toString("utf8",e,i)}function utf8End(t){var e=t&&t.length?this.write(t):"";return this.lastNeed?e+"�":e}function utf16Text(t,e){if((t.length-e)%2==0){var s=t.toString("utf16le",e);if(s){var i=s.charCodeAt(s.length-1);if(i>=55296&&i<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=t[t.length-2],this.lastChar[1]=t[t.length-1],s.slice(0,-1)}return s}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=t[t.length-1],t.toString("utf16le",e,t.length-1)}function utf16End(t){var e=t&&t.length?this.write(t):"";if(this.lastNeed){var s=this.lastTotal-this.lastNeed;return e+this.lastChar.toString("utf16le",0,s)}return e}function base64Text(t,e){var s=(t.length-e)%3;return 0===s?t.toString("base64",e):(this.lastNeed=3-s,this.lastTotal=3,1===s?this.lastChar[0]=t[t.length-1]:(this.lastChar[0]=t[t.length-2],this.lastChar[1]=t[t.length-1]),t.toString("base64",e,t.length-s))}function base64End(t){var e=t&&t.length?this.write(t):"";return this.lastNeed?e+this.lastChar.toString("base64",0,3-this.lastNeed):e}function simpleWrite(t){return t.toString(this.encoding)}function simpleEnd(t){return t&&t.length?this.write(t):""}exports.StringDecoder=StringDecoder,StringDecoder.prototype.write=function(t){if(0===t.length)return"";var e,s;if(this.lastNeed){if(void 0===(e=this.fillLast(t)))return"";s=this.lastNeed,this.lastNeed=0}else s=0;return s<t.length?e?e+this.text(t,s):this.text(t,s):e||""},StringDecoder.prototype.end=utf8End,StringDecoder.prototype.text=utf8Text,StringDecoder.prototype.fillLast=function(t){if(this.lastNeed<=t.length)return t.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);t.copy(this.lastChar,this.lastTotal-this.lastNeed,0,t.length),this.lastNeed-=t.length};
3366
3367},{"safe-buffer":533}],535:[function(require,module,exports){
3368module.exports=require("./readable").PassThrough;
3369
3370},{"./readable":536}],536:[function(require,module,exports){
3371exports=module.exports=require("./lib/_stream_readable.js"),exports.Stream=exports,exports.Readable=exports,exports.Writable=require("./lib/_stream_writable.js"),exports.Duplex=require("./lib/_stream_duplex.js"),exports.Transform=require("./lib/_stream_transform.js"),exports.PassThrough=require("./lib/_stream_passthrough.js");
3372
3373},{"./lib/_stream_duplex.js":525,"./lib/_stream_passthrough.js":526,"./lib/_stream_readable.js":527,"./lib/_stream_transform.js":528,"./lib/_stream_writable.js":529}],537:[function(require,module,exports){
3374module.exports=require("./readable").Transform;
3375
3376},{"./readable":536}],538:[function(require,module,exports){
3377module.exports=require("./lib/_stream_writable.js");
3378
3379},{"./lib/_stream_writable.js":529}],539:[function(require,module,exports){
3380"use strict";var RegexParser=module.exports=function(t){if("string"!=typeof t)throw new Error("Invalid input. Input must be a string");var e=t.match(/(\/?)(.+)\1([a-z]*)/i);return e[3]&&!/^(?!.*?(.).*?\1)[gmixXsuUAJ]+$/.test(e[3])?RegExp(t):new RegExp(e[2],e[3])};
3381
3382},{}],540:[function(require,module,exports){
3383"use strict";var Buffer=require("buffer").Buffer,inherits=require("inherits"),HashBase=require("hash-base"),ARRAY16=new Array(16),zl=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13],zr=[5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11],sl=[11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6],sr=[8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11],hl=[0,1518500249,1859775393,2400959708,2840853838],hr=[1352829926,1548603684,1836072691,2053994217,0];function RIPEMD160(){HashBase.call(this,64),this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520}function rotl(t,s){return t<<s|t>>>32-s}function fn1(t,s,r,i,h,e,n,f){return rotl(t+(s^r^i)+e+n|0,f)+h|0}function fn2(t,s,r,i,h,e,n,f){return rotl(t+(s&r|~s&i)+e+n|0,f)+h|0}function fn3(t,s,r,i,h,e,n,f){return rotl(t+((s|~r)^i)+e+n|0,f)+h|0}function fn4(t,s,r,i,h,e,n,f){return rotl(t+(s&i|r&~i)+e+n|0,f)+h|0}function fn5(t,s,r,i,h,e,n,f){return rotl(t+(s^(r|~i))+e+n|0,f)+h|0}inherits(RIPEMD160,HashBase),RIPEMD160.prototype._update=function(){for(var t=ARRAY16,s=0;s<16;++s)t[s]=this._block.readInt32LE(4*s);for(var r=0|this._a,i=0|this._b,h=0|this._c,e=0|this._d,n=0|this._e,f=0|this._a,l=0|this._b,_=0|this._c,o=0|this._d,c=0|this._e,u=0;u<80;u+=1){var a,b;u<16?(a=fn1(r,i,h,e,n,t[zl[u]],hl[0],sl[u]),b=fn5(f,l,_,o,c,t[zr[u]],hr[0],sr[u])):u<32?(a=fn2(r,i,h,e,n,t[zl[u]],hl[1],sl[u]),b=fn4(f,l,_,o,c,t[zr[u]],hr[1],sr[u])):u<48?(a=fn3(r,i,h,e,n,t[zl[u]],hl[2],sl[u]),b=fn3(f,l,_,o,c,t[zr[u]],hr[2],sr[u])):u<64?(a=fn4(r,i,h,e,n,t[zl[u]],hl[3],sl[u]),b=fn2(f,l,_,o,c,t[zr[u]],hr[3],sr[u])):(a=fn5(r,i,h,e,n,t[zl[u]],hl[4],sl[u]),b=fn1(f,l,_,o,c,t[zr[u]],hr[4],sr[u])),r=n,n=e,e=rotl(h,10),h=i,i=a,f=c,c=o,o=rotl(_,10),_=l,l=b}var E=this._b+h+o|0;this._b=this._c+e+c|0,this._c=this._d+n+f|0,this._d=this._e+r+l|0,this._e=this._a+i+_|0,this._a=E},RIPEMD160.prototype._digest=function(){this._block[this._blockOffset++]=128,this._blockOffset>56&&(this._block.fill(0,this._blockOffset,64),this._update(),this._blockOffset=0),this._block.fill(0,this._blockOffset,56),this._block.writeUInt32LE(this._length[0],56),this._block.writeUInt32LE(this._length[1],60),this._update();var t=Buffer.alloc?Buffer.alloc(20):new Buffer(20);return t.writeInt32LE(this._a,0),t.writeInt32LE(this._b,4),t.writeInt32LE(this._c,8),t.writeInt32LE(this._d,12),t.writeInt32LE(this._e,16),t},module.exports=RIPEMD160;
3384
3385},{"buffer":285,"hash-base":329,"inherits":364}],541:[function(require,module,exports){
3386"use strict";const HIGH_SURROGATE_START=55296,HIGH_SURROGATE_END=56319,LOW_SURROGATE_START=56320,REGIONAL_INDICATOR_START=127462,REGIONAL_INDICATOR_END=127487,FITZPATRICK_MODIFIER_START=127995,FITZPATRICK_MODIFIER_END=127999,VARIATION_MODIFIER_START=65024,VARIATION_MODIFIER_END=65039,DIACRITICAL_MARKS_START=8400,DIACRITICAL_MARKS_END=8447,ZWJ=8205,GRAPHEMS=[776,2359,2359,2367,2367,2984,3007,3021,3633,3635,3648,3657,4352,4449,4520];function runes(t){if("string"!=typeof t)throw new Error("string cannot be undefined or null");const r=[];let n=0,e=0;for(;n<t.length;)isGraphem(t[n+(e+=nextUnits(n+e,t))])&&e++,isVariationSelector(t[n+e])&&e++,isDiacriticalMark(t[n+e])&&e++,isZeroWidthJoiner(t[n+e])?e++:(r.push(t.substring(n,n+e)),n+=e,e=0);return r}function nextUnits(t,r){const n=r[t];if(!isFirstOfSurrogatePair(n)||t===r.length-1)return 1;const e=n+r[t+1];let i=r.substring(t+2,t+5);return isRegionalIndicator(e)&&isRegionalIndicator(i)?4:isFitzpatrickModifier(i)?4:2}function isFirstOfSurrogatePair(t){return t&&betweenInclusive(t[0].charCodeAt(0),HIGH_SURROGATE_START,HIGH_SURROGATE_END)}function isRegionalIndicator(t){return betweenInclusive(codePointFromSurrogatePair(t),REGIONAL_INDICATOR_START,REGIONAL_INDICATOR_END)}function isFitzpatrickModifier(t){return betweenInclusive(codePointFromSurrogatePair(t),FITZPATRICK_MODIFIER_START,FITZPATRICK_MODIFIER_END)}function isVariationSelector(t){return"string"==typeof t&&betweenInclusive(t.charCodeAt(0),VARIATION_MODIFIER_START,VARIATION_MODIFIER_END)}function isDiacriticalMark(t){return"string"==typeof t&&betweenInclusive(t.charCodeAt(0),DIACRITICAL_MARKS_START,DIACRITICAL_MARKS_END)}function isGraphem(t){return"string"==typeof t&&-1!==GRAPHEMS.indexOf(t.charCodeAt(0))}function isZeroWidthJoiner(t){return"string"==typeof t&&t.charCodeAt(0)===ZWJ}function codePointFromSurrogatePair(t){return(t.charCodeAt(0)-HIGH_SURROGATE_START<<10)+(t.charCodeAt(1)-LOW_SURROGATE_START)+65536}function betweenInclusive(t,r,n){return t>=r&&t<=n}function substring(t,r,n){const e=runes(t);if(void 0===r)return t;if(r>=e.length)return"";const i=e.length-r;let o=r+(void 0===n?i:n);return o>r+i&&(o=void 0),e.slice(r,o).join("")}module.exports=runes,module.exports.substr=substring;
3387
3388},{}],542:[function(require,module,exports){
3389var buffer=require("buffer"),Buffer=buffer.Buffer;function copyProps(f,e){for(var r in f)e[r]=f[r]}function SafeBuffer(f,e,r){return Buffer(f,e,r)}Buffer.from&&Buffer.alloc&&Buffer.allocUnsafe&&Buffer.allocUnsafeSlow?module.exports=buffer:(copyProps(buffer,exports),exports.Buffer=SafeBuffer),SafeBuffer.prototype=Object.create(Buffer.prototype),copyProps(Buffer,SafeBuffer),SafeBuffer.from=function(f,e,r){if("number"==typeof f)throw new TypeError("Argument must not be a number");return Buffer(f,e,r)},SafeBuffer.alloc=function(f,e,r){if("number"!=typeof f)throw new TypeError("Argument must be a number");var u=Buffer(f);return void 0!==e?"string"==typeof r?u.fill(e,r):u.fill(e):u.fill(0),u},SafeBuffer.allocUnsafe=function(f){if("number"!=typeof f)throw new TypeError("Argument must be a number");return Buffer(f)},SafeBuffer.allocUnsafeSlow=function(f){if("number"!=typeof f)throw new TypeError("Argument must be a number");return buffer.SlowBuffer(f)};
3390
3391},{"buffer":285}],543:[function(require,module,exports){
3392(function (process){
3393"use strict";var key,buffer=require("buffer"),Buffer=buffer.Buffer,safer={};for(key in buffer)buffer.hasOwnProperty(key)&&"SlowBuffer"!==key&&"Buffer"!==key&&(safer[key]=buffer[key]);var Safer=safer.Buffer={};for(key in Buffer)Buffer.hasOwnProperty(key)&&"allocUnsafe"!==key&&"allocUnsafeSlow"!==key&&(Safer[key]=Buffer[key]);if(safer.Buffer.prototype=Buffer.prototype,Safer.from&&Safer.from!==Uint8Array.from||(Safer.from=function(e,r,f){if("number"==typeof e)throw new TypeError('The "value" argument must not be of type number. Received type '+typeof e);if(e&&void 0===e.length)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);return Buffer(e,r,f)}),Safer.alloc||(Safer.alloc=function(e,r,f){if("number"!=typeof e)throw new TypeError('The "size" argument must be of type number. Received type '+typeof e);if(e<0||e>=2*(1<<30))throw new RangeError('The value "'+e+'" is invalid for option "size"');var t=Buffer(e);return r&&0!==r.length?"string"==typeof f?t.fill(r,f):t.fill(r):t.fill(0),t}),!safer.kStringMaxLength)try{safer.kStringMaxLength=process.binding("buffer").kStringMaxLength}catch(e){}safer.constants||(safer.constants={MAX_LENGTH:safer.kMaxLength},safer.kStringMaxLength&&(safer.constants.MAX_STRING_LENGTH=safer.kStringMaxLength)),module.exports=safer;
3394
3395}).call(this,require('_process'))
3396},{"_process":515,"buffer":285}],544:[function(require,module,exports){
3397var Buffer=require("safe-buffer").Buffer;function Hash(t,i){this._block=Buffer.alloc(t),this._finalSize=i,this._blockSize=t,this._len=0}Hash.prototype.update=function(t,i){"string"==typeof t&&(i=i||"utf8",t=Buffer.from(t,i));for(var e=this._block,s=this._blockSize,h=t.length,o=this._len,l=0;l<h;){for(var r=o%s,_=Math.min(h-l,s-r),n=0;n<_;n++)e[r+n]=t[l+n];l+=_,(o+=_)%s==0&&this._update(e)}return this._len+=h,this},Hash.prototype.digest=function(t){var i=this._len%this._blockSize;this._block[i]=128,this._block.fill(0,i+1),i>=this._finalSize&&(this._update(this._block),this._block.fill(0));var e=8*this._len;if(e<=4294967295)this._block.writeUInt32BE(e,this._blockSize-4);else{var s=(4294967295&e)>>>0,h=(e-s)/4294967296;this._block.writeUInt32BE(h,this._blockSize-8),this._block.writeUInt32BE(s,this._blockSize-4)}this._update(this._block);var o=this._hash();return t?o.toString(t):o},Hash.prototype._update=function(){throw new Error("_update must be implemented by subclass")},module.exports=Hash;
3398
3399},{"safe-buffer":542}],545:[function(require,module,exports){
3400var exports=module.exports=function(e){e=e.toLowerCase();var r=exports[e];if(!r)throw new Error(e+" is not supported (we accept pull requests)");return new r};exports.sha=require("./sha"),exports.sha1=require("./sha1"),exports.sha224=require("./sha224"),exports.sha256=require("./sha256"),exports.sha384=require("./sha384"),exports.sha512=require("./sha512");
3401
3402},{"./sha":546,"./sha1":547,"./sha224":548,"./sha256":549,"./sha384":550,"./sha512":551}],546:[function(require,module,exports){
3403var inherits=require("inherits"),Hash=require("./hash"),Buffer=require("safe-buffer").Buffer,K=[1518500249,1859775393,-1894007588,-899497514],W=new Array(80);function Sha(){this.init(),this._w=W,Hash.call(this,64,56)}function rotl5(t){return t<<5|t>>>27}function rotl30(t){return t<<30|t>>>2}function ft(t,i,r,h){return 0===t?i&r|~i&h:2===t?i&r|i&h|r&h:i^r^h}inherits(Sha,Hash),Sha.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this},Sha.prototype._update=function(t){for(var i=this._w,r=0|this._a,h=0|this._b,s=0|this._c,e=0|this._d,n=0|this._e,_=0;_<16;++_)i[_]=t.readInt32BE(4*_);for(;_<80;++_)i[_]=i[_-3]^i[_-8]^i[_-14]^i[_-16];for(var a=0;a<80;++a){var o=~~(a/20),f=rotl5(r)+ft(o,h,s,e)+n+i[a]+K[o]|0;n=e,e=s,s=rotl30(h),h=r,r=f}this._a=r+this._a|0,this._b=h+this._b|0,this._c=s+this._c|0,this._d=e+this._d|0,this._e=n+this._e|0},Sha.prototype._hash=function(){var t=Buffer.allocUnsafe(20);return t.writeInt32BE(0|this._a,0),t.writeInt32BE(0|this._b,4),t.writeInt32BE(0|this._c,8),t.writeInt32BE(0|this._d,12),t.writeInt32BE(0|this._e,16),t},module.exports=Sha;
3404
3405},{"./hash":544,"inherits":364,"safe-buffer":542}],547:[function(require,module,exports){
3406var inherits=require("inherits"),Hash=require("./hash"),Buffer=require("safe-buffer").Buffer,K=[1518500249,1859775393,-1894007588,-899497514],W=new Array(80);function Sha1(){this.init(),this._w=W,Hash.call(this,64,56)}function rotl1(t){return t<<1|t>>>31}function rotl5(t){return t<<5|t>>>27}function rotl30(t){return t<<30|t>>>2}function ft(t,i,r,h){return 0===t?i&r|~i&h:2===t?i&r|i&h|r&h:i^r^h}inherits(Sha1,Hash),Sha1.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this},Sha1.prototype._update=function(t){for(var i=this._w,r=0|this._a,h=0|this._b,s=0|this._c,e=0|this._d,n=0|this._e,_=0;_<16;++_)i[_]=t.readInt32BE(4*_);for(;_<80;++_)i[_]=rotl1(i[_-3]^i[_-8]^i[_-14]^i[_-16]);for(var a=0;a<80;++a){var o=~~(a/20),f=rotl5(r)+ft(o,h,s,e)+n+i[a]+K[o]|0;n=e,e=s,s=rotl30(h),h=r,r=f}this._a=r+this._a|0,this._b=h+this._b|0,this._c=s+this._c|0,this._d=e+this._d|0,this._e=n+this._e|0},Sha1.prototype._hash=function(){var t=Buffer.allocUnsafe(20);return t.writeInt32BE(0|this._a,0),t.writeInt32BE(0|this._b,4),t.writeInt32BE(0|this._c,8),t.writeInt32BE(0|this._d,12),t.writeInt32BE(0|this._e,16),t},module.exports=Sha1;
3407
3408},{"./hash":544,"inherits":364,"safe-buffer":542}],548:[function(require,module,exports){
3409var inherits=require("inherits"),Sha256=require("./sha256"),Hash=require("./hash"),Buffer=require("safe-buffer").Buffer,W=new Array(64);function Sha224(){this.init(),this._w=W,Hash.call(this,64,56)}inherits(Sha224,Sha256),Sha224.prototype.init=function(){return this._a=3238371032,this._b=914150663,this._c=812702999,this._d=4144912697,this._e=4290775857,this._f=1750603025,this._g=1694076839,this._h=3204075428,this},Sha224.prototype._hash=function(){var t=Buffer.allocUnsafe(28);return t.writeInt32BE(this._a,0),t.writeInt32BE(this._b,4),t.writeInt32BE(this._c,8),t.writeInt32BE(this._d,12),t.writeInt32BE(this._e,16),t.writeInt32BE(this._f,20),t.writeInt32BE(this._g,24),t},module.exports=Sha224;
3410
3411},{"./hash":544,"./sha256":549,"inherits":364,"safe-buffer":542}],549:[function(require,module,exports){
3412var inherits=require("inherits"),Hash=require("./hash"),Buffer=require("safe-buffer").Buffer,K=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],W=new Array(64);function Sha256(){this.init(),this._w=W,Hash.call(this,64,56)}function ch(t,i,h){return h^t&(i^h)}function maj(t,i,h){return t&i|h&(t|i)}function sigma0(t){return(t>>>2|t<<30)^(t>>>13|t<<19)^(t>>>22|t<<10)}function sigma1(t){return(t>>>6|t<<26)^(t>>>11|t<<21)^(t>>>25|t<<7)}function gamma0(t){return(t>>>7|t<<25)^(t>>>18|t<<14)^t>>>3}function gamma1(t){return(t>>>17|t<<15)^(t>>>19|t<<13)^t>>>10}inherits(Sha256,Hash),Sha256.prototype.init=function(){return this._a=1779033703,this._b=3144134277,this._c=1013904242,this._d=2773480762,this._e=1359893119,this._f=2600822924,this._g=528734635,this._h=1541459225,this},Sha256.prototype._update=function(t){for(var i=this._w,h=0|this._a,s=0|this._b,r=0|this._c,e=0|this._d,n=0|this._e,_=0|this._f,a=0|this._g,f=0|this._h,u=0;u<16;++u)i[u]=t.readInt32BE(4*u);for(;u<64;++u)i[u]=gamma1(i[u-2])+i[u-7]+gamma0(i[u-15])+i[u-16]|0;for(var o=0;o<64;++o){var c=f+sigma1(n)+ch(n,_,a)+K[o]+i[o]|0,m=sigma0(h)+maj(h,s,r)|0;f=a,a=_,_=n,n=e+c|0,e=r,r=s,s=h,h=c+m|0}this._a=h+this._a|0,this._b=s+this._b|0,this._c=r+this._c|0,this._d=e+this._d|0,this._e=n+this._e|0,this._f=_+this._f|0,this._g=a+this._g|0,this._h=f+this._h|0},Sha256.prototype._hash=function(){var t=Buffer.allocUnsafe(32);return t.writeInt32BE(this._a,0),t.writeInt32BE(this._b,4),t.writeInt32BE(this._c,8),t.writeInt32BE(this._d,12),t.writeInt32BE(this._e,16),t.writeInt32BE(this._f,20),t.writeInt32BE(this._g,24),t.writeInt32BE(this._h,28),t},module.exports=Sha256;
3413
3414},{"./hash":544,"inherits":364,"safe-buffer":542}],550:[function(require,module,exports){
3415var inherits=require("inherits"),SHA512=require("./sha512"),Hash=require("./hash"),Buffer=require("safe-buffer").Buffer,W=new Array(160);function Sha384(){this.init(),this._w=W,Hash.call(this,128,112)}inherits(Sha384,SHA512),Sha384.prototype.init=function(){return this._ah=3418070365,this._bh=1654270250,this._ch=2438529370,this._dh=355462360,this._eh=1731405415,this._fh=2394180231,this._gh=3675008525,this._hh=1203062813,this._al=3238371032,this._bl=914150663,this._cl=812702999,this._dl=4144912697,this._el=4290775857,this._fl=1750603025,this._gl=1694076839,this._hl=3204075428,this},Sha384.prototype._hash=function(){var h=Buffer.allocUnsafe(48);function i(i,t,s){h.writeInt32BE(i,s),h.writeInt32BE(t,s+4)}return i(this._ah,this._al,0),i(this._bh,this._bl,8),i(this._ch,this._cl,16),i(this._dh,this._dl,24),i(this._eh,this._el,32),i(this._fh,this._fl,40),h},module.exports=Sha384;
3416
3417},{"./hash":544,"./sha512":551,"inherits":364,"safe-buffer":542}],551:[function(require,module,exports){
3418var inherits=require("inherits"),Hash=require("./hash"),Buffer=require("safe-buffer").Buffer,K=[1116352408,3609767458,1899447441,602891725,3049323471,3964484399,3921009573,2173295548,961987163,4081628472,1508970993,3053834265,2453635748,2937671579,2870763221,3664609560,3624381080,2734883394,310598401,1164996542,607225278,1323610764,1426881987,3590304994,1925078388,4068182383,2162078206,991336113,2614888103,633803317,3248222580,3479774868,3835390401,2666613458,4022224774,944711139,264347078,2341262773,604807628,2007800933,770255983,1495990901,1249150122,1856431235,1555081692,3175218132,1996064986,2198950837,2554220882,3999719339,2821834349,766784016,2952996808,2566594879,3210313671,3203337956,3336571891,1034457026,3584528711,2466948901,113926993,3758326383,338241895,168717936,666307205,1188179964,773529912,1546045734,1294757372,1522805485,1396182291,2643833823,1695183700,2343527390,1986661051,1014477480,2177026350,1206759142,2456956037,344077627,2730485921,1290863460,2820302411,3158454273,3259730800,3505952657,3345764771,106217008,3516065817,3606008344,3600352804,1432725776,4094571909,1467031594,275423344,851169720,430227734,3100823752,506948616,1363258195,659060556,3750685593,883997877,3785050280,958139571,3318307427,1322822218,3812723403,1537002063,2003034995,1747873779,3602036899,1955562222,1575990012,2024104815,1125592928,2227730452,2716904306,2361852424,442776044,2428436474,593698344,2756734187,3733110249,3204031479,2999351573,3329325298,3815920427,3391569614,3928383900,3515267271,566280711,3940187606,3454069534,4118630271,4000239992,116418474,1914138554,174292421,2731055270,289380356,3203993006,460393269,320620315,685471733,587496836,852142971,1086792851,1017036298,365543100,1126000580,2618297676,1288033470,3409855158,1501505948,4234509866,1607167915,987167468,1816402316,1246189591],W=new Array(160);function Sha512(){this.init(),this._w=W,Hash.call(this,128,112)}function Ch(h,t,i){return i^h&(t^i)}function maj(h,t,i){return h&t|i&(h|t)}function sigma0(h,t){return(h>>>28|t<<4)^(t>>>2|h<<30)^(t>>>7|h<<25)}function sigma1(h,t){return(h>>>14|t<<18)^(h>>>18|t<<14)^(t>>>9|h<<23)}function Gamma0(h,t){return(h>>>1|t<<31)^(h>>>8|t<<24)^h>>>7}function Gamma0l(h,t){return(h>>>1|t<<31)^(h>>>8|t<<24)^(h>>>7|t<<25)}function Gamma1(h,t){return(h>>>19|t<<13)^(t>>>29|h<<3)^h>>>6}function Gamma1l(h,t){return(h>>>19|t<<13)^(t>>>29|h<<3)^(h>>>6|t<<26)}function getCarry(h,t){return h>>>0<t>>>0?1:0}inherits(Sha512,Hash),Sha512.prototype.init=function(){return this._ah=1779033703,this._bh=3144134277,this._ch=1013904242,this._dh=2773480762,this._eh=1359893119,this._fh=2600822924,this._gh=528734635,this._hh=1541459225,this._al=4089235720,this._bl=2227873595,this._cl=4271175723,this._dl=1595750129,this._el=2917565137,this._fl=725511199,this._gl=4215389547,this._hl=327033209,this},Sha512.prototype._update=function(h){for(var t=this._w,i=0|this._ah,s=0|this._bh,r=0|this._ch,_=0|this._dh,a=0|this._eh,e=0|this._fh,l=0|this._gh,n=0|this._hh,f=0|this._al,g=0|this._bl,u=0|this._cl,c=0|this._dl,m=0|this._el,o=0|this._fl,y=0|this._gl,C=0|this._hl,d=0;d<32;d+=2)t[d]=h.readInt32BE(4*d),t[d+1]=h.readInt32BE(4*d+4);for(;d<160;d+=2){var b=t[d-30],p=t[d-30+1],G=Gamma0(b,p),v=Gamma0l(p,b),B=Gamma1(b=t[d-4],p=t[d-4+1]),S=Gamma1l(p,b),w=t[d-14],E=t[d-14+1],I=t[d-32],j=t[d-32+1],q=v+E|0,H=G+w+getCarry(q,v)|0;H=(H=H+B+getCarry(q=q+S|0,S)|0)+I+getCarry(q=q+j|0,j)|0,t[d]=H,t[d+1]=q}for(var W=0;W<160;W+=2){H=t[W],q=t[W+1];var x=maj(i,s,r),A=maj(f,g,u),U=sigma0(i,f),k=sigma0(f,i),z=sigma1(a,m),D=sigma1(m,a),F=K[W],J=K[W+1],L=Ch(a,e,l),M=Ch(m,o,y),N=C+D|0,O=n+z+getCarry(N,C)|0;O=(O=(O=O+L+getCarry(N=N+M|0,M)|0)+F+getCarry(N=N+J|0,J)|0)+H+getCarry(N=N+q|0,q)|0;var P=k+A|0,Q=U+x+getCarry(P,k)|0;n=l,C=y,l=e,y=o,e=a,o=m,a=_+O+getCarry(m=c+N|0,c)|0,_=r,c=u,r=s,u=g,s=i,g=f,i=O+Q+getCarry(f=N+P|0,N)|0}this._al=this._al+f|0,this._bl=this._bl+g|0,this._cl=this._cl+u|0,this._dl=this._dl+c|0,this._el=this._el+m|0,this._fl=this._fl+o|0,this._gl=this._gl+y|0,this._hl=this._hl+C|0,this._ah=this._ah+i+getCarry(this._al,f)|0,this._bh=this._bh+s+getCarry(this._bl,g)|0,this._ch=this._ch+r+getCarry(this._cl,u)|0,this._dh=this._dh+_+getCarry(this._dl,c)|0,this._eh=this._eh+a+getCarry(this._el,m)|0,this._fh=this._fh+e+getCarry(this._fl,o)|0,this._gh=this._gh+l+getCarry(this._gl,y)|0,this._hh=this._hh+n+getCarry(this._hl,C)|0},Sha512.prototype._hash=function(){var h=Buffer.allocUnsafe(64);function t(t,i,s){h.writeInt32BE(t,s),h.writeInt32BE(i,s+4)}return t(this._ah,this._al,0),t(this._bh,this._bl,8),t(this._ch,this._cl,16),t(this._dh,this._dl,24),t(this._eh,this._el,32),t(this._fh,this._fl,40),t(this._gh,this._gl,48),t(this._hh,this._hl,56),h},module.exports=Sha512;
3419
3420},{"./hash":544,"inherits":364,"safe-buffer":542}],552:[function(require,module,exports){
3421var noCase=require("no-case");module.exports=function(e,n){return noCase(e,n,"_")};
3422
3423},{"no-case":496}],553:[function(require,module,exports){
3424var util=require("./util"),has=Object.prototype.hasOwnProperty,hasNativeMap="undefined"!=typeof Map;function ArraySet(){this._array=[],this._set=hasNativeMap?new Map:Object.create(null)}ArraySet.fromArray=function(t,r){for(var e=new ArraySet,a=0,i=t.length;a<i;a++)e.add(t[a],r);return e},ArraySet.prototype.size=function(){return hasNativeMap?this._set.size:Object.getOwnPropertyNames(this._set).length},ArraySet.prototype.add=function(t,r){var e=hasNativeMap?t:util.toSetString(t),a=hasNativeMap?this.has(t):has.call(this._set,e),i=this._array.length;a&&!r||this._array.push(t),a||(hasNativeMap?this._set.set(t,i):this._set[e]=i)},ArraySet.prototype.has=function(t){if(hasNativeMap)return this._set.has(t);var r=util.toSetString(t);return has.call(this._set,r)},ArraySet.prototype.indexOf=function(t){if(hasNativeMap){var r=this._set.get(t);if(r>=0)return r}else{var e=util.toSetString(t);if(has.call(this._set,e))return this._set[e]}throw new Error('"'+t+'" is not in the set.')},ArraySet.prototype.at=function(t){if(t>=0&&t<this._array.length)return this._array[t];throw new Error("No element indexed by "+t)},ArraySet.prototype.toArray=function(){return this._array.slice()},exports.ArraySet=ArraySet;
3425
3426},{"./util":562}],554:[function(require,module,exports){
3427var base64=require("./base64"),VLQ_BASE_SHIFT=5,VLQ_BASE=1<<VLQ_BASE_SHIFT,VLQ_BASE_MASK=VLQ_BASE-1,VLQ_CONTINUATION_BIT=VLQ_BASE;function toVLQSigned(e){return e<0?1+(-e<<1):0+(e<<1)}function fromVLQSigned(e){var r=e>>1;return 1==(1&e)?-r:r}exports.encode=function(e){var r,_="",n=toVLQSigned(e);do{r=n&VLQ_BASE_MASK,(n>>>=VLQ_BASE_SHIFT)>0&&(r|=VLQ_CONTINUATION_BIT),_+=base64.encode(r)}while(n>0);return _},exports.decode=function(e,r,_){var n,o,S=e.length,t=0,i=0;do{if(r>=S)throw new Error("Expected more digits in base 64 VLQ value.");if(-1===(o=base64.decode(e.charCodeAt(r++))))throw new Error("Invalid base64 digit: "+e.charAt(r-1));n=!!(o&VLQ_CONTINUATION_BIT),t+=(o&=VLQ_BASE_MASK)<<i,i+=VLQ_BASE_SHIFT}while(n);_.value=fromVLQSigned(t),_.rest=r};
3428
3429},{"./base64":555}],555:[function(require,module,exports){
3430var intToCharMap="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");exports.encode=function(e){if(0<=e&&e<intToCharMap.length)return intToCharMap[e];throw new TypeError("Must be between 0 and 63: "+e)},exports.decode=function(e){return 65<=e&&e<=90?e-65:97<=e&&e<=122?e-97+26:48<=e&&e<=57?e-48+52:43==e?62:47==e?63:-1};
3431
3432},{}],556:[function(require,module,exports){
3433function recursiveSearch(r,e,t,E,c,n){var o=Math.floor((e-r)/2)+r,s=c(t,E[o],!0);return 0===s?o:s>0?e-o>1?recursiveSearch(o,e,t,E,c,n):n==exports.LEAST_UPPER_BOUND?e<E.length?e:-1:o:o-r>1?recursiveSearch(r,o,t,E,c,n):n==exports.LEAST_UPPER_BOUND?o:r<0?-1:r}exports.GREATEST_LOWER_BOUND=1,exports.LEAST_UPPER_BOUND=2,exports.search=function(r,e,t,E){if(0===e.length)return-1;var c=recursiveSearch(-1,e.length,r,e,t,E||exports.GREATEST_LOWER_BOUND);if(c<0)return-1;for(;c-1>=0&&0===t(e[c],e[c-1],!0);)--c;return c};
3434
3435},{}],557:[function(require,module,exports){
3436var util=require("./util");function generatedPositionAfter(t,e){var r=t.generatedLine,i=e.generatedLine,a=t.generatedColumn,n=e.generatedColumn;return i>r||i==r&&n>=a||util.compareByGeneratedPositionsInflated(t,e)<=0}function MappingList(){this._array=[],this._sorted=!0,this._last={generatedLine:-1,generatedColumn:0}}MappingList.prototype.unsortedForEach=function(t,e){this._array.forEach(t,e)},MappingList.prototype.add=function(t){generatedPositionAfter(this._last,t)?(this._last=t,this._array.push(t)):(this._sorted=!1,this._array.push(t))},MappingList.prototype.toArray=function(){return this._sorted||(this._array.sort(util.compareByGeneratedPositionsInflated),this._sorted=!0),this._array},exports.MappingList=MappingList;
3437
3438},{"./util":562}],558:[function(require,module,exports){
3439function swap(n,o,r){var t=n[o];n[o]=n[r],n[r]=t}function randomIntInRange(n,o){return Math.round(n+Math.random()*(o-n))}function doQuickSort(n,o,r,t){if(r<t){var a=r-1;swap(n,randomIntInRange(r,t),t);for(var u=n[t],i=r;i<t;i++)o(n[i],u)<=0&&swap(n,a+=1,i);swap(n,a+1,i);var c=a+1;doQuickSort(n,o,r,c-1),doQuickSort(n,o,c+1,t)}}exports.quickSort=function(n,o){doQuickSort(n,o,0,n.length-1)};
3440
3441},{}],559:[function(require,module,exports){
3442var util=require("./util"),binarySearch=require("./binary-search"),ArraySet=require("./array-set").ArraySet,base64VLQ=require("./base64-vlq"),quickSort=require("./quick-sort").quickSort;function SourceMapConsumer(e,r){var n=e;return"string"==typeof e&&(n=util.parseSourceMapInput(e)),null!=n.sections?new IndexedSourceMapConsumer(n,r):new BasicSourceMapConsumer(n,r)}function BasicSourceMapConsumer(e,r){var n=e;"string"==typeof e&&(n=util.parseSourceMapInput(e));var o=util.getArg(n,"version"),t=util.getArg(n,"sources"),i=util.getArg(n,"names",[]),u=util.getArg(n,"sourceRoot",null),s=util.getArg(n,"sourcesContent",null),a=util.getArg(n,"mappings"),l=util.getArg(n,"file",null);if(o!=this._version)throw new Error("Unsupported version: "+o);u&&(u=util.normalize(u)),t=t.map(String).map(util.normalize).map(function(e){return u&&util.isAbsolute(u)&&util.isAbsolute(e)?util.relative(u,e):e}),this._names=ArraySet.fromArray(i.map(String),!0),this._sources=ArraySet.fromArray(t,!0),this._absoluteSources=this._sources.toArray().map(function(e){return util.computeSourceURL(u,e,r)}),this.sourceRoot=u,this.sourcesContent=s,this._mappings=a,this._sourceMapURL=r,this.file=l}function Mapping(){this.generatedLine=0,this.generatedColumn=0,this.source=null,this.originalLine=null,this.originalColumn=null,this.name=null}function IndexedSourceMapConsumer(e,r){var n=e;"string"==typeof e&&(n=util.parseSourceMapInput(e));var o=util.getArg(n,"version"),t=util.getArg(n,"sections");if(o!=this._version)throw new Error("Unsupported version: "+o);this._sources=new ArraySet,this._names=new ArraySet;var i={line:-1,column:0};this._sections=t.map(function(e){if(e.url)throw new Error("Support for url field in sections not implemented.");var n=util.getArg(e,"offset"),o=util.getArg(n,"line"),t=util.getArg(n,"column");if(o<i.line||o===i.line&&t<i.column)throw new Error("Section offsets must be ordered and non-overlapping.");return i=n,{generatedOffset:{generatedLine:o+1,generatedColumn:t+1},consumer:new SourceMapConsumer(util.getArg(e,"map"),r)}})}SourceMapConsumer.fromSourceMap=function(e,r){return BasicSourceMapConsumer.fromSourceMap(e,r)},SourceMapConsumer.prototype._version=3,SourceMapConsumer.prototype.__generatedMappings=null,Object.defineProperty(SourceMapConsumer.prototype,"_generatedMappings",{configurable:!0,enumerable:!0,get:function(){return this.__generatedMappings||this._parseMappings(this._mappings,this.sourceRoot),this.__generatedMappings}}),SourceMapConsumer.prototype.__originalMappings=null,Object.defineProperty(SourceMapConsumer.prototype,"_originalMappings",{configurable:!0,enumerable:!0,get:function(){return this.__originalMappings||this._parseMappings(this._mappings,this.sourceRoot),this.__originalMappings}}),SourceMapConsumer.prototype._charIsMappingSeparator=function(e,r){var n=e.charAt(r);return";"===n||","===n},SourceMapConsumer.prototype._parseMappings=function(e,r){throw new Error("Subclasses must implement _parseMappings")},SourceMapConsumer.GENERATED_ORDER=1,SourceMapConsumer.ORIGINAL_ORDER=2,SourceMapConsumer.GREATEST_LOWER_BOUND=1,SourceMapConsumer.LEAST_UPPER_BOUND=2,SourceMapConsumer.prototype.eachMapping=function(e,r,n){var o,t=r||null;switch(n||SourceMapConsumer.GENERATED_ORDER){case SourceMapConsumer.GENERATED_ORDER:o=this._generatedMappings;break;case SourceMapConsumer.ORIGINAL_ORDER:o=this._originalMappings;break;default:throw new Error("Unknown order of iteration.")}var i=this.sourceRoot;o.map(function(e){var r=null===e.source?null:this._sources.at(e.source);return{source:r=util.computeSourceURL(i,r,this._sourceMapURL),generatedLine:e.generatedLine,generatedColumn:e.generatedColumn,originalLine:e.originalLine,originalColumn:e.originalColumn,name:null===e.name?null:this._names.at(e.name)}},this).forEach(e,t)},SourceMapConsumer.prototype.allGeneratedPositionsFor=function(e){var r=util.getArg(e,"line"),n={source:util.getArg(e,"source"),originalLine:r,originalColumn:util.getArg(e,"column",0)};if(n.source=this._findSourceIndex(n.source),n.source<0)return[];var o=[],t=this._findMapping(n,this._originalMappings,"originalLine","originalColumn",util.compareByOriginalPositions,binarySearch.LEAST_UPPER_BOUND);if(t>=0){var i=this._originalMappings[t];if(void 0===e.column)for(var u=i.originalLine;i&&i.originalLine===u;)o.push({line:util.getArg(i,"generatedLine",null),column:util.getArg(i,"generatedColumn",null),lastColumn:util.getArg(i,"lastGeneratedColumn",null)}),i=this._originalMappings[++t];else for(var s=i.originalColumn;i&&i.originalLine===r&&i.originalColumn==s;)o.push({line:util.getArg(i,"generatedLine",null),column:util.getArg(i,"generatedColumn",null),lastColumn:util.getArg(i,"lastGeneratedColumn",null)}),i=this._originalMappings[++t]}return o},exports.SourceMapConsumer=SourceMapConsumer,BasicSourceMapConsumer.prototype=Object.create(SourceMapConsumer.prototype),BasicSourceMapConsumer.prototype.consumer=SourceMapConsumer,BasicSourceMapConsumer.prototype._findSourceIndex=function(e){var r,n=e;if(null!=this.sourceRoot&&(n=util.relative(this.sourceRoot,n)),this._sources.has(n))return this._sources.indexOf(n);for(r=0;r<this._absoluteSources.length;++r)if(this._absoluteSources[r]==e)return r;return-1},BasicSourceMapConsumer.fromSourceMap=function(e,r){var n=Object.create(BasicSourceMapConsumer.prototype),o=n._names=ArraySet.fromArray(e._names.toArray(),!0),t=n._sources=ArraySet.fromArray(e._sources.toArray(),!0);n.sourceRoot=e._sourceRoot,n.sourcesContent=e._generateSourcesContent(n._sources.toArray(),n.sourceRoot),n.file=e._file,n._sourceMapURL=r,n._absoluteSources=n._sources.toArray().map(function(e){return util.computeSourceURL(n.sourceRoot,e,r)});for(var i=e._mappings.toArray().slice(),u=n.__generatedMappings=[],s=n.__originalMappings=[],a=0,l=i.length;a<l;a++){var c=i[a],p=new Mapping;p.generatedLine=c.generatedLine,p.generatedColumn=c.generatedColumn,c.source&&(p.source=t.indexOf(c.source),p.originalLine=c.originalLine,p.originalColumn=c.originalColumn,c.name&&(p.name=o.indexOf(c.name)),s.push(p)),u.push(p)}return quickSort(n.__originalMappings,util.compareByOriginalPositions),n},BasicSourceMapConsumer.prototype._version=3,Object.defineProperty(BasicSourceMapConsumer.prototype,"sources",{get:function(){return this._absoluteSources.slice()}}),BasicSourceMapConsumer.prototype._parseMappings=function(e,r){for(var n,o,t,i,u,s=1,a=0,l=0,c=0,p=0,g=0,m=e.length,h=0,d={},f={},_=[],C=[];h<m;)if(";"===e.charAt(h))s++,h++,a=0;else if(","===e.charAt(h))h++;else{for((n=new Mapping).generatedLine=s,i=h;i<m&&!this._charIsMappingSeparator(e,i);i++);if(t=d[o=e.slice(h,i)])h+=o.length;else{for(t=[];h<i;)base64VLQ.decode(e,h,f),u=f.value,h=f.rest,t.push(u);if(2===t.length)throw new Error("Found a source, but no line and column");if(3===t.length)throw new Error("Found a source and line, but no column");d[o]=t}n.generatedColumn=a+t[0],a=n.generatedColumn,t.length>1&&(n.source=p+t[1],p+=t[1],n.originalLine=l+t[2],l=n.originalLine,n.originalLine+=1,n.originalColumn=c+t[3],c=n.originalColumn,t.length>4&&(n.name=g+t[4],g+=t[4])),C.push(n),"number"==typeof n.originalLine&&_.push(n)}quickSort(C,util.compareByGeneratedPositionsDeflated),this.__generatedMappings=C,quickSort(_,util.compareByOriginalPositions),this.__originalMappings=_},BasicSourceMapConsumer.prototype._findMapping=function(e,r,n,o,t,i){if(e[n]<=0)throw new TypeError("Line must be greater than or equal to 1, got "+e[n]);if(e[o]<0)throw new TypeError("Column must be greater than or equal to 0, got "+e[o]);return binarySearch.search(e,r,t,i)},BasicSourceMapConsumer.prototype.computeColumnSpans=function(){for(var e=0;e<this._generatedMappings.length;++e){var r=this._generatedMappings[e];if(e+1<this._generatedMappings.length){var n=this._generatedMappings[e+1];if(r.generatedLine===n.generatedLine){r.lastGeneratedColumn=n.generatedColumn-1;continue}}r.lastGeneratedColumn=1/0}},BasicSourceMapConsumer.prototype.originalPositionFor=function(e){var r={generatedLine:util.getArg(e,"line"),generatedColumn:util.getArg(e,"column")},n=this._findMapping(r,this._generatedMappings,"generatedLine","generatedColumn",util.compareByGeneratedPositionsDeflated,util.getArg(e,"bias",SourceMapConsumer.GREATEST_LOWER_BOUND));if(n>=0){var o=this._generatedMappings[n];if(o.generatedLine===r.generatedLine){var t=util.getArg(o,"source",null);null!==t&&(t=this._sources.at(t),t=util.computeSourceURL(this.sourceRoot,t,this._sourceMapURL));var i=util.getArg(o,"name",null);return null!==i&&(i=this._names.at(i)),{source:t,line:util.getArg(o,"originalLine",null),column:util.getArg(o,"originalColumn",null),name:i}}}return{source:null,line:null,column:null,name:null}},BasicSourceMapConsumer.prototype.hasContentsOfAllSources=function(){return!!this.sourcesContent&&(this.sourcesContent.length>=this._sources.size()&&!this.sourcesContent.some(function(e){return null==e}))},BasicSourceMapConsumer.prototype.sourceContentFor=function(e,r){if(!this.sourcesContent)return null;var n=this._findSourceIndex(e);if(n>=0)return this.sourcesContent[n];var o,t=e;if(null!=this.sourceRoot&&(t=util.relative(this.sourceRoot,t)),null!=this.sourceRoot&&(o=util.urlParse(this.sourceRoot))){var i=t.replace(/^file:\/\//,"");if("file"==o.scheme&&this._sources.has(i))return this.sourcesContent[this._sources.indexOf(i)];if((!o.path||"/"==o.path)&&this._sources.has("/"+t))return this.sourcesContent[this._sources.indexOf("/"+t)]}if(r)return null;throw new Error('"'+t+'" is not in the SourceMap.')},BasicSourceMapConsumer.prototype.generatedPositionFor=function(e){var r=util.getArg(e,"source");if((r=this._findSourceIndex(r))<0)return{line:null,column:null,lastColumn:null};var n={source:r,originalLine:util.getArg(e,"line"),originalColumn:util.getArg(e,"column")},o=this._findMapping(n,this._originalMappings,"originalLine","originalColumn",util.compareByOriginalPositions,util.getArg(e,"bias",SourceMapConsumer.GREATEST_LOWER_BOUND));if(o>=0){var t=this._originalMappings[o];if(t.source===n.source)return{line:util.getArg(t,"generatedLine",null),column:util.getArg(t,"generatedColumn",null),lastColumn:util.getArg(t,"lastGeneratedColumn",null)}}return{line:null,column:null,lastColumn:null}},exports.BasicSourceMapConsumer=BasicSourceMapConsumer,IndexedSourceMapConsumer.prototype=Object.create(SourceMapConsumer.prototype),IndexedSourceMapConsumer.prototype.constructor=SourceMapConsumer,IndexedSourceMapConsumer.prototype._version=3,Object.defineProperty(IndexedSourceMapConsumer.prototype,"sources",{get:function(){for(var e=[],r=0;r<this._sections.length;r++)for(var n=0;n<this._sections[r].consumer.sources.length;n++)e.push(this._sections[r].consumer.sources[n]);return e}}),IndexedSourceMapConsumer.prototype.originalPositionFor=function(e){var r={generatedLine:util.getArg(e,"line"),generatedColumn:util.getArg(e,"column")},n=binarySearch.search(r,this._sections,function(e,r){var n=e.generatedLine-r.generatedOffset.generatedLine;return n||e.generatedColumn-r.generatedOffset.generatedColumn}),o=this._sections[n];return o?o.consumer.originalPositionFor({line:r.generatedLine-(o.generatedOffset.generatedLine-1),column:r.generatedColumn-(o.generatedOffset.generatedLine===r.generatedLine?o.generatedOffset.generatedColumn-1:0),bias:e.bias}):{source:null,line:null,column:null,name:null}},IndexedSourceMapConsumer.prototype.hasContentsOfAllSources=function(){return this._sections.every(function(e){return e.consumer.hasContentsOfAllSources()})},IndexedSourceMapConsumer.prototype.sourceContentFor=function(e,r){for(var n=0;n<this._sections.length;n++){var o=this._sections[n].consumer.sourceContentFor(e,!0);if(o)return o}if(r)return null;throw new Error('"'+e+'" is not in the SourceMap.')},IndexedSourceMapConsumer.prototype.generatedPositionFor=function(e){for(var r=0;r<this._sections.length;r++){var n=this._sections[r];if(-1!==n.consumer._findSourceIndex(util.getArg(e,"source"))){var o=n.consumer.generatedPositionFor(e);if(o)return{line:o.line+(n.generatedOffset.generatedLine-1),column:o.column+(n.generatedOffset.generatedLine===o.line?n.generatedOffset.generatedColumn-1:0)}}}return{line:null,column:null}},IndexedSourceMapConsumer.prototype._parseMappings=function(e,r){this.__generatedMappings=[],this.__originalMappings=[];for(var n=0;n<this._sections.length;n++)for(var o=this._sections[n],t=o.consumer._generatedMappings,i=0;i<t.length;i++){var u=t[i],s=o.consumer._sources.at(u.source);s=util.computeSourceURL(o.consumer.sourceRoot,s,this._sourceMapURL),this._sources.add(s),s=this._sources.indexOf(s);var a=null;u.name&&(a=o.consumer._names.at(u.name),this._names.add(a),a=this._names.indexOf(a));var l={source:s,generatedLine:u.generatedLine+(o.generatedOffset.generatedLine-1),generatedColumn:u.generatedColumn+(o.generatedOffset.generatedLine===u.generatedLine?o.generatedOffset.generatedColumn-1:0),originalLine:u.originalLine,originalColumn:u.originalColumn,name:a};this.__generatedMappings.push(l),"number"==typeof l.originalLine&&this.__originalMappings.push(l)}quickSort(this.__generatedMappings,util.compareByGeneratedPositionsDeflated),quickSort(this.__originalMappings,util.compareByOriginalPositions)},exports.IndexedSourceMapConsumer=IndexedSourceMapConsumer;
3443
3444},{"./array-set":553,"./base64-vlq":554,"./binary-search":556,"./quick-sort":558,"./util":562}],560:[function(require,module,exports){
3445var base64VLQ=require("./base64-vlq"),util=require("./util"),ArraySet=require("./array-set").ArraySet,MappingList=require("./mapping-list").MappingList;function SourceMapGenerator(e){e||(e={}),this._file=util.getArg(e,"file",null),this._sourceRoot=util.getArg(e,"sourceRoot",null),this._skipValidation=util.getArg(e,"skipValidation",!1),this._sources=new ArraySet,this._names=new ArraySet,this._mappings=new MappingList,this._sourcesContents=null}SourceMapGenerator.prototype._version=3,SourceMapGenerator.fromSourceMap=function(e){var n=e.sourceRoot,r=new SourceMapGenerator({file:e.file,sourceRoot:n});return e.eachMapping(function(e){var t={generated:{line:e.generatedLine,column:e.generatedColumn}};null!=e.source&&(t.source=e.source,null!=n&&(t.source=util.relative(n,t.source)),t.original={line:e.originalLine,column:e.originalColumn},null!=e.name&&(t.name=e.name)),r.addMapping(t)}),e.sources.forEach(function(t){var o=t;null!==n&&(o=util.relative(n,t)),r._sources.has(o)||r._sources.add(o);var i=e.sourceContentFor(t);null!=i&&r.setSourceContent(t,i)}),r},SourceMapGenerator.prototype.addMapping=function(e){var n=util.getArg(e,"generated"),r=util.getArg(e,"original",null),t=util.getArg(e,"source",null),o=util.getArg(e,"name",null);this._skipValidation||this._validateMapping(n,r,t,o),null!=t&&(t=String(t),this._sources.has(t)||this._sources.add(t)),null!=o&&(o=String(o),this._names.has(o)||this._names.add(o)),this._mappings.add({generatedLine:n.line,generatedColumn:n.column,originalLine:null!=r&&r.line,originalColumn:null!=r&&r.column,source:t,name:o})},SourceMapGenerator.prototype.setSourceContent=function(e,n){var r=e;null!=this._sourceRoot&&(r=util.relative(this._sourceRoot,r)),null!=n?(this._sourcesContents||(this._sourcesContents=Object.create(null)),this._sourcesContents[util.toSetString(r)]=n):this._sourcesContents&&(delete this._sourcesContents[util.toSetString(r)],0===Object.keys(this._sourcesContents).length&&(this._sourcesContents=null))},SourceMapGenerator.prototype.applySourceMap=function(e,n,r){var t=n;if(null==n){if(null==e.file)throw new Error('SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, or the source map\'s "file" property. Both were omitted.');t=e.file}var o=this._sourceRoot;null!=o&&(t=util.relative(o,t));var i=new ArraySet,s=new ArraySet;this._mappings.unsortedForEach(function(n){if(n.source===t&&null!=n.originalLine){var l=e.originalPositionFor({line:n.originalLine,column:n.originalColumn});null!=l.source&&(n.source=l.source,null!=r&&(n.source=util.join(r,n.source)),null!=o&&(n.source=util.relative(o,n.source)),n.originalLine=l.line,n.originalColumn=l.column,null!=l.name&&(n.name=l.name))}var u=n.source;null==u||i.has(u)||i.add(u);var a=n.name;null==a||s.has(a)||s.add(a)},this),this._sources=i,this._names=s,e.sources.forEach(function(n){var t=e.sourceContentFor(n);null!=t&&(null!=r&&(n=util.join(r,n)),null!=o&&(n=util.relative(o,n)),this.setSourceContent(n,t))},this)},SourceMapGenerator.prototype._validateMapping=function(e,n,r,t){if(n&&"number"!=typeof n.line&&"number"!=typeof n.column)throw new Error("original.line and original.column are not numbers -- you probably meant to omit the original mapping entirely and only map the generated position. If so, pass null for the original mapping instead of an object with empty or null values.");if((!(e&&"line"in e&&"column"in e&&e.line>0&&e.column>=0)||n||r||t)&&!(e&&"line"in e&&"column"in e&&n&&"line"in n&&"column"in n&&e.line>0&&e.column>=0&&n.line>0&&n.column>=0&&r))throw new Error("Invalid mapping: "+JSON.stringify({generated:e,source:r,original:n,name:t}))},SourceMapGenerator.prototype._serializeMappings=function(){for(var e,n,r,t,o=0,i=1,s=0,l=0,u=0,a=0,c="",p=this._mappings.toArray(),g=0,h=p.length;g<h;g++){if(e="",(n=p[g]).generatedLine!==i)for(o=0;n.generatedLine!==i;)e+=";",i++;else if(g>0){if(!util.compareByGeneratedPositionsInflated(n,p[g-1]))continue;e+=","}e+=base64VLQ.encode(n.generatedColumn-o),o=n.generatedColumn,null!=n.source&&(t=this._sources.indexOf(n.source),e+=base64VLQ.encode(t-a),a=t,e+=base64VLQ.encode(n.originalLine-1-l),l=n.originalLine-1,e+=base64VLQ.encode(n.originalColumn-s),s=n.originalColumn,null!=n.name&&(r=this._names.indexOf(n.name),e+=base64VLQ.encode(r-u),u=r)),c+=e}return c},SourceMapGenerator.prototype._generateSourcesContent=function(e,n){return e.map(function(e){if(!this._sourcesContents)return null;null!=n&&(e=util.relative(n,e));var r=util.toSetString(e);return Object.prototype.hasOwnProperty.call(this._sourcesContents,r)?this._sourcesContents[r]:null},this)},SourceMapGenerator.prototype.toJSON=function(){var e={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};return null!=this._file&&(e.file=this._file),null!=this._sourceRoot&&(e.sourceRoot=this._sourceRoot),this._sourcesContents&&(e.sourcesContent=this._generateSourcesContent(e.sources,e.sourceRoot)),e},SourceMapGenerator.prototype.toString=function(){return JSON.stringify(this.toJSON())},exports.SourceMapGenerator=SourceMapGenerator;
3446
3447},{"./array-set":553,"./base64-vlq":554,"./mapping-list":557,"./util":562}],561:[function(require,module,exports){
3448var SourceMapGenerator=require("./source-map-generator").SourceMapGenerator,util=require("./util"),REGEX_NEWLINE=/(\r?\n)/,NEWLINE_CODE=10,isSourceNode="$$$isSourceNode$$$";function SourceNode(e,n,o,r,t){this.children=[],this.sourceContents={},this.line=null==e?null:e,this.column=null==n?null:n,this.source=null==o?null:o,this.name=null==t?null:t,this[isSourceNode]=!0,null!=r&&this.add(r)}SourceNode.fromStringWithSourceMap=function(e,n,o){var r=new SourceNode,t=e.split(REGEX_NEWLINE),i=0,u=function(){return e()+(e()||"");function e(){return i<t.length?t[i++]:void 0}},l=1,c=0,s=null;return n.eachMapping(function(e){if(null!==s){if(!(l<e.generatedLine)){var n=(o=t[i]||"").substr(0,e.generatedColumn-c);return t[i]=o.substr(e.generatedColumn-c),c=e.generatedColumn,a(s,n),void(s=e)}a(s,u()),l++,c=0}for(;l<e.generatedLine;)r.add(u()),l++;if(c<e.generatedColumn){var o=t[i]||"";r.add(o.substr(0,e.generatedColumn)),t[i]=o.substr(e.generatedColumn),c=e.generatedColumn}s=e},this),i<t.length&&(s&&a(s,u()),r.add(t.splice(i).join(""))),n.sources.forEach(function(e){var t=n.sourceContentFor(e);null!=t&&(null!=o&&(e=util.join(o,e)),r.setSourceContent(e,t))}),r;function a(e,n){if(null===e||void 0===e.source)r.add(n);else{var t=o?util.join(o,e.source):e.source;r.add(new SourceNode(e.originalLine,e.originalColumn,t,n,e.name))}}},SourceNode.prototype.add=function(e){if(Array.isArray(e))e.forEach(function(e){this.add(e)},this);else{if(!e[isSourceNode]&&"string"!=typeof e)throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+e);e&&this.children.push(e)}return this},SourceNode.prototype.prepend=function(e){if(Array.isArray(e))for(var n=e.length-1;n>=0;n--)this.prepend(e[n]);else{if(!e[isSourceNode]&&"string"!=typeof e)throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+e);this.children.unshift(e)}return this},SourceNode.prototype.walk=function(e){for(var n,o=0,r=this.children.length;o<r;o++)(n=this.children[o])[isSourceNode]?n.walk(e):""!==n&&e(n,{source:this.source,line:this.line,column:this.column,name:this.name})},SourceNode.prototype.join=function(e){var n,o,r=this.children.length;if(r>0){for(n=[],o=0;o<r-1;o++)n.push(this.children[o]),n.push(e);n.push(this.children[o]),this.children=n}return this},SourceNode.prototype.replaceRight=function(e,n){var o=this.children[this.children.length-1];return o[isSourceNode]?o.replaceRight(e,n):"string"==typeof o?this.children[this.children.length-1]=o.replace(e,n):this.children.push("".replace(e,n)),this},SourceNode.prototype.setSourceContent=function(e,n){this.sourceContents[util.toSetString(e)]=n},SourceNode.prototype.walkSourceContents=function(e){for(var n=0,o=this.children.length;n<o;n++)this.children[n][isSourceNode]&&this.children[n].walkSourceContents(e);var r=Object.keys(this.sourceContents);for(n=0,o=r.length;n<o;n++)e(util.fromSetString(r[n]),this.sourceContents[r[n]])},SourceNode.prototype.toString=function(){var e="";return this.walk(function(n){e+=n}),e},SourceNode.prototype.toStringWithSourceMap=function(e){var n={code:"",line:1,column:0},o=new SourceMapGenerator(e),r=!1,t=null,i=null,u=null,l=null;return this.walk(function(e,c){n.code+=e,null!==c.source&&null!==c.line&&null!==c.column?(t===c.source&&i===c.line&&u===c.column&&l===c.name||o.addMapping({source:c.source,original:{line:c.line,column:c.column},generated:{line:n.line,column:n.column},name:c.name}),t=c.source,i=c.line,u=c.column,l=c.name,r=!0):r&&(o.addMapping({generated:{line:n.line,column:n.column}}),t=null,r=!1);for(var s=0,a=e.length;s<a;s++)e.charCodeAt(s)===NEWLINE_CODE?(n.line++,n.column=0,s+1===a?(t=null,r=!1):r&&o.addMapping({source:c.source,original:{line:c.line,column:c.column},generated:{line:n.line,column:n.column},name:c.name})):n.column++}),this.walkSourceContents(function(e,n){o.setSourceContent(e,n)}),{code:n.code,map:o}},exports.SourceNode=SourceNode;
3449
3450},{"./source-map-generator":560,"./util":562}],562:[function(require,module,exports){
3451function getArg(e,r,t){if(r in e)return e[r];if(3===arguments.length)return t;throw new Error('"'+r+'" is a required argument.')}exports.getArg=getArg;var urlRegexp=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/,dataUrlRegexp=/^data:.+\,.+$/;function urlParse(e){var r=e.match(urlRegexp);return r?{scheme:r[1],auth:r[2],host:r[3],port:r[4],path:r[5]}:null}function urlGenerate(e){var r="";return e.scheme&&(r+=e.scheme+":"),r+="//",e.auth&&(r+=e.auth+"@"),e.host&&(r+=e.host),e.port&&(r+=":"+e.port),e.path&&(r+=e.path),r}function normalize(e){var r=e,t=urlParse(e);if(t){if(!t.path)return e;r=t.path}for(var n,o=exports.isAbsolute(r),a=r.split(/\/+/),i=0,u=a.length-1;u>=0;u--)"."===(n=a[u])?a.splice(u,1):".."===n?i++:i>0&&(""===n?(a.splice(u+1,i),i=0):(a.splice(u,2),i--));return""===(r=a.join("/"))&&(r=o?"/":"."),t?(t.path=r,urlGenerate(t)):r}function join(e,r){""===e&&(e="."),""===r&&(r=".");var t=urlParse(r),n=urlParse(e);if(n&&(e=n.path||"/"),t&&!t.scheme)return n&&(t.scheme=n.scheme),urlGenerate(t);if(t||r.match(dataUrlRegexp))return r;if(n&&!n.host&&!n.path)return n.host=r,urlGenerate(n);var o="/"===r.charAt(0)?r:normalize(e.replace(/\/+$/,"")+"/"+r);return n?(n.path=o,urlGenerate(n)):o}function relative(e,r){""===e&&(e="."),e=e.replace(/\/$/,"");for(var t=0;0!==r.indexOf(e+"/");){var n=e.lastIndexOf("/");if(n<0)return r;if((e=e.slice(0,n)).match(/^([^\/]+:\/)?\/*$/))return r;++t}return Array(t+1).join("../")+r.substr(e.length+1)}exports.urlParse=urlParse,exports.urlGenerate=urlGenerate,exports.normalize=normalize,exports.join=join,exports.isAbsolute=function(e){return"/"===e.charAt(0)||urlRegexp.test(e)},exports.relative=relative;var supportsNullProto=!("__proto__"in Object.create(null));function identity(e){return e}function toSetString(e){return isProtoString(e)?"$"+e:e}function fromSetString(e){return isProtoString(e)?e.slice(1):e}function isProtoString(e){if(!e)return!1;var r=e.length;if(r<9)return!1;if(95!==e.charCodeAt(r-1)||95!==e.charCodeAt(r-2)||111!==e.charCodeAt(r-3)||116!==e.charCodeAt(r-4)||111!==e.charCodeAt(r-5)||114!==e.charCodeAt(r-6)||112!==e.charCodeAt(r-7)||95!==e.charCodeAt(r-8)||95!==e.charCodeAt(r-9))return!1;for(var t=r-10;t>=0;t--)if(36!==e.charCodeAt(t))return!1;return!0}function compareByOriginalPositions(e,r,t){var n=strcmp(e.source,r.source);return 0!==n?n:0!==(n=e.originalLine-r.originalLine)?n:0!==(n=e.originalColumn-r.originalColumn)||t?n:0!==(n=e.generatedColumn-r.generatedColumn)?n:0!==(n=e.generatedLine-r.generatedLine)?n:strcmp(e.name,r.name)}function compareByGeneratedPositionsDeflated(e,r,t){var n=e.generatedLine-r.generatedLine;return 0!==n?n:0!==(n=e.generatedColumn-r.generatedColumn)||t?n:0!==(n=strcmp(e.source,r.source))?n:0!==(n=e.originalLine-r.originalLine)?n:0!==(n=e.originalColumn-r.originalColumn)?n:strcmp(e.name,r.name)}function strcmp(e,r){return e===r?0:null===e?1:null===r?-1:e>r?1:-1}function compareByGeneratedPositionsInflated(e,r){var t=e.generatedLine-r.generatedLine;return 0!==t?t:0!==(t=e.generatedColumn-r.generatedColumn)?t:0!==(t=strcmp(e.source,r.source))?t:0!==(t=e.originalLine-r.originalLine)?t:0!==(t=e.originalColumn-r.originalColumn)?t:strcmp(e.name,r.name)}function parseSourceMapInput(e){return JSON.parse(e.replace(/^\)]}'[^\n]*\n/,""))}function computeSourceURL(e,r,t){if(r=r||"",e&&("/"!==e[e.length-1]&&"/"!==r[0]&&(e+="/"),r=e+r),t){var n=urlParse(t);if(!n)throw new Error("sourceMapURL could not be parsed");if(n.path){var o=n.path.lastIndexOf("/");o>=0&&(n.path=n.path.substring(0,o+1))}r=join(urlGenerate(n),r)}return normalize(r)}exports.toSetString=supportsNullProto?identity:toSetString,exports.fromSetString=supportsNullProto?identity:fromSetString,exports.compareByOriginalPositions=compareByOriginalPositions,exports.compareByGeneratedPositionsDeflated=compareByGeneratedPositionsDeflated,exports.compareByGeneratedPositionsInflated=compareByGeneratedPositionsInflated,exports.parseSourceMapInput=parseSourceMapInput,exports.computeSourceURL=computeSourceURL;
3452
3453},{}],563:[function(require,module,exports){
3454exports.SourceMapGenerator=require("./lib/source-map-generator").SourceMapGenerator,exports.SourceMapConsumer=require("./lib/source-map-consumer").SourceMapConsumer,exports.SourceNode=require("./lib/source-node").SourceNode;
3455
3456},{"./lib/source-map-consumer":559,"./lib/source-map-generator":560,"./lib/source-node":561}],564:[function(require,module,exports){
3457module.exports=Stream;var EE=require("events").EventEmitter,inherits=require("inherits");function Stream(){EE.call(this)}inherits(Stream,EE),Stream.Readable=require("readable-stream/readable.js"),Stream.Writable=require("readable-stream/writable.js"),Stream.Duplex=require("readable-stream/duplex.js"),Stream.Transform=require("readable-stream/transform.js"),Stream.PassThrough=require("readable-stream/passthrough.js"),Stream.Stream=Stream,Stream.prototype.pipe=function(e,r){var t=this;function n(r){e.writable&&!1===e.write(r)&&t.pause&&t.pause()}function a(){t.readable&&t.resume&&t.resume()}t.on("data",n),e.on("drain",a),e._isStdio||r&&!1===r.end||(t.on("end",i),t.on("close",s));var o=!1;function i(){o||(o=!0,e.end())}function s(){o||(o=!0,"function"==typeof e.destroy&&e.destroy())}function m(e){if(u(),0===EE.listenerCount(this,"error"))throw e}function u(){t.removeListener("data",n),e.removeListener("drain",a),t.removeListener("end",i),t.removeListener("close",s),t.removeListener("error",m),e.removeListener("error",m),t.removeListener("end",u),t.removeListener("close",u),e.removeListener("close",u)}return t.on("error",m),e.on("error",m),t.on("end",u),t.on("close",u),e.on("close",u),e.emit("pipe",t),e};
3458
3459},{"events":327,"inherits":364,"readable-stream/duplex.js":524,"readable-stream/passthrough.js":535,"readable-stream/readable.js":536,"readable-stream/transform.js":537,"readable-stream/writable.js":538}],565:[function(require,module,exports){
3460"use strict";var Buffer=require("safe-buffer").Buffer,isEncoding=Buffer.isEncoding||function(t){switch((t=""+t)&&t.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function _normalizeEncoding(t){if(!t)return"utf8";for(var e;;)switch(t){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return t;default:if(e)return;t=(""+t).toLowerCase(),e=!0}}function normalizeEncoding(t){var e=_normalizeEncoding(t);if("string"!=typeof e&&(Buffer.isEncoding===isEncoding||!isEncoding(t)))throw new Error("Unknown encoding: "+t);return e||t}function StringDecoder(t){var e;switch(this.encoding=normalizeEncoding(t),this.encoding){case"utf16le":this.text=utf16Text,this.end=utf16End,e=4;break;case"utf8":this.fillLast=utf8FillLast,e=4;break;case"base64":this.text=base64Text,this.end=base64End,e=3;break;default:return this.write=simpleWrite,void(this.end=simpleEnd)}this.lastNeed=0,this.lastTotal=0,this.lastChar=Buffer.allocUnsafe(e)}function utf8CheckByte(t){return t<=127?0:t>>5==6?2:t>>4==14?3:t>>3==30?4:t>>6==2?-1:-2}function utf8CheckIncomplete(t,e,s){var i=e.length-1;if(i<s)return 0;var n=utf8CheckByte(e[i]);return n>=0?(n>0&&(t.lastNeed=n-1),n):--i<s||-2===n?0:(n=utf8CheckByte(e[i]))>=0?(n>0&&(t.lastNeed=n-2),n):--i<s||-2===n?0:(n=utf8CheckByte(e[i]))>=0?(n>0&&(2===n?n=0:t.lastNeed=n-3),n):0}function utf8CheckExtraBytes(t,e,s){if(128!=(192&e[0]))return t.lastNeed=0,"�";if(t.lastNeed>1&&e.length>1){if(128!=(192&e[1]))return t.lastNeed=1,"�";if(t.lastNeed>2&&e.length>2&&128!=(192&e[2]))return t.lastNeed=2,"�"}}function utf8FillLast(t){var e=this.lastTotal-this.lastNeed,s=utf8CheckExtraBytes(this,t,e);return void 0!==s?s:this.lastNeed<=t.length?(t.copy(this.lastChar,e,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal)):(t.copy(this.lastChar,e,0,t.length),void(this.lastNeed-=t.length))}function utf8Text(t,e){var s=utf8CheckIncomplete(this,t,e);if(!this.lastNeed)return t.toString("utf8",e);this.lastTotal=s;var i=t.length-(s-this.lastNeed);return t.copy(this.lastChar,0,i),t.toString("utf8",e,i)}function utf8End(t){var e=t&&t.length?this.write(t):"";return this.lastNeed?e+"�":e}function utf16Text(t,e){if((t.length-e)%2==0){var s=t.toString("utf16le",e);if(s){var i=s.charCodeAt(s.length-1);if(i>=55296&&i<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=t[t.length-2],this.lastChar[1]=t[t.length-1],s.slice(0,-1)}return s}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=t[t.length-1],t.toString("utf16le",e,t.length-1)}function utf16End(t){var e=t&&t.length?this.write(t):"";if(this.lastNeed){var s=this.lastTotal-this.lastNeed;return e+this.lastChar.toString("utf16le",0,s)}return e}function base64Text(t,e){var s=(t.length-e)%3;return 0===s?t.toString("base64",e):(this.lastNeed=3-s,this.lastTotal=3,1===s?this.lastChar[0]=t[t.length-1]:(this.lastChar[0]=t[t.length-2],this.lastChar[1]=t[t.length-1]),t.toString("base64",e,t.length-s))}function base64End(t){var e=t&&t.length?this.write(t):"";return this.lastNeed?e+this.lastChar.toString("base64",0,3-this.lastNeed):e}function simpleWrite(t){return t.toString(this.encoding)}function simpleEnd(t){return t&&t.length?this.write(t):""}exports.StringDecoder=StringDecoder,StringDecoder.prototype.write=function(t){if(0===t.length)return"";var e,s;if(this.lastNeed){if(void 0===(e=this.fillLast(t)))return"";s=this.lastNeed,this.lastNeed=0}else s=0;return s<t.length?e?e+this.text(t,s):this.text(t,s):e||""},StringDecoder.prototype.end=utf8End,StringDecoder.prototype.text=utf8Text,StringDecoder.prototype.fillLast=function(t){if(this.lastNeed<=t.length)return t.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);t.copy(this.lastChar,this.lastTotal-this.lastNeed,0,t.length),this.lastNeed-=t.length};
3461
3462},{"safe-buffer":542}],566:[function(require,module,exports){
3463(function (setImmediate,clearImmediate){
3464var nextTick=require("process/browser.js").nextTick,apply=Function.prototype.apply,slice=Array.prototype.slice,immediateIds={},nextImmediateId=0;function Timeout(e,t){this._id=e,this._clearFn=t}exports.setTimeout=function(){return new Timeout(apply.call(setTimeout,window,arguments),clearTimeout)},exports.setInterval=function(){return new Timeout(apply.call(setInterval,window,arguments),clearInterval)},exports.clearTimeout=exports.clearInterval=function(e){e.close()},Timeout.prototype.unref=Timeout.prototype.ref=function(){},Timeout.prototype.close=function(){this._clearFn.call(window,this._id)},exports.enroll=function(e,t){clearTimeout(e._idleTimeoutId),e._idleTimeout=t},exports.unenroll=function(e){clearTimeout(e._idleTimeoutId),e._idleTimeout=-1},exports._unrefActive=exports.active=function(e){clearTimeout(e._idleTimeoutId);var t=e._idleTimeout;t>=0&&(e._idleTimeoutId=setTimeout(function(){e._onTimeout&&e._onTimeout()},t))},exports.setImmediate="function"==typeof setImmediate?setImmediate:function(e){var t=nextImmediateId++,i=!(arguments.length<2)&&slice.call(arguments,1);return immediateIds[t]=!0,nextTick(function(){immediateIds[t]&&(i?e.apply(null,i):e.call(null),exports.clearImmediate(t))}),t},exports.clearImmediate="function"==typeof clearImmediate?clearImmediate:function(e){delete immediateIds[e]};
3465
3466}).call(this,require("timers").setImmediate,require("timers").clearImmediate)
3467},{"process/browser.js":515,"timers":566}],567:[function(require,module,exports){
3468"use strict";function __export(e){for(var r in e)exports.hasOwnProperty(r)||(exports[r]=e[r])}Object.defineProperty(exports,"__esModule",{value:!0}),__export(require("./lib/Lexer")),__export(require("./lib/SyntaxError")),__export(require("./lib/Token")),__export(require("./lib/TokenStream")),__export(require("./lib/TokenType"));
3469
3470},{"./lib/Lexer":568,"./lib/SyntaxError":569,"./lib/Token":570,"./lib/TokenStream":571,"./lib/TokenType":572}],568:[function(require,module,exports){
3471"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const Token_1=require("./Token"),TokenType_1=require("./TokenType"),SyntaxError_1=require("./SyntaxError");var LexerState;!function(e){e.COMMENT="COMMENT",e.DATA="DATA",e.DOUBLE_QUOTED_STRING="DOUBLE_QUOTED_STRING",e.INTERPOLATION="INTERPOLATION",e.TAG="BLOCK",e.VARIABLE="VARIABLE",e.VERBATIM="VERBATIM"}(LexerState||(LexerState={}));const escapeRegularExpressionPattern=e=>e.replace(/[.*+?^${}()|[\]\\\/]/g,"\\$&");exports.bracketPairs=[["(",")"],["{","}"],["[","]"]],exports.doubleQuotedStringContentPattern='[^#"\\\\]*(?:(?:\\\\\\\\.|#(?!{))[^#"\\\\]*)*',exports.doubleQuotedStringDelimiterPattern='"',exports.lineSeparators=["\\r\\n","\\r","\\n"],exports.namePattern="[a-zA-Z_\\x7f-\\xff][a-zA-Z0-9_\\x7f-\\xff]*",exports.numberPattern="[0-9]+(?:\\.[0-9]+)?",exports.punctuationPattern="[?:.,|]",exports.stringPattern="(\")([^#\"\\\\]*(?:\\\\.[^#\"\\\\]*)*)(\")|^(')([^'\\\\]*(?:\\\\.[^'\\\\]*)*)(')",exports.whitespacePattern="[ \\r\\n\\t\\f\\v]+";let openingBrackets=[],closingBrackets=[];for(let[e,t]of exports.bracketPairs)openingBrackets.push(escapeRegularExpressionPattern(e)),closingBrackets.push(escapeRegularExpressionPattern(t));const closingBracketPattern="["+closingBrackets.join("")+"]",openingBracketPattern="["+openingBrackets.join("")+"]";class Lexer{constructor(){this.lineTrimingModifier="~",this.trimmingModifier="-",this.operators=["=","or","and","b-or","b-xor","b-and","==","!=","<","<=",">",">=","not","in","not in","matches","starts with","ends with","..","+","-","~","*","/","//","%","**","??"],this.tagPair=["{%","%}"],this.commentPair=["{#","#}"],this.interpolationPair=["#{","}"],this.variablePair=["{{","}}"],this.testOperators=["is","is not"],this.arrowOperator=["=>"]}tokenize(e){this.source=e,this.cursor=0,this.end=this.source.length,this.line=1,this.column=1,this.tokens=[],this.state=LexerState.DATA,this.states=[],this.scope=null,this.scopes=[];let t=e=>{let t=[];e.sort(function(e,t){return e.length>t.length?-1:1});for(let i of e){let e=i.length,s=escapeRegularExpressionPattern(i);new RegExp("[A-Za-z]").test(i[e-1])&&(s+="(?=[\\s(])"),s=s.replace(/\s+/,"\\s+"),t.push(s)}let i=`^(${t.join("|")})`;return new RegExp(i)};for(this.testOperatorRegExp=t(this.testOperators),this.operatorRegExp=t(this.operators),this.arrowOperatorRegExp=t(this.arrowOperator),this.tagEndRegExp=new RegExp("^("+this.trimmingModifier+"?)("+this.tagPair[1]+"(?:"+exports.lineSeparators.join("|")+")?)|^("+this.lineTrimingModifier+")("+this.tagPair[1]+")"),this.commentEndRegExp=new RegExp("(\\s*)("+this.trimmingModifier+"?)("+this.commentPair[1]+"(?:"+exports.lineSeparators.join("|")+")?)|(\\s*)("+this.lineTrimingModifier+")("+this.commentPair[1]+")"),this.variableEndRegExp=new RegExp("^("+this.trimmingModifier+"|"+this.lineTrimingModifier+"?)("+this.variablePair[1]+")"),this.verbatimTagRegExp=new RegExp("^("+this.tagPair[0]+")("+this.trimmingModifier+"|"+this.lineTrimingModifier+"?)(\\s*)(verbatim)(\\s*)("+this.trimmingModifier+"|"+this.lineTrimingModifier+"?)("+this.tagPair[1]+")"),this.endverbatimTagRegExp=new RegExp("("+this.tagPair[0]+")("+this.trimmingModifier+"|"+this.lineTrimingModifier+"?)(\\s*)(endverbatim)(\\s*)("+this.trimmingModifier+"|"+this.lineTrimingModifier+"?)("+this.tagPair[1]+")"),this.statementStartRegExp=new RegExp("("+[this.variablePair[0],this.tagPair[0],this.commentPair[0]].join("|")+")("+this.trimmingModifier+"|"+this.lineTrimingModifier+")?"),this.interpolationStartRegExp=new RegExp("^("+this.interpolationPair[0]+")(\\s*)"),this.interpolationEndRegExp=new RegExp("^(\\s*)("+this.interpolationPair[1]+")"),this.closingBracketRegExp=new RegExp(closingBracketPattern),this.doubleQuotedStringContentRegExp=new RegExp("^"+exports.doubleQuotedStringContentPattern),this.doubleQuotedStringDelimiterRegExp=new RegExp("^"+exports.doubleQuotedStringDelimiterPattern),this.nameRegExp=new RegExp("^"+exports.namePattern),this.numberRegExp=new RegExp("^"+exports.numberPattern),this.openingBracketRegExp=new RegExp(openingBracketPattern),this.punctuationRegExp=new RegExp(exports.punctuationPattern),this.stringRegExp=new RegExp("^"+exports.stringPattern),this.whitespaceRegExp=new RegExp("^"+exports.whitespacePattern);this.cursor<this.end;)switch(this.state){case LexerState.TAG:this.lexTag();break;case LexerState.COMMENT:this.lexComment();break;case LexerState.DOUBLE_QUOTED_STRING:this.lexDoubleQuotedString();break;case LexerState.INTERPOLATION:this.lexInterpolation();break;case LexerState.VARIABLE:this.lexVariable();break;case LexerState.VERBATIM:this.lexVerbatim();break;default:let e=this.source.substring(this.cursor),t=this.statementStartRegExp.exec(e);if(this.pushToken(TokenType_1.TokenType.TEXT,t?e.substr(0,t.index):e),t){let e=t[1],i=t[2];switch(e){case this.commentPair[0]:this.currentVarBlockLine=this.line,this.currentVarBlockColumn=this.column,this.pushToken(TokenType_1.TokenType.COMMENT_START,e),this.pushModifier(i),this.pushState(LexerState.COMMENT);break;case this.tagPair[0]:null!==(t=this.verbatimTagRegExp.exec(this.source.substring(this.cursor)))?(this.currentVarBlockLine=this.line,this.currentVarBlockColumn=this.column,this.pushToken(TokenType_1.TokenType.TAG_START,t[1]),this.pushModifier(t[2]),this.pushToken(TokenType_1.TokenType.WHITESPACE,t[3]),this.pushToken(TokenType_1.TokenType.NAME,t[4]),this.pushToken(TokenType_1.TokenType.WHITESPACE,t[5]),this.pushModifier(t[6]),this.pushToken(TokenType_1.TokenType.TAG_END,t[7]),this.pushState(LexerState.VERBATIM)):(this.currentVarBlockLine=this.line,this.currentVarBlockColumn=this.column,this.pushToken(TokenType_1.TokenType.TAG_START,e),this.pushModifier(i),this.pushState(LexerState.TAG));break;case this.variablePair[0]:this.currentVarBlockLine=this.line,this.currentVarBlockColumn=this.column,this.pushToken(TokenType_1.TokenType.VARIABLE_START,e),this.pushModifier(i),this.pushState(LexerState.VARIABLE)}}}if(this.pushToken(TokenType_1.TokenType.EOF,null),this.state==LexerState.VARIABLE)throw new SyntaxError_1.SyntaxError(`Unclosed variable opened at {${this.currentVarBlockLine}:${this.currentVarBlockColumn}}.`,this.line,this.column);if(this.state==LexerState.TAG)throw new SyntaxError_1.SyntaxError(`Unclosed tag opened at {${this.currentVarBlockLine}:${this.currentVarBlockColumn}}.`,this.line,this.column);if(this.scope)throw new SyntaxError_1.SyntaxError(`Unclosed "${this.scope.value}" opened at {${this.scope.line}:${this.scope.column}}.`,this.line,this.column);return this.tokens}lexExpression(){let e;this.lexWhitespace();let t=this.source.substring(this.cursor),i=t.substr(0,1);if(null!==(e=this.testOperatorRegExp.exec(t)))this.pushToken(TokenType_1.TokenType.TEST_OPERATOR,e[0]);else if(null!==(e=this.arrowOperatorRegExp.exec(t)))this.pushToken(TokenType_1.TokenType.ARROW,e[0]);else if(null!==(e=this.operatorRegExp.exec(t)))this.pushToken(TokenType_1.TokenType.OPERATOR,e[0]);else if(null!==(e=this.nameRegExp.exec(t)))this.pushToken(TokenType_1.TokenType.NAME,e[0]);else if(null!==(e=this.numberRegExp.exec(t)))this.pushToken(TokenType_1.TokenType.NUMBER,e[0]);else if(this.openingBracketRegExp.test(i))this.pushScope(i),this.pushToken(TokenType_1.TokenType.PUNCTUATION,i);else if(this.closingBracketRegExp.test(i)){if(!this.scope)throw new SyntaxError_1.SyntaxError(`Unexpected "${i}".`,this.line,this.column);if(i!==this.scope.expected)throw new SyntaxError_1.SyntaxError(`Unclosed bracket "${this.scope.value}" opened at {${this.scope.line}:${this.scope.column}}.`,this.line,this.column);this.pushToken(TokenType_1.TokenType.PUNCTUATION,i),this.popScope()}else if(this.punctuationRegExp.test(i))this.pushToken(TokenType_1.TokenType.PUNCTUATION,i);else if(null!==(e=this.stringRegExp.exec(t))){let t=e[1]||e[4],i=e[2]||e[5],s=e[3]||e[6];this.pushToken(TokenType_1.TokenType.OPENING_QUOTE,t),void 0!==i&&this.pushToken(TokenType_1.TokenType.STRING,i),this.pushToken(TokenType_1.TokenType.CLOSING_QUOTE,s)}else if(null!==(e=this.doubleQuotedStringDelimiterRegExp.exec(t))){let t=e[0];this.pushScope(t,t),this.pushToken(TokenType_1.TokenType.OPENING_QUOTE,t),this.pushState(LexerState.DOUBLE_QUOTED_STRING)}else if(this.cursor<this.end)throw new SyntaxError_1.SyntaxError(`Unexpected character "${t}".`,this.line,this.column)}lexTag(){this.lexWhitespace();let e,t=this.source.substring(this.cursor);if(this.scope||null===(e=this.tagEndRegExp.exec(t)))this.lexExpression();else{let t=e[2]||e[4],i=e[1]||e[3];this.pushModifier(i),this.pushToken(TokenType_1.TokenType.TAG_END,t),this.popState()}}lexVariable(){let e;this.lexWhitespace(),this.scope||null===(e=this.variableEndRegExp.exec(this.source.substring(this.cursor)))?this.lexExpression():(this.pushModifier(e[1]),this.pushToken(TokenType_1.TokenType.VARIABLE_END,e[2]),this.popState())}lexVerbatim(){let e=this.source.substring(this.cursor),t=this.endverbatimTagRegExp.exec(e);if(!t)throw this.moveCoordinates(e),new SyntaxError_1.SyntaxError(`Unclosed verbatim opened at {${this.currentVarBlockLine}:${this.currentVarBlockColumn}}.`,this.line,this.column);let i=this.source.substr(this.cursor,t.index);this.pushToken(TokenType_1.TokenType.TEXT,i),this.pushToken(TokenType_1.TokenType.TAG_START,t[1]),this.pushModifier(t[2]),this.pushToken(TokenType_1.TokenType.WHITESPACE,t[3]),this.pushToken(TokenType_1.TokenType.NAME,t[4]),this.pushToken(TokenType_1.TokenType.WHITESPACE,t[5]),this.pushModifier(t[6]),this.pushToken(TokenType_1.TokenType.TAG_END,t[7]),this.popState()}lexWhitespace(){let e,t=this.source.substring(this.cursor);null!==(e=this.whitespaceRegExp.exec(t))&&this.pushToken(TokenType_1.TokenType.WHITESPACE,e[0])}lexComment(){this.lexWhitespace();let e=this.source.substring(this.cursor),t=this.commentEndRegExp.exec(e);if(!t)throw this.moveCoordinates(e),new SyntaxError_1.SyntaxError(`Unclosed comment opened at {${this.currentVarBlockLine}:${this.currentVarBlockColumn}}.`,this.line,this.column);let i=this.source.substr(this.cursor,t.index),s=t[2]||t[5],n=t[3]||t[6];this.pushToken(TokenType_1.TokenType.TEXT,i),this.lexWhitespace(),this.pushModifier(s),this.pushToken(TokenType_1.TokenType.COMMENT_END,n),this.popState()}lexDoubleQuotedString(){let e;if(null!==(e=this.interpolationStartRegExp.exec(this.source.substring(this.cursor)))){let t=e[1];this.pushToken(TokenType_1.TokenType.INTERPOLATION_START,t),this.pushToken(TokenType_1.TokenType.WHITESPACE,e[2]),this.pushScope(t,this.interpolationPair[1]),this.pushState(LexerState.INTERPOLATION)}else null!==(e=this.doubleQuotedStringContentRegExp.exec(this.source.substring(this.cursor)))&&e[0].length>0?this.pushToken(TokenType_1.TokenType.STRING,e[0]):(this.pushToken(TokenType_1.TokenType.CLOSING_QUOTE,this.scope.value),this.popScope(),this.popState())}lexInterpolation(){let e;if(this.scope.value===this.interpolationPair[0]&&null!==(e=this.interpolationEndRegExp.exec(this.source.substring(this.cursor)))){let t=e[2],i=e[1]||"";this.pushToken(TokenType_1.TokenType.WHITESPACE,i),this.pushToken(TokenType_1.TokenType.INTERPOLATION_END,t),this.popScope(),this.popState()}else this.lexExpression()}moveCoordinates(e){this.cursor+=e.length,this.column+=e.length;let t=e.split(/\r\n|\r|\n/),i=t.length-1;i>0&&(this.line+=i,this.column=1+t[i].length)}pushToken(e,t){if((e===TokenType_1.TokenType.TEXT||e===TokenType_1.TokenType.WHITESPACE)&&t.length<1)return;let i=new Token_1.Token(e,t,this.line,this.column);this.tokens.push(i),t&&this.moveCoordinates(t)}pushModifier(e){e&&this.pushToken(e===this.trimmingModifier?TokenType_1.TokenType.TRIMMING_MODIFIER:TokenType_1.TokenType.LINE_TRIMMING_MODIFIER,e)}pushState(e){this.states.push(this.state),this.state=e}pushScope(e,t){if(!t){t=exports.bracketPairs.find(t=>t[0]===e)[1]}this.scopes.push(this.scope),this.scope={value:e,expected:t,line:this.line,column:this.column}}popState(){this.state=this.states.pop()}popScope(){this.scope=this.scopes.pop()}}exports.Lexer=Lexer;
3472
3473},{"./SyntaxError":569,"./Token":570,"./TokenType":572}],569:[function(require,module,exports){
3474"use strict";Object.defineProperty(exports,"__esModule",{value:!0});class SyntaxError extends Error{constructor(r,t,e){super(r),this.name="SyntaxError",this.line=t,this.column=e}}exports.SyntaxError=SyntaxError;
3475
3476},{}],570:[function(require,module,exports){
3477"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const TokenType_1=require("./TokenType");class Token{constructor(e,t,r,s){this._type=e,this._value=t,this._line=r,this._column=s}test(e,t=null){return this._type===e&&(null===t||Array.isArray(t)&&t.includes(this._value)||this._value==t)}get line(){return this._line}get column(){return this._column}get type(){return this._type}get value(){return this._value}toString(){return`${TokenType_1.typeToString(this.type,!0)}(${this.value?this.value:""})`}serialize(){return this.value}}exports.Token=Token;
3478
3479},{"./TokenType":572}],571:[function(require,module,exports){
3480"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const TokenType_1=require("./TokenType"),Token_1=require("./Token"),safeCChars=["b","f","n","r","t","v","0","'",'"',"\\"],stripcslashes=function(e){return e.replace(/\\(.)/g,function(e,t){return safeCChars.includes(t)?new Function('return "'+e+'"')():t})};exports.astVisitor=((e,t)=>{if(!e.test(TokenType_1.TokenType.WHITESPACE)&&!e.test(TokenType_1.TokenType.TRIMMING_MODIFIER)&&!e.test(TokenType_1.TokenType.LINE_TRIMMING_MODIFIER)){let n=e.value,T=e.line,r=e.column;if(e.test(TokenType_1.TokenType.EOF))return e;if(e.test(TokenType_1.TokenType.NUMBER))return new Token_1.Token(e.type,Number(e.value),e.line,e.column);if(e.test(TokenType_1.TokenType.OPENING_QUOTE)){if(t.look(1).test(TokenType_1.TokenType.CLOSING_QUOTE))return new Token_1.Token(TokenType_1.TokenType.STRING,"",e.line,e.column)}if(e.test(TokenType_1.TokenType.STRING)){let e=t.look(-1);e&&e.test(TokenType_1.TokenType.OPENING_QUOTE)&&(T=e.line,r=e.column)}if(!e.test(TokenType_1.TokenType.OPENING_QUOTE)&&!e.test(TokenType_1.TokenType.CLOSING_QUOTE)){let o;if(e.test(TokenType_1.TokenType.TEXT)||e.test(TokenType_1.TokenType.STRING)?n=(n=stripcslashes(n)).replace(/\r\n|\r/g,"\n"):e.test(TokenType_1.TokenType.OPERATOR)&&(n=n.replace(/\s+/," ")),(o=t.look(2))&&(o.type===TokenType_1.TokenType.TRIMMING_MODIFIER&&(n=n.replace(/\s*$/,"")),o.type===TokenType_1.TokenType.LINE_TRIMMING_MODIFIER&&(n=n.replace(/[ \t\0\x0B]*$/,""))),(o=t.look(-2))&&(o.type===TokenType_1.TokenType.TRIMMING_MODIFIER&&(n=n.replace(/^\s*/,"")),o.type===TokenType_1.TokenType.LINE_TRIMMING_MODIFIER&&(n=n.replace(/^[ \t\0\x0B]*/,""))),!e.test(TokenType_1.TokenType.TEXT)||n.length>0)return new Token_1.Token(e.type,n,T,r)}}});class TokenStream{constructor(e){this._current=0,this._tokens=e}get current(){return this._tokens[this._current]}get tokens(){return this._tokens}toString(){return this.tokens.map(function(e){return e.toString()}).join("\n")}toAst(){return this.traverse(exports.astVisitor)}serialize(){return this.tokens.map(function(e){return e.serialize()}).join("")}traverse(e){let t=[];do{let n=e(this.current,this);n&&t.push(n)}while(this.next());return t}injectTokens(e){this._tokens.splice(this._current,0,...e)}rewind(){this._current=0}next(){let e=this.current;return this._current++,this._current>=this.tokens.length?null:e}nextIf(e,t=null){return this.current.test(e,t)?this.next():null}look(e=1){let t=this._current+e;return t>=this.tokens.length||t<0?null:this.tokens[t]}test(e,t=null){return this.current.test(e,t)}}exports.TokenStream=TokenStream;
3481
3482},{"./Token":570,"./TokenType":572}],572:[function(require,module,exports){
3483"use strict";var TokenType;function typeToString(T,E=!1){if(T in TokenType)return E?T:"TokenType."+T;throw new Error(`Token type "${T}" does not exist.`)}Object.defineProperty(exports,"__esModule",{value:!0}),function(T){T.CLOSING_QUOTE="CLOSING_QUOTE",T.COMMENT_END="COMMENT_END",T.COMMENT_START="COMMENT_START",T.EOF="EOF",T.INTERPOLATION_START="INTERPOLATION_START",T.INTERPOLATION_END="INTERPOLATION_END",T.LINE_TRIMMING_MODIFIER="LINE_TRIMMING_MODIFIER",T.NAME="NAME",T.NUMBER="NUMBER",T.OPENING_QUOTE="OPENING_QUOTE",T.OPERATOR="OPERATOR",T.PUNCTUATION="PUNCTUATION",T.STRING="STRING",T.TAG_END="TAG_END",T.TAG_START="TAG_START",T.TEST_OPERATOR="TEST_OPERATOR",T.TEXT="TEXT",T.TRIMMING_MODIFIER="TRIMMING_MODIFIER",T.VARIABLE_END="VARIABLE_END",T.VARIABLE_START="VARIABLE_START",T.WHITESPACE="WHITESPACE",T.ARROW="ARROW"}(TokenType=exports.TokenType||(exports.TokenType={})),exports.typeToString=typeToString;
3484
3485},{}],573:[function(require,module,exports){
3486(function (Buffer){
3487"use strict";var _=require("lodash"),DEFAULT_TRUNCATE_STRING="...",DEFAULT_TRUNCATE_STRING_BINARY_SIZE=Buffer.byteLength(DEFAULT_TRUNCATE_STRING,"utf8");function getBinarySize(e){return Buffer.byteLength(e||"","utf8")}function truncateToBinarySize(e,t,n){if(getBinarySize(e=e||"")<=t)return e;var r=new Buffer(t-DEFAULT_TRUNCATE_STRING_BINARY_SIZE),i=r.write(e,"utf8"),T=r.toString("utf8",0,i)+DEFAULT_TRUNCATE_STRING;return n&&n(t,e,T),T}function truncateFieldsToBinarySize(e,t,n){return _.transform(e,function(e,r,i){if(_.includes(Object.keys(t),i)){r=truncateToBinarySize(r,t[i],function(e,t,r){n&&n(e,t,r,i)})}e[i]=r})}function truncateToCharLength(e,t,n){if((e=e||"").length<=t)return e;var r=e.slice(0,t-DEFAULT_TRUNCATE_STRING.length)+DEFAULT_TRUNCATE_STRING;return n&&n(t,e,r),r}module.exports={getBinarySize:getBinarySize,truncateToBinarySize:truncateToBinarySize,truncateFieldsToBinarySize:truncateFieldsToBinarySize,truncateToCharLength:truncateToCharLength};
3488
3489}).call(this,require("buffer").Buffer)
3490},{"buffer":285,"lodash":489}],574:[function(require,module,exports){
3491"use strict";module.exports=require("./lib/utf8-binary-cutter");
3492
3493},{"./lib/utf8-binary-cutter":573}],575:[function(require,module,exports){
3494(function (global){
3495function deprecate(r,e){if(config("noDeprecation"))return r;var o=!1;return function(){if(!o){if(config("throwDeprecation"))throw new Error(e);config("traceDeprecation")?console.trace(e):console.warn(e),o=!0}return r.apply(this,arguments)}}function config(r){try{if(!global.localStorage)return!1}catch(r){return!1}var e=global.localStorage[r];return null!=e&&"true"===String(e).toLowerCase()}module.exports=deprecate;
3496
3497}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
3498},{}],576:[function(require,module,exports){
3499"function"==typeof Object.create?module.exports=function(t,e){t.super_=e,t.prototype=Object.create(e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}})}:module.exports=function(t,e){t.super_=e;var o=function(){};o.prototype=e.prototype,t.prototype=new o,t.prototype.constructor=t};
3500
3501},{}],577:[function(require,module,exports){
3502module.exports=function(o){return o&&"object"==typeof o&&"function"==typeof o.copy&&"function"==typeof o.fill&&"function"==typeof o.readUInt8};
3503
3504},{}],578:[function(require,module,exports){
3505(function (process,global){
3506var formatRegExp=/%[sdj%]/g;exports.format=function(e){if(!isString(e)){for(var r=[],t=0;t<arguments.length;t++)r.push(inspect(arguments[t]));return r.join(" ")}t=1;for(var n=arguments,i=n.length,o=String(e).replace(formatRegExp,function(e){if("%%"===e)return"%";if(t>=i)return e;switch(e){case"%s":return String(n[t++]);case"%d":return Number(n[t++]);case"%j":try{return JSON.stringify(n[t++])}catch(e){return"[Circular]"}default:return e}}),s=n[t];t<i;s=n[++t])isNull(s)||!isObject(s)?o+=" "+s:o+=" "+inspect(s);return o},exports.deprecate=function(e,r){if(isUndefined(global.process))return function(){return exports.deprecate(e,r).apply(this,arguments)};if(!0===process.noDeprecation)return e;var t=!1;return function(){if(!t){if(process.throwDeprecation)throw new Error(r);process.traceDeprecation?console.trace(r):console.error(r),t=!0}return e.apply(this,arguments)}};var debugEnviron,debugs={};function inspect(e,r){var t={seen:[],stylize:stylizeNoColor};return arguments.length>=3&&(t.depth=arguments[2]),arguments.length>=4&&(t.colors=arguments[3]),isBoolean(r)?t.showHidden=r:r&&exports._extend(t,r),isUndefined(t.showHidden)&&(t.showHidden=!1),isUndefined(t.depth)&&(t.depth=2),isUndefined(t.colors)&&(t.colors=!1),isUndefined(t.customInspect)&&(t.customInspect=!0),t.colors&&(t.stylize=stylizeWithColor),formatValue(t,e,t.depth)}function stylizeWithColor(e,r){var t=inspect.styles[r];return t?"["+inspect.colors[t][0]+"m"+e+"["+inspect.colors[t][1]+"m":e}function stylizeNoColor(e,r){return e}function arrayToHash(e){var r={};return e.forEach(function(e,t){r[e]=!0}),r}function formatValue(e,r,t){if(e.customInspect&&r&&isFunction(r.inspect)&&r.inspect!==exports.inspect&&(!r.constructor||r.constructor.prototype!==r)){var n=r.inspect(t,e);return isString(n)||(n=formatValue(e,n,t)),n}var i=formatPrimitive(e,r);if(i)return i;var o=Object.keys(r),s=arrayToHash(o);if(e.showHidden&&(o=Object.getOwnPropertyNames(r)),isError(r)&&(o.indexOf("message")>=0||o.indexOf("description")>=0))return formatError(r);if(0===o.length){if(isFunction(r)){var u=r.name?": "+r.name:"";return e.stylize("[Function"+u+"]","special")}if(isRegExp(r))return e.stylize(RegExp.prototype.toString.call(r),"regexp");if(isDate(r))return e.stylize(Date.prototype.toString.call(r),"date");if(isError(r))return formatError(r)}var c,a="",l=!1,p=["{","}"];(isArray(r)&&(l=!0,p=["[","]"]),isFunction(r))&&(a=" [Function"+(r.name?": "+r.name:"")+"]");return isRegExp(r)&&(a=" "+RegExp.prototype.toString.call(r)),isDate(r)&&(a=" "+Date.prototype.toUTCString.call(r)),isError(r)&&(a=" "+formatError(r)),0!==o.length||l&&0!=r.length?t<0?isRegExp(r)?e.stylize(RegExp.prototype.toString.call(r),"regexp"):e.stylize("[Object]","special"):(e.seen.push(r),c=l?formatArray(e,r,t,s,o):o.map(function(n){return formatProperty(e,r,t,s,n,l)}),e.seen.pop(),reduceToSingleString(c,a,p)):p[0]+a+p[1]}function formatPrimitive(e,r){if(isUndefined(r))return e.stylize("undefined","undefined");if(isString(r)){var t="'"+JSON.stringify(r).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return e.stylize(t,"string")}return isNumber(r)?e.stylize(""+r,"number"):isBoolean(r)?e.stylize(""+r,"boolean"):isNull(r)?e.stylize("null","null"):void 0}function formatError(e){return"["+Error.prototype.toString.call(e)+"]"}function formatArray(e,r,t,n,i){for(var o=[],s=0,u=r.length;s<u;++s)hasOwnProperty(r,String(s))?o.push(formatProperty(e,r,t,n,String(s),!0)):o.push("");return i.forEach(function(i){i.match(/^\d+$/)||o.push(formatProperty(e,r,t,n,i,!0))}),o}function formatProperty(e,r,t,n,i,o){var s,u,c;if((c=Object.getOwnPropertyDescriptor(r,i)||{value:r[i]}).get?u=c.set?e.stylize("[Getter/Setter]","special"):e.stylize("[Getter]","special"):c.set&&(u=e.stylize("[Setter]","special")),hasOwnProperty(n,i)||(s="["+i+"]"),u||(e.seen.indexOf(c.value)<0?(u=isNull(t)?formatValue(e,c.value,null):formatValue(e,c.value,t-1)).indexOf("\n")>-1&&(u=o?u.split("\n").map(function(e){return" "+e}).join("\n").substr(2):"\n"+u.split("\n").map(function(e){return" "+e}).join("\n")):u=e.stylize("[Circular]","special")),isUndefined(s)){if(o&&i.match(/^\d+$/))return u;(s=JSON.stringify(""+i)).match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(s=s.substr(1,s.length-2),s=e.stylize(s,"name")):(s=s.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),s=e.stylize(s,"string"))}return s+": "+u}function reduceToSingleString(e,r,t){return e.reduce(function(e,r){return 0,r.indexOf("\n")>=0&&0,e+r.replace(/\u001b\[\d\d?m/g,"").length+1},0)>60?t[0]+(""===r?"":r+"\n ")+" "+e.join(",\n ")+" "+t[1]:t[0]+r+" "+e.join(", ")+" "+t[1]}function isArray(e){return Array.isArray(e)}function isBoolean(e){return"boolean"==typeof e}function isNull(e){return null===e}function isNullOrUndefined(e){return null==e}function isNumber(e){return"number"==typeof e}function isString(e){return"string"==typeof e}function isSymbol(e){return"symbol"==typeof e}function isUndefined(e){return void 0===e}function isRegExp(e){return isObject(e)&&"[object RegExp]"===objectToString(e)}function isObject(e){return"object"==typeof e&&null!==e}function isDate(e){return isObject(e)&&"[object Date]"===objectToString(e)}function isError(e){return isObject(e)&&("[object Error]"===objectToString(e)||e instanceof Error)}function isFunction(e){return"function"==typeof e}function isPrimitive(e){return null===e||"boolean"==typeof e||"number"==typeof e||"string"==typeof e||"symbol"==typeof e||void 0===e}function objectToString(e){return Object.prototype.toString.call(e)}function pad(e){return e<10?"0"+e.toString(10):e.toString(10)}exports.debuglog=function(e){if(isUndefined(debugEnviron)&&(debugEnviron=process.env.NODE_DEBUG||""),e=e.toUpperCase(),!debugs[e])if(new RegExp("\\b"+e+"\\b","i").test(debugEnviron)){var r=process.pid;debugs[e]=function(){var t=exports.format.apply(exports,arguments);console.error("%s %d: %s",e,r,t)}}else debugs[e]=function(){};return debugs[e]},exports.inspect=inspect,inspect.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},inspect.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"},exports.isArray=isArray,exports.isBoolean=isBoolean,exports.isNull=isNull,exports.isNullOrUndefined=isNullOrUndefined,exports.isNumber=isNumber,exports.isString=isString,exports.isSymbol=isSymbol,exports.isUndefined=isUndefined,exports.isRegExp=isRegExp,exports.isObject=isObject,exports.isDate=isDate,exports.isError=isError,exports.isFunction=isFunction,exports.isPrimitive=isPrimitive,exports.isBuffer=require("./support/isBuffer");var months=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function timestamp(){var e=new Date,r=[pad(e.getHours()),pad(e.getMinutes()),pad(e.getSeconds())].join(":");return[e.getDate(),months[e.getMonth()],r].join(" ")}function hasOwnProperty(e,r){return Object.prototype.hasOwnProperty.call(e,r)}exports.log=function(){console.log("%s - %s",timestamp(),exports.format.apply(exports,arguments))},exports.inherits=require("inherits"),exports._extend=function(e,r){if(!r||!isObject(r))return e;for(var t=Object.keys(r),n=t.length;n--;)e[t[n]]=r[t[n]];return e};
3507
3508}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
3509},{"./support/isBuffer":577,"_process":515,"inherits":576}],579:[function(require,module,exports){
3510const DEFAULT_ENABLE_SCOPE=!0,DEFAULT_ENABLE_BRACKETS=!1,DEFAULT_ALLOW_UPPERCASE=!0,DEFAULT_ALLOW_LOWERCASE=!0,TYPE_NAME_REGEX=new RegExp("^(?!(?:do|if|in|for|let|new|try|var|case|else|enum|eval|false|null|this|true|void|with|break|catch|class|const|super|throw|while|yield|delete|export|import|public|return|static|switch|typeof|default|extends|finally|package|private|continue|debugger|function|arguments|interface|protected|implements|instanceof)$)[$A-Z_a-zªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԧԱ-Ֆՙա-ևא-תװ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࢠࢢ-ࢬऄ-हऽॐक़-ॡॱ-ॷॹ-ॿঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-ళవ-హఽౘౙౠౡಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠೡೱೲഅ-ഌഎ-ഐഒ-ഺഽൎൠൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄງຈຊຍດ-ທນ-ຟມ-ຣລວສຫອ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏼᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛰᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡷᢀ-ᢨᢪᢰ-ᣵᤀ-ᤜᥐ-ᥭᥰ-ᥴᦀ-ᦫᧁ-ᧇᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᳩ-ᳬᳮ-ᳱᳵᳶᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕℙ-ℝℤΩℨK-ℭℯ-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-Ⱞⰰ-ⱞⱠ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞⸯ々-〇〡-〩〱-〵〸-〼ぁ-ゖゝ-ゟァ-ヺー-ヿㄅ-ㄭㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿌ꀀ-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚗꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꪀ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꯀ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ][$A-Z_a-zªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԧԱ-Ֆՙա-ևא-תװ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࢠࢢ-ࢬऄ-हऽॐक़-ॡॱ-ॷॹ-ॿঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-ళవ-హఽౘౙౠౡಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠೡೱೲഅ-ഌഎ-ഐഒ-ഺഽൎൠൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄງຈຊຍດ-ທນ-ຟມ-ຣລວສຫອ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏼᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛰᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡷᢀ-ᢨᢪᢰ-ᣵᤀ-ᤜᥐ-ᥭᥰ-ᥴᦀ-ᦫᧁ-ᧇᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᳩ-ᳬᳮ-ᳱᳵᳶᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕℙ-ℝℤΩℨK-ℭℯ-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-Ⱞⰰ-ⱞⱠ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞⸯ々-〇〡-〩〱-〵〸-〼ぁ-ゖゝ-ゟァ-ヺー-ヿㄅ-ㄭㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿌ꀀ-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚗꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꪀ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꯀ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ0-9̀-ͯ҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-٩ٰۖ-ۜ۟-۪ۤۧۨ-ۭ۰-۹ܑܰ-݊ަ-ް߀-߉߫-߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛ࣤ-ࣾऀ-ःऺ-़ा-ॏ॑-ॗॢॣ०-९ঁ-ঃ়া-ৄেৈো-্ৗৢৣ০-৯ਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢૣ૦-૯ଁ-ଃ଼ା-ୄେୈୋ-୍ୖୗୢୣ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఁ-ఃా-ౄె-ైొ-్ౕౖౢౣ౦-౯ಂಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢೣ೦-೯ംഃാ-ൄെ-ൈൊ-്ൗൢൣ൦-൯ංඃ්ා-ුූෘ-ෟෲෳัิ-ฺ็-๎๐-๙ັິ-ູົຼ່-ໍ໐-໙༘༙༠-༩༹༵༷༾༿ཱ-྄྆྇ྍ-ྗྙ-ྼ࿆ါ-ှ၀-၉ၖ-ၙၞ-ၠၢ-ၤၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟ᜒ-᜔ᜲ-᜴ᝒᝓᝲᝳ឴-៓៝០-៩᠋-᠍᠐-᠙ᢩᤠ-ᤫᤰ-᤻᥆-᥏ᦰ-ᧀᧈᧉ᧐-᧙ᨗ-ᨛᩕ-ᩞ᩠-᩿᩼-᪉᪐-᪙ᬀ-ᬄ᬴-᭄᭐-᭙᭫-᭳ᮀ-ᮂᮡ-ᮭ᮰-᮹᯦-᯳ᰤ-᰷᱀-᱉᱐-᱙᳐-᳔᳒-᳨᳭ᳲ-᳴᷀-ᷦ᷼-᷿‌‍‿⁀⁔⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〯꘠-꘩꙯ꙴ-꙽ꚟ꛰꛱ꠂ꠆ꠋꠣ-ꠧꢀꢁꢴ-꣄꣐-꣙꣠-꣱꤀-꤉ꤦ-꤭ꥇ-꥓ꦀ-ꦃ꦳-꧀꧐-꧙ꨩ-ꨶꩃꩌꩍ꩐-꩙ꩻꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫫ-ꫯꫵ꫶ꯣ-ꯪ꯬꯭꯰-꯹ﬞ︀-️︠-︦︳︴﹍-﹏0-9_]*$"),SCOPE_SEPARATOR=".",BRACKET_PATTERN=/^([^\[\]]+)(?:\s*\[\s*(["']?)\s*(.*)?\s*\2\s*\])?$/,NUMERIC_KEY_PATTERN=/^[0-9]+$/;var defaultOptions={enableScope:!0,enableBrackets:!1,allowUpperCase:!0,allowLowerCase:!0},optionsKeys=Object.keys(defaultOptions);function validateName(e,t){var a,n,o,l,r,s,i;if(t&&"Object"===t.constructor.name)for(i={},n=0,o=optionsKeys.length;n<o;++n)l=optionsKeys[n],i[l]=l in t?t[l]:defaultOptions[l];else i=defaultOptions;function u(e){return!TYPE_NAME_REGEX.test(e)||!i.allowLowerCase&&e.toLocaleUpperCase()!=e||!i.allowUpperCase&&e.toLocaleLowerCase()!=e}if("string"==typeof e){for(n=0,o=(a=i.enableScope?e.split(SCOPE_SEPARATOR):[e]).length;n<o;++n)if(l=a[n],i.enableBrackets){if(!(r=l.match(BRACKET_PATTERN))||u(r[1].trim())||!r[2]&&r[3]&&!NUMERIC_KEY_PATTERN.test(s=r[3].trim())&&u(s))return!1}else if(u(l))return!1;return!0}return!1}module.exports.isValid=validateName,Object.defineProperties(module.exports,{enableScope:{enumerable:!0,configurable:!1,get:function(){return defaultOptions.enableScope},set:function(e){defaultOptions.enableScope=e}},enableBrackets:{enumerable:!0,configurable:!1,get:function(){return defaultOptions.enableBrackets},set:function(e){defaultOptions.enableBrackets=e}},allowUpperCase:{enumerable:!0,configurable:!1,get:function(){return defaultOptions.allowUpperCase},set:function(e){defaultOptions.allowUpperCase=e}},allowLowerCase:{enumerable:!0,configurable:!1,get:function(){return defaultOptions.allowLowerCase},set:function(e){defaultOptions.allowLowerCase=e}}});
3511
3512},{}],580:[function(require,module,exports){
3513var indexOf=function(e,t){if(e.indexOf)return e.indexOf(t);for(var n=0;n<e.length;n++)if(e[n]===t)return n;return-1},Object_keys=function(e){if(Object.keys)return Object.keys(e);var t=[];for(var n in e)t.push(n);return t},forEach=function(e,t){if(e.forEach)return e.forEach(t);for(var n=0;n<e.length;n++)t(e[n],n,e)},defineProp=function(){try{return Object.defineProperty({},"_",{}),function(e,t,n){Object.defineProperty(e,t,{writable:!0,enumerable:!1,configurable:!0,value:n})}}catch(e){return function(e,t,n){e[t]=n}}}(),globals=["Array","Boolean","Date","Error","EvalError","Function","Infinity","JSON","Math","NaN","Number","Object","RangeError","ReferenceError","RegExp","String","SyntaxError","TypeError","URIError","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","eval","isFinite","isNaN","parseFloat","parseInt","undefined","unescape"];function Context(){}Context.prototype={};var Script=exports.Script=function(e){if(!(this instanceof Script))return new Script(e);this.code=e};Script.prototype.runInContext=function(e){if(!(e instanceof Context))throw new TypeError("needs a 'context' argument.");var t=document.createElement("iframe");t.style||(t.style={}),t.style.display="none",document.body.appendChild(t);var n=t.contentWindow,r=n.eval,o=n.execScript;!r&&o&&(o.call(n,"null"),r=n.eval),forEach(Object_keys(e),function(t){n[t]=e[t]}),forEach(globals,function(t){e[t]&&(n[t]=e[t])});var c=Object_keys(n),i=r.call(n,this.code);return forEach(Object_keys(n),function(t){(t in e||-1===indexOf(c,t))&&(e[t]=n[t])}),forEach(globals,function(t){t in e||defineProp(e,t,n[t])}),document.body.removeChild(t),i},Script.prototype.runInThisContext=function(){return eval(this.code)},Script.prototype.runInNewContext=function(e){var t=Script.createContext(e),n=this.runInContext(t);return e&&forEach(Object_keys(t),function(n){e[n]=t[n]}),n},forEach(Object_keys(Script.prototype),function(e){exports[e]=Script[e]=function(t){var n=Script(t);return n[e].apply(n,[].slice.call(arguments,1))}}),exports.isContext=function(e){return e instanceof Context},exports.createScript=function(e){return exports.Script(e)},exports.createContext=Script.createContext=function(e){var t=new Context;return"object"==typeof e&&forEach(Object_keys(e),function(n){t[n]=e[n]}),t};
3514
3515},{}],581:[function(require,module,exports){
3516module.exports=[[768,879],[1155,1158],[1160,1161],[1425,1469],[1471,1471],[1473,1474],[1476,1477],[1479,1479],[1536,1539],[1552,1557],[1611,1630],[1648,1648],[1750,1764],[1767,1768],[1770,1773],[1807,1807],[1809,1809],[1840,1866],[1958,1968],[2027,2035],[2305,2306],[2364,2364],[2369,2376],[2381,2381],[2385,2388],[2402,2403],[2433,2433],[2492,2492],[2497,2500],[2509,2509],[2530,2531],[2561,2562],[2620,2620],[2625,2626],[2631,2632],[2635,2637],[2672,2673],[2689,2690],[2748,2748],[2753,2757],[2759,2760],[2765,2765],[2786,2787],[2817,2817],[2876,2876],[2879,2879],[2881,2883],[2893,2893],[2902,2902],[2946,2946],[3008,3008],[3021,3021],[3134,3136],[3142,3144],[3146,3149],[3157,3158],[3260,3260],[3263,3263],[3270,3270],[3276,3277],[3298,3299],[3393,3395],[3405,3405],[3530,3530],[3538,3540],[3542,3542],[3633,3633],[3636,3642],[3655,3662],[3761,3761],[3764,3769],[3771,3772],[3784,3789],[3864,3865],[3893,3893],[3895,3895],[3897,3897],[3953,3966],[3968,3972],[3974,3975],[3984,3991],[3993,4028],[4038,4038],[4141,4144],[4146,4146],[4150,4151],[4153,4153],[4184,4185],[4448,4607],[4959,4959],[5906,5908],[5938,5940],[5970,5971],[6002,6003],[6068,6069],[6071,6077],[6086,6086],[6089,6099],[6109,6109],[6155,6157],[6313,6313],[6432,6434],[6439,6440],[6450,6450],[6457,6459],[6679,6680],[6912,6915],[6964,6964],[6966,6970],[6972,6972],[6978,6978],[7019,7027],[7616,7626],[7678,7679],[8203,8207],[8234,8238],[8288,8291],[8298,8303],[8400,8431],[12330,12335],[12441,12442],[43014,43014],[43019,43019],[43045,43046],[64286,64286],[65024,65039],[65056,65059],[65279,65279],[65529,65531],[68097,68099],[68101,68102],[68108,68111],[68152,68154],[68159,68159],[119143,119145],[119155,119170],[119173,119179],[119210,119213],[119362,119364],[917505,917505],[917536,917631],[917760,917999]];
3517
3518},{}],582:[function(require,module,exports){
3519"use strict";var defaults=require("defaults"),combining=require("./combining"),DEFAULTS={nul:0,control:0};function wcswidth(n,r){if("string"!=typeof n)return wcwidth(n,r);for(var i=0,t=0;t<n.length;t++){var e=wcwidth(n.charCodeAt(t),r);if(e<0)return-1;i+=e}return i}function wcwidth(n,r){return 0===n?r.nul:n<32||n>=127&&n<160?r.control:bisearch(n)?0:1+(n>=4352&&(n<=4447||9001==n||9002==n||n>=11904&&n<=42191&&12351!=n||n>=44032&&n<=55203||n>=63744&&n<=64255||n>=65040&&n<=65049||n>=65072&&n<=65135||n>=65280&&n<=65376||n>=65504&&n<=65510||n>=131072&&n<=196605||n>=196608&&n<=262141))}function bisearch(n){var r,i=0,t=combining.length-1;if(n<combining[0][0]||n>combining[t][1])return!1;for(;t>=i;)if(r=Math.floor((i+t)/2),n>combining[r][1])i=r+1;else{if(!(n<combining[r][0]))return!0;t=r-1}return!1}module.exports=function(n){return wcswidth(n,DEFAULTS)},module.exports.config=function(n){return n=defaults(n||{},DEFAULTS),function(r){return wcswidth(r,n)}};
3520
3521},{"./combining":581,"defaults":299}]},{},[2])(2)
3522});