{
  "type": "Program",
  "start": 0,
  "end": 3281,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 108,
      "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": 38,
      "end": 3010,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 96,
          "column": 1
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 53,
        "end": 3010,
        "loc": {
          "start": {
            "line": 3,
            "column": 15
          },
          "end": {
            "line": 96,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 59,
          "end": 65,
          "loc": {
            "start": {
              "line": 3,
              "column": 21
            },
            "end": {
              "line": 3,
              "column": 27
            }
          },
          "name": "Plugin"
        },
        "superClass": {
          "type": "Identifier",
          "start": 74,
          "end": 80,
          "loc": {
            "start": {
              "line": 3,
              "column": 36
            },
            "end": {
              "line": 3,
              "column": 42
            }
          },
          "name": "Events"
        },
        "body": {
          "type": "ClassBody",
          "start": 81,
          "end": 3010,
          "loc": {
            "start": {
              "line": 3,
              "column": 43
            },
            "end": {
              "line": 96,
              "column": 1
            }
          },
          "body": [
            {
              "type": "MethodDefinition",
              "start": 87,
              "end": 306,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 4
                },
                "end": {
                  "line": 13,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 87,
                "end": 98,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 4
                  },
                  "end": {
                    "line": 4,
                    "column": 15
                  }
                },
                "name": "constructor"
              },
              "static": false,
              "kind": "constructor",
              "value": {
                "type": "FunctionExpression",
                "start": 98,
                "end": 306,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 15
                  },
                  "end": {
                    "line": 13,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "AssignmentPattern",
                    "start": 99,
                    "end": 111,
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 16
                      },
                      "end": {
                        "line": 4,
                        "column": 28
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "start": 99,
                      "end": 106,
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 16
                        },
                        "end": {
                          "line": 4,
                          "column": 23
                        }
                      },
                      "name": "options"
                    },
                    "right": {
                      "type": "ObjectExpression",
                      "start": 109,
                      "end": 111,
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 26
                        },
                        "end": {
                          "line": 4,
                          "column": 28
                        }
                      },
                      "properties": []
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 113,
                  "end": 306,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 30
                    },
                    "end": {
                      "line": 13,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 123,
                      "end": 131,
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 8
                        },
                        "end": {
                          "line": 5,
                          "column": 16
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 123,
                        "end": 130,
                        "loc": {
                          "start": {
                            "line": 5,
                            "column": 8
                          },
                          "end": {
                            "line": 5,
                            "column": 15
                          }
                        },
                        "callee": {
                          "type": "Super",
                          "start": 123,
                          "end": 128,
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 8
                            },
                            "end": {
                              "line": 5,
                              "column": 13
                            }
                          }
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 141,
                      "end": 163,
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 8
                        },
                        "end": {
                          "line": 7,
                          "column": 30
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 141,
                        "end": 162,
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 8
                          },
                          "end": {
                            "line": 7,
                            "column": 29
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 141,
                          "end": 154,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 8
                            },
                            "end": {
                              "line": 7,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 141,
                            "end": 145,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 8
                              },
                              "end": {
                                "line": 7,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 146,
                            "end": 154,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 13
                              },
                              "end": {
                                "line": 7,
                                "column": 21
                              }
                            },
                            "name": "_enabled"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 157,
                          "end": 162,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 24
                            },
                            "end": {
                              "line": 7,
                              "column": 29
                            }
                          },
                          "value": false,
                          "rawValue": false,
                          "raw": "false"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 172,
                      "end": 192,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 8
                        },
                        "end": {
                          "line": 8,
                          "column": 28
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 172,
                        "end": 191,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 8
                          },
                          "end": {
                            "line": 8,
                            "column": 27
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 172,
                          "end": 184,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 8
                            },
                            "end": {
                              "line": 8,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 172,
                            "end": 176,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 8
                              },
                              "end": {
                                "line": 8,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 177,
                            "end": 184,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 13
                              },
                              "end": {
                                "line": 8,
                                "column": 20
                              }
                            },
                            "name": "_socket"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 187,
                          "end": 191,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 23
                            },
                            "end": {
                              "line": 8,
                              "column": 27
                            }
                          },
                          "value": null,
                          "rawValue": null,
                          "raw": "null"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 202,
                      "end": 217,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 8
                        },
                        "end": {
                          "line": 10,
                          "column": 23
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 202,
                        "end": 216,
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 8
                          },
                          "end": {
                            "line": 10,
                            "column": 22
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 202,
                          "end": 211,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 8
                            },
                            "end": {
                              "line": 10,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 202,
                            "end": 206,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 8
                              },
                              "end": {
                                "line": 10,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 207,
                            "end": 211,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 13
                              },
                              "end": {
                                "line": 10,
                                "column": 17
                              }
                            },
                            "name": "data"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 214,
                          "end": 216,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 20
                            },
                            "end": {
                              "line": 10,
                              "column": 22
                            }
                          },
                          "properties": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 226,
                      "end": 249,
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 8
                        },
                        "end": {
                          "line": 11,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 226,
                        "end": 248,
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 8
                          },
                          "end": {
                            "line": 11,
                            "column": 30
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 226,
                          "end": 238,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 8
                            },
                            "end": {
                              "line": 11,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 226,
                            "end": 230,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 8
                              },
                              "end": {
                                "line": 11,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 231,
                            "end": 238,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 13
                              },
                              "end": {
                                "line": 11,
                                "column": 20
                              }
                            },
                            "name": "options"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 241,
                          "end": 248,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 23
                            },
                            "end": {
                              "line": 11,
                              "column": 30
                            }
                          },
                          "name": "options"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 258,
                      "end": 300,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 8
                        },
                        "end": {
                          "line": 12,
                          "column": 50
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 258,
                        "end": 299,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 8
                          },
                          "end": {
                            "line": 12,
                            "column": 49
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 258,
                          "end": 269,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 8
                            },
                            "end": {
                              "line": 12,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 258,
                            "end": 262,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 8
                              },
                              "end": {
                                "line": 12,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 263,
                            "end": 269,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 13
                              },
                              "end": {
                                "line": 12,
                                "column": 19
                              }
                            },
                            "name": "socket"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "LogicalExpression",
                          "start": 272,
                          "end": 299,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 22
                            },
                            "end": {
                              "line": 12,
                              "column": 49
                            }
                          },
                          "left": {
                            "type": "Literal",
                            "start": 272,
                            "end": 276,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 22
                              },
                              "end": {
                                "line": 12,
                                "column": 26
                              }
                            },
                            "value": null,
                            "rawValue": null,
                            "raw": "null"
                          },
                          "operator": "||",
                          "right": {
                            "type": "MemberExpression",
                            "start": 280,
                            "end": 299,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 30
                              },
                              "end": {
                                "line": 12,
                                "column": 49
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 280,
                              "end": 292,
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 30
                                },
                                "end": {
                                  "line": 12,
                                  "column": 42
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 280,
                                "end": 284,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 34
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 285,
                                "end": 292,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 42
                                  }
                                },
                                "name": "options"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 293,
                              "end": 299,
                              "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": 312,
                  "end": 379,
                  "loc": {
                    "start": {
                      "line": 15,
                      "column": 4
                    },
                    "end": {
                      "line": 15,
                      "column": 71
                    }
                  },
                  "range": [
                    312,
                    379
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 384,
              "end": 514,
              "loc": {
                "start": {
                  "line": 16,
                  "column": 4
                },
                "end": {
                  "line": 19,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 384,
                "end": 396,
                "loc": {
                  "start": {
                    "line": 16,
                    "column": 4
                  },
                  "end": {
                    "line": 16,
                    "column": 16
                  }
                },
                "name": "requestToast",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 396,
                "end": 514,
                "loc": {
                  "start": {
                    "line": 16,
                    "column": 16
                  },
                  "end": {
                    "line": 19,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 397,
                    "end": 404,
                    "loc": {
                      "start": {
                        "line": 16,
                        "column": 17
                      },
                      "end": {
                        "line": 16,
                        "column": 24
                      }
                    },
                    "name": "options"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 406,
                  "end": 514,
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 26
                    },
                    "end": {
                      "line": 19,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 416,
                      "end": 452,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 8
                        },
                        "end": {
                          "line": 17,
                          "column": 44
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 416,
                        "end": 451,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 8
                          },
                          "end": {
                            "line": 17,
                            "column": 43
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "start": 416,
                          "end": 423,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 8
                            },
                            "end": {
                              "line": 17,
                              "column": 15
                            }
                          },
                          "name": "options"
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 426,
                          "end": 451,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 18
                            },
                            "end": {
                              "line": 17,
                              "column": 43
                            }
                          },
                          "properties": [
                            {
                              "type": "Property",
                              "start": 428,
                              "end": 437,
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 20
                                },
                                "end": {
                                  "line": 17,
                                  "column": 29
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 428,
                                "end": 433,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 25
                                  }
                                },
                                "name": "value"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 435,
                                "end": 437,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 29
                                  }
                                },
                                "value": "",
                                "rawValue": "",
                                "raw": "''"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "SpreadProperty",
                              "start": 439,
                              "end": 449,
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 31
                                },
                                "end": {
                                  "line": 17,
                                  "column": 41
                                }
                              },
                              "argument": {
                                "type": "Identifier",
                                "start": 442,
                                "end": 449,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 41
                                  }
                                },
                                "name": "options"
                              }
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 461,
                      "end": 508,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 8
                        },
                        "end": {
                          "line": 18,
                          "column": 55
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 461,
                        "end": 507,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 8
                          },
                          "end": {
                            "line": 18,
                            "column": 54
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 461,
                          "end": 470,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 8
                            },
                            "end": {
                              "line": 18,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 461,
                            "end": 465,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 8
                              },
                              "end": {
                                "line": 18,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 466,
                            "end": 470,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 13
                              },
                              "end": {
                                "line": 18,
                                "column": 17
                              }
                            },
                            "name": "emit"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 471,
                            "end": 497,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 18
                              },
                              "end": {
                                "line": 18,
                                "column": 44
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 471,
                              "end": 484,
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 18
                                },
                                "end": {
                                  "line": 18,
                                  "column": 31
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 471,
                                "end": 477,
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 24
                                  }
                                },
                                "name": "Plugin"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 478,
                                "end": 484,
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 31
                                  }
                                },
                                "name": "Events"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 485,
                              "end": 497,
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 32
                                },
                                "end": {
                                  "line": 18,
                                  "column": 44
                                }
                              },
                              "name": "RequestToast"
                            },
                            "computed": false
                          },
                          {
                            "type": "Identifier",
                            "start": 499,
                            "end": 506,
                            "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": 312,
                  "end": 379,
                  "loc": {
                    "start": {
                      "line": 15,
                      "column": 4
                    },
                    "end": {
                      "line": 15,
                      "column": 71
                    }
                  },
                  "range": [
                    312,
                    379
                  ]
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentLine",
                  "value": " Label: resolve to remove",
                  "start": 520,
                  "end": 547,
                  "loc": {
                    "start": {
                      "line": 21,
                      "column": 4
                    },
                    "end": {
                      "line": 21,
                      "column": 31
                    }
                  },
                  "range": [
                    520,
                    547
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 552,
              "end": 812,
              "loc": {
                "start": {
                  "line": 22,
                  "column": 4
                },
                "end": {
                  "line": 28,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 552,
                "end": 564,
                "loc": {
                  "start": {
                    "line": 22,
                    "column": 4
                  },
                  "end": {
                    "line": 22,
                    "column": 16
                  }
                },
                "name": "requestLabel",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 564,
                "end": 812,
                "loc": {
                  "start": {
                    "line": 22,
                    "column": 16
                  },
                  "end": {
                    "line": 28,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 565,
                    "end": 572,
                    "loc": {
                      "start": {
                        "line": 22,
                        "column": 17
                      },
                      "end": {
                        "line": 22,
                        "column": 24
                      }
                    },
                    "name": "options"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 574,
                  "end": 812,
                  "loc": {
                    "start": {
                      "line": 22,
                      "column": 26
                    },
                    "end": {
                      "line": 28,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 584,
                      "end": 640,
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 8
                        },
                        "end": {
                          "line": 23,
                          "column": 64
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 584,
                        "end": 639,
                        "loc": {
                          "start": {
                            "line": 23,
                            "column": 8
                          },
                          "end": {
                            "line": 23,
                            "column": 63
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "start": 584,
                          "end": 591,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 8
                            },
                            "end": {
                              "line": 23,
                              "column": 15
                            }
                          },
                          "name": "options"
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 594,
                          "end": 639,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 18
                            },
                            "end": {
                              "line": 23,
                              "column": 63
                            }
                          },
                          "properties": [
                            {
                              "type": "Property",
                              "start": 596,
                              "end": 604,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 20
                                },
                                "end": {
                                  "line": 23,
                                  "column": 28
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 596,
                                "end": 600,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 24
                                  }
                                },
                                "name": "name"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 602,
                                "end": 604,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 28
                                  }
                                },
                                "value": "",
                                "rawValue": "",
                                "raw": "''"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 606,
                              "end": 615,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 30
                                },
                                "end": {
                                  "line": 23,
                                  "column": 39
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 606,
                                "end": 611,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 35
                                  }
                                },
                                "name": "value"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 613,
                                "end": 615,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 39
                                  }
                                },
                                "value": "",
                                "rawValue": "",
                                "raw": "''"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 617,
                              "end": 625,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 41
                                },
                                "end": {
                                  "line": 23,
                                  "column": 49
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 617,
                                "end": 621,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 45
                                  }
                                },
                                "name": "icon"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 623,
                                "end": 625,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 47
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 49
                                  }
                                },
                                "value": "",
                                "rawValue": "",
                                "raw": "''"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "SpreadProperty",
                              "start": 627,
                              "end": 637,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 51
                                },
                                "end": {
                                  "line": 23,
                                  "column": 61
                                }
                              },
                              "argument": {
                                "type": "Identifier",
                                "start": 630,
                                "end": 637,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 54
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 61
                                  }
                                },
                                "name": "options"
                              }
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 649,
                      "end": 806,
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 8
                        },
                        "end": {
                          "line": 27,
                          "column": 11
                        }
                      },
                      "argument": {
                        "type": "NewExpression",
                        "start": 656,
                        "end": 805,
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 15
                          },
                          "end": {
                            "line": 27,
                            "column": 10
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 660,
                          "end": 667,
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 19
                            },
                            "end": {
                              "line": 24,
                              "column": 26
                            }
                          },
                          "name": "Promise"
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 668,
                            "end": 804,
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 27
                              },
                              "end": {
                                "line": 27,
                                "column": 9
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 668,
                                "end": 675,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 34
                                  }
                                },
                                "name": "resolve"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 679,
                              "end": 804,
                              "loc": {
                                "start": {
                                  "line": 24,
                                  "column": 38
                                },
                                "end": {
                                  "line": 27,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 693,
                                  "end": 753,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 72
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 693,
                                    "end": 752,
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 71
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 693,
                                      "end": 702,
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 21
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 693,
                                        "end": 697,
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 16
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 698,
                                        "end": 702,
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 21
                                          }
                                        },
                                        "name": "emit"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 703,
                                        "end": 729,
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 48
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 703,
                                          "end": 716,
                                          "loc": {
                                            "start": {
                                              "line": 25,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 25,
                                              "column": 35
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 703,
                                            "end": 709,
                                            "loc": {
                                              "start": {
                                                "line": 25,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 25,
                                                "column": 28
                                              }
                                            },
                                            "name": "Plugin"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 710,
                                            "end": 716,
                                            "loc": {
                                              "start": {
                                                "line": 25,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 25,
                                                "column": 35
                                              }
                                            },
                                            "name": "Events"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 717,
                                          "end": 729,
                                          "loc": {
                                            "start": {
                                              "line": 25,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 25,
                                              "column": 48
                                            }
                                          },
                                          "name": "RequestLabel"
                                        },
                                        "computed": false
                                      },
                                      {
                                        "type": "ObjectExpression",
                                        "start": 731,
                                        "end": 751,
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 70
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "start": 733,
                                            "end": 740,
                                            "loc": {
                                              "start": {
                                                "line": 25,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 25,
                                                "column": 59
                                              }
                                            },
                                            "method": false,
                                            "shorthand": true,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 733,
                                              "end": 740,
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 52
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 59
                                                }
                                              },
                                              "name": "options"
                                            },
                                            "kind": "init",
                                            "value": {
                                              "type": "Identifier",
                                              "start": 733,
                                              "end": 740,
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 52
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 59
                                                }
                                              },
                                              "name": "options"
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "start": 742,
                                            "end": 749,
                                            "loc": {
                                              "start": {
                                                "line": 25,
                                                "column": 61
                                              },
                                              "end": {
                                                "line": 25,
                                                "column": 68
                                              }
                                            },
                                            "method": false,
                                            "shorthand": true,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 742,
                                              "end": 749,
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 61
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 68
                                                }
                                              },
                                              "name": "resolve"
                                            },
                                            "kind": "init",
                                            "value": {
                                              "type": "Identifier",
                                              "start": 742,
                                              "end": 749,
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 61
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 68
                                                }
                                              },
                                              "name": "resolve"
                                            }
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ReturnStatement",
                                  "start": 766,
                                  "end": 794,
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 40
                                    }
                                  },
                                  "argument": {
                                    "type": "ObjectExpression",
                                    "start": 773,
                                    "end": 793,
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 39
                                      }
                                    },
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "start": 775,
                                        "end": 782,
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 28
                                          }
                                        },
                                        "method": false,
                                        "shorthand": true,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 775,
                                          "end": 782,
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 28
                                            }
                                          },
                                          "name": "options"
                                        },
                                        "kind": "init",
                                        "value": {
                                          "type": "Identifier",
                                          "start": 775,
                                          "end": 782,
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 28
                                            }
                                          },
                                          "name": "options"
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "start": 784,
                                        "end": 791,
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 37
                                          }
                                        },
                                        "method": false,
                                        "shorthand": true,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 784,
                                          "end": 791,
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 37
                                            }
                                          },
                                          "name": "resolve"
                                        },
                                        "kind": "init",
                                        "value": {
                                          "type": "Identifier",
                                          "start": 784,
                                          "end": 791,
                                          "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": 520,
                  "end": 547,
                  "loc": {
                    "start": {
                      "line": 21,
                      "column": 4
                    },
                    "end": {
                      "line": 21,
                      "column": 31
                    }
                  },
                  "range": [
                    520,
                    547
                  ]
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentLine",
                  "value": " Model: complex dialog, usually the user completes or finishes it",
                  "start": 818,
                  "end": 885,
                  "loc": {
                    "start": {
                      "line": 30,
                      "column": 4
                    },
                    "end": {
                      "line": 30,
                      "column": 71
                    }
                  },
                  "range": [
                    818,
                    885
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 890,
              "end": 1558,
              "loc": {
                "start": {
                  "line": 31,
                  "column": 4
                },
                "end": {
                  "line": 54,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 890,
                "end": 902,
                "loc": {
                  "start": {
                    "line": 31,
                    "column": 4
                  },
                  "end": {
                    "line": 31,
                    "column": 16
                  }
                },
                "name": "requestModal",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 902,
                "end": 1558,
                "loc": {
                  "start": {
                    "line": 31,
                    "column": 16
                  },
                  "end": {
                    "line": 54,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 903,
                    "end": 910,
                    "loc": {
                      "start": {
                        "line": 31,
                        "column": 17
                      },
                      "end": {
                        "line": 31,
                        "column": 24
                      }
                    },
                    "name": "options"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 912,
                  "end": 1558,
                  "loc": {
                    "start": {
                      "line": 31,
                      "column": 26
                    },
                    "end": {
                      "line": 54,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 923,
                      "end": 1173,
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 8
                        },
                        "end": {
                          "line": 43,
                          "column": 10
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 923,
                        "end": 1172,
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 8
                          },
                          "end": {
                            "line": 43,
                            "column": 9
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "start": 923,
                          "end": 930,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 8
                            },
                            "end": {
                              "line": 33,
                              "column": 15
                            }
                          },
                          "name": "options"
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 933,
                          "end": 1172,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 18
                            },
                            "end": {
                              "line": 43,
                              "column": 9
                            }
                          },
                          "properties": [
                            {
                              "type": "Property",
                              "start": 947,
                              "end": 956,
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 12
                                },
                                "end": {
                                  "line": 34,
                                  "column": 21
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 947,
                                "end": 952,
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 34,
                                    "column": 17
                                  }
                                },
                                "name": "title"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 954,
                                "end": 956,
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 34,
                                    "column": 21
                                  }
                                },
                                "value": "",
                                "rawValue": "",
                                "raw": "''"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 970,
                              "end": 987,
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 12
                                },
                                "end": {
                                  "line": 35,
                                  "column": 29
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 970,
                                "end": 978,
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 20
                                  }
                                },
                                "name": "position"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 980,
                                "end": 987,
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 29
                                  }
                                },
                                "value": "fixed",
                                "rawValue": "fixed",
                                "raw": "'fixed'"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 1001,
                              "end": 1012,
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 12
                                },
                                "end": {
                                  "line": 36,
                                  "column": 23
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1001,
                                "end": 1006,
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 17
                                  }
                                },
                                "name": "hasOk"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 1008,
                                "end": 1012,
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 23
                                  }
                                },
                                "value": true,
                                "rawValue": true,
                                "raw": "true"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 1026,
                              "end": 1041,
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 12
                                },
                                "end": {
                                  "line": 37,
                                  "column": 27
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1026,
                                "end": 1035,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 21
                                  }
                                },
                                "name": "hasCancel"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 1037,
                                "end": 1041,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 27
                                  }
                                },
                                "value": true,
                                "rawValue": true,
                                "raw": "true"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 1055,
                              "end": 1076,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 12
                                },
                                "end": {
                                  "line": 38,
                                  "column": 33
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1055,
                                "end": 1070,
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 27
                                  }
                                },
                                "name": "disableOnCancel"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 1072,
                                "end": 1076,
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 33
                                  }
                                },
                                "value": true,
                                "rawValue": true,
                                "raw": "true"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 1090,
                              "end": 1138,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 12
                                },
                                "end": {
                                  "line": 41,
                                  "column": 13
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1090,
                                "end": 1098,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 20
                                  }
                                },
                                "name": "elements"
                              },
                              "value": {
                                "type": "ObjectExpression",
                                "start": 1100,
                                "end": 1138,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 13
                                  }
                                },
                                "properties": [],
                                "leadingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " ...",
                                    "start": 1118,
                                    "end": 1124,
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 22
                                      }
                                    },
                                    "range": [
                                      1118,
                                      1124
                                    ]
                                  }
                                ],
                                "innerComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " ...",
                                    "start": 1118,
                                    "end": 1124,
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 22
                                      }
                                    },
                                    "range": [
                                      1118,
                                      1124
                                    ]
                                  }
                                ]
                              },
                              "kind": "init"
                            },
                            {
                              "type": "SpreadProperty",
                              "start": 1152,
                              "end": 1162,
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 12
                                },
                                "end": {
                                  "line": 42,
                                  "column": 22
                                }
                              },
                              "argument": {
                                "type": "Identifier",
                                "start": 1155,
                                "end": 1162,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 22
                                  }
                                },
                                "name": "options",
                                "leadingComments": null
                              },
                              "leadingComments": [
                                {
                                  "type": "CommentLine",
                                  "value": " ...",
                                  "start": 1118,
                                  "end": 1124,
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 22
                                    }
                                  },
                                  "range": [
                                    1118,
                                    1124
                                  ]
                                }
                              ]
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 1183,
                      "end": 1552,
                      "loc": {
                        "start": {
                          "line": 45,
                          "column": 8
                        },
                        "end": {
                          "line": 53,
                          "column": 11
                        }
                      },
                      "argument": {
                        "type": "NewExpression",
                        "start": 1190,
                        "end": 1551,
                        "loc": {
                          "start": {
                            "line": 45,
                            "column": 15
                          },
                          "end": {
                            "line": 53,
                            "column": 10
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 1194,
                          "end": 1201,
                          "loc": {
                            "start": {
                              "line": 45,
                              "column": 19
                            },
                            "end": {
                              "line": 45,
                              "column": 26
                            }
                          },
                          "name": "Promise"
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 1202,
                            "end": 1550,
                            "loc": {
                              "start": {
                                "line": 45,
                                "column": 27
                              },
                              "end": {
                                "line": 53,
                                "column": 9
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 1203,
                                "end": 1210,
                                "loc": {
                                  "start": {
                                    "line": 45,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 45,
                                    "column": 35
                                  }
                                },
                                "name": "resolve"
                              },
                              {
                                "type": "Identifier",
                                "start": 1212,
                                "end": 1218,
                                "loc": {
                                  "start": {
                                    "line": 45,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 45,
                                    "column": 43
                                  }
                                },
                                "name": "reject"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 1223,
                              "end": 1550,
                              "loc": {
                                "start": {
                                  "line": 45,
                                  "column": 48
                                },
                                "end": {
                                  "line": 53,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 1237,
                                  "end": 1491,
                                  "loc": {
                                    "start": {
                                      "line": 46,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 51,
                                      "column": 19
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 1237,
                                    "end": 1490,
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 18
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1237,
                                      "end": 1327,
                                      "loc": {
                                        "start": {
                                          "line": 46,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 47,
                                          "column": 22
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 1237,
                                        "end": 1304,
                                        "loc": {
                                          "start": {
                                            "line": 46,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 46,
                                            "column": 79
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 1237,
                                          "end": 1246,
                                          "loc": {
                                            "start": {
                                              "line": 46,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 46,
                                              "column": 21
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 1237,
                                            "end": 1241,
                                            "loc": {
                                              "start": {
                                                "line": 46,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 46,
                                                "column": 16
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1242,
                                            "end": 1246,
                                            "loc": {
                                              "start": {
                                                "line": 46,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 46,
                                                "column": 21
                                              }
                                            },
                                            "name": "emit"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 1247,
                                            "end": 1273,
                                            "loc": {
                                              "start": {
                                                "line": 46,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 46,
                                                "column": 48
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 1247,
                                              "end": 1260,
                                              "loc": {
                                                "start": {
                                                  "line": 46,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 46,
                                                  "column": 35
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 1247,
                                                "end": 1253,
                                                "loc": {
                                                  "start": {
                                                    "line": 46,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 46,
                                                    "column": 28
                                                  }
                                                },
                                                "name": "Plugin"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1254,
                                                "end": 1260,
                                                "loc": {
                                                  "start": {
                                                    "line": 46,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 46,
                                                    "column": 35
                                                  }
                                                },
                                                "name": "Events"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1261,
                                              "end": 1273,
                                              "loc": {
                                                "start": {
                                                  "line": 46,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 46,
                                                  "column": 48
                                                }
                                              },
                                              "name": "RequestModal"
                                            },
                                            "computed": false
                                          },
                                          {
                                            "type": "ObjectExpression",
                                            "start": 1275,
                                            "end": 1303,
                                            "loc": {
                                              "start": {
                                                "line": 46,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 46,
                                                "column": 78
                                              }
                                            },
                                            "properties": [
                                              {
                                                "type": "Property",
                                                "start": 1277,
                                                "end": 1284,
                                                "loc": {
                                                  "start": {
                                                    "line": 46,
                                                    "column": 52
                                                  },
                                                  "end": {
                                                    "line": 46,
                                                    "column": 59
                                                  }
                                                },
                                                "method": false,
                                                "shorthand": true,
                                                "computed": false,
                                                "key": {
                                                  "type": "Identifier",
                                                  "start": 1277,
                                                  "end": 1284,
                                                  "loc": {
                                                    "start": {
                                                      "line": 46,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 46,
                                                      "column": 59
                                                    }
                                                  },
                                                  "name": "options"
                                                },
                                                "kind": "init",
                                                "value": {
                                                  "type": "Identifier",
                                                  "start": 1277,
                                                  "end": 1284,
                                                  "loc": {
                                                    "start": {
                                                      "line": 46,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 46,
                                                      "column": 59
                                                    }
                                                  },
                                                  "name": "options"
                                                }
                                              },
                                              {
                                                "type": "Property",
                                                "start": 1286,
                                                "end": 1293,
                                                "loc": {
                                                  "start": {
                                                    "line": 46,
                                                    "column": 61
                                                  },
                                                  "end": {
                                                    "line": 46,
                                                    "column": 68
                                                  }
                                                },
                                                "method": false,
                                                "shorthand": true,
                                                "computed": false,
                                                "key": {
                                                  "type": "Identifier",
                                                  "start": 1286,
                                                  "end": 1293,
                                                  "loc": {
                                                    "start": {
                                                      "line": 46,
                                                      "column": 61
                                                    },
                                                    "end": {
                                                      "line": 46,
                                                      "column": 68
                                                    }
                                                  },
                                                  "name": "resolve"
                                                },
                                                "kind": "init",
                                                "value": {
                                                  "type": "Identifier",
                                                  "start": 1286,
                                                  "end": 1293,
                                                  "loc": {
                                                    "start": {
                                                      "line": 46,
                                                      "column": 61
                                                    },
                                                    "end": {
                                                      "line": 46,
                                                      "column": 68
                                                    }
                                                  },
                                                  "name": "resolve"
                                                }
                                              },
                                              {
                                                "type": "Property",
                                                "start": 1295,
                                                "end": 1301,
                                                "loc": {
                                                  "start": {
                                                    "line": 46,
                                                    "column": 70
                                                  },
                                                  "end": {
                                                    "line": 46,
                                                    "column": 76
                                                  }
                                                },
                                                "method": false,
                                                "shorthand": true,
                                                "computed": false,
                                                "key": {
                                                  "type": "Identifier",
                                                  "start": 1295,
                                                  "end": 1301,
                                                  "loc": {
                                                    "start": {
                                                      "line": 46,
                                                      "column": 70
                                                    },
                                                    "end": {
                                                      "line": 46,
                                                      "column": 76
                                                    }
                                                  },
                                                  "name": "reject"
                                                },
                                                "kind": "init",
                                                "value": {
                                                  "type": "Identifier",
                                                  "start": 1295,
                                                  "end": 1301,
                                                  "loc": {
                                                    "start": {
                                                      "line": 46,
                                                      "column": 70
                                                    },
                                                    "end": {
                                                      "line": 46,
                                                      "column": 76
                                                    }
                                                  },
                                                  "name": "reject"
                                                }
                                              }
                                            ]
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1322,
                                        "end": 1327,
                                        "loc": {
                                          "start": {
                                            "line": 47,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 47,
                                            "column": 22
                                          }
                                        },
                                        "name": "catch"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "ArrowFunctionExpression",
                                        "start": 1328,
                                        "end": 1489,
                                        "loc": {
                                          "start": {
                                            "line": 47,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 51,
                                            "column": 17
                                          }
                                        },
                                        "id": null,
                                        "generator": false,
                                        "expression": false,
                                        "async": false,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "start": 1328,
                                            "end": 1335,
                                            "loc": {
                                              "start": {
                                                "line": 47,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 47,
                                                "column": 30
                                              }
                                            },
                                            "name": "context"
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "start": 1339,
                                          "end": 1489,
                                          "loc": {
                                            "start": {
                                              "line": 47,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 51,
                                              "column": 17
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "IfStatement",
                                              "start": 1361,
                                              "end": 1435,
                                              "loc": {
                                                "start": {
                                                  "line": 48,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 49,
                                                  "column": 45
                                                }
                                              },
                                              "test": {
                                                "type": "MemberExpression",
                                                "start": 1365,
                                                "end": 1388,
                                                "loc": {
                                                  "start": {
                                                    "line": 48,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 48,
                                                    "column": 47
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1365,
                                                  "end": 1372,
                                                  "loc": {
                                                    "start": {
                                                      "line": 48,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 48,
                                                      "column": 31
                                                    }
                                                  },
                                                  "name": "options"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1373,
                                                  "end": 1388,
                                                  "loc": {
                                                    "start": {
                                                      "line": 48,
                                                      "column": 32
                                                    },
                                                    "end": {
                                                      "line": 48,
                                                      "column": 47
                                                    }
                                                  },
                                                  "name": "disableOnCancel"
                                                },
                                                "computed": false
                                              },
                                              "consequent": {
                                                "type": "ExpressionStatement",
                                                "start": 1414,
                                                "end": 1435,
                                                "loc": {
                                                  "start": {
                                                    "line": 49,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 49,
                                                    "column": 45
                                                  }
                                                },
                                                "expression": {
                                                  "type": "AssignmentExpression",
                                                  "start": 1414,
                                                  "end": 1434,
                                                  "loc": {
                                                    "start": {
                                                      "line": 49,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 49,
                                                      "column": 44
                                                    }
                                                  },
                                                  "operator": "=",
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 1414,
                                                    "end": 1426,
                                                    "loc": {
                                                      "start": {
                                                        "line": 49,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 49,
                                                        "column": 36
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 1414,
                                                      "end": 1418,
                                                      "loc": {
                                                        "start": {
                                                          "line": 49,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 49,
                                                          "column": 28
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 1419,
                                                      "end": 1426,
                                                      "loc": {
                                                        "start": {
                                                          "line": 49,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 49,
                                                          "column": 36
                                                        }
                                                      },
                                                      "name": "enabled"
                                                    },
                                                    "computed": false
                                                  },
                                                  "right": {
                                                    "type": "Literal",
                                                    "start": 1429,
                                                    "end": 1434,
                                                    "loc": {
                                                      "start": {
                                                        "line": 49,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 49,
                                                        "column": 44
                                                      }
                                                    },
                                                    "value": false,
                                                    "rawValue": false,
                                                    "raw": "false"
                                                  }
                                                }
                                              },
                                              "alternate": null
                                            },
                                            {
                                              "type": "ReturnStatement",
                                              "start": 1456,
                                              "end": 1471,
                                              "loc": {
                                                "start": {
                                                  "line": 50,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 50,
                                                  "column": 35
                                                }
                                              },
                                              "argument": {
                                                "type": "Identifier",
                                                "start": 1463,
                                                "end": 1470,
                                                "loc": {
                                                  "start": {
                                                    "line": 50,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 50,
                                                    "column": 34
                                                  }
                                                },
                                                "name": "context"
                                              }
                                            }
                                          ]
                                        }
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ReturnStatement",
                                  "start": 1504,
                                  "end": 1540,
                                  "loc": {
                                    "start": {
                                      "line": 52,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 52,
                                      "column": 48
                                    }
                                  },
                                  "argument": {
                                    "type": "ObjectExpression",
                                    "start": 1511,
                                    "end": 1539,
                                    "loc": {
                                      "start": {
                                        "line": 52,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 47
                                      }
                                    },
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "start": 1513,
                                        "end": 1520,
                                        "loc": {
                                          "start": {
                                            "line": 52,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 52,
                                            "column": 28
                                          }
                                        },
                                        "method": false,
                                        "shorthand": true,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 1513,
                                          "end": 1520,
                                          "loc": {
                                            "start": {
                                              "line": 52,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 52,
                                              "column": 28
                                            }
                                          },
                                          "name": "options"
                                        },
                                        "kind": "init",
                                        "value": {
                                          "type": "Identifier",
                                          "start": 1513,
                                          "end": 1520,
                                          "loc": {
                                            "start": {
                                              "line": 52,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 52,
                                              "column": 28
                                            }
                                          },
                                          "name": "options"
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "start": 1522,
                                        "end": 1529,
                                        "loc": {
                                          "start": {
                                            "line": 52,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 52,
                                            "column": 37
                                          }
                                        },
                                        "method": false,
                                        "shorthand": true,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 1522,
                                          "end": 1529,
                                          "loc": {
                                            "start": {
                                              "line": 52,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 52,
                                              "column": 37
                                            }
                                          },
                                          "name": "resolve"
                                        },
                                        "kind": "init",
                                        "value": {
                                          "type": "Identifier",
                                          "start": 1522,
                                          "end": 1529,
                                          "loc": {
                                            "start": {
                                              "line": 52,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 52,
                                              "column": 37
                                            }
                                          },
                                          "name": "resolve"
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "start": 1531,
                                        "end": 1537,
                                        "loc": {
                                          "start": {
                                            "line": 52,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 52,
                                            "column": 45
                                          }
                                        },
                                        "method": false,
                                        "shorthand": true,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 1531,
                                          "end": 1537,
                                          "loc": {
                                            "start": {
                                              "line": 52,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 52,
                                              "column": 45
                                            }
                                          },
                                          "name": "reject"
                                        },
                                        "kind": "init",
                                        "value": {
                                          "type": "Identifier",
                                          "start": 1531,
                                          "end": 1537,
                                          "loc": {
                                            "start": {
                                              "line": 52,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 52,
                                              "column": 45
                                            }
                                          },
                                          "name": "reject"
                                        }
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentLine",
                  "value": " Model: complex dialog, usually the user completes or finishes it",
                  "start": 818,
                  "end": 885,
                  "loc": {
                    "start": {
                      "line": 30,
                      "column": 4
                    },
                    "end": {
                      "line": 30,
                      "column": 71
                    }
                  },
                  "range": [
                    818,
                    885
                  ]
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentLine",
                  "value": " request to show, hide or change appearance of buttons",
                  "start": 1564,
                  "end": 1620,
                  "loc": {
                    "start": {
                      "line": 56,
                      "column": 4
                    },
                    "end": {
                      "line": 56,
                      "column": 60
                    }
                  },
                  "range": [
                    1564,
                    1620
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 1625,
              "end": 2272,
              "loc": {
                "start": {
                  "line": 57,
                  "column": 4
                },
                "end": {
                  "line": 67,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1625,
                "end": 1645,
                "loc": {
                  "start": {
                    "line": 57,
                    "column": 4
                  },
                  "end": {
                    "line": 57,
                    "column": 24
                  }
                },
                "name": "requestButtonChanges",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1645,
                "end": 2272,
                "loc": {
                  "start": {
                    "line": 57,
                    "column": 24
                  },
                  "end": {
                    "line": 67,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1646,
                    "end": 1653,
                    "loc": {
                      "start": {
                        "line": 57,
                        "column": 25
                      },
                      "end": {
                        "line": 57,
                        "column": 32
                      }
                    },
                    "name": "buttons"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1655,
                  "end": 2272,
                  "loc": {
                    "start": {
                      "line": 57,
                      "column": 34
                    },
                    "end": {
                      "line": 67,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 2211,
                      "end": 2266,
                      "loc": {
                        "start": {
                          "line": 66,
                          "column": 8
                        },
                        "end": {
                          "line": 66,
                          "column": 63
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2211,
                        "end": 2265,
                        "loc": {
                          "start": {
                            "line": 66,
                            "column": 8
                          },
                          "end": {
                            "line": 66,
                            "column": 62
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2211,
                          "end": 2220,
                          "loc": {
                            "start": {
                              "line": 66,
                              "column": 8
                            },
                            "end": {
                              "line": 66,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2211,
                            "end": 2215,
                            "loc": {
                              "start": {
                                "line": 66,
                                "column": 8
                              },
                              "end": {
                                "line": 66,
                                "column": 12
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2216,
                            "end": 2220,
                            "loc": {
                              "start": {
                                "line": 66,
                                "column": 13
                              },
                              "end": {
                                "line": 66,
                                "column": 17
                              }
                            },
                            "name": "emit"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 2221,
                            "end": 2255,
                            "loc": {
                              "start": {
                                "line": 66,
                                "column": 18
                              },
                              "end": {
                                "line": 66,
                                "column": 52
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 2221,
                              "end": 2234,
                              "loc": {
                                "start": {
                                  "line": 66,
                                  "column": 18
                                },
                                "end": {
                                  "line": 66,
                                  "column": 31
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 2221,
                                "end": 2227,
                                "loc": {
                                  "start": {
                                    "line": 66,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 66,
                                    "column": 24
                                  }
                                },
                                "name": "Plugin"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2228,
                                "end": 2234,
                                "loc": {
                                  "start": {
                                    "line": 66,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 66,
                                    "column": 31
                                  }
                                },
                                "name": "Events"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2235,
                              "end": 2255,
                              "loc": {
                                "start": {
                                  "line": 66,
                                  "column": 32
                                },
                                "end": {
                                  "line": 66,
                                  "column": 52
                                }
                              },
                              "name": "RequestButtonChanges"
                            },
                            "computed": false
                          },
                          {
                            "type": "Identifier",
                            "start": 2257,
                            "end": 2264,
                            "loc": {
                              "start": {
                                "line": 66,
                                "column": 54
                              },
                              "end": {
                                "line": 66,
                                "column": 61
                              }
                            },
                            "name": "buttons"
                          }
                        ],
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "Block",
                          "value": " buttons should be an array of the following structures: {\n             id: string,       // opaque identifier of a button\n             visible: boolean, // true to show, false to hide\n             icon: string,     // url of button icon\n             name: string,     // text to show near the icon\n             group: string,    // opaque id of a button group: buttons with the same group id are placed together\n             order: int,       // buttons in the group are sorted left-to-right (or up-to-down) by this field\n        } ",
                          "start": 1665,
                          "end": 2202,
                          "loc": {
                            "start": {
                              "line": 58,
                              "column": 8
                            },
                            "end": {
                              "line": 65,
                              "column": 12
                            }
                          },
                          "range": [
                            1665,
                            2202
                          ]
                        }
                      ]
                    }
                  ],
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentLine",
                  "value": " request to show, hide or change appearance of buttons",
                  "start": 1564,
                  "end": 1620,
                  "loc": {
                    "start": {
                      "line": 56,
                      "column": 4
                    },
                    "end": {
                      "line": 56,
                      "column": 60
                    }
                  },
                  "range": [
                    1564,
                    1620
                  ]
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentLine",
                  "value": " called by UI",
                  "start": 2278,
                  "end": 2293,
                  "loc": {
                    "start": {
                      "line": 69,
                      "column": 4
                    },
                    "end": {
                      "line": 69,
                      "column": 19
                    }
                  },
                  "range": [
                    2278,
                    2293
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 2298,
              "end": 2322,
              "loc": {
                "start": {
                  "line": 70,
                  "column": 4
                },
                "end": {
                  "line": 70,
                  "column": 28
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2298,
                "end": 2309,
                "loc": {
                  "start": {
                    "line": 70,
                    "column": 4
                  },
                  "end": {
                    "line": 70,
                    "column": 15
                  }
                },
                "name": "buttonClick",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 2309,
                "end": 2322,
                "loc": {
                  "start": {
                    "line": 70,
                    "column": 15
                  },
                  "end": {
                    "line": 70,
                    "column": 28
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2310,
                    "end": 2318,
                    "loc": {
                      "start": {
                        "line": 70,
                        "column": 16
                      },
                      "end": {
                        "line": 70,
                        "column": 24
                      }
                    },
                    "name": "buttonId"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2320,
                  "end": 2322,
                  "loc": {
                    "start": {
                      "line": 70,
                      "column": 26
                    },
                    "end": {
                      "line": 70,
                      "column": 28
                    }
                  },
                  "body": []
                }
              },
              "leadingComments": [
                {
                  "type": "CommentLine",
                  "value": " called by UI",
                  "start": 2278,
                  "end": 2293,
                  "loc": {
                    "start": {
                      "line": 69,
                      "column": 4
                    },
                    "end": {
                      "line": 69,
                      "column": 19
                    }
                  },
                  "range": [
                    2278,
                    2293
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 2328,
              "end": 2377,
              "loc": {
                "start": {
                  "line": 72,
                  "column": 4
                },
                "end": {
                  "line": 74,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2332,
                "end": 2338,
                "loc": {
                  "start": {
                    "line": 72,
                    "column": 8
                  },
                  "end": {
                    "line": 72,
                    "column": 14
                  }
                },
                "name": "socket"
              },
              "static": false,
              "kind": "get",
              "value": {
                "type": "FunctionExpression",
                "start": 2338,
                "end": 2377,
                "loc": {
                  "start": {
                    "line": 72,
                    "column": 14
                  },
                  "end": {
                    "line": 74,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 2341,
                  "end": 2377,
                  "loc": {
                    "start": {
                      "line": 72,
                      "column": 17
                    },
                    "end": {
                      "line": 74,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 2351,
                      "end": 2371,
                      "loc": {
                        "start": {
                          "line": 73,
                          "column": 8
                        },
                        "end": {
                          "line": 73,
                          "column": 28
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 2358,
                        "end": 2370,
                        "loc": {
                          "start": {
                            "line": 73,
                            "column": 15
                          },
                          "end": {
                            "line": 73,
                            "column": 27
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 2358,
                          "end": 2362,
                          "loc": {
                            "start": {
                              "line": 73,
                              "column": 15
                            },
                            "end": {
                              "line": 73,
                              "column": 19
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2363,
                          "end": 2370,
                          "loc": {
                            "start": {
                              "line": 73,
                              "column": 20
                            },
                            "end": {
                              "line": 73,
                              "column": 27
                            }
                          },
                          "name": "_socket"
                        },
                        "computed": false
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 2383,
              "end": 2749,
              "loc": {
                "start": {
                  "line": 76,
                  "column": 4
                },
                "end": {
                  "line": 84,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2387,
                "end": 2393,
                "loc": {
                  "start": {
                    "line": 76,
                    "column": 8
                  },
                  "end": {
                    "line": 76,
                    "column": 14
                  }
                },
                "name": "socket"
              },
              "static": false,
              "kind": "set",
              "value": {
                "type": "FunctionExpression",
                "start": 2393,
                "end": 2749,
                "loc": {
                  "start": {
                    "line": 76,
                    "column": 14
                  },
                  "end": {
                    "line": 84,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2394,
                    "end": 2399,
                    "loc": {
                      "start": {
                        "line": 76,
                        "column": 15
                      },
                      "end": {
                        "line": 76,
                        "column": 20
                      }
                    },
                    "name": "value"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2401,
                  "end": 2749,
                  "loc": {
                    "start": {
                      "line": 76,
                      "column": 22
                    },
                    "end": {
                      "line": 84,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 2411,
                      "end": 2743,
                      "loc": {
                        "start": {
                          "line": 77,
                          "column": 8
                        },
                        "end": {
                          "line": 83,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 2415,
                        "end": 2436,
                        "loc": {
                          "start": {
                            "line": 77,
                            "column": 12
                          },
                          "end": {
                            "line": 77,
                            "column": 33
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 2415,
                          "end": 2420,
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 12
                            },
                            "end": {
                              "line": 77,
                              "column": 17
                            }
                          },
                          "name": "value"
                        },
                        "operator": "!=",
                        "right": {
                          "type": "MemberExpression",
                          "start": 2424,
                          "end": 2436,
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 21
                            },
                            "end": {
                              "line": 77,
                              "column": 33
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2424,
                            "end": 2428,
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 21
                              },
                              "end": {
                                "line": 77,
                                "column": 25
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2429,
                            "end": 2436,
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 26
                              },
                              "end": {
                                "line": 77,
                                "column": 33
                              }
                            },
                            "name": "_socket"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 2438,
                        "end": 2743,
                        "loc": {
                          "start": {
                            "line": 77,
                            "column": 35
                          },
                          "end": {
                            "line": 83,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 2452,
                            "end": 2473,
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 12
                              },
                              "end": {
                                "line": 78,
                                "column": 33
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 2452,
                              "end": 2472,
                              "loc": {
                                "start": {
                                  "line": 78,
                                  "column": 12
                                },
                                "end": {
                                  "line": 78,
                                  "column": 32
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 2452,
                                "end": 2464,
                                "loc": {
                                  "start": {
                                    "line": 78,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 78,
                                    "column": 24
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2452,
                                  "end": 2456,
                                  "loc": {
                                    "start": {
                                      "line": 78,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 78,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2457,
                                  "end": 2464,
                                  "loc": {
                                    "start": {
                                      "line": 78,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 78,
                                      "column": 24
                                    }
                                  },
                                  "name": "_socket"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 2467,
                                "end": 2472,
                                "loc": {
                                  "start": {
                                    "line": 78,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 78,
                                    "column": 32
                                  }
                                },
                                "name": "value"
                              }
                            }
                          },
                          {
                            "type": "IfStatement",
                            "start": 2486,
                            "end": 2733,
                            "loc": {
                              "start": {
                                "line": 79,
                                "column": 12
                              },
                              "end": {
                                "line": 82,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "MemberExpression",
                              "start": 2490,
                              "end": 2502,
                              "loc": {
                                "start": {
                                  "line": 79,
                                  "column": 16
                                },
                                "end": {
                                  "line": 79,
                                  "column": 28
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2490,
                                "end": 2494,
                                "loc": {
                                  "start": {
                                    "line": 79,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 79,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2495,
                                "end": 2502,
                                "loc": {
                                  "start": {
                                    "line": 79,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 79,
                                    "column": 28
                                  }
                                },
                                "name": "_socket"
                              },
                              "computed": false
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 2504,
                              "end": 2733,
                              "loc": {
                                "start": {
                                  "line": 79,
                                  "column": 30
                                },
                                "end": {
                                  "line": 82,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2522,
                                  "end": 2610,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 104
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 2522,
                                    "end": 2609,
                                    "loc": {
                                      "start": {
                                        "line": 80,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 80,
                                        "column": 103
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 2522,
                                      "end": 2537,
                                      "loc": {
                                        "start": {
                                          "line": 80,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 80,
                                          "column": 31
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 2522,
                                        "end": 2534,
                                        "loc": {
                                          "start": {
                                            "line": 80,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 80,
                                            "column": 28
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 2522,
                                          "end": 2526,
                                          "loc": {
                                            "start": {
                                              "line": 80,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 80,
                                              "column": 20
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2527,
                                          "end": 2534,
                                          "loc": {
                                            "start": {
                                              "line": 80,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 80,
                                              "column": 28
                                            }
                                          },
                                          "name": "_socket"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2535,
                                        "end": 2537,
                                        "loc": {
                                          "start": {
                                            "line": 80,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 80,
                                            "column": 31
                                          }
                                        },
                                        "name": "on"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "start": 2538,
                                        "end": 2549,
                                        "loc": {
                                          "start": {
                                            "line": 80,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 80,
                                            "column": 43
                                          }
                                        },
                                        "value": "connected",
                                        "rawValue": "connected",
                                        "raw": "'connected'"
                                      },
                                      {
                                        "type": "ArrowFunctionExpression",
                                        "start": 2551,
                                        "end": 2608,
                                        "loc": {
                                          "start": {
                                            "line": 80,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 80,
                                            "column": 102
                                          }
                                        },
                                        "id": null,
                                        "generator": false,
                                        "expression": true,
                                        "async": false,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "start": 2551,
                                            "end": 2561,
                                            "loc": {
                                              "start": {
                                                "line": 80,
                                                "column": 45
                                              },
                                              "end": {
                                                "line": 80,
                                                "column": 55
                                              }
                                            },
                                            "name": "connection"
                                          }
                                        ],
                                        "body": {
                                          "type": "CallExpression",
                                          "start": 2565,
                                          "end": 2608,
                                          "loc": {
                                            "start": {
                                              "line": 80,
                                              "column": 59
                                            },
                                            "end": {
                                              "line": 80,
                                              "column": 102
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 2565,
                                            "end": 2574,
                                            "loc": {
                                              "start": {
                                                "line": 80,
                                                "column": 59
                                              },
                                              "end": {
                                                "line": 80,
                                                "column": 68
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 2565,
                                              "end": 2569,
                                              "loc": {
                                                "start": {
                                                  "line": 80,
                                                  "column": 59
                                                },
                                                "end": {
                                                  "line": 80,
                                                  "column": 63
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2570,
                                              "end": 2574,
                                              "loc": {
                                                "start": {
                                                  "line": 80,
                                                  "column": 64
                                                },
                                                "end": {
                                                  "line": 80,
                                                  "column": 68
                                                }
                                              },
                                              "name": "emit"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 2575,
                                              "end": 2595,
                                              "loc": {
                                                "start": {
                                                  "line": 80,
                                                  "column": 69
                                                },
                                                "end": {
                                                  "line": 80,
                                                  "column": 89
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 2575,
                                                "end": 2588,
                                                "loc": {
                                                  "start": {
                                                    "line": 80,
                                                    "column": 69
                                                  },
                                                  "end": {
                                                    "line": 80,
                                                    "column": 82
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 2575,
                                                  "end": 2581,
                                                  "loc": {
                                                    "start": {
                                                      "line": 80,
                                                      "column": 69
                                                    },
                                                    "end": {
                                                      "line": 80,
                                                      "column": 75
                                                    }
                                                  },
                                                  "name": "Plugin"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2582,
                                                  "end": 2588,
                                                  "loc": {
                                                    "start": {
                                                      "line": 80,
                                                      "column": 76
                                                    },
                                                    "end": {
                                                      "line": 80,
                                                      "column": 82
                                                    }
                                                  },
                                                  "name": "Events"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2589,
                                                "end": 2595,
                                                "loc": {
                                                  "start": {
                                                    "line": 80,
                                                    "column": 83
                                                  },
                                                  "end": {
                                                    "line": 80,
                                                    "column": 89
                                                  }
                                                },
                                                "name": "Online"
                                              },
                                              "computed": false
                                            },
                                            {
                                              "type": "Identifier",
                                              "start": 2597,
                                              "end": 2607,
                                              "loc": {
                                                "start": {
                                                  "line": 80,
                                                  "column": 91
                                                },
                                                "end": {
                                                  "line": 80,
                                                  "column": 101
                                                }
                                              },
                                              "name": "connection"
                                            }
                                          ]
                                        }
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2627,
                                  "end": 2719,
                                  "loc": {
                                    "start": {
                                      "line": 81,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 81,
                                      "column": 108
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 2627,
                                    "end": 2718,
                                    "loc": {
                                      "start": {
                                        "line": 81,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 81,
                                        "column": 107
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 2627,
                                      "end": 2642,
                                      "loc": {
                                        "start": {
                                          "line": 81,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 81,
                                          "column": 31
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 2627,
                                        "end": 2639,
                                        "loc": {
                                          "start": {
                                            "line": 81,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 81,
                                            "column": 28
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 2627,
                                          "end": 2631,
                                          "loc": {
                                            "start": {
                                              "line": 81,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 81,
                                              "column": 20
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2632,
                                          "end": 2639,
                                          "loc": {
                                            "start": {
                                              "line": 81,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 81,
                                              "column": 28
                                            }
                                          },
                                          "name": "_socket"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2640,
                                        "end": 2642,
                                        "loc": {
                                          "start": {
                                            "line": 81,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 81,
                                            "column": 31
                                          }
                                        },
                                        "name": "on"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "start": 2643,
                                        "end": 2657,
                                        "loc": {
                                          "start": {
                                            "line": 81,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 81,
                                            "column": 46
                                          }
                                        },
                                        "value": "disconnected",
                                        "rawValue": "disconnected",
                                        "raw": "'disconnected'"
                                      },
                                      {
                                        "type": "ArrowFunctionExpression",
                                        "start": 2659,
                                        "end": 2717,
                                        "loc": {
                                          "start": {
                                            "line": 81,
                                            "column": 48
                                          },
                                          "end": {
                                            "line": 81,
                                            "column": 106
                                          }
                                        },
                                        "id": null,
                                        "generator": false,
                                        "expression": true,
                                        "async": false,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "start": 2659,
                                            "end": 2669,
                                            "loc": {
                                              "start": {
                                                "line": 81,
                                                "column": 48
                                              },
                                              "end": {
                                                "line": 81,
                                                "column": 58
                                              }
                                            },
                                            "name": "connection"
                                          }
                                        ],
                                        "body": {
                                          "type": "CallExpression",
                                          "start": 2673,
                                          "end": 2717,
                                          "loc": {
                                            "start": {
                                              "line": 81,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 81,
                                              "column": 106
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 2673,
                                            "end": 2682,
                                            "loc": {
                                              "start": {
                                                "line": 81,
                                                "column": 62
                                              },
                                              "end": {
                                                "line": 81,
                                                "column": 71
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 2673,
                                              "end": 2677,
                                              "loc": {
                                                "start": {
                                                  "line": 81,
                                                  "column": 62
                                                },
                                                "end": {
                                                  "line": 81,
                                                  "column": 66
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2678,
                                              "end": 2682,
                                              "loc": {
                                                "start": {
                                                  "line": 81,
                                                  "column": 67
                                                },
                                                "end": {
                                                  "line": 81,
                                                  "column": 71
                                                }
                                              },
                                              "name": "emit"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 2683,
                                              "end": 2704,
                                              "loc": {
                                                "start": {
                                                  "line": 81,
                                                  "column": 72
                                                },
                                                "end": {
                                                  "line": 81,
                                                  "column": 93
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 2683,
                                                "end": 2696,
                                                "loc": {
                                                  "start": {
                                                    "line": 81,
                                                    "column": 72
                                                  },
                                                  "end": {
                                                    "line": 81,
                                                    "column": 85
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 2683,
                                                  "end": 2689,
                                                  "loc": {
                                                    "start": {
                                                      "line": 81,
                                                      "column": 72
                                                    },
                                                    "end": {
                                                      "line": 81,
                                                      "column": 78
                                                    }
                                                  },
                                                  "name": "Plugin"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2690,
                                                  "end": 2696,
                                                  "loc": {
                                                    "start": {
                                                      "line": 81,
                                                      "column": 79
                                                    },
                                                    "end": {
                                                      "line": 81,
                                                      "column": 85
                                                    }
                                                  },
                                                  "name": "Events"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2697,
                                                "end": 2704,
                                                "loc": {
                                                  "start": {
                                                    "line": 81,
                                                    "column": 86
                                                  },
                                                  "end": {
                                                    "line": 81,
                                                    "column": 93
                                                  }
                                                },
                                                "name": "Offline"
                                              },
                                              "computed": false
                                            },
                                            {
                                              "type": "Identifier",
                                              "start": 2706,
                                              "end": 2716,
                                              "loc": {
                                                "start": {
                                                  "line": 81,
                                                  "column": 95
                                                },
                                                "end": {
                                                  "line": 81,
                                                  "column": 105
                                                }
                                              },
                                              "name": "connection"
                                            }
                                          ]
                                        }
                                      }
                                    ]
                                  }
                                }
                              ]
                            },
                            "alternate": null
                          }
                        ]
                      },
                      "alternate": null
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 2755,
              "end": 2806,
              "loc": {
                "start": {
                  "line": 86,
                  "column": 4
                },
                "end": {
                  "line": 88,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2759,
                "end": 2766,
                "loc": {
                  "start": {
                    "line": 86,
                    "column": 8
                  },
                  "end": {
                    "line": 86,
                    "column": 15
                  }
                },
                "name": "enabled"
              },
              "static": false,
              "kind": "get",
              "value": {
                "type": "FunctionExpression",
                "start": 2766,
                "end": 2806,
                "loc": {
                  "start": {
                    "line": 86,
                    "column": 15
                  },
                  "end": {
                    "line": 88,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 2769,
                  "end": 2806,
                  "loc": {
                    "start": {
                      "line": 86,
                      "column": 18
                    },
                    "end": {
                      "line": 88,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 2779,
                      "end": 2800,
                      "loc": {
                        "start": {
                          "line": 87,
                          "column": 8
                        },
                        "end": {
                          "line": 87,
                          "column": 29
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 2786,
                        "end": 2799,
                        "loc": {
                          "start": {
                            "line": 87,
                            "column": 15
                          },
                          "end": {
                            "line": 87,
                            "column": 28
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 2786,
                          "end": 2790,
                          "loc": {
                            "start": {
                              "line": 87,
                              "column": 15
                            },
                            "end": {
                              "line": 87,
                              "column": 19
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2791,
                          "end": 2799,
                          "loc": {
                            "start": {
                              "line": 87,
                              "column": 20
                            },
                            "end": {
                              "line": 87,
                              "column": 28
                            }
                          },
                          "name": "_enabled"
                        },
                        "computed": false
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 2812,
              "end": 3008,
              "loc": {
                "start": {
                  "line": 90,
                  "column": 4
                },
                "end": {
                  "line": 95,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2816,
                "end": 2823,
                "loc": {
                  "start": {
                    "line": 90,
                    "column": 8
                  },
                  "end": {
                    "line": 90,
                    "column": 15
                  }
                },
                "name": "enabled"
              },
              "static": false,
              "kind": "set",
              "value": {
                "type": "FunctionExpression",
                "start": 2823,
                "end": 3008,
                "loc": {
                  "start": {
                    "line": 90,
                    "column": 15
                  },
                  "end": {
                    "line": 95,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2824,
                    "end": 2829,
                    "loc": {
                      "start": {
                        "line": 90,
                        "column": 16
                      },
                      "end": {
                        "line": 90,
                        "column": 21
                      }
                    },
                    "name": "value"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2831,
                  "end": 3008,
                  "loc": {
                    "start": {
                      "line": 90,
                      "column": 23
                    },
                    "end": {
                      "line": 95,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 2841,
                      "end": 3002,
                      "loc": {
                        "start": {
                          "line": 91,
                          "column": 8
                        },
                        "end": {
                          "line": 94,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 2845,
                        "end": 2867,
                        "loc": {
                          "start": {
                            "line": 91,
                            "column": 12
                          },
                          "end": {
                            "line": 91,
                            "column": 34
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 2845,
                          "end": 2850,
                          "loc": {
                            "start": {
                              "line": 91,
                              "column": 12
                            },
                            "end": {
                              "line": 91,
                              "column": 17
                            }
                          },
                          "name": "value"
                        },
                        "operator": "!=",
                        "right": {
                          "type": "MemberExpression",
                          "start": 2854,
                          "end": 2867,
                          "loc": {
                            "start": {
                              "line": 91,
                              "column": 21
                            },
                            "end": {
                              "line": 91,
                              "column": 34
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2854,
                            "end": 2858,
                            "loc": {
                              "start": {
                                "line": 91,
                                "column": 21
                              },
                              "end": {
                                "line": 91,
                                "column": 25
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2859,
                            "end": 2867,
                            "loc": {
                              "start": {
                                "line": 91,
                                "column": 26
                              },
                              "end": {
                                "line": 91,
                                "column": 34
                              }
                            },
                            "name": "_enabled"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 2869,
                        "end": 3002,
                        "loc": {
                          "start": {
                            "line": 91,
                            "column": 36
                          },
                          "end": {
                            "line": 94,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 2883,
                            "end": 2905,
                            "loc": {
                              "start": {
                                "line": 92,
                                "column": 12
                              },
                              "end": {
                                "line": 92,
                                "column": 34
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 2883,
                              "end": 2904,
                              "loc": {
                                "start": {
                                  "line": 92,
                                  "column": 12
                                },
                                "end": {
                                  "line": 92,
                                  "column": 33
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 2883,
                                "end": 2896,
                                "loc": {
                                  "start": {
                                    "line": 92,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 92,
                                    "column": 25
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2883,
                                  "end": 2887,
                                  "loc": {
                                    "start": {
                                      "line": 92,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 92,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2888,
                                  "end": 2896,
                                  "loc": {
                                    "start": {
                                      "line": 92,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 92,
                                      "column": 25
                                    }
                                  },
                                  "name": "_enabled"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 2899,
                                "end": 2904,
                                "loc": {
                                  "start": {
                                    "line": 92,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 92,
                                    "column": 33
                                  }
                                },
                                "name": "value"
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 2918,
                            "end": 2992,
                            "loc": {
                              "start": {
                                "line": 93,
                                "column": 12
                              },
                              "end": {
                                "line": 93,
                                "column": 86
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 2918,
                              "end": 2991,
                              "loc": {
                                "start": {
                                  "line": 93,
                                  "column": 12
                                },
                                "end": {
                                  "line": 93,
                                  "column": 85
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 2918,
                                "end": 2927,
                                "loc": {
                                  "start": {
                                    "line": 93,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 93,
                                    "column": 21
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2918,
                                  "end": 2922,
                                  "loc": {
                                    "start": {
                                      "line": 93,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 93,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2923,
                                  "end": 2927,
                                  "loc": {
                                    "start": {
                                      "line": 93,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 93,
                                      "column": 21
                                    }
                                  },
                                  "name": "emit"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ConditionalExpression",
                                  "start": 2928,
                                  "end": 2990,
                                  "loc": {
                                    "start": {
                                      "line": 93,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 93,
                                      "column": 84
                                    }
                                  },
                                  "test": {
                                    "type": "MemberExpression",
                                    "start": 2928,
                                    "end": 2941,
                                    "loc": {
                                      "start": {
                                        "line": 93,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 93,
                                        "column": 35
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 2928,
                                      "end": 2932,
                                      "loc": {
                                        "start": {
                                          "line": 93,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 93,
                                          "column": 26
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2933,
                                      "end": 2941,
                                      "loc": {
                                        "start": {
                                          "line": 93,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 93,
                                          "column": 35
                                        }
                                      },
                                      "name": "_enabled"
                                    },
                                    "computed": false
                                  },
                                  "consequent": {
                                    "type": "MemberExpression",
                                    "start": 2944,
                                    "end": 2965,
                                    "loc": {
                                      "start": {
                                        "line": 93,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 93,
                                        "column": 59
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 2944,
                                      "end": 2957,
                                      "loc": {
                                        "start": {
                                          "line": 93,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 93,
                                          "column": 51
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2944,
                                        "end": 2950,
                                        "loc": {
                                          "start": {
                                            "line": 93,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 93,
                                            "column": 44
                                          }
                                        },
                                        "name": "Plugin"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2951,
                                        "end": 2957,
                                        "loc": {
                                          "start": {
                                            "line": 93,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 93,
                                            "column": 51
                                          }
                                        },
                                        "name": "Events"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2958,
                                      "end": 2965,
                                      "loc": {
                                        "start": {
                                          "line": 93,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 93,
                                          "column": 59
                                        }
                                      },
                                      "name": "Enabled"
                                    },
                                    "computed": false
                                  },
                                  "alternate": {
                                    "type": "MemberExpression",
                                    "start": 2968,
                                    "end": 2990,
                                    "loc": {
                                      "start": {
                                        "line": 93,
                                        "column": 62
                                      },
                                      "end": {
                                        "line": 93,
                                        "column": 84
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 2968,
                                      "end": 2981,
                                      "loc": {
                                        "start": {
                                          "line": 93,
                                          "column": 62
                                        },
                                        "end": {
                                          "line": 93,
                                          "column": 75
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2968,
                                        "end": 2974,
                                        "loc": {
                                          "start": {
                                            "line": 93,
                                            "column": 62
                                          },
                                          "end": {
                                            "line": 93,
                                            "column": 68
                                          }
                                        },
                                        "name": "Plugin"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2975,
                                        "end": 2981,
                                        "loc": {
                                          "start": {
                                            "line": 93,
                                            "column": 69
                                          },
                                          "end": {
                                            "line": 93,
                                            "column": 75
                                          }
                                        },
                                        "name": "Events"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2982,
                                      "end": 2990,
                                      "loc": {
                                        "start": {
                                          "line": 93,
                                          "column": 76
                                        },
                                        "end": {
                                          "line": 93,
                                          "column": 84
                                        }
                                      },
                                      "name": "Disabled"
                                    },
                                    "computed": false
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      },
                      "alternate": null
                    }
                  ]
                }
              }
            }
          ]
        },
        "leadingComments": [],
        "trailingComments": []
      }
    },
    {
      "type": "ExpressionStatement",
      "start": 3012,
      "end": 3280,
      "loc": {
        "start": {
          "line": 98,
          "column": 0
        },
        "end": {
          "line": 107,
          "column": 2
        }
      },
      "expression": {
        "type": "AssignmentExpression",
        "start": 3012,
        "end": 3279,
        "loc": {
          "start": {
            "line": 98,
            "column": 0
          },
          "end": {
            "line": 107,
            "column": 1
          }
        },
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "start": 3012,
          "end": 3025,
          "loc": {
            "start": {
              "line": 98,
              "column": 0
            },
            "end": {
              "line": 98,
              "column": 13
            }
          },
          "object": {
            "type": "Identifier",
            "start": 3012,
            "end": 3018,
            "loc": {
              "start": {
                "line": 98,
                "column": 0
              },
              "end": {
                "line": 98,
                "column": 6
              }
            },
            "name": "Plugin"
          },
          "property": {
            "type": "Identifier",
            "start": 3019,
            "end": 3025,
            "loc": {
              "start": {
                "line": 98,
                "column": 7
              },
              "end": {
                "line": 98,
                "column": 13
              }
            },
            "name": "Events"
          },
          "computed": false
        },
        "right": {
          "type": "ObjectExpression",
          "start": 3028,
          "end": 3279,
          "loc": {
            "start": {
              "line": 98,
              "column": 16
            },
            "end": {
              "line": 107,
              "column": 1
            }
          },
          "properties": [
            {
              "type": "Property",
              "start": 3034,
              "end": 3052,
              "loc": {
                "start": {
                  "line": 99,
                  "column": 4
                },
                "end": {
                  "line": 99,
                  "column": 22
                }
              },
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 3034,
                "end": 3041,
                "loc": {
                  "start": {
                    "line": 99,
                    "column": 4
                  },
                  "end": {
                    "line": 99,
                    "column": 11
                  }
                },
                "name": "Enabled"
              },
              "value": {
                "type": "Literal",
                "start": 3043,
                "end": 3052,
                "loc": {
                  "start": {
                    "line": 99,
                    "column": 13
                  },
                  "end": {
                    "line": 99,
                    "column": 22
                  }
                },
                "value": "Enabled",
                "rawValue": "Enabled",
                "raw": "'Enabled'"
              },
              "kind": "init"
            },
            {
              "type": "Property",
              "start": 3058,
              "end": 3078,
              "loc": {
                "start": {
                  "line": 100,
                  "column": 4
                },
                "end": {
                  "line": 100,
                  "column": 24
                }
              },
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 3058,
                "end": 3066,
                "loc": {
                  "start": {
                    "line": 100,
                    "column": 4
                  },
                  "end": {
                    "line": 100,
                    "column": 12
                  }
                },
                "name": "Disabled"
              },
              "value": {
                "type": "Literal",
                "start": 3068,
                "end": 3078,
                "loc": {
                  "start": {
                    "line": 100,
                    "column": 14
                  },
                  "end": {
                    "line": 100,
                    "column": 24
                  }
                },
                "value": "Disabled",
                "rawValue": "Disabled",
                "raw": "'Disabled'"
              },
              "kind": "init"
            },
            {
              "type": "Property",
              "start": 3084,
              "end": 3100,
              "loc": {
                "start": {
                  "line": 101,
                  "column": 4
                },
                "end": {
                  "line": 101,
                  "column": 20
                }
              },
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 3084,
                "end": 3090,
                "loc": {
                  "start": {
                    "line": 101,
                    "column": 4
                  },
                  "end": {
                    "line": 101,
                    "column": 10
                  }
                },
                "name": "Online"
              },
              "value": {
                "type": "Literal",
                "start": 3092,
                "end": 3100,
                "loc": {
                  "start": {
                    "line": 101,
                    "column": 12
                  },
                  "end": {
                    "line": 101,
                    "column": 20
                  }
                },
                "value": "Online",
                "rawValue": "Online",
                "raw": "'Online'"
              },
              "kind": "init"
            },
            {
              "type": "Property",
              "start": 3106,
              "end": 3124,
              "loc": {
                "start": {
                  "line": 102,
                  "column": 4
                },
                "end": {
                  "line": 102,
                  "column": 22
                }
              },
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 3106,
                "end": 3113,
                "loc": {
                  "start": {
                    "line": 102,
                    "column": 4
                  },
                  "end": {
                    "line": 102,
                    "column": 11
                  }
                },
                "name": "Offline"
              },
              "value": {
                "type": "Literal",
                "start": 3115,
                "end": 3124,
                "loc": {
                  "start": {
                    "line": 102,
                    "column": 13
                  },
                  "end": {
                    "line": 102,
                    "column": 22
                  }
                },
                "value": "Offline",
                "rawValue": "Offline",
                "raw": "'Offline'"
              },
              "kind": "init"
            },
            {
              "type": "Property",
              "start": 3130,
              "end": 3158,
              "loc": {
                "start": {
                  "line": 103,
                  "column": 4
                },
                "end": {
                  "line": 103,
                  "column": 32
                }
              },
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 3130,
                "end": 3142,
                "loc": {
                  "start": {
                    "line": 103,
                    "column": 4
                  },
                  "end": {
                    "line": 103,
                    "column": 16
                  }
                },
                "name": "RequestModal"
              },
              "value": {
                "type": "Literal",
                "start": 3144,
                "end": 3158,
                "loc": {
                  "start": {
                    "line": 103,
                    "column": 18
                  },
                  "end": {
                    "line": 103,
                    "column": 32
                  }
                },
                "value": "RequestModal",
                "rawValue": "RequestModal",
                "raw": "'RequestModal'"
              },
              "kind": "init"
            },
            {
              "type": "Property",
              "start": 3164,
              "end": 3192,
              "loc": {
                "start": {
                  "line": 104,
                  "column": 4
                },
                "end": {
                  "line": 104,
                  "column": 32
                }
              },
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 3164,
                "end": 3176,
                "loc": {
                  "start": {
                    "line": 104,
                    "column": 4
                  },
                  "end": {
                    "line": 104,
                    "column": 16
                  }
                },
                "name": "RequestLabel"
              },
              "value": {
                "type": "Literal",
                "start": 3178,
                "end": 3192,
                "loc": {
                  "start": {
                    "line": 104,
                    "column": 18
                  },
                  "end": {
                    "line": 104,
                    "column": 32
                  }
                },
                "value": "RequestLabel",
                "rawValue": "RequestLabel",
                "raw": "'RequestLabel'"
              },
              "kind": "init"
            },
            {
              "type": "Property",
              "start": 3198,
              "end": 3226,
              "loc": {
                "start": {
                  "line": 105,
                  "column": 4
                },
                "end": {
                  "line": 105,
                  "column": 32
                }
              },
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 3198,
                "end": 3210,
                "loc": {
                  "start": {
                    "line": 105,
                    "column": 4
                  },
                  "end": {
                    "line": 105,
                    "column": 16
                  }
                },
                "name": "RequestToast"
              },
              "value": {
                "type": "Literal",
                "start": 3212,
                "end": 3226,
                "loc": {
                  "start": {
                    "line": 105,
                    "column": 18
                  },
                  "end": {
                    "line": 105,
                    "column": 32
                  }
                },
                "value": "RequestToast",
                "rawValue": "RequestToast",
                "raw": "'RequestToast'"
              },
              "kind": "init"
            },
            {
              "type": "Property",
              "start": 3232,
              "end": 3276,
              "loc": {
                "start": {
                  "line": 106,
                  "column": 4
                },
                "end": {
                  "line": 106,
                  "column": 48
                }
              },
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 3232,
                "end": 3252,
                "loc": {
                  "start": {
                    "line": 106,
                    "column": 4
                  },
                  "end": {
                    "line": 106,
                    "column": 24
                  }
                },
                "name": "RequestButtonChanges"
              },
              "value": {
                "type": "Literal",
                "start": 3254,
                "end": 3276,
                "loc": {
                  "start": {
                    "line": 106,
                    "column": 26
                  },
                  "end": {
                    "line": 106,
                    "column": 48
                  }
                },
                "value": "RequestButtonChanges",
                "rawValue": "RequestButtonChanges",
                "raw": "'RequestButtonChanges'"
              },
              "kind": "init"
            }
          ]
        }
      }
    }
  ]
}