{
  "type": "Program",
  "start": 0,
  "end": 2555,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 91,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 36,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 36
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 7,
          "end": 13,
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 13
            }
          },
          "local": {
            "type": "Identifier",
            "start": 7,
            "end": 13,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 13
              }
            },
            "name": "Events"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 19,
        "end": 35,
        "loc": {
          "start": {
            "line": 1,
            "column": 19
          },
          "end": {
            "line": 1,
            "column": 35
          }
        },
        "value": "../core/events",
        "rawValue": "../core/events",
        "raw": "'../core/events'"
      }
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 40,
      "end": 2325,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 80,
          "column": 1
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 55,
        "end": 2325,
        "loc": {
          "start": {
            "line": 3,
            "column": 15
          },
          "end": {
            "line": 80,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 61,
          "end": 67,
          "loc": {
            "start": {
              "line": 3,
              "column": 21
            },
            "end": {
              "line": 3,
              "column": 27
            }
          },
          "name": "Plugin"
        },
        "superClass": {
          "type": "Identifier",
          "start": 76,
          "end": 82,
          "loc": {
            "start": {
              "line": 3,
              "column": 36
            },
            "end": {
              "line": 3,
              "column": 42
            }
          },
          "name": "Events"
        },
        "body": {
          "type": "ClassBody",
          "start": 83,
          "end": 2325,
          "loc": {
            "start": {
              "line": 3,
              "column": 43
            },
            "end": {
              "line": 80,
              "column": 1
            }
          },
          "body": [
            {
              "type": "MethodDefinition",
              "start": 90,
              "end": 318,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 4
                },
                "end": {
                  "line": 13,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 90,
                "end": 101,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 4
                  },
                  "end": {
                    "line": 4,
                    "column": 15
                  }
                },
                "name": "constructor"
              },
              "static": false,
              "kind": "constructor",
              "value": {
                "type": "FunctionExpression",
                "start": 101,
                "end": 318,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 15
                  },
                  "end": {
                    "line": 13,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "AssignmentPattern",
                    "start": 102,
                    "end": 114,
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 16
                      },
                      "end": {
                        "line": 4,
                        "column": 28
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "start": 102,
                      "end": 109,
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 16
                        },
                        "end": {
                          "line": 4,
                          "column": 23
                        }
                      },
                      "name": "options"
                    },
                    "right": {
                      "type": "ObjectExpression",
                      "start": 112,
                      "end": 114,
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 26
                        },
                        "end": {
                          "line": 4,
                          "column": 28
                        }
                      },
                      "properties": []
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 116,
                  "end": 318,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 30
                    },
                    "end": {
                      "line": 13,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 127,
                      "end": 135,
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 8
                        },
                        "end": {
                          "line": 5,
                          "column": 16
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 127,
                        "end": 134,
                        "loc": {
                          "start": {
                            "line": 5,
                            "column": 8
                          },
                          "end": {
                            "line": 5,
                            "column": 15
                          }
                        },
                        "callee": {
                          "type": "Super",
                          "start": 127,
                          "end": 132,
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 8
                            },
                            "end": {
                              "line": 5,
                              "column": 13
                            }
                          }
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 147,
                      "end": 169,
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 8
                        },
                        "end": {
                          "line": 7,
                          "column": 30
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 147,
                        "end": 168,
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 8
                          },
                          "end": {
                            "line": 7,
                            "column": 29
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 147,
                          "end": 160,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 8
                            },
                            "end": {
                              "line": 7,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 147,
                            "end": 151,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 8
                              },
                              "end": {
                                "line": 7,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 152,
                            "end": 160,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 13
                              },
                              "end": {
                                "line": 7,
                                "column": 21
                              }
                            },
                            "name": "_enabled"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 163,
                          "end": 168,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 24
                            },
                            "end": {
                              "line": 7,
                              "column": 29
                            }
                          },
                          "value": false,
                          "rawValue": false,
                          "raw": "false"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 179,
                      "end": 199,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 8
                        },
                        "end": {
                          "line": 8,
                          "column": 28
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 179,
                        "end": 198,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 8
                          },
                          "end": {
                            "line": 8,
                            "column": 27
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 179,
                          "end": 191,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 8
                            },
                            "end": {
                              "line": 8,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 179,
                            "end": 183,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 8
                              },
                              "end": {
                                "line": 8,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 184,
                            "end": 191,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 13
                              },
                              "end": {
                                "line": 8,
                                "column": 20
                              }
                            },
                            "name": "_socket"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 194,
                          "end": 198,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 23
                            },
                            "end": {
                              "line": 8,
                              "column": 27
                            }
                          },
                          "value": null,
                          "rawValue": null,
                          "raw": "null"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 211,
                      "end": 226,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 8
                        },
                        "end": {
                          "line": 10,
                          "column": 23
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 211,
                        "end": 225,
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 8
                          },
                          "end": {
                            "line": 10,
                            "column": 22
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 211,
                          "end": 220,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 8
                            },
                            "end": {
                              "line": 10,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 211,
                            "end": 215,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 8
                              },
                              "end": {
                                "line": 10,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 216,
                            "end": 220,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 13
                              },
                              "end": {
                                "line": 10,
                                "column": 17
                              }
                            },
                            "name": "data"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 223,
                          "end": 225,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 20
                            },
                            "end": {
                              "line": 10,
                              "column": 22
                            }
                          },
                          "properties": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 236,
                      "end": 259,
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 8
                        },
                        "end": {
                          "line": 11,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 236,
                        "end": 258,
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 8
                          },
                          "end": {
                            "line": 11,
                            "column": 30
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 236,
                          "end": 248,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 8
                            },
                            "end": {
                              "line": 11,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 236,
                            "end": 240,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 8
                              },
                              "end": {
                                "line": 11,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 241,
                            "end": 248,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 13
                              },
                              "end": {
                                "line": 11,
                                "column": 20
                              }
                            },
                            "name": "options"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 251,
                          "end": 258,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 23
                            },
                            "end": {
                              "line": 11,
                              "column": 30
                            }
                          },
                          "name": "options"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 269,
                      "end": 311,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 8
                        },
                        "end": {
                          "line": 12,
                          "column": 50
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 269,
                        "end": 310,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 8
                          },
                          "end": {
                            "line": 12,
                            "column": 49
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 269,
                          "end": 280,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 8
                            },
                            "end": {
                              "line": 12,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 269,
                            "end": 273,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 8
                              },
                              "end": {
                                "line": 12,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 274,
                            "end": 280,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 13
                              },
                              "end": {
                                "line": 12,
                                "column": 19
                              }
                            },
                            "name": "socket"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "LogicalExpression",
                          "start": 283,
                          "end": 310,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 22
                            },
                            "end": {
                              "line": 12,
                              "column": 49
                            }
                          },
                          "left": {
                            "type": "Literal",
                            "start": 283,
                            "end": 287,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 22
                              },
                              "end": {
                                "line": 12,
                                "column": 26
                              }
                            },
                            "value": null,
                            "rawValue": null,
                            "raw": "null"
                          },
                          "operator": "||",
                          "right": {
                            "type": "MemberExpression",
                            "start": 291,
                            "end": 310,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 30
                              },
                              "end": {
                                "line": 12,
                                "column": 49
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 291,
                              "end": 303,
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 30
                                },
                                "end": {
                                  "line": 12,
                                  "column": 42
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 291,
                                "end": 295,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 34
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 296,
                                "end": 303,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 42
                                  }
                                },
                                "name": "options"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 304,
                              "end": 310,
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 43
                                },
                                "end": {
                                  "line": 12,
                                  "column": 49
                                }
                              },
                              "name": "socket"
                            },
                            "computed": false
                          }
                        }
                      }
                    }
                  ],
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "trailingComments": [
                {
                  "type": "CommentLine",
                  "value": " Toast: removes itself after a ahwile, depends on the application",
                  "start": 326,
                  "end": 393,
                  "loc": {
                    "start": {
                      "line": 15,
                      "column": 4
                    },
                    "end": {
                      "line": 15,
                      "column": 71
                    }
                  },
                  "range": [
                    326,
                    393
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 399,
              "end": 532,
              "loc": {
                "start": {
                  "line": 16,
                  "column": 4
                },
                "end": {
                  "line": 19,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 399,
                "end": 411,
                "loc": {
                  "start": {
                    "line": 16,
                    "column": 4
                  },
                  "end": {
                    "line": 16,
                    "column": 16
                  }
                },
                "name": "requestToast",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 411,
                "end": 532,
                "loc": {
                  "start": {
                    "line": 16,
                    "column": 16
                  },
                  "end": {
                    "line": 19,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 412,
                    "end": 419,
                    "loc": {
                      "start": {
                        "line": 16,
                        "column": 17
                      },
                      "end": {
                        "line": 16,
                        "column": 24
                      }
                    },
                    "name": "options"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 421,
                  "end": 532,
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 26
                    },
                    "end": {
                      "line": 19,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 432,
                      "end": 468,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 8
                        },
                        "end": {
                          "line": 17,
                          "column": 44
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 432,
                        "end": 467,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 8
                          },
                          "end": {
                            "line": 17,
                            "column": 43
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "start": 432,
                          "end": 439,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 8
                            },
                            "end": {
                              "line": 17,
                              "column": 15
                            }
                          },
                          "name": "options"
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 442,
                          "end": 467,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 18
                            },
                            "end": {
                              "line": 17,
                              "column": 43
                            }
                          },
                          "properties": [
                            {
                              "type": "Property",
                              "start": 444,
                              "end": 453,
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 20
                                },
                                "end": {
                                  "line": 17,
                                  "column": 29
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 444,
                                "end": 449,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 25
                                  }
                                },
                                "name": "value"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 451,
                                "end": 453,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 29
                                  }
                                },
                                "value": "",
                                "rawValue": "",
                                "raw": "''"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "SpreadProperty",
                              "start": 455,
                              "end": 465,
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 31
                                },
                                "end": {
                                  "line": 17,
                                  "column": 41
                                }
                              },
                              "argument": {
                                "type": "Identifier",
                                "start": 458,
                                "end": 465,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 41
                                  }
                                },
                                "name": "options"
                              }
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 478,
                      "end": 525,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 8
                        },
                        "end": {
                          "line": 18,
                          "column": 55
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 478,
                        "end": 524,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 8
                          },
                          "end": {
                            "line": 18,
                            "column": 54
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 478,
                          "end": 487,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 8
                            },
                            "end": {
                              "line": 18,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 478,
                            "end": 482,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 8
                              },
                              "end": {
                                "line": 18,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 483,
                            "end": 487,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 13
                              },
                              "end": {
                                "line": 18,
                                "column": 17
                              }
                            },
                            "name": "emit"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 488,
                            "end": 514,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 18
                              },
                              "end": {
                                "line": 18,
                                "column": 44
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 488,
                              "end": 501,
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 18
                                },
                                "end": {
                                  "line": 18,
                                  "column": 31
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 488,
                                "end": 494,
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 24
                                  }
                                },
                                "name": "Plugin"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 495,
                                "end": 501,
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 31
                                  }
                                },
                                "name": "Events"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 502,
                              "end": 514,
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 32
                                },
                                "end": {
                                  "line": 18,
                                  "column": 44
                                }
                              },
                              "name": "RequestToast"
                            },
                            "computed": false
                          },
                          {
                            "type": "Identifier",
                            "start": 516,
                            "end": 523,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 46
                              },
                              "end": {
                                "line": 18,
                                "column": 53
                              }
                            },
                            "name": "options"
                          }
                        ]
                      }
                    }
                  ],
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentLine",
                  "value": " Toast: removes itself after a ahwile, depends on the application",
                  "start": 326,
                  "end": 393,
                  "loc": {
                    "start": {
                      "line": 15,
                      "column": 4
                    },
                    "end": {
                      "line": 15,
                      "column": 71
                    }
                  },
                  "range": [
                    326,
                    393
                  ]
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentLine",
                  "value": " Label: resolve to remove",
                  "start": 540,
                  "end": 567,
                  "loc": {
                    "start": {
                      "line": 21,
                      "column": 4
                    },
                    "end": {
                      "line": 21,
                      "column": 31
                    }
                  },
                  "range": [
                    540,
                    567
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 573,
              "end": 839,
              "loc": {
                "start": {
                  "line": 22,
                  "column": 4
                },
                "end": {
                  "line": 28,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 573,
                "end": 585,
                "loc": {
                  "start": {
                    "line": 22,
                    "column": 4
                  },
                  "end": {
                    "line": 22,
                    "column": 16
                  }
                },
                "name": "requestLabel",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 585,
                "end": 839,
                "loc": {
                  "start": {
                    "line": 22,
                    "column": 16
                  },
                  "end": {
                    "line": 28,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 586,
                    "end": 593,
                    "loc": {
                      "start": {
                        "line": 22,
                        "column": 17
                      },
                      "end": {
                        "line": 22,
                        "column": 24
                      }
                    },
                    "name": "options"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 595,
                  "end": 839,
                  "loc": {
                    "start": {
                      "line": 22,
                      "column": 26
                    },
                    "end": {
                      "line": 28,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 606,
                      "end": 662,
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 8
                        },
                        "end": {
                          "line": 23,
                          "column": 64
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 606,
                        "end": 661,
                        "loc": {
                          "start": {
                            "line": 23,
                            "column": 8
                          },
                          "end": {
                            "line": 23,
                            "column": 63
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "start": 606,
                          "end": 613,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 8
                            },
                            "end": {
                              "line": 23,
                              "column": 15
                            }
                          },
                          "name": "options"
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 616,
                          "end": 661,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 18
                            },
                            "end": {
                              "line": 23,
                              "column": 63
                            }
                          },
                          "properties": [
                            {
                              "type": "Property",
                              "start": 618,
                              "end": 626,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 20
                                },
                                "end": {
                                  "line": 23,
                                  "column": 28
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 618,
                                "end": 622,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 24
                                  }
                                },
                                "name": "name"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 624,
                                "end": 626,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 28
                                  }
                                },
                                "value": "",
                                "rawValue": "",
                                "raw": "''"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 628,
                              "end": 637,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 30
                                },
                                "end": {
                                  "line": 23,
                                  "column": 39
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 628,
                                "end": 633,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 35
                                  }
                                },
                                "name": "value"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 635,
                                "end": 637,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 39
                                  }
                                },
                                "value": "",
                                "rawValue": "",
                                "raw": "''"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 639,
                              "end": 647,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 41
                                },
                                "end": {
                                  "line": 23,
                                  "column": 49
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 639,
                                "end": 643,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 45
                                  }
                                },
                                "name": "icon"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 645,
                                "end": 647,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 47
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 49
                                  }
                                },
                                "value": "",
                                "rawValue": "",
                                "raw": "''"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "SpreadProperty",
                              "start": 649,
                              "end": 659,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 51
                                },
                                "end": {
                                  "line": 23,
                                  "column": 61
                                }
                              },
                              "argument": {
                                "type": "Identifier",
                                "start": 652,
                                "end": 659,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 54
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 61
                                  }
                                },
                                "name": "options"
                              }
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 672,
                      "end": 832,
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 8
                        },
                        "end": {
                          "line": 27,
                          "column": 11
                        }
                      },
                      "argument": {
                        "type": "NewExpression",
                        "start": 679,
                        "end": 831,
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 15
                          },
                          "end": {
                            "line": 27,
                            "column": 10
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 683,
                          "end": 690,
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 19
                            },
                            "end": {
                              "line": 24,
                              "column": 26
                            }
                          },
                          "name": "Promise"
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 691,
                            "end": 830,
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 27
                              },
                              "end": {
                                "line": 27,
                                "column": 9
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 691,
                                "end": 698,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 34
                                  }
                                },
                                "name": "resolve"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 702,
                              "end": 830,
                              "loc": {
                                "start": {
                                  "line": 24,
                                  "column": 38
                                },
                                "end": {
                                  "line": 27,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 717,
                                  "end": 777,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 72
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 717,
                                    "end": 776,
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 71
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 717,
                                      "end": 726,
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 21
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 717,
                                        "end": 721,
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 16
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 722,
                                        "end": 726,
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 21
                                          }
                                        },
                                        "name": "emit"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 727,
                                        "end": 753,
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 48
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 727,
                                          "end": 740,
                                          "loc": {
                                            "start": {
                                              "line": 25,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 25,
                                              "column": 35
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 727,
                                            "end": 733,
                                            "loc": {
                                              "start": {
                                                "line": 25,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 25,
                                                "column": 28
                                              }
                                            },
                                            "name": "Plugin"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 734,
                                            "end": 740,
                                            "loc": {
                                              "start": {
                                                "line": 25,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 25,
                                                "column": 35
                                              }
                                            },
                                            "name": "Events"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 741,
                                          "end": 753,
                                          "loc": {
                                            "start": {
                                              "line": 25,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 25,
                                              "column": 48
                                            }
                                          },
                                          "name": "RequestLabel"
                                        },
                                        "computed": false
                                      },
                                      {
                                        "type": "ObjectExpression",
                                        "start": 755,
                                        "end": 775,
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 70
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "start": 757,
                                            "end": 764,
                                            "loc": {
                                              "start": {
                                                "line": 25,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 25,
                                                "column": 59
                                              }
                                            },
                                            "method": false,
                                            "shorthand": true,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 757,
                                              "end": 764,
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 52
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 59
                                                }
                                              },
                                              "name": "options"
                                            },
                                            "kind": "init",
                                            "value": {
                                              "type": "Identifier",
                                              "start": 757,
                                              "end": 764,
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 52
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 59
                                                }
                                              },
                                              "name": "options"
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "start": 766,
                                            "end": 773,
                                            "loc": {
                                              "start": {
                                                "line": 25,
                                                "column": 61
                                              },
                                              "end": {
                                                "line": 25,
                                                "column": 68
                                              }
                                            },
                                            "method": false,
                                            "shorthand": true,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 766,
                                              "end": 773,
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 61
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 68
                                                }
                                              },
                                              "name": "resolve"
                                            },
                                            "kind": "init",
                                            "value": {
                                              "type": "Identifier",
                                              "start": 766,
                                              "end": 773,
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 61
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 68
                                                }
                                              },
                                              "name": "resolve"
                                            }
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ReturnStatement",
                                  "start": 791,
                                  "end": 819,
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 40
                                    }
                                  },
                                  "argument": {
                                    "type": "ObjectExpression",
                                    "start": 798,
                                    "end": 818,
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 39
                                      }
                                    },
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "start": 800,
                                        "end": 807,
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 28
                                          }
                                        },
                                        "method": false,
                                        "shorthand": true,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 800,
                                          "end": 807,
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 28
                                            }
                                          },
                                          "name": "options"
                                        },
                                        "kind": "init",
                                        "value": {
                                          "type": "Identifier",
                                          "start": 800,
                                          "end": 807,
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 28
                                            }
                                          },
                                          "name": "options"
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "start": 809,
                                        "end": 816,
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 37
                                          }
                                        },
                                        "method": false,
                                        "shorthand": true,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 809,
                                          "end": 816,
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 37
                                            }
                                          },
                                          "name": "resolve"
                                        },
                                        "kind": "init",
                                        "value": {
                                          "type": "Identifier",
                                          "start": 809,
                                          "end": 816,
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 37
                                            }
                                          },
                                          "name": "resolve"
                                        }
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentLine",
                  "value": " Label: resolve to remove",
                  "start": 540,
                  "end": 567,
                  "loc": {
                    "start": {
                      "line": 21,
                      "column": 4
                    },
                    "end": {
                      "line": 21,
                      "column": 31
                    }
                  },
                  "range": [
                    540,
                    567
                  ]
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentLine",
                  "value": " Model: complex dialog, usually the user completes or finishes it",
                  "start": 847,
                  "end": 914,
                  "loc": {
                    "start": {
                      "line": 30,
                      "column": 4
                    },
                    "end": {
                      "line": 30,
                      "column": 71
                    }
                  },
                  "range": [
                    847,
                    914
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 920,
              "end": 1611,
              "loc": {
                "start": {
                  "line": 31,
                  "column": 4
                },
                "end": {
                  "line": 54,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 920,
                "end": 932,
                "loc": {
                  "start": {
                    "line": 31,
                    "column": 4
                  },
                  "end": {
                    "line": 31,
                    "column": 16
                  }
                },
                "name": "requestModal",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 932,
                "end": 1611,
                "loc": {
                  "start": {
                    "line": 31,
                    "column": 16
                  },
                  "end": {
                    "line": 54,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 933,
                    "end": 940,
                    "loc": {
                      "start": {
                        "line": 31,
                        "column": 17
                      },
                      "end": {
                        "line": 31,
                        "column": 24
                      }
                    },
                    "name": "options"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 942,
                  "end": 1611,
                  "loc": {
                    "start": {
                      "line": 31,
                      "column": 26
                    },
                    "end": {
                      "line": 54,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 955,
                      "end": 1215,
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 8
                        },
                        "end": {
                          "line": 43,
                          "column": 10
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 955,
                        "end": 1214,
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 8
                          },
                          "end": {
                            "line": 43,
                            "column": 9
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "start": 955,
                          "end": 962,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 8
                            },
                            "end": {
                              "line": 33,
                              "column": 15
                            }
                          },
                          "name": "options"
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 965,
                          "end": 1214,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 18
                            },
                            "end": {
                              "line": 43,
                              "column": 9
                            }
                          },
                          "properties": [
                            {
                              "type": "Property",
                              "start": 980,
                              "end": 989,
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 12
                                },
                                "end": {
                                  "line": 34,
                                  "column": 21
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 980,
                                "end": 985,
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 34,
                                    "column": 17
                                  }
                                },
                                "name": "title"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 987,
                                "end": 989,
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 34,
                                    "column": 21
                                  }
                                },
                                "value": "",
                                "rawValue": "",
                                "raw": "''"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 1004,
                              "end": 1021,
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 12
                                },
                                "end": {
                                  "line": 35,
                                  "column": 29
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1004,
                                "end": 1012,
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 20
                                  }
                                },
                                "name": "position"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 1014,
                                "end": 1021,
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 29
                                  }
                                },
                                "value": "fixed",
                                "rawValue": "fixed",
                                "raw": "'fixed'"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 1036,
                              "end": 1047,
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 12
                                },
                                "end": {
                                  "line": 36,
                                  "column": 23
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1036,
                                "end": 1041,
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 17
                                  }
                                },
                                "name": "hasOk"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 1043,
                                "end": 1047,
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 23
                                  }
                                },
                                "value": true,
                                "rawValue": true,
                                "raw": "true"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 1062,
                              "end": 1077,
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 12
                                },
                                "end": {
                                  "line": 37,
                                  "column": 27
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1062,
                                "end": 1071,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 21
                                  }
                                },
                                "name": "hasCancel"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 1073,
                                "end": 1077,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 27
                                  }
                                },
                                "value": true,
                                "rawValue": true,
                                "raw": "true"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 1092,
                              "end": 1113,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 12
                                },
                                "end": {
                                  "line": 38,
                                  "column": 33
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1092,
                                "end": 1107,
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 27
                                  }
                                },
                                "name": "disableOnCancel"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 1109,
                                "end": 1113,
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 33
                                  }
                                },
                                "value": true,
                                "rawValue": true,
                                "raw": "true"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 1128,
                              "end": 1178,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 12
                                },
                                "end": {
                                  "line": 41,
                                  "column": 13
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1128,
                                "end": 1136,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 20
                                  }
                                },
                                "name": "elements"
                              },
                              "value": {
                                "type": "ObjectExpression",
                                "start": 1138,
                                "end": 1178,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 13
                                  }
                                },
                                "properties": [],
                                "leadingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " ...",
                                    "start": 1157,
                                    "end": 1163,
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 22
                                      }
                                    },
                                    "range": [
                                      1157,
                                      1163
                                    ]
                                  }
                                ],
                                "innerComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " ...",
                                    "start": 1157,
                                    "end": 1163,
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 22
                                      }
                                    },
                                    "range": [
                                      1157,
                                      1163
                                    ]
                                  }
                                ]
                              },
                              "kind": "init"
                            },
                            {
                              "type": "SpreadProperty",
                              "start": 1193,
                              "end": 1203,
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 12
                                },
                                "end": {
                                  "line": 42,
                                  "column": 22
                                }
                              },
                              "argument": {
                                "type": "Identifier",
                                "start": 1196,
                                "end": 1203,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 22
                                  }
                                },
                                "name": "options",
                                "leadingComments": null
                              },
                              "leadingComments": [
                                {
                                  "type": "CommentLine",
                                  "value": " ...",
                                  "start": 1157,
                                  "end": 1163,
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 22
                                    }
                                  },
                                  "range": [
                                    1157,
                                    1163
                                  ]
                                }
                              ]
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 1227,
                      "end": 1604,
                      "loc": {
                        "start": {
                          "line": 45,
                          "column": 8
                        },
                        "end": {
                          "line": 53,
                          "column": 11
                        }
                      },
                      "argument": {
                        "type": "NewExpression",
                        "start": 1234,
                        "end": 1603,
                        "loc": {
                          "start": {
                            "line": 45,
                            "column": 15
                          },
                          "end": {
                            "line": 53,
                            "column": 10
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 1238,
                          "end": 1245,
                          "loc": {
                            "start": {
                              "line": 45,
                              "column": 19
                            },
                            "end": {
                              "line": 45,
                              "column": 26
                            }
                          },
                          "name": "Promise"
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 1246,
                            "end": 1602,
                            "loc": {
                              "start": {
                                "line": 45,
                                "column": 27
                              },
                              "end": {
                                "line": 53,
                                "column": 9
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 1247,
                                "end": 1254,
                                "loc": {
                                  "start": {
                                    "line": 45,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 45,
                                    "column": 35
                                  }
                                },
                                "name": "resolve"
                              },
                              {
                                "type": "Identifier",
                                "start": 1256,
                                "end": 1262,
                                "loc": {
                                  "start": {
                                    "line": 45,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 45,
                                    "column": 43
                                  }
                                },
                                "name": "reject"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 1267,
                              "end": 1602,
                              "loc": {
                                "start": {
                                  "line": 45,
                                  "column": 48
                                },
                                "end": {
                                  "line": 53,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 1282,
                                  "end": 1541,
                                  "loc": {
                                    "start": {
                                      "line": 46,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 51,
                                      "column": 19
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 1282,
                                    "end": 1540,
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 18
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1282,
                                      "end": 1373,
                                      "loc": {
                                        "start": {
                                          "line": 46,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 47,
                                          "column": 22
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 1282,
                                        "end": 1349,
                                        "loc": {
                                          "start": {
                                            "line": 46,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 46,
                                            "column": 79
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 1282,
                                          "end": 1291,
                                          "loc": {
                                            "start": {
                                              "line": 46,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 46,
                                              "column": 21
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 1282,
                                            "end": 1286,
                                            "loc": {
                                              "start": {
                                                "line": 46,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 46,
                                                "column": 16
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1287,
                                            "end": 1291,
                                            "loc": {
                                              "start": {
                                                "line": 46,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 46,
                                                "column": 21
                                              }
                                            },
                                            "name": "emit"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 1292,
                                            "end": 1318,
                                            "loc": {
                                              "start": {
                                                "line": 46,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 46,
                                                "column": 48
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 1292,
                                              "end": 1305,
                                              "loc": {
                                                "start": {
                                                  "line": 46,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 46,
                                                  "column": 35
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 1292,
                                                "end": 1298,
                                                "loc": {
                                                  "start": {
                                                    "line": 46,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 46,
                                                    "column": 28
                                                  }
                                                },
                                                "name": "Plugin"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1299,
                                                "end": 1305,
                                                "loc": {
                                                  "start": {
                                                    "line": 46,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 46,
                                                    "column": 35
                                                  }
                                                },
                                                "name": "Events"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1306,
                                              "end": 1318,
                                              "loc": {
                                                "start": {
                                                  "line": 46,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 46,
                                                  "column": 48
                                                }
                                              },
                                              "name": "RequestModal"
                                            },
                                            "computed": false
                                          },
                                          {
                                            "type": "ObjectExpression",
                                            "start": 1320,
                                            "end": 1348,
                                            "loc": {
                                              "start": {
                                                "line": 46,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 46,
                                                "column": 78
                                              }
                                            },
                                            "properties": [
                                              {
                                                "type": "Property",
                                                "start": 1322,
                                                "end": 1329,
                                                "loc": {
                                                  "start": {
                                                    "line": 46,
                                                    "column": 52
                                                  },
                                                  "end": {
                                                    "line": 46,
                                                    "column": 59
                                                  }
                                                },
                                                "method": false,
                                                "shorthand": true,
                                                "computed": false,
                                                "key": {
                                                  "type": "Identifier",
                                                  "start": 1322,
                                                  "end": 1329,
                                                  "loc": {
                                                    "start": {
                                                      "line": 46,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 46,
                                                      "column": 59
                                                    }
                                                  },
                                                  "name": "options"
                                                },
                                                "kind": "init",
                                                "value": {
                                                  "type": "Identifier",
                                                  "start": 1322,
                                                  "end": 1329,
                                                  "loc": {
                                                    "start": {
                                                      "line": 46,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 46,
                                                      "column": 59
                                                    }
                                                  },
                                                  "name": "options"
                                                }
                                              },
                                              {
                                                "type": "Property",
                                                "start": 1331,
                                                "end": 1338,
                                                "loc": {
                                                  "start": {
                                                    "line": 46,
                                                    "column": 61
                                                  },
                                                  "end": {
                                                    "line": 46,
                                                    "column": 68
                                                  }
                                                },
                                                "method": false,
                                                "shorthand": true,
                                                "computed": false,
                                                "key": {
                                                  "type": "Identifier",
                                                  "start": 1331,
                                                  "end": 1338,
                                                  "loc": {
                                                    "start": {
                                                      "line": 46,
                                                      "column": 61
                                                    },
                                                    "end": {
                                                      "line": 46,
                                                      "column": 68
                                                    }
                                                  },
                                                  "name": "resolve"
                                                },
                                                "kind": "init",
                                                "value": {
                                                  "type": "Identifier",
                                                  "start": 1331,
                                                  "end": 1338,
                                                  "loc": {
                                                    "start": {
                                                      "line": 46,
                                                      "column": 61
                                                    },
                                                    "end": {
                                                      "line": 46,
                                                      "column": 68
                                                    }
                                                  },
                                                  "name": "resolve"
                                                }
                                              },
                                              {
                                                "type": "Property",
                                                "start": 1340,
                                                "end": 1346,
                                                "loc": {
                                                  "start": {
                                                    "line": 46,
                                                    "column": 70
                                                  },
                                                  "end": {
                                                    "line": 46,
                                                    "column": 76
                                                  }
                                                },
                                                "method": false,
                                                "shorthand": true,
                                                "computed": false,
                                                "key": {
                                                  "type": "Identifier",
                                                  "start": 1340,
                                                  "end": 1346,
                                                  "loc": {
                                                    "start": {
                                                      "line": 46,
                                                      "column": 70
                                                    },
                                                    "end": {
                                                      "line": 46,
                                                      "column": 76
                                                    }
                                                  },
                                                  "name": "reject"
                                                },
                                                "kind": "init",
                                                "value": {
                                                  "type": "Identifier",
                                                  "start": 1340,
                                                  "end": 1346,
                                                  "loc": {
                                                    "start": {
                                                      "line": 46,
                                                      "column": 70
                                                    },
                                                    "end": {
                                                      "line": 46,
                                                      "column": 76
                                                    }
                                                  },
                                                  "name": "reject"
                                                }
                                              }
                                            ]
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1368,
                                        "end": 1373,
                                        "loc": {
                                          "start": {
                                            "line": 47,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 47,
                                            "column": 22
                                          }
                                        },
                                        "name": "catch"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "ArrowFunctionExpression",
                                        "start": 1374,
                                        "end": 1539,
                                        "loc": {
                                          "start": {
                                            "line": 47,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 51,
                                            "column": 17
                                          }
                                        },
                                        "id": null,
                                        "generator": false,
                                        "expression": false,
                                        "async": false,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "start": 1374,
                                            "end": 1381,
                                            "loc": {
                                              "start": {
                                                "line": 47,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 47,
                                                "column": 30
                                              }
                                            },
                                            "name": "context"
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "start": 1385,
                                          "end": 1539,
                                          "loc": {
                                            "start": {
                                              "line": 47,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 51,
                                              "column": 17
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "IfStatement",
                                              "start": 1408,
                                              "end": 1483,
                                              "loc": {
                                                "start": {
                                                  "line": 48,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 49,
                                                  "column": 45
                                                }
                                              },
                                              "test": {
                                                "type": "MemberExpression",
                                                "start": 1412,
                                                "end": 1435,
                                                "loc": {
                                                  "start": {
                                                    "line": 48,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 48,
                                                    "column": 47
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1412,
                                                  "end": 1419,
                                                  "loc": {
                                                    "start": {
                                                      "line": 48,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 48,
                                                      "column": 31
                                                    }
                                                  },
                                                  "name": "options"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1420,
                                                  "end": 1435,
                                                  "loc": {
                                                    "start": {
                                                      "line": 48,
                                                      "column": 32
                                                    },
                                                    "end": {
                                                      "line": 48,
                                                      "column": 47
                                                    }
                                                  },
                                                  "name": "disableOnCancel"
                                                },
                                                "computed": false
                                              },
                                              "consequent": {
                                                "type": "ExpressionStatement",
                                                "start": 1462,
                                                "end": 1483,
                                                "loc": {
                                                  "start": {
                                                    "line": 49,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 49,
                                                    "column": 45
                                                  }
                                                },
                                                "expression": {
                                                  "type": "AssignmentExpression",
                                                  "start": 1462,
                                                  "end": 1482,
                                                  "loc": {
                                                    "start": {
                                                      "line": 49,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 49,
                                                      "column": 44
                                                    }
                                                  },
                                                  "operator": "=",
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 1462,
                                                    "end": 1474,
                                                    "loc": {
                                                      "start": {
                                                        "line": 49,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 49,
                                                        "column": 36
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 1462,
                                                      "end": 1466,
                                                      "loc": {
                                                        "start": {
                                                          "line": 49,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 49,
                                                          "column": 28
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 1467,
                                                      "end": 1474,
                                                      "loc": {
                                                        "start": {
                                                          "line": 49,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 49,
                                                          "column": 36
                                                        }
                                                      },
                                                      "name": "enabled"
                                                    },
                                                    "computed": false
                                                  },
                                                  "right": {
                                                    "type": "Literal",
                                                    "start": 1477,
                                                    "end": 1482,
                                                    "loc": {
                                                      "start": {
                                                        "line": 49,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 49,
                                                        "column": 44
                                                      }
                                                    },
                                                    "value": false,
                                                    "rawValue": false,
                                                    "raw": "false"
                                                  }
                                                }
                                              },
                                              "alternate": null
                                            },
                                            {
                                              "type": "ReturnStatement",
                                              "start": 1505,
                                              "end": 1520,
                                              "loc": {
                                                "start": {
                                                  "line": 50,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 50,
                                                  "column": 35
                                                }
                                              },
                                              "argument": {
                                                "type": "Identifier",
                                                "start": 1512,
                                                "end": 1519,
                                                "loc": {
                                                  "start": {
                                                    "line": 50,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 50,
                                                    "column": 34
                                                  }
                                                },
                                                "name": "context"
                                              }
                                            }
                                          ]
                                        }
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ReturnStatement",
                                  "start": 1555,
                                  "end": 1591,
                                  "loc": {
                                    "start": {
                                      "line": 52,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 52,
                                      "column": 48
                                    }
                                  },
                                  "argument": {
                                    "type": "ObjectExpression",
                                    "start": 1562,
                                    "end": 1590,
                                    "loc": {
                                      "start": {
                                        "line": 52,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 47
                                      }
                                    },
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "start": 1564,
                                        "end": 1571,
                                        "loc": {
                                          "start": {
                                            "line": 52,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 52,
                                            "column": 28
                                          }
                                        },
                                        "method": false,
                                        "shorthand": true,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 1564,
                                          "end": 1571,
                                          "loc": {
                                            "start": {
                                              "line": 52,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 52,
                                              "column": 28
                                            }
                                          },
                                          "name": "options"
                                        },
                                        "kind": "init",
                                        "value": {
                                          "type": "Identifier",
                                          "start": 1564,
                                          "end": 1571,
                                          "loc": {
                                            "start": {
                                              "line": 52,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 52,
                                              "column": 28
                                            }
                                          },
                                          "name": "options"
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "start": 1573,
                                        "end": 1580,
                                        "loc": {
                                          "start": {
                                            "line": 52,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 52,
                                            "column": 37
                                          }
                                        },
                                        "method": false,
                                        "shorthand": true,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 1573,
                                          "end": 1580,
                                          "loc": {
                                            "start": {
                                              "line": 52,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 52,
                                              "column": 37
                                            }
                                          },
                                          "name": "resolve"
                                        },
                                        "kind": "init",
                                        "value": {
                                          "type": "Identifier",
                                          "start": 1573,
                                          "end": 1580,
                                          "loc": {
                                            "start": {
                                              "line": 52,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 52,
                                              "column": 37
                                            }
                                          },
                                          "name": "resolve"
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "start": 1582,
                                        "end": 1588,
                                        "loc": {
                                          "start": {
                                            "line": 52,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 52,
                                            "column": 45
                                          }
                                        },
                                        "method": false,
                                        "shorthand": true,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 1582,
                                          "end": 1588,
                                          "loc": {
                                            "start": {
                                              "line": 52,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 52,
                                              "column": 45
                                            }
                                          },
                                          "name": "reject"
                                        },
                                        "kind": "init",
                                        "value": {
                                          "type": "Identifier",
                                          "start": 1582,
                                          "end": 1588,
                                          "loc": {
                                            "start": {
                                              "line": 52,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 52,
                                              "column": 45
                                            }
                                          },
                                          "name": "reject"
                                        }
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              },
              "leadingComments": [
                {
                  "type": "CommentLine",
                  "value": " Model: complex dialog, usually the user completes or finishes it",
                  "start": 847,
                  "end": 914,
                  "loc": {
                    "start": {
                      "line": 30,
                      "column": 4
                    },
                    "end": {
                      "line": 30,
                      "column": 71
                    }
                  },
                  "range": [
                    847,
                    914
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 1619,
              "end": 1670,
              "loc": {
                "start": {
                  "line": 56,
                  "column": 4
                },
                "end": {
                  "line": 58,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1623,
                "end": 1629,
                "loc": {
                  "start": {
                    "line": 56,
                    "column": 8
                  },
                  "end": {
                    "line": 56,
                    "column": 14
                  }
                },
                "name": "socket"
              },
              "static": false,
              "kind": "get",
              "value": {
                "type": "FunctionExpression",
                "start": 1629,
                "end": 1670,
                "loc": {
                  "start": {
                    "line": 56,
                    "column": 14
                  },
                  "end": {
                    "line": 58,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 1632,
                  "end": 1670,
                  "loc": {
                    "start": {
                      "line": 56,
                      "column": 17
                    },
                    "end": {
                      "line": 58,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 1643,
                      "end": 1663,
                      "loc": {
                        "start": {
                          "line": 57,
                          "column": 8
                        },
                        "end": {
                          "line": 57,
                          "column": 28
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 1650,
                        "end": 1662,
                        "loc": {
                          "start": {
                            "line": 57,
                            "column": 15
                          },
                          "end": {
                            "line": 57,
                            "column": 27
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 1650,
                          "end": 1654,
                          "loc": {
                            "start": {
                              "line": 57,
                              "column": 15
                            },
                            "end": {
                              "line": 57,
                              "column": 19
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1655,
                          "end": 1662,
                          "loc": {
                            "start": {
                              "line": 57,
                              "column": 20
                            },
                            "end": {
                              "line": 57,
                              "column": 27
                            }
                          },
                          "name": "_socket"
                        },
                        "computed": false
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 1678,
              "end": 2052,
              "loc": {
                "start": {
                  "line": 60,
                  "column": 4
                },
                "end": {
                  "line": 68,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1682,
                "end": 1688,
                "loc": {
                  "start": {
                    "line": 60,
                    "column": 8
                  },
                  "end": {
                    "line": 60,
                    "column": 14
                  }
                },
                "name": "socket"
              },
              "static": false,
              "kind": "set",
              "value": {
                "type": "FunctionExpression",
                "start": 1688,
                "end": 2052,
                "loc": {
                  "start": {
                    "line": 60,
                    "column": 14
                  },
                  "end": {
                    "line": 68,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1689,
                    "end": 1694,
                    "loc": {
                      "start": {
                        "line": 60,
                        "column": 15
                      },
                      "end": {
                        "line": 60,
                        "column": 20
                      }
                    },
                    "name": "value"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1696,
                  "end": 2052,
                  "loc": {
                    "start": {
                      "line": 60,
                      "column": 22
                    },
                    "end": {
                      "line": 68,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 1707,
                      "end": 2045,
                      "loc": {
                        "start": {
                          "line": 61,
                          "column": 8
                        },
                        "end": {
                          "line": 67,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 1711,
                        "end": 1732,
                        "loc": {
                          "start": {
                            "line": 61,
                            "column": 12
                          },
                          "end": {
                            "line": 61,
                            "column": 33
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 1711,
                          "end": 1716,
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 12
                            },
                            "end": {
                              "line": 61,
                              "column": 17
                            }
                          },
                          "name": "value"
                        },
                        "operator": "!=",
                        "right": {
                          "type": "MemberExpression",
                          "start": 1720,
                          "end": 1732,
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 21
                            },
                            "end": {
                              "line": 61,
                              "column": 33
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1720,
                            "end": 1724,
                            "loc": {
                              "start": {
                                "line": 61,
                                "column": 21
                              },
                              "end": {
                                "line": 61,
                                "column": 25
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1725,
                            "end": 1732,
                            "loc": {
                              "start": {
                                "line": 61,
                                "column": 26
                              },
                              "end": {
                                "line": 61,
                                "column": 33
                              }
                            },
                            "name": "_socket"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 1734,
                        "end": 2045,
                        "loc": {
                          "start": {
                            "line": 61,
                            "column": 35
                          },
                          "end": {
                            "line": 67,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 1749,
                            "end": 1770,
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 12
                              },
                              "end": {
                                "line": 62,
                                "column": 33
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 1749,
                              "end": 1769,
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 12
                                },
                                "end": {
                                  "line": 62,
                                  "column": 32
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 1749,
                                "end": 1761,
                                "loc": {
                                  "start": {
                                    "line": 62,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 62,
                                    "column": 24
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1749,
                                  "end": 1753,
                                  "loc": {
                                    "start": {
                                      "line": 62,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 62,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1754,
                                  "end": 1761,
                                  "loc": {
                                    "start": {
                                      "line": 62,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 62,
                                      "column": 24
                                    }
                                  },
                                  "name": "_socket"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 1764,
                                "end": 1769,
                                "loc": {
                                  "start": {
                                    "line": 62,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 62,
                                    "column": 32
                                  }
                                },
                                "name": "value"
                              }
                            }
                          },
                          {
                            "type": "IfStatement",
                            "start": 1784,
                            "end": 2034,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 12
                              },
                              "end": {
                                "line": 66,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "MemberExpression",
                              "start": 1788,
                              "end": 1800,
                              "loc": {
                                "start": {
                                  "line": 63,
                                  "column": 16
                                },
                                "end": {
                                  "line": 63,
                                  "column": 28
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1788,
                                "end": 1792,
                                "loc": {
                                  "start": {
                                    "line": 63,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 63,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1793,
                                "end": 1800,
                                "loc": {
                                  "start": {
                                    "line": 63,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 63,
                                    "column": 28
                                  }
                                },
                                "name": "_socket"
                              },
                              "computed": false
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 1802,
                              "end": 2034,
                              "loc": {
                                "start": {
                                  "line": 63,
                                  "column": 30
                                },
                                "end": {
                                  "line": 66,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 1821,
                                  "end": 1909,
                                  "loc": {
                                    "start": {
                                      "line": 64,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 64,
                                      "column": 104
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 1821,
                                    "end": 1908,
                                    "loc": {
                                      "start": {
                                        "line": 64,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 64,
                                        "column": 103
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1821,
                                      "end": 1836,
                                      "loc": {
                                        "start": {
                                          "line": 64,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 64,
                                          "column": 31
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 1821,
                                        "end": 1833,
                                        "loc": {
                                          "start": {
                                            "line": 64,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 64,
                                            "column": 28
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 1821,
                                          "end": 1825,
                                          "loc": {
                                            "start": {
                                              "line": 64,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 64,
                                              "column": 20
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1826,
                                          "end": 1833,
                                          "loc": {
                                            "start": {
                                              "line": 64,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 64,
                                              "column": 28
                                            }
                                          },
                                          "name": "_socket"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1834,
                                        "end": 1836,
                                        "loc": {
                                          "start": {
                                            "line": 64,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 64,
                                            "column": 31
                                          }
                                        },
                                        "name": "on"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "start": 1837,
                                        "end": 1848,
                                        "loc": {
                                          "start": {
                                            "line": 64,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 64,
                                            "column": 43
                                          }
                                        },
                                        "value": "connected",
                                        "rawValue": "connected",
                                        "raw": "'connected'"
                                      },
                                      {
                                        "type": "ArrowFunctionExpression",
                                        "start": 1850,
                                        "end": 1907,
                                        "loc": {
                                          "start": {
                                            "line": 64,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 64,
                                            "column": 102
                                          }
                                        },
                                        "id": null,
                                        "generator": false,
                                        "expression": true,
                                        "async": false,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "start": 1850,
                                            "end": 1860,
                                            "loc": {
                                              "start": {
                                                "line": 64,
                                                "column": 45
                                              },
                                              "end": {
                                                "line": 64,
                                                "column": 55
                                              }
                                            },
                                            "name": "connection"
                                          }
                                        ],
                                        "body": {
                                          "type": "CallExpression",
                                          "start": 1864,
                                          "end": 1907,
                                          "loc": {
                                            "start": {
                                              "line": 64,
                                              "column": 59
                                            },
                                            "end": {
                                              "line": 64,
                                              "column": 102
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 1864,
                                            "end": 1873,
                                            "loc": {
                                              "start": {
                                                "line": 64,
                                                "column": 59
                                              },
                                              "end": {
                                                "line": 64,
                                                "column": 68
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 1864,
                                              "end": 1868,
                                              "loc": {
                                                "start": {
                                                  "line": 64,
                                                  "column": 59
                                                },
                                                "end": {
                                                  "line": 64,
                                                  "column": 63
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1869,
                                              "end": 1873,
                                              "loc": {
                                                "start": {
                                                  "line": 64,
                                                  "column": 64
                                                },
                                                "end": {
                                                  "line": 64,
                                                  "column": 68
                                                }
                                              },
                                              "name": "emit"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 1874,
                                              "end": 1894,
                                              "loc": {
                                                "start": {
                                                  "line": 64,
                                                  "column": 69
                                                },
                                                "end": {
                                                  "line": 64,
                                                  "column": 89
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 1874,
                                                "end": 1887,
                                                "loc": {
                                                  "start": {
                                                    "line": 64,
                                                    "column": 69
                                                  },
                                                  "end": {
                                                    "line": 64,
                                                    "column": 82
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1874,
                                                  "end": 1880,
                                                  "loc": {
                                                    "start": {
                                                      "line": 64,
                                                      "column": 69
                                                    },
                                                    "end": {
                                                      "line": 64,
                                                      "column": 75
                                                    }
                                                  },
                                                  "name": "Plugin"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1881,
                                                  "end": 1887,
                                                  "loc": {
                                                    "start": {
                                                      "line": 64,
                                                      "column": 76
                                                    },
                                                    "end": {
                                                      "line": 64,
                                                      "column": 82
                                                    }
                                                  },
                                                  "name": "Events"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1888,
                                                "end": 1894,
                                                "loc": {
                                                  "start": {
                                                    "line": 64,
                                                    "column": 83
                                                  },
                                                  "end": {
                                                    "line": 64,
                                                    "column": 89
                                                  }
                                                },
                                                "name": "Online"
                                              },
                                              "computed": false
                                            },
                                            {
                                              "type": "Identifier",
                                              "start": 1896,
                                              "end": 1906,
                                              "loc": {
                                                "start": {
                                                  "line": 64,
                                                  "column": 91
                                                },
                                                "end": {
                                                  "line": 64,
                                                  "column": 101
                                                }
                                              },
                                              "name": "connection"
                                            }
                                          ]
                                        }
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 1927,
                                  "end": 2019,
                                  "loc": {
                                    "start": {
                                      "line": 65,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 65,
                                      "column": 108
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 1927,
                                    "end": 2018,
                                    "loc": {
                                      "start": {
                                        "line": 65,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 65,
                                        "column": 107
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1927,
                                      "end": 1942,
                                      "loc": {
                                        "start": {
                                          "line": 65,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 65,
                                          "column": 31
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 1927,
                                        "end": 1939,
                                        "loc": {
                                          "start": {
                                            "line": 65,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 65,
                                            "column": 28
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 1927,
                                          "end": 1931,
                                          "loc": {
                                            "start": {
                                              "line": 65,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 65,
                                              "column": 20
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1932,
                                          "end": 1939,
                                          "loc": {
                                            "start": {
                                              "line": 65,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 65,
                                              "column": 28
                                            }
                                          },
                                          "name": "_socket"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1940,
                                        "end": 1942,
                                        "loc": {
                                          "start": {
                                            "line": 65,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 65,
                                            "column": 31
                                          }
                                        },
                                        "name": "on"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "start": 1943,
                                        "end": 1957,
                                        "loc": {
                                          "start": {
                                            "line": 65,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 65,
                                            "column": 46
                                          }
                                        },
                                        "value": "disconnected",
                                        "rawValue": "disconnected",
                                        "raw": "'disconnected'"
                                      },
                                      {
                                        "type": "ArrowFunctionExpression",
                                        "start": 1959,
                                        "end": 2017,
                                        "loc": {
                                          "start": {
                                            "line": 65,
                                            "column": 48
                                          },
                                          "end": {
                                            "line": 65,
                                            "column": 106
                                          }
                                        },
                                        "id": null,
                                        "generator": false,
                                        "expression": true,
                                        "async": false,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "start": 1959,
                                            "end": 1969,
                                            "loc": {
                                              "start": {
                                                "line": 65,
                                                "column": 48
                                              },
                                              "end": {
                                                "line": 65,
                                                "column": 58
                                              }
                                            },
                                            "name": "connection"
                                          }
                                        ],
                                        "body": {
                                          "type": "CallExpression",
                                          "start": 1973,
                                          "end": 2017,
                                          "loc": {
                                            "start": {
                                              "line": 65,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 65,
                                              "column": 106
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 1973,
                                            "end": 1982,
                                            "loc": {
                                              "start": {
                                                "line": 65,
                                                "column": 62
                                              },
                                              "end": {
                                                "line": 65,
                                                "column": 71
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 1973,
                                              "end": 1977,
                                              "loc": {
                                                "start": {
                                                  "line": 65,
                                                  "column": 62
                                                },
                                                "end": {
                                                  "line": 65,
                                                  "column": 66
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1978,
                                              "end": 1982,
                                              "loc": {
                                                "start": {
                                                  "line": 65,
                                                  "column": 67
                                                },
                                                "end": {
                                                  "line": 65,
                                                  "column": 71
                                                }
                                              },
                                              "name": "emit"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 1983,
                                              "end": 2004,
                                              "loc": {
                                                "start": {
                                                  "line": 65,
                                                  "column": 72
                                                },
                                                "end": {
                                                  "line": 65,
                                                  "column": 93
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 1983,
                                                "end": 1996,
                                                "loc": {
                                                  "start": {
                                                    "line": 65,
                                                    "column": 72
                                                  },
                                                  "end": {
                                                    "line": 65,
                                                    "column": 85
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1983,
                                                  "end": 1989,
                                                  "loc": {
                                                    "start": {
                                                      "line": 65,
                                                      "column": 72
                                                    },
                                                    "end": {
                                                      "line": 65,
                                                      "column": 78
                                                    }
                                                  },
                                                  "name": "Plugin"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1990,
                                                  "end": 1996,
                                                  "loc": {
                                                    "start": {
                                                      "line": 65,
                                                      "column": 79
                                                    },
                                                    "end": {
                                                      "line": 65,
                                                      "column": 85
                                                    }
                                                  },
                                                  "name": "Events"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1997,
                                                "end": 2004,
                                                "loc": {
                                                  "start": {
                                                    "line": 65,
                                                    "column": 86
                                                  },
                                                  "end": {
                                                    "line": 65,
                                                    "column": 93
                                                  }
                                                },
                                                "name": "Offline"
                                              },
                                              "computed": false
                                            },
                                            {
                                              "type": "Identifier",
                                              "start": 2006,
                                              "end": 2016,
                                              "loc": {
                                                "start": {
                                                  "line": 65,
                                                  "column": 95
                                                },
                                                "end": {
                                                  "line": 65,
                                                  "column": 105
                                                }
                                              },
                                              "name": "connection"
                                            }
                                          ]
                                        }
                                      }
                                    ]
                                  }
                                }
                              ]
                            },
                            "alternate": null
                          }
                        ]
                      },
                      "alternate": null
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 2060,
              "end": 2113,
              "loc": {
                "start": {
                  "line": 70,
                  "column": 4
                },
                "end": {
                  "line": 72,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2064,
                "end": 2071,
                "loc": {
                  "start": {
                    "line": 70,
                    "column": 8
                  },
                  "end": {
                    "line": 70,
                    "column": 15
                  }
                },
                "name": "enabled"
              },
              "static": false,
              "kind": "get",
              "value": {
                "type": "FunctionExpression",
                "start": 2071,
                "end": 2113,
                "loc": {
                  "start": {
                    "line": 70,
                    "column": 15
                  },
                  "end": {
                    "line": 72,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 2074,
                  "end": 2113,
                  "loc": {
                    "start": {
                      "line": 70,
                      "column": 18
                    },
                    "end": {
                      "line": 72,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 2085,
                      "end": 2106,
                      "loc": {
                        "start": {
                          "line": 71,
                          "column": 8
                        },
                        "end": {
                          "line": 71,
                          "column": 29
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 2092,
                        "end": 2105,
                        "loc": {
                          "start": {
                            "line": 71,
                            "column": 15
                          },
                          "end": {
                            "line": 71,
                            "column": 28
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 2092,
                          "end": 2096,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 15
                            },
                            "end": {
                              "line": 71,
                              "column": 19
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2097,
                          "end": 2105,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 20
                            },
                            "end": {
                              "line": 71,
                              "column": 28
                            }
                          },
                          "name": "_enabled"
                        },
                        "computed": false
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 2121,
              "end": 2322,
              "loc": {
                "start": {
                  "line": 74,
                  "column": 4
                },
                "end": {
                  "line": 79,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2125,
                "end": 2132,
                "loc": {
                  "start": {
                    "line": 74,
                    "column": 8
                  },
                  "end": {
                    "line": 74,
                    "column": 15
                  }
                },
                "name": "enabled"
              },
              "static": false,
              "kind": "set",
              "value": {
                "type": "FunctionExpression",
                "start": 2132,
                "end": 2322,
                "loc": {
                  "start": {
                    "line": 74,
                    "column": 15
                  },
                  "end": {
                    "line": 79,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2133,
                    "end": 2138,
                    "loc": {
                      "start": {
                        "line": 74,
                        "column": 16
                      },
                      "end": {
                        "line": 74,
                        "column": 21
                      }
                    },
                    "name": "value"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2140,
                  "end": 2322,
                  "loc": {
                    "start": {
                      "line": 74,
                      "column": 23
                    },
                    "end": {
                      "line": 79,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 2151,
                      "end": 2315,
                      "loc": {
                        "start": {
                          "line": 75,
                          "column": 8
                        },
                        "end": {
                          "line": 78,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 2155,
                        "end": 2177,
                        "loc": {
                          "start": {
                            "line": 75,
                            "column": 12
                          },
                          "end": {
                            "line": 75,
                            "column": 34
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 2155,
                          "end": 2160,
                          "loc": {
                            "start": {
                              "line": 75,
                              "column": 12
                            },
                            "end": {
                              "line": 75,
                              "column": 17
                            }
                          },
                          "name": "value"
                        },
                        "operator": "!=",
                        "right": {
                          "type": "MemberExpression",
                          "start": 2164,
                          "end": 2177,
                          "loc": {
                            "start": {
                              "line": 75,
                              "column": 21
                            },
                            "end": {
                              "line": 75,
                              "column": 34
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2164,
                            "end": 2168,
                            "loc": {
                              "start": {
                                "line": 75,
                                "column": 21
                              },
                              "end": {
                                "line": 75,
                                "column": 25
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2169,
                            "end": 2177,
                            "loc": {
                              "start": {
                                "line": 75,
                                "column": 26
                              },
                              "end": {
                                "line": 75,
                                "column": 34
                              }
                            },
                            "name": "_enabled"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 2179,
                        "end": 2315,
                        "loc": {
                          "start": {
                            "line": 75,
                            "column": 36
                          },
                          "end": {
                            "line": 78,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 2194,
                            "end": 2216,
                            "loc": {
                              "start": {
                                "line": 76,
                                "column": 12
                              },
                              "end": {
                                "line": 76,
                                "column": 34
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 2194,
                              "end": 2215,
                              "loc": {
                                "start": {
                                  "line": 76,
                                  "column": 12
                                },
                                "end": {
                                  "line": 76,
                                  "column": 33
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 2194,
                                "end": 2207,
                                "loc": {
                                  "start": {
                                    "line": 76,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 76,
                                    "column": 25
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2194,
                                  "end": 2198,
                                  "loc": {
                                    "start": {
                                      "line": 76,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 76,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2199,
                                  "end": 2207,
                                  "loc": {
                                    "start": {
                                      "line": 76,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 76,
                                      "column": 25
                                    }
                                  },
                                  "name": "_enabled"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 2210,
                                "end": 2215,
                                "loc": {
                                  "start": {
                                    "line": 76,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 76,
                                    "column": 33
                                  }
                                },
                                "name": "value"
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 2230,
                            "end": 2304,
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 12
                              },
                              "end": {
                                "line": 77,
                                "column": 86
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 2230,
                              "end": 2303,
                              "loc": {
                                "start": {
                                  "line": 77,
                                  "column": 12
                                },
                                "end": {
                                  "line": 77,
                                  "column": 85
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 2230,
                                "end": 2239,
                                "loc": {
                                  "start": {
                                    "line": 77,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 77,
                                    "column": 21
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2230,
                                  "end": 2234,
                                  "loc": {
                                    "start": {
                                      "line": 77,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 77,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2235,
                                  "end": 2239,
                                  "loc": {
                                    "start": {
                                      "line": 77,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 77,
                                      "column": 21
                                    }
                                  },
                                  "name": "emit"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ConditionalExpression",
                                  "start": 2240,
                                  "end": 2302,
                                  "loc": {
                                    "start": {
                                      "line": 77,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 77,
                                      "column": 84
                                    }
                                  },
                                  "test": {
                                    "type": "MemberExpression",
                                    "start": 2240,
                                    "end": 2253,
                                    "loc": {
                                      "start": {
                                        "line": 77,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 77,
                                        "column": 35
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 2240,
                                      "end": 2244,
                                      "loc": {
                                        "start": {
                                          "line": 77,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 77,
                                          "column": 26
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2245,
                                      "end": 2253,
                                      "loc": {
                                        "start": {
                                          "line": 77,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 77,
                                          "column": 35
                                        }
                                      },
                                      "name": "_enabled"
                                    },
                                    "computed": false
                                  },
                                  "consequent": {
                                    "type": "MemberExpression",
                                    "start": 2256,
                                    "end": 2277,
                                    "loc": {
                                      "start": {
                                        "line": 77,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 77,
                                        "column": 59
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 2256,
                                      "end": 2269,
                                      "loc": {
                                        "start": {
                                          "line": 77,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 77,
                                          "column": 51
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2256,
                                        "end": 2262,
                                        "loc": {
                                          "start": {
                                            "line": 77,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 77,
                                            "column": 44
                                          }
                                        },
                                        "name": "Plugin"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2263,
                                        "end": 2269,
                                        "loc": {
                                          "start": {
                                            "line": 77,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 77,
                                            "column": 51
                                          }
                                        },
                                        "name": "Events"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2270,
                                      "end": 2277,
                                      "loc": {
                                        "start": {
                                          "line": 77,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 77,
                                          "column": 59
                                        }
                                      },
                                      "name": "Enabled"
                                    },
                                    "computed": false
                                  },
                                  "alternate": {
                                    "type": "MemberExpression",
                                    "start": 2280,
                                    "end": 2302,
                                    "loc": {
                                      "start": {
                                        "line": 77,
                                        "column": 62
                                      },
                                      "end": {
                                        "line": 77,
                                        "column": 84
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 2280,
                                      "end": 2293,
                                      "loc": {
                                        "start": {
                                          "line": 77,
                                          "column": 62
                                        },
                                        "end": {
                                          "line": 77,
                                          "column": 75
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2280,
                                        "end": 2286,
                                        "loc": {
                                          "start": {
                                            "line": 77,
                                            "column": 62
                                          },
                                          "end": {
                                            "line": 77,
                                            "column": 68
                                          }
                                        },
                                        "name": "Plugin"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2287,
                                        "end": 2293,
                                        "loc": {
                                          "start": {
                                            "line": 77,
                                            "column": 69
                                          },
                                          "end": {
                                            "line": 77,
                                            "column": 75
                                          }
                                        },
                                        "name": "Events"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2294,
                                      "end": 2302,
                                      "loc": {
                                        "start": {
                                          "line": 77,
                                          "column": 76
                                        },
                                        "end": {
                                          "line": 77,
                                          "column": 84
                                        }
                                      },
                                      "name": "Disabled"
                                    },
                                    "computed": false
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      },
                      "alternate": null
                    }
                  ]
                }
              }
            }
          ]
        },
        "leadingComments": [],
        "trailingComments": []
      }
    },
    {
      "type": "ExpressionStatement",
      "start": 2329,
      "end": 2553,
      "loc": {
        "start": {
          "line": 82,
          "column": 0
        },
        "end": {
          "line": 90,
          "column": 1
        }
      },
      "expression": {
        "type": "AssignmentExpression",
        "start": 2329,
        "end": 2553,
        "loc": {
          "start": {
            "line": 82,
            "column": 0
          },
          "end": {
            "line": 90,
            "column": 1
          }
        },
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "start": 2329,
          "end": 2342,
          "loc": {
            "start": {
              "line": 82,
              "column": 0
            },
            "end": {
              "line": 82,
              "column": 13
            }
          },
          "object": {
            "type": "Identifier",
            "start": 2329,
            "end": 2335,
            "loc": {
              "start": {
                "line": 82,
                "column": 0
              },
              "end": {
                "line": 82,
                "column": 6
              }
            },
            "name": "Plugin"
          },
          "property": {
            "type": "Identifier",
            "start": 2336,
            "end": 2342,
            "loc": {
              "start": {
                "line": 82,
                "column": 7
              },
              "end": {
                "line": 82,
                "column": 13
              }
            },
            "name": "Events"
          },
          "computed": false
        },
        "right": {
          "type": "ObjectExpression",
          "start": 2345,
          "end": 2553,
          "loc": {
            "start": {
              "line": 82,
              "column": 16
            },
            "end": {
              "line": 90,
              "column": 1
            }
          },
          "properties": [
            {
              "type": "Property",
              "start": 2352,
              "end": 2370,
              "loc": {
                "start": {
                  "line": 83,
                  "column": 4
                },
                "end": {
                  "line": 83,
                  "column": 22
                }
              },
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2352,
                "end": 2359,
                "loc": {
                  "start": {
                    "line": 83,
                    "column": 4
                  },
                  "end": {
                    "line": 83,
                    "column": 11
                  }
                },
                "name": "Enabled"
              },
              "value": {
                "type": "Literal",
                "start": 2361,
                "end": 2370,
                "loc": {
                  "start": {
                    "line": 83,
                    "column": 13
                  },
                  "end": {
                    "line": 83,
                    "column": 22
                  }
                },
                "value": "Enabled",
                "rawValue": "Enabled",
                "raw": "'Enabled'"
              },
              "kind": "init"
            },
            {
              "type": "Property",
              "start": 2377,
              "end": 2397,
              "loc": {
                "start": {
                  "line": 84,
                  "column": 4
                },
                "end": {
                  "line": 84,
                  "column": 24
                }
              },
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2377,
                "end": 2385,
                "loc": {
                  "start": {
                    "line": 84,
                    "column": 4
                  },
                  "end": {
                    "line": 84,
                    "column": 12
                  }
                },
                "name": "Disabled"
              },
              "value": {
                "type": "Literal",
                "start": 2387,
                "end": 2397,
                "loc": {
                  "start": {
                    "line": 84,
                    "column": 14
                  },
                  "end": {
                    "line": 84,
                    "column": 24
                  }
                },
                "value": "Disabled",
                "rawValue": "Disabled",
                "raw": "'Disabled'"
              },
              "kind": "init"
            },
            {
              "type": "Property",
              "start": 2404,
              "end": 2420,
              "loc": {
                "start": {
                  "line": 85,
                  "column": 4
                },
                "end": {
                  "line": 85,
                  "column": 20
                }
              },
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2404,
                "end": 2410,
                "loc": {
                  "start": {
                    "line": 85,
                    "column": 4
                  },
                  "end": {
                    "line": 85,
                    "column": 10
                  }
                },
                "name": "Online"
              },
              "value": {
                "type": "Literal",
                "start": 2412,
                "end": 2420,
                "loc": {
                  "start": {
                    "line": 85,
                    "column": 12
                  },
                  "end": {
                    "line": 85,
                    "column": 20
                  }
                },
                "value": "Online",
                "rawValue": "Online",
                "raw": "'Online'"
              },
              "kind": "init"
            },
            {
              "type": "Property",
              "start": 2427,
              "end": 2445,
              "loc": {
                "start": {
                  "line": 86,
                  "column": 4
                },
                "end": {
                  "line": 86,
                  "column": 22
                }
              },
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2427,
                "end": 2434,
                "loc": {
                  "start": {
                    "line": 86,
                    "column": 4
                  },
                  "end": {
                    "line": 86,
                    "column": 11
                  }
                },
                "name": "Offline"
              },
              "value": {
                "type": "Literal",
                "start": 2436,
                "end": 2445,
                "loc": {
                  "start": {
                    "line": 86,
                    "column": 13
                  },
                  "end": {
                    "line": 86,
                    "column": 22
                  }
                },
                "value": "Offline",
                "rawValue": "Offline",
                "raw": "'Offline'"
              },
              "kind": "init"
            },
            {
              "type": "Property",
              "start": 2452,
              "end": 2480,
              "loc": {
                "start": {
                  "line": 87,
                  "column": 4
                },
                "end": {
                  "line": 87,
                  "column": 32
                }
              },
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2452,
                "end": 2464,
                "loc": {
                  "start": {
                    "line": 87,
                    "column": 4
                  },
                  "end": {
                    "line": 87,
                    "column": 16
                  }
                },
                "name": "RequestModal"
              },
              "value": {
                "type": "Literal",
                "start": 2466,
                "end": 2480,
                "loc": {
                  "start": {
                    "line": 87,
                    "column": 18
                  },
                  "end": {
                    "line": 87,
                    "column": 32
                  }
                },
                "value": "RequestModal",
                "rawValue": "RequestModal",
                "raw": "'RequestModal'"
              },
              "kind": "init"
            },
            {
              "type": "Property",
              "start": 2487,
              "end": 2515,
              "loc": {
                "start": {
                  "line": 88,
                  "column": 4
                },
                "end": {
                  "line": 88,
                  "column": 32
                }
              },
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2487,
                "end": 2499,
                "loc": {
                  "start": {
                    "line": 88,
                    "column": 4
                  },
                  "end": {
                    "line": 88,
                    "column": 16
                  }
                },
                "name": "RequestLabel"
              },
              "value": {
                "type": "Literal",
                "start": 2501,
                "end": 2515,
                "loc": {
                  "start": {
                    "line": 88,
                    "column": 18
                  },
                  "end": {
                    "line": 88,
                    "column": 32
                  }
                },
                "value": "RequestLabel",
                "rawValue": "RequestLabel",
                "raw": "'RequestLabel'"
              },
              "kind": "init"
            },
            {
              "type": "Property",
              "start": 2522,
              "end": 2550,
              "loc": {
                "start": {
                  "line": 89,
                  "column": 4
                },
                "end": {
                  "line": 89,
                  "column": 32
                }
              },
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2522,
                "end": 2534,
                "loc": {
                  "start": {
                    "line": 89,
                    "column": 4
                  },
                  "end": {
                    "line": 89,
                    "column": 16
                  }
                },
                "name": "RequestToast"
              },
              "value": {
                "type": "Literal",
                "start": 2536,
                "end": 2550,
                "loc": {
                  "start": {
                    "line": 89,
                    "column": 18
                  },
                  "end": {
                    "line": 89,
                    "column": 32
                  }
                },
                "value": "RequestToast",
                "rawValue": "RequestToast",
                "raw": "'RequestToast'"
              },
              "kind": "init"
            }
          ]
        }
      }
    }
  ]
}