{
  "type": "Program",
  "start": 0,
  "end": 2585,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 100,
      "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": 2336,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 87,
          "column": 1
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 53,
        "end": 2336,
        "loc": {
          "start": {
            "line": 3,
            "column": 15
          },
          "end": {
            "line": 87,
            "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": 2336,
          "loc": {
            "start": {
              "line": 3,
              "column": 43
            },
            "end": {
              "line": 87,
              "column": 1
            }
          },
          "body": [
            {
              "type": "MethodDefinition",
              "start": 87,
              "end": 316,
              "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": 316,
                "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": 316,
                  "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": 179,
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 8
                        },
                        "end": {
                          "line": 7,
                          "column": 46
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 141,
                        "end": 178,
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 8
                          },
                          "end": {
                            "line": 7,
                            "column": 45
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 141,
                          "end": 150,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 8
                            },
                            "end": {
                              "line": 7,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 141,
                            "end": 145,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 8
                              },
                              "end": {
                                "line": 7,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 146,
                            "end": 150,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 13
                              },
                              "end": {
                                "line": 7,
                                "column": 17
                              }
                            },
                            "name": "name"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "LogicalExpression",
                          "start": 153,
                          "end": 178,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 20
                            },
                            "end": {
                              "line": 7,
                              "column": 45
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 153,
                            "end": 165,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 20
                              },
                              "end": {
                                "line": 7,
                                "column": 32
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 153,
                              "end": 160,
                              "loc": {
                                "start": {
                                  "line": 7,
                                  "column": 20
                                },
                                "end": {
                                  "line": 7,
                                  "column": 27
                                }
                              },
                              "name": "options"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 161,
                              "end": 165,
                              "loc": {
                                "start": {
                                  "line": 7,
                                  "column": 28
                                },
                                "end": {
                                  "line": 7,
                                  "column": 32
                                }
                              },
                              "name": "name"
                            },
                            "computed": false
                          },
                          "operator": "||",
                          "right": {
                            "type": "Literal",
                            "start": 169,
                            "end": 178,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 36
                              },
                              "end": {
                                "line": 7,
                                "column": 45
                              }
                            },
                            "value": "Unnamed",
                            "rawValue": "Unnamed",
                            "raw": "'Unnamed'"
                          }
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 188,
                      "end": 203,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 8
                        },
                        "end": {
                          "line": 8,
                          "column": 23
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 188,
                        "end": 202,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 8
                          },
                          "end": {
                            "line": 8,
                            "column": 22
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 188,
                          "end": 197,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 8
                            },
                            "end": {
                              "line": 8,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 188,
                            "end": 192,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 8
                              },
                              "end": {
                                "line": 8,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 193,
                            "end": 197,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 13
                              },
                              "end": {
                                "line": 8,
                                "column": 17
                              }
                            },
                            "name": "data"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 200,
                          "end": 202,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 20
                            },
                            "end": {
                              "line": 8,
                              "column": 22
                            }
                          },
                          "properties": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 212,
                      "end": 235,
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 8
                        },
                        "end": {
                          "line": 9,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 212,
                        "end": 234,
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 8
                          },
                          "end": {
                            "line": 9,
                            "column": 30
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 212,
                          "end": 224,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 8
                            },
                            "end": {
                              "line": 9,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 212,
                            "end": 216,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 8
                              },
                              "end": {
                                "line": 9,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 217,
                            "end": 224,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 13
                              },
                              "end": {
                                "line": 9,
                                "column": 20
                              }
                            },
                            "name": "options"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 227,
                          "end": 234,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 23
                            },
                            "end": {
                              "line": 9,
                              "column": 30
                            }
                          },
                          "name": "options"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 244,
                      "end": 278,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 8
                        },
                        "end": {
                          "line": 10,
                          "column": 42
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 244,
                        "end": 277,
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 8
                          },
                          "end": {
                            "line": 10,
                            "column": 41
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 244,
                          "end": 255,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 8
                            },
                            "end": {
                              "line": 10,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 244,
                            "end": 248,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 8
                              },
                              "end": {
                                "line": 10,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 249,
                            "end": 255,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 13
                              },
                              "end": {
                                "line": 10,
                                "column": 19
                              }
                            },
                            "name": "socket"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 258,
                          "end": 277,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 22
                            },
                            "end": {
                              "line": 10,
                              "column": 41
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 258,
                            "end": 270,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 22
                              },
                              "end": {
                                "line": 10,
                                "column": 34
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 258,
                              "end": 262,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 22
                                },
                                "end": {
                                  "line": 10,
                                  "column": 26
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 263,
                              "end": 270,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 27
                                },
                                "end": {
                                  "line": 10,
                                  "column": 34
                                }
                              },
                              "name": "options"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 271,
                            "end": 277,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 35
                              },
                              "end": {
                                "line": 10,
                                "column": 41
                              }
                            },
                            "name": "socket"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 288,
                      "end": 310,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 8
                        },
                        "end": {
                          "line": 12,
                          "column": 30
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 288,
                        "end": 309,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 8
                          },
                          "end": {
                            "line": 12,
                            "column": 29
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 288,
                          "end": 301,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 8
                            },
                            "end": {
                              "line": 12,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 288,
                            "end": 292,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 8
                              },
                              "end": {
                                "line": 12,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 293,
                            "end": 301,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 13
                              },
                              "end": {
                                "line": 12,
                                "column": 21
                              }
                            },
                            "name": "_enabled"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 304,
                          "end": 309,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 24
                            },
                            "end": {
                              "line": 12,
                              "column": 29
                            }
                          },
                          "value": false,
                          "rawValue": false,
                          "raw": "false"
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 322,
              "end": 395,
              "loc": {
                "start": {
                  "line": 15,
                  "column": 4
                },
                "end": {
                  "line": 17,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 328,
                "end": 335,
                "loc": {
                  "start": {
                    "line": 15,
                    "column": 10
                  },
                  "end": {
                    "line": 15,
                    "column": 17
                  }
                },
                "name": "destroy"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 335,
                "end": 395,
                "loc": {
                  "start": {
                    "line": 15,
                    "column": 17
                  },
                  "end": {
                    "line": 17,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": true,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 338,
                  "end": 395,
                  "loc": {
                    "start": {
                      "line": 15,
                      "column": 20
                    },
                    "end": {
                      "line": 17,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 348,
                      "end": 389,
                      "loc": {
                        "start": {
                          "line": 16,
                          "column": 8
                        },
                        "end": {
                          "line": 16,
                          "column": 49
                        }
                      },
                      "expression": {
                        "type": "AwaitExpression",
                        "start": 348,
                        "end": 388,
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 8
                          },
                          "end": {
                            "line": 16,
                            "column": 48
                          }
                        },
                        "all": false,
                        "argument": {
                          "type": "CallExpression",
                          "start": 354,
                          "end": 388,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 14
                            },
                            "end": {
                              "line": 16,
                              "column": 48
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 354,
                            "end": 363,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 14
                              },
                              "end": {
                                "line": 16,
                                "column": 23
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 354,
                              "end": 358,
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 14
                                },
                                "end": {
                                  "line": 16,
                                  "column": 18
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 359,
                              "end": 363,
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 19
                                },
                                "end": {
                                  "line": 16,
                                  "column": 23
                                }
                              },
                              "name": "emit"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "MemberExpression",
                              "start": 364,
                              "end": 387,
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 24
                                },
                                "end": {
                                  "line": 16,
                                  "column": 47
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 364,
                                "end": 377,
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 37
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 364,
                                  "end": 370,
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 30
                                    }
                                  },
                                  "name": "Plugin"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 371,
                                  "end": 377,
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 37
                                    }
                                  },
                                  "name": "Events"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 378,
                                "end": 387,
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 47
                                  }
                                },
                                "name": "Destroyed"
                              },
                              "computed": false
                            }
                          ]
                        }
                      }
                    }
                  ],
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "trailingComments": [
                {
                  "type": "CommentLine",
                  "value": " Toast: removes itself after a ahwile, depends on the application",
                  "start": 401,
                  "end": 468,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 4
                    },
                    "end": {
                      "line": 19,
                      "column": 71
                    }
                  },
                  "range": [
                    401,
                    468
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 473,
              "end": 603,
              "loc": {
                "start": {
                  "line": 20,
                  "column": 4
                },
                "end": {
                  "line": 23,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 473,
                "end": 485,
                "loc": {
                  "start": {
                    "line": 20,
                    "column": 4
                  },
                  "end": {
                    "line": 20,
                    "column": 16
                  }
                },
                "name": "requestToast",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 485,
                "end": 603,
                "loc": {
                  "start": {
                    "line": 20,
                    "column": 16
                  },
                  "end": {
                    "line": 23,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 486,
                    "end": 493,
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 17
                      },
                      "end": {
                        "line": 20,
                        "column": 24
                      }
                    },
                    "name": "options"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 495,
                  "end": 603,
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 26
                    },
                    "end": {
                      "line": 23,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 505,
                      "end": 541,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 8
                        },
                        "end": {
                          "line": 21,
                          "column": 44
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 505,
                        "end": 540,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 8
                          },
                          "end": {
                            "line": 21,
                            "column": 43
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "start": 505,
                          "end": 512,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 8
                            },
                            "end": {
                              "line": 21,
                              "column": 15
                            }
                          },
                          "name": "options"
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 515,
                          "end": 540,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 18
                            },
                            "end": {
                              "line": 21,
                              "column": 43
                            }
                          },
                          "properties": [
                            {
                              "type": "Property",
                              "start": 517,
                              "end": 526,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 20
                                },
                                "end": {
                                  "line": 21,
                                  "column": 29
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 517,
                                "end": 522,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 25
                                  }
                                },
                                "name": "value"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 524,
                                "end": 526,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 29
                                  }
                                },
                                "value": "",
                                "rawValue": "",
                                "raw": "''"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "SpreadProperty",
                              "start": 528,
                              "end": 538,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 31
                                },
                                "end": {
                                  "line": 21,
                                  "column": 41
                                }
                              },
                              "argument": {
                                "type": "Identifier",
                                "start": 531,
                                "end": 538,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 41
                                  }
                                },
                                "name": "options"
                              }
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 550,
                      "end": 597,
                      "loc": {
                        "start": {
                          "line": 22,
                          "column": 8
                        },
                        "end": {
                          "line": 22,
                          "column": 55
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 550,
                        "end": 596,
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 8
                          },
                          "end": {
                            "line": 22,
                            "column": 54
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 550,
                          "end": 559,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 8
                            },
                            "end": {
                              "line": 22,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 550,
                            "end": 554,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 8
                              },
                              "end": {
                                "line": 22,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 555,
                            "end": 559,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 13
                              },
                              "end": {
                                "line": 22,
                                "column": 17
                              }
                            },
                            "name": "emit"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 560,
                            "end": 586,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 18
                              },
                              "end": {
                                "line": 22,
                                "column": 44
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 560,
                              "end": 573,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 18
                                },
                                "end": {
                                  "line": 22,
                                  "column": 31
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 560,
                                "end": 566,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 24
                                  }
                                },
                                "name": "Plugin"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 567,
                                "end": 573,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 31
                                  }
                                },
                                "name": "Events"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 574,
                              "end": 586,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 32
                                },
                                "end": {
                                  "line": 22,
                                  "column": 44
                                }
                              },
                              "name": "RequestToast"
                            },
                            "computed": false
                          },
                          {
                            "type": "Identifier",
                            "start": 588,
                            "end": 595,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 46
                              },
                              "end": {
                                "line": 22,
                                "column": 53
                              }
                            },
                            "name": "options"
                          }
                        ]
                      }
                    }
                  ],
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentLine",
                  "value": " Toast: removes itself after a ahwile, depends on the application",
                  "start": 401,
                  "end": 468,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 4
                    },
                    "end": {
                      "line": 19,
                      "column": 71
                    }
                  },
                  "range": [
                    401,
                    468
                  ]
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentLine",
                  "value": " Label: resolve to remove",
                  "start": 609,
                  "end": 636,
                  "loc": {
                    "start": {
                      "line": 25,
                      "column": 4
                    },
                    "end": {
                      "line": 25,
                      "column": 31
                    }
                  },
                  "range": [
                    609,
                    636
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 641,
              "end": 901,
              "loc": {
                "start": {
                  "line": 26,
                  "column": 4
                },
                "end": {
                  "line": 32,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 641,
                "end": 653,
                "loc": {
                  "start": {
                    "line": 26,
                    "column": 4
                  },
                  "end": {
                    "line": 26,
                    "column": 16
                  }
                },
                "name": "requestLabel",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 653,
                "end": 901,
                "loc": {
                  "start": {
                    "line": 26,
                    "column": 16
                  },
                  "end": {
                    "line": 32,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 654,
                    "end": 661,
                    "loc": {
                      "start": {
                        "line": 26,
                        "column": 17
                      },
                      "end": {
                        "line": 26,
                        "column": 24
                      }
                    },
                    "name": "options"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 663,
                  "end": 901,
                  "loc": {
                    "start": {
                      "line": 26,
                      "column": 26
                    },
                    "end": {
                      "line": 32,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 673,
                      "end": 729,
                      "loc": {
                        "start": {
                          "line": 27,
                          "column": 8
                        },
                        "end": {
                          "line": 27,
                          "column": 64
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 673,
                        "end": 728,
                        "loc": {
                          "start": {
                            "line": 27,
                            "column": 8
                          },
                          "end": {
                            "line": 27,
                            "column": 63
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "start": 673,
                          "end": 680,
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 8
                            },
                            "end": {
                              "line": 27,
                              "column": 15
                            }
                          },
                          "name": "options"
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 683,
                          "end": 728,
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 18
                            },
                            "end": {
                              "line": 27,
                              "column": 63
                            }
                          },
                          "properties": [
                            {
                              "type": "Property",
                              "start": 685,
                              "end": 693,
                              "loc": {
                                "start": {
                                  "line": 27,
                                  "column": 20
                                },
                                "end": {
                                  "line": 27,
                                  "column": 28
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 685,
                                "end": 689,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 24
                                  }
                                },
                                "name": "name"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 691,
                                "end": 693,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 28
                                  }
                                },
                                "value": "",
                                "rawValue": "",
                                "raw": "''"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 695,
                              "end": 704,
                              "loc": {
                                "start": {
                                  "line": 27,
                                  "column": 30
                                },
                                "end": {
                                  "line": 27,
                                  "column": 39
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 695,
                                "end": 700,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 35
                                  }
                                },
                                "name": "value"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 702,
                                "end": 704,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 39
                                  }
                                },
                                "value": "",
                                "rawValue": "",
                                "raw": "''"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 706,
                              "end": 714,
                              "loc": {
                                "start": {
                                  "line": 27,
                                  "column": 41
                                },
                                "end": {
                                  "line": 27,
                                  "column": 49
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 706,
                                "end": 710,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 45
                                  }
                                },
                                "name": "icon"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 712,
                                "end": 714,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 47
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 49
                                  }
                                },
                                "value": "",
                                "rawValue": "",
                                "raw": "''"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "SpreadProperty",
                              "start": 716,
                              "end": 726,
                              "loc": {
                                "start": {
                                  "line": 27,
                                  "column": 51
                                },
                                "end": {
                                  "line": 27,
                                  "column": 61
                                }
                              },
                              "argument": {
                                "type": "Identifier",
                                "start": 719,
                                "end": 726,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 54
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 61
                                  }
                                },
                                "name": "options"
                              }
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 738,
                      "end": 895,
                      "loc": {
                        "start": {
                          "line": 28,
                          "column": 8
                        },
                        "end": {
                          "line": 31,
                          "column": 11
                        }
                      },
                      "argument": {
                        "type": "NewExpression",
                        "start": 745,
                        "end": 894,
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 15
                          },
                          "end": {
                            "line": 31,
                            "column": 10
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 749,
                          "end": 756,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 19
                            },
                            "end": {
                              "line": 28,
                              "column": 26
                            }
                          },
                          "name": "Promise"
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 757,
                            "end": 893,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 27
                              },
                              "end": {
                                "line": 31,
                                "column": 9
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 757,
                                "end": 764,
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 34
                                  }
                                },
                                "name": "resolve"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 768,
                              "end": 893,
                              "loc": {
                                "start": {
                                  "line": 28,
                                  "column": 38
                                },
                                "end": {
                                  "line": 31,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 782,
                                  "end": 842,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 72
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 782,
                                    "end": 841,
                                    "loc": {
                                      "start": {
                                        "line": 29,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 29,
                                        "column": 71
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 782,
                                      "end": 791,
                                      "loc": {
                                        "start": {
                                          "line": 29,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 29,
                                          "column": 21
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 782,
                                        "end": 786,
                                        "loc": {
                                          "start": {
                                            "line": 29,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 16
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 787,
                                        "end": 791,
                                        "loc": {
                                          "start": {
                                            "line": 29,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 21
                                          }
                                        },
                                        "name": "emit"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 792,
                                        "end": 818,
                                        "loc": {
                                          "start": {
                                            "line": 29,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 48
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 792,
                                          "end": 805,
                                          "loc": {
                                            "start": {
                                              "line": 29,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 29,
                                              "column": 35
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 792,
                                            "end": 798,
                                            "loc": {
                                              "start": {
                                                "line": 29,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 29,
                                                "column": 28
                                              }
                                            },
                                            "name": "Plugin"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 799,
                                            "end": 805,
                                            "loc": {
                                              "start": {
                                                "line": 29,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 29,
                                                "column": 35
                                              }
                                            },
                                            "name": "Events"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 806,
                                          "end": 818,
                                          "loc": {
                                            "start": {
                                              "line": 29,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 29,
                                              "column": 48
                                            }
                                          },
                                          "name": "RequestLabel"
                                        },
                                        "computed": false
                                      },
                                      {
                                        "type": "ObjectExpression",
                                        "start": 820,
                                        "end": 840,
                                        "loc": {
                                          "start": {
                                            "line": 29,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 70
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "start": 822,
                                            "end": 829,
                                            "loc": {
                                              "start": {
                                                "line": 29,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 29,
                                                "column": 59
                                              }
                                            },
                                            "method": false,
                                            "shorthand": true,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 822,
                                              "end": 829,
                                              "loc": {
                                                "start": {
                                                  "line": 29,
                                                  "column": 52
                                                },
                                                "end": {
                                                  "line": 29,
                                                  "column": 59
                                                }
                                              },
                                              "name": "options"
                                            },
                                            "kind": "init",
                                            "value": {
                                              "type": "Identifier",
                                              "start": 822,
                                              "end": 829,
                                              "loc": {
                                                "start": {
                                                  "line": 29,
                                                  "column": 52
                                                },
                                                "end": {
                                                  "line": 29,
                                                  "column": 59
                                                }
                                              },
                                              "name": "options"
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "start": 831,
                                            "end": 838,
                                            "loc": {
                                              "start": {
                                                "line": 29,
                                                "column": 61
                                              },
                                              "end": {
                                                "line": 29,
                                                "column": 68
                                              }
                                            },
                                            "method": false,
                                            "shorthand": true,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 831,
                                              "end": 838,
                                              "loc": {
                                                "start": {
                                                  "line": 29,
                                                  "column": 61
                                                },
                                                "end": {
                                                  "line": 29,
                                                  "column": 68
                                                }
                                              },
                                              "name": "resolve"
                                            },
                                            "kind": "init",
                                            "value": {
                                              "type": "Identifier",
                                              "start": 831,
                                              "end": 838,
                                              "loc": {
                                                "start": {
                                                  "line": 29,
                                                  "column": 61
                                                },
                                                "end": {
                                                  "line": 29,
                                                  "column": 68
                                                }
                                              },
                                              "name": "resolve"
                                            }
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ReturnStatement",
                                  "start": 855,
                                  "end": 883,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 40
                                    }
                                  },
                                  "argument": {
                                    "type": "ObjectExpression",
                                    "start": 862,
                                    "end": 882,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 39
                                      }
                                    },
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "start": 864,
                                        "end": 871,
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 28
                                          }
                                        },
                                        "method": false,
                                        "shorthand": true,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 864,
                                          "end": 871,
                                          "loc": {
                                            "start": {
                                              "line": 30,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 30,
                                              "column": 28
                                            }
                                          },
                                          "name": "options"
                                        },
                                        "kind": "init",
                                        "value": {
                                          "type": "Identifier",
                                          "start": 864,
                                          "end": 871,
                                          "loc": {
                                            "start": {
                                              "line": 30,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 30,
                                              "column": 28
                                            }
                                          },
                                          "name": "options"
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "start": 873,
                                        "end": 880,
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 37
                                          }
                                        },
                                        "method": false,
                                        "shorthand": true,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 873,
                                          "end": 880,
                                          "loc": {
                                            "start": {
                                              "line": 30,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 30,
                                              "column": 37
                                            }
                                          },
                                          "name": "resolve"
                                        },
                                        "kind": "init",
                                        "value": {
                                          "type": "Identifier",
                                          "start": 873,
                                          "end": 880,
                                          "loc": {
                                            "start": {
                                              "line": 30,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 30,
                                              "column": 37
                                            }
                                          },
                                          "name": "resolve"
                                        }
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentLine",
                  "value": " Label: resolve to remove",
                  "start": 609,
                  "end": 636,
                  "loc": {
                    "start": {
                      "line": 25,
                      "column": 4
                    },
                    "end": {
                      "line": 25,
                      "column": 31
                    }
                  },
                  "range": [
                    609,
                    636
                  ]
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentLine",
                  "value": " Model: complex dialog, usually the user completes or finishes it",
                  "start": 907,
                  "end": 974,
                  "loc": {
                    "start": {
                      "line": 34,
                      "column": 4
                    },
                    "end": {
                      "line": 34,
                      "column": 71
                    }
                  },
                  "range": [
                    907,
                    974
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 979,
              "end": 1647,
              "loc": {
                "start": {
                  "line": 35,
                  "column": 4
                },
                "end": {
                  "line": 58,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 979,
                "end": 991,
                "loc": {
                  "start": {
                    "line": 35,
                    "column": 4
                  },
                  "end": {
                    "line": 35,
                    "column": 16
                  }
                },
                "name": "requestModal",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 991,
                "end": 1647,
                "loc": {
                  "start": {
                    "line": 35,
                    "column": 16
                  },
                  "end": {
                    "line": 58,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 992,
                    "end": 999,
                    "loc": {
                      "start": {
                        "line": 35,
                        "column": 17
                      },
                      "end": {
                        "line": 35,
                        "column": 24
                      }
                    },
                    "name": "options"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1001,
                  "end": 1647,
                  "loc": {
                    "start": {
                      "line": 35,
                      "column": 26
                    },
                    "end": {
                      "line": 58,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 1012,
                      "end": 1262,
                      "loc": {
                        "start": {
                          "line": 37,
                          "column": 8
                        },
                        "end": {
                          "line": 47,
                          "column": 10
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1012,
                        "end": 1261,
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 8
                          },
                          "end": {
                            "line": 47,
                            "column": 9
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "start": 1012,
                          "end": 1019,
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 8
                            },
                            "end": {
                              "line": 37,
                              "column": 15
                            }
                          },
                          "name": "options"
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 1022,
                          "end": 1261,
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 18
                            },
                            "end": {
                              "line": 47,
                              "column": 9
                            }
                          },
                          "properties": [
                            {
                              "type": "Property",
                              "start": 1036,
                              "end": 1045,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 12
                                },
                                "end": {
                                  "line": 38,
                                  "column": 21
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1036,
                                "end": 1041,
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 17
                                  }
                                },
                                "name": "title"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 1043,
                                "end": 1045,
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 21
                                  }
                                },
                                "value": "",
                                "rawValue": "",
                                "raw": "''"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 1059,
                              "end": 1076,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 12
                                },
                                "end": {
                                  "line": 39,
                                  "column": 29
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1059,
                                "end": 1067,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 20
                                  }
                                },
                                "name": "position"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 1069,
                                "end": 1076,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 29
                                  }
                                },
                                "value": "fixed",
                                "rawValue": "fixed",
                                "raw": "'fixed'"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 1090,
                              "end": 1101,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 12
                                },
                                "end": {
                                  "line": 40,
                                  "column": 23
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1090,
                                "end": 1095,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 17
                                  }
                                },
                                "name": "hasOk"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 1097,
                                "end": 1101,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 23
                                  }
                                },
                                "value": true,
                                "rawValue": true,
                                "raw": "true"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 1115,
                              "end": 1130,
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 12
                                },
                                "end": {
                                  "line": 41,
                                  "column": 27
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1115,
                                "end": 1124,
                                "loc": {
                                  "start": {
                                    "line": 41,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 21
                                  }
                                },
                                "name": "hasCancel"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 1126,
                                "end": 1130,
                                "loc": {
                                  "start": {
                                    "line": 41,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 27
                                  }
                                },
                                "value": true,
                                "rawValue": true,
                                "raw": "true"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 1144,
                              "end": 1165,
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 12
                                },
                                "end": {
                                  "line": 42,
                                  "column": 33
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1144,
                                "end": 1159,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 27
                                  }
                                },
                                "name": "disableOnCancel"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 1161,
                                "end": 1165,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 33
                                  }
                                },
                                "value": true,
                                "rawValue": true,
                                "raw": "true"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 1179,
                              "end": 1227,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 12
                                },
                                "end": {
                                  "line": 45,
                                  "column": 13
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1179,
                                "end": 1187,
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 20
                                  }
                                },
                                "name": "elements"
                              },
                              "value": {
                                "type": "ObjectExpression",
                                "start": 1189,
                                "end": 1227,
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 45,
                                    "column": 13
                                  }
                                },
                                "properties": [],
                                "leadingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " ...",
                                    "start": 1207,
                                    "end": 1213,
                                    "loc": {
                                      "start": {
                                        "line": 44,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 44,
                                        "column": 22
                                      }
                                    },
                                    "range": [
                                      1207,
                                      1213
                                    ]
                                  }
                                ],
                                "innerComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " ...",
                                    "start": 1207,
                                    "end": 1213,
                                    "loc": {
                                      "start": {
                                        "line": 44,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 44,
                                        "column": 22
                                      }
                                    },
                                    "range": [
                                      1207,
                                      1213
                                    ]
                                  }
                                ]
                              },
                              "kind": "init"
                            },
                            {
                              "type": "SpreadProperty",
                              "start": 1241,
                              "end": 1251,
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 12
                                },
                                "end": {
                                  "line": 46,
                                  "column": 22
                                }
                              },
                              "argument": {
                                "type": "Identifier",
                                "start": 1244,
                                "end": 1251,
                                "loc": {
                                  "start": {
                                    "line": 46,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 46,
                                    "column": 22
                                  }
                                },
                                "name": "options",
                                "leadingComments": null
                              },
                              "leadingComments": [
                                {
                                  "type": "CommentLine",
                                  "value": " ...",
                                  "start": 1207,
                                  "end": 1213,
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 22
                                    }
                                  },
                                  "range": [
                                    1207,
                                    1213
                                  ]
                                }
                              ]
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 1272,
                      "end": 1641,
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 8
                        },
                        "end": {
                          "line": 57,
                          "column": 11
                        }
                      },
                      "argument": {
                        "type": "NewExpression",
                        "start": 1279,
                        "end": 1640,
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 15
                          },
                          "end": {
                            "line": 57,
                            "column": 10
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 1283,
                          "end": 1290,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 19
                            },
                            "end": {
                              "line": 49,
                              "column": 26
                            }
                          },
                          "name": "Promise"
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 1291,
                            "end": 1639,
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 27
                              },
                              "end": {
                                "line": 57,
                                "column": 9
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 1292,
                                "end": 1299,
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 35
                                  }
                                },
                                "name": "resolve"
                              },
                              {
                                "type": "Identifier",
                                "start": 1301,
                                "end": 1307,
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 43
                                  }
                                },
                                "name": "reject"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 1312,
                              "end": 1639,
                              "loc": {
                                "start": {
                                  "line": 49,
                                  "column": 48
                                },
                                "end": {
                                  "line": 57,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 1326,
                                  "end": 1580,
                                  "loc": {
                                    "start": {
                                      "line": 50,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 55,
                                      "column": 19
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 1326,
                                    "end": 1579,
                                    "loc": {
                                      "start": {
                                        "line": 50,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 55,
                                        "column": 18
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1326,
                                      "end": 1416,
                                      "loc": {
                                        "start": {
                                          "line": 50,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 51,
                                          "column": 22
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 1326,
                                        "end": 1393,
                                        "loc": {
                                          "start": {
                                            "line": 50,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 50,
                                            "column": 79
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 1326,
                                          "end": 1335,
                                          "loc": {
                                            "start": {
                                              "line": 50,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 50,
                                              "column": 21
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 1326,
                                            "end": 1330,
                                            "loc": {
                                              "start": {
                                                "line": 50,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 50,
                                                "column": 16
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1331,
                                            "end": 1335,
                                            "loc": {
                                              "start": {
                                                "line": 50,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 50,
                                                "column": 21
                                              }
                                            },
                                            "name": "emit"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 1336,
                                            "end": 1362,
                                            "loc": {
                                              "start": {
                                                "line": 50,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 50,
                                                "column": 48
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 1336,
                                              "end": 1349,
                                              "loc": {
                                                "start": {
                                                  "line": 50,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 50,
                                                  "column": 35
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 1336,
                                                "end": 1342,
                                                "loc": {
                                                  "start": {
                                                    "line": 50,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 50,
                                                    "column": 28
                                                  }
                                                },
                                                "name": "Plugin"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1343,
                                                "end": 1349,
                                                "loc": {
                                                  "start": {
                                                    "line": 50,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 50,
                                                    "column": 35
                                                  }
                                                },
                                                "name": "Events"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1350,
                                              "end": 1362,
                                              "loc": {
                                                "start": {
                                                  "line": 50,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 50,
                                                  "column": 48
                                                }
                                              },
                                              "name": "RequestModal"
                                            },
                                            "computed": false
                                          },
                                          {
                                            "type": "ObjectExpression",
                                            "start": 1364,
                                            "end": 1392,
                                            "loc": {
                                              "start": {
                                                "line": 50,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 50,
                                                "column": 78
                                              }
                                            },
                                            "properties": [
                                              {
                                                "type": "Property",
                                                "start": 1366,
                                                "end": 1373,
                                                "loc": {
                                                  "start": {
                                                    "line": 50,
                                                    "column": 52
                                                  },
                                                  "end": {
                                                    "line": 50,
                                                    "column": 59
                                                  }
                                                },
                                                "method": false,
                                                "shorthand": true,
                                                "computed": false,
                                                "key": {
                                                  "type": "Identifier",
                                                  "start": 1366,
                                                  "end": 1373,
                                                  "loc": {
                                                    "start": {
                                                      "line": 50,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 50,
                                                      "column": 59
                                                    }
                                                  },
                                                  "name": "options"
                                                },
                                                "kind": "init",
                                                "value": {
                                                  "type": "Identifier",
                                                  "start": 1366,
                                                  "end": 1373,
                                                  "loc": {
                                                    "start": {
                                                      "line": 50,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 50,
                                                      "column": 59
                                                    }
                                                  },
                                                  "name": "options"
                                                }
                                              },
                                              {
                                                "type": "Property",
                                                "start": 1375,
                                                "end": 1382,
                                                "loc": {
                                                  "start": {
                                                    "line": 50,
                                                    "column": 61
                                                  },
                                                  "end": {
                                                    "line": 50,
                                                    "column": 68
                                                  }
                                                },
                                                "method": false,
                                                "shorthand": true,
                                                "computed": false,
                                                "key": {
                                                  "type": "Identifier",
                                                  "start": 1375,
                                                  "end": 1382,
                                                  "loc": {
                                                    "start": {
                                                      "line": 50,
                                                      "column": 61
                                                    },
                                                    "end": {
                                                      "line": 50,
                                                      "column": 68
                                                    }
                                                  },
                                                  "name": "resolve"
                                                },
                                                "kind": "init",
                                                "value": {
                                                  "type": "Identifier",
                                                  "start": 1375,
                                                  "end": 1382,
                                                  "loc": {
                                                    "start": {
                                                      "line": 50,
                                                      "column": 61
                                                    },
                                                    "end": {
                                                      "line": 50,
                                                      "column": 68
                                                    }
                                                  },
                                                  "name": "resolve"
                                                }
                                              },
                                              {
                                                "type": "Property",
                                                "start": 1384,
                                                "end": 1390,
                                                "loc": {
                                                  "start": {
                                                    "line": 50,
                                                    "column": 70
                                                  },
                                                  "end": {
                                                    "line": 50,
                                                    "column": 76
                                                  }
                                                },
                                                "method": false,
                                                "shorthand": true,
                                                "computed": false,
                                                "key": {
                                                  "type": "Identifier",
                                                  "start": 1384,
                                                  "end": 1390,
                                                  "loc": {
                                                    "start": {
                                                      "line": 50,
                                                      "column": 70
                                                    },
                                                    "end": {
                                                      "line": 50,
                                                      "column": 76
                                                    }
                                                  },
                                                  "name": "reject"
                                                },
                                                "kind": "init",
                                                "value": {
                                                  "type": "Identifier",
                                                  "start": 1384,
                                                  "end": 1390,
                                                  "loc": {
                                                    "start": {
                                                      "line": 50,
                                                      "column": 70
                                                    },
                                                    "end": {
                                                      "line": 50,
                                                      "column": 76
                                                    }
                                                  },
                                                  "name": "reject"
                                                }
                                              }
                                            ]
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1411,
                                        "end": 1416,
                                        "loc": {
                                          "start": {
                                            "line": 51,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 51,
                                            "column": 22
                                          }
                                        },
                                        "name": "catch"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "ArrowFunctionExpression",
                                        "start": 1417,
                                        "end": 1578,
                                        "loc": {
                                          "start": {
                                            "line": 51,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 17
                                          }
                                        },
                                        "id": null,
                                        "generator": false,
                                        "expression": false,
                                        "async": false,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "start": 1417,
                                            "end": 1424,
                                            "loc": {
                                              "start": {
                                                "line": 51,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 51,
                                                "column": 30
                                              }
                                            },
                                            "name": "context"
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "start": 1428,
                                          "end": 1578,
                                          "loc": {
                                            "start": {
                                              "line": 51,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 55,
                                              "column": 17
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "IfStatement",
                                              "start": 1450,
                                              "end": 1524,
                                              "loc": {
                                                "start": {
                                                  "line": 52,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 53,
                                                  "column": 45
                                                }
                                              },
                                              "test": {
                                                "type": "MemberExpression",
                                                "start": 1454,
                                                "end": 1477,
                                                "loc": {
                                                  "start": {
                                                    "line": 52,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 52,
                                                    "column": 47
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1454,
                                                  "end": 1461,
                                                  "loc": {
                                                    "start": {
                                                      "line": 52,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 52,
                                                      "column": 31
                                                    }
                                                  },
                                                  "name": "options"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1462,
                                                  "end": 1477,
                                                  "loc": {
                                                    "start": {
                                                      "line": 52,
                                                      "column": 32
                                                    },
                                                    "end": {
                                                      "line": 52,
                                                      "column": 47
                                                    }
                                                  },
                                                  "name": "disableOnCancel"
                                                },
                                                "computed": false
                                              },
                                              "consequent": {
                                                "type": "ExpressionStatement",
                                                "start": 1503,
                                                "end": 1524,
                                                "loc": {
                                                  "start": {
                                                    "line": 53,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 53,
                                                    "column": 45
                                                  }
                                                },
                                                "expression": {
                                                  "type": "AssignmentExpression",
                                                  "start": 1503,
                                                  "end": 1523,
                                                  "loc": {
                                                    "start": {
                                                      "line": 53,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 53,
                                                      "column": 44
                                                    }
                                                  },
                                                  "operator": "=",
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 1503,
                                                    "end": 1515,
                                                    "loc": {
                                                      "start": {
                                                        "line": 53,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 53,
                                                        "column": 36
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 1503,
                                                      "end": 1507,
                                                      "loc": {
                                                        "start": {
                                                          "line": 53,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 53,
                                                          "column": 28
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 1508,
                                                      "end": 1515,
                                                      "loc": {
                                                        "start": {
                                                          "line": 53,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 53,
                                                          "column": 36
                                                        }
                                                      },
                                                      "name": "enabled"
                                                    },
                                                    "computed": false
                                                  },
                                                  "right": {
                                                    "type": "Literal",
                                                    "start": 1518,
                                                    "end": 1523,
                                                    "loc": {
                                                      "start": {
                                                        "line": 53,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 53,
                                                        "column": 44
                                                      }
                                                    },
                                                    "value": false,
                                                    "rawValue": false,
                                                    "raw": "false"
                                                  }
                                                }
                                              },
                                              "alternate": null
                                            },
                                            {
                                              "type": "ReturnStatement",
                                              "start": 1545,
                                              "end": 1560,
                                              "loc": {
                                                "start": {
                                                  "line": 54,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 54,
                                                  "column": 35
                                                }
                                              },
                                              "argument": {
                                                "type": "Identifier",
                                                "start": 1552,
                                                "end": 1559,
                                                "loc": {
                                                  "start": {
                                                    "line": 54,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 54,
                                                    "column": 34
                                                  }
                                                },
                                                "name": "context"
                                              }
                                            }
                                          ]
                                        }
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ReturnStatement",
                                  "start": 1593,
                                  "end": 1629,
                                  "loc": {
                                    "start": {
                                      "line": 56,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 56,
                                      "column": 48
                                    }
                                  },
                                  "argument": {
                                    "type": "ObjectExpression",
                                    "start": 1600,
                                    "end": 1628,
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 47
                                      }
                                    },
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "start": 1602,
                                        "end": 1609,
                                        "loc": {
                                          "start": {
                                            "line": 56,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 56,
                                            "column": 28
                                          }
                                        },
                                        "method": false,
                                        "shorthand": true,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 1602,
                                          "end": 1609,
                                          "loc": {
                                            "start": {
                                              "line": 56,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 56,
                                              "column": 28
                                            }
                                          },
                                          "name": "options"
                                        },
                                        "kind": "init",
                                        "value": {
                                          "type": "Identifier",
                                          "start": 1602,
                                          "end": 1609,
                                          "loc": {
                                            "start": {
                                              "line": 56,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 56,
                                              "column": 28
                                            }
                                          },
                                          "name": "options"
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "start": 1611,
                                        "end": 1618,
                                        "loc": {
                                          "start": {
                                            "line": 56,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 56,
                                            "column": 37
                                          }
                                        },
                                        "method": false,
                                        "shorthand": true,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 1611,
                                          "end": 1618,
                                          "loc": {
                                            "start": {
                                              "line": 56,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 56,
                                              "column": 37
                                            }
                                          },
                                          "name": "resolve"
                                        },
                                        "kind": "init",
                                        "value": {
                                          "type": "Identifier",
                                          "start": 1611,
                                          "end": 1618,
                                          "loc": {
                                            "start": {
                                              "line": 56,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 56,
                                              "column": 37
                                            }
                                          },
                                          "name": "resolve"
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "start": 1620,
                                        "end": 1626,
                                        "loc": {
                                          "start": {
                                            "line": 56,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 56,
                                            "column": 45
                                          }
                                        },
                                        "method": false,
                                        "shorthand": true,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 1620,
                                          "end": 1626,
                                          "loc": {
                                            "start": {
                                              "line": 56,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 56,
                                              "column": 45
                                            }
                                          },
                                          "name": "reject"
                                        },
                                        "kind": "init",
                                        "value": {
                                          "type": "Identifier",
                                          "start": 1620,
                                          "end": 1626,
                                          "loc": {
                                            "start": {
                                              "line": 56,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 56,
                                              "column": 45
                                            }
                                          },
                                          "name": "reject"
                                        }
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              },
              "leadingComments": [
                {
                  "type": "CommentLine",
                  "value": " Model: complex dialog, usually the user completes or finishes it",
                  "start": 907,
                  "end": 974,
                  "loc": {
                    "start": {
                      "line": 34,
                      "column": 4
                    },
                    "end": {
                      "line": 34,
                      "column": 71
                    }
                  },
                  "range": [
                    907,
                    974
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 1653,
              "end": 1702,
              "loc": {
                "start": {
                  "line": 60,
                  "column": 4
                },
                "end": {
                  "line": 62,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1657,
                "end": 1663,
                "loc": {
                  "start": {
                    "line": 60,
                    "column": 8
                  },
                  "end": {
                    "line": 60,
                    "column": 14
                  }
                },
                "name": "socket"
              },
              "static": false,
              "kind": "get",
              "value": {
                "type": "FunctionExpression",
                "start": 1663,
                "end": 1702,
                "loc": {
                  "start": {
                    "line": 60,
                    "column": 14
                  },
                  "end": {
                    "line": 62,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 1666,
                  "end": 1702,
                  "loc": {
                    "start": {
                      "line": 60,
                      "column": 17
                    },
                    "end": {
                      "line": 62,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 1676,
                      "end": 1696,
                      "loc": {
                        "start": {
                          "line": 61,
                          "column": 8
                        },
                        "end": {
                          "line": 61,
                          "column": 28
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 1683,
                        "end": 1695,
                        "loc": {
                          "start": {
                            "line": 61,
                            "column": 15
                          },
                          "end": {
                            "line": 61,
                            "column": 27
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 1683,
                          "end": 1687,
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 15
                            },
                            "end": {
                              "line": 61,
                              "column": 19
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1688,
                          "end": 1695,
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 20
                            },
                            "end": {
                              "line": 61,
                              "column": 27
                            }
                          },
                          "name": "_socket"
                        },
                        "computed": false
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 1708,
              "end": 2074,
              "loc": {
                "start": {
                  "line": 64,
                  "column": 4
                },
                "end": {
                  "line": 72,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1712,
                "end": 1718,
                "loc": {
                  "start": {
                    "line": 64,
                    "column": 8
                  },
                  "end": {
                    "line": 64,
                    "column": 14
                  }
                },
                "name": "socket"
              },
              "static": false,
              "kind": "set",
              "value": {
                "type": "FunctionExpression",
                "start": 1718,
                "end": 2074,
                "loc": {
                  "start": {
                    "line": 64,
                    "column": 14
                  },
                  "end": {
                    "line": 72,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1719,
                    "end": 1724,
                    "loc": {
                      "start": {
                        "line": 64,
                        "column": 15
                      },
                      "end": {
                        "line": 64,
                        "column": 20
                      }
                    },
                    "name": "value"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1726,
                  "end": 2074,
                  "loc": {
                    "start": {
                      "line": 64,
                      "column": 22
                    },
                    "end": {
                      "line": 72,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 1736,
                      "end": 2068,
                      "loc": {
                        "start": {
                          "line": 65,
                          "column": 8
                        },
                        "end": {
                          "line": 71,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 1740,
                        "end": 1761,
                        "loc": {
                          "start": {
                            "line": 65,
                            "column": 12
                          },
                          "end": {
                            "line": 65,
                            "column": 33
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 1740,
                          "end": 1745,
                          "loc": {
                            "start": {
                              "line": 65,
                              "column": 12
                            },
                            "end": {
                              "line": 65,
                              "column": 17
                            }
                          },
                          "name": "value"
                        },
                        "operator": "!=",
                        "right": {
                          "type": "MemberExpression",
                          "start": 1749,
                          "end": 1761,
                          "loc": {
                            "start": {
                              "line": 65,
                              "column": 21
                            },
                            "end": {
                              "line": 65,
                              "column": 33
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1749,
                            "end": 1753,
                            "loc": {
                              "start": {
                                "line": 65,
                                "column": 21
                              },
                              "end": {
                                "line": 65,
                                "column": 25
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1754,
                            "end": 1761,
                            "loc": {
                              "start": {
                                "line": 65,
                                "column": 26
                              },
                              "end": {
                                "line": 65,
                                "column": 33
                              }
                            },
                            "name": "_socket"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 1763,
                        "end": 2068,
                        "loc": {
                          "start": {
                            "line": 65,
                            "column": 35
                          },
                          "end": {
                            "line": 71,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 1777,
                            "end": 1798,
                            "loc": {
                              "start": {
                                "line": 66,
                                "column": 12
                              },
                              "end": {
                                "line": 66,
                                "column": 33
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 1777,
                              "end": 1797,
                              "loc": {
                                "start": {
                                  "line": 66,
                                  "column": 12
                                },
                                "end": {
                                  "line": 66,
                                  "column": 32
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 1777,
                                "end": 1789,
                                "loc": {
                                  "start": {
                                    "line": 66,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 66,
                                    "column": 24
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1777,
                                  "end": 1781,
                                  "loc": {
                                    "start": {
                                      "line": 66,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 66,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1782,
                                  "end": 1789,
                                  "loc": {
                                    "start": {
                                      "line": 66,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 66,
                                      "column": 24
                                    }
                                  },
                                  "name": "_socket"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 1792,
                                "end": 1797,
                                "loc": {
                                  "start": {
                                    "line": 66,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 66,
                                    "column": 32
                                  }
                                },
                                "name": "value"
                              }
                            }
                          },
                          {
                            "type": "IfStatement",
                            "start": 1811,
                            "end": 2058,
                            "loc": {
                              "start": {
                                "line": 67,
                                "column": 12
                              },
                              "end": {
                                "line": 70,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "MemberExpression",
                              "start": 1815,
                              "end": 1827,
                              "loc": {
                                "start": {
                                  "line": 67,
                                  "column": 16
                                },
                                "end": {
                                  "line": 67,
                                  "column": 28
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1815,
                                "end": 1819,
                                "loc": {
                                  "start": {
                                    "line": 67,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 67,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1820,
                                "end": 1827,
                                "loc": {
                                  "start": {
                                    "line": 67,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 67,
                                    "column": 28
                                  }
                                },
                                "name": "_socket"
                              },
                              "computed": false
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 1829,
                              "end": 2058,
                              "loc": {
                                "start": {
                                  "line": 67,
                                  "column": 30
                                },
                                "end": {
                                  "line": 70,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 1847,
                                  "end": 1935,
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 104
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 1847,
                                    "end": 1934,
                                    "loc": {
                                      "start": {
                                        "line": 68,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 68,
                                        "column": 103
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1847,
                                      "end": 1862,
                                      "loc": {
                                        "start": {
                                          "line": 68,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 68,
                                          "column": 31
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 1847,
                                        "end": 1859,
                                        "loc": {
                                          "start": {
                                            "line": 68,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 68,
                                            "column": 28
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 1847,
                                          "end": 1851,
                                          "loc": {
                                            "start": {
                                              "line": 68,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 68,
                                              "column": 20
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1852,
                                          "end": 1859,
                                          "loc": {
                                            "start": {
                                              "line": 68,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 68,
                                              "column": 28
                                            }
                                          },
                                          "name": "_socket"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1860,
                                        "end": 1862,
                                        "loc": {
                                          "start": {
                                            "line": 68,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 68,
                                            "column": 31
                                          }
                                        },
                                        "name": "on"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "start": 1863,
                                        "end": 1874,
                                        "loc": {
                                          "start": {
                                            "line": 68,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 68,
                                            "column": 43
                                          }
                                        },
                                        "value": "connected",
                                        "rawValue": "connected",
                                        "raw": "'connected'"
                                      },
                                      {
                                        "type": "ArrowFunctionExpression",
                                        "start": 1876,
                                        "end": 1933,
                                        "loc": {
                                          "start": {
                                            "line": 68,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 68,
                                            "column": 102
                                          }
                                        },
                                        "id": null,
                                        "generator": false,
                                        "expression": true,
                                        "async": false,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "start": 1876,
                                            "end": 1886,
                                            "loc": {
                                              "start": {
                                                "line": 68,
                                                "column": 45
                                              },
                                              "end": {
                                                "line": 68,
                                                "column": 55
                                              }
                                            },
                                            "name": "connection"
                                          }
                                        ],
                                        "body": {
                                          "type": "CallExpression",
                                          "start": 1890,
                                          "end": 1933,
                                          "loc": {
                                            "start": {
                                              "line": 68,
                                              "column": 59
                                            },
                                            "end": {
                                              "line": 68,
                                              "column": 102
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 1890,
                                            "end": 1899,
                                            "loc": {
                                              "start": {
                                                "line": 68,
                                                "column": 59
                                              },
                                              "end": {
                                                "line": 68,
                                                "column": 68
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 1890,
                                              "end": 1894,
                                              "loc": {
                                                "start": {
                                                  "line": 68,
                                                  "column": 59
                                                },
                                                "end": {
                                                  "line": 68,
                                                  "column": 63
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1895,
                                              "end": 1899,
                                              "loc": {
                                                "start": {
                                                  "line": 68,
                                                  "column": 64
                                                },
                                                "end": {
                                                  "line": 68,
                                                  "column": 68
                                                }
                                              },
                                              "name": "emit"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 1900,
                                              "end": 1920,
                                              "loc": {
                                                "start": {
                                                  "line": 68,
                                                  "column": 69
                                                },
                                                "end": {
                                                  "line": 68,
                                                  "column": 89
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 1900,
                                                "end": 1913,
                                                "loc": {
                                                  "start": {
                                                    "line": 68,
                                                    "column": 69
                                                  },
                                                  "end": {
                                                    "line": 68,
                                                    "column": 82
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1900,
                                                  "end": 1906,
                                                  "loc": {
                                                    "start": {
                                                      "line": 68,
                                                      "column": 69
                                                    },
                                                    "end": {
                                                      "line": 68,
                                                      "column": 75
                                                    }
                                                  },
                                                  "name": "Plugin"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1907,
                                                  "end": 1913,
                                                  "loc": {
                                                    "start": {
                                                      "line": 68,
                                                      "column": 76
                                                    },
                                                    "end": {
                                                      "line": 68,
                                                      "column": 82
                                                    }
                                                  },
                                                  "name": "Events"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1914,
                                                "end": 1920,
                                                "loc": {
                                                  "start": {
                                                    "line": 68,
                                                    "column": 83
                                                  },
                                                  "end": {
                                                    "line": 68,
                                                    "column": 89
                                                  }
                                                },
                                                "name": "Online"
                                              },
                                              "computed": false
                                            },
                                            {
                                              "type": "Identifier",
                                              "start": 1922,
                                              "end": 1932,
                                              "loc": {
                                                "start": {
                                                  "line": 68,
                                                  "column": 91
                                                },
                                                "end": {
                                                  "line": 68,
                                                  "column": 101
                                                }
                                              },
                                              "name": "connection"
                                            }
                                          ]
                                        }
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 1952,
                                  "end": 2044,
                                  "loc": {
                                    "start": {
                                      "line": 69,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 69,
                                      "column": 108
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 1952,
                                    "end": 2043,
                                    "loc": {
                                      "start": {
                                        "line": 69,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 69,
                                        "column": 107
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1952,
                                      "end": 1967,
                                      "loc": {
                                        "start": {
                                          "line": 69,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 69,
                                          "column": 31
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 1952,
                                        "end": 1964,
                                        "loc": {
                                          "start": {
                                            "line": 69,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 69,
                                            "column": 28
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 1952,
                                          "end": 1956,
                                          "loc": {
                                            "start": {
                                              "line": 69,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 69,
                                              "column": 20
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1957,
                                          "end": 1964,
                                          "loc": {
                                            "start": {
                                              "line": 69,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 69,
                                              "column": 28
                                            }
                                          },
                                          "name": "_socket"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1965,
                                        "end": 1967,
                                        "loc": {
                                          "start": {
                                            "line": 69,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 69,
                                            "column": 31
                                          }
                                        },
                                        "name": "on"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "start": 1968,
                                        "end": 1982,
                                        "loc": {
                                          "start": {
                                            "line": 69,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 69,
                                            "column": 46
                                          }
                                        },
                                        "value": "disconnected",
                                        "rawValue": "disconnected",
                                        "raw": "'disconnected'"
                                      },
                                      {
                                        "type": "ArrowFunctionExpression",
                                        "start": 1984,
                                        "end": 2042,
                                        "loc": {
                                          "start": {
                                            "line": 69,
                                            "column": 48
                                          },
                                          "end": {
                                            "line": 69,
                                            "column": 106
                                          }
                                        },
                                        "id": null,
                                        "generator": false,
                                        "expression": true,
                                        "async": false,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "start": 1984,
                                            "end": 1994,
                                            "loc": {
                                              "start": {
                                                "line": 69,
                                                "column": 48
                                              },
                                              "end": {
                                                "line": 69,
                                                "column": 58
                                              }
                                            },
                                            "name": "connection"
                                          }
                                        ],
                                        "body": {
                                          "type": "CallExpression",
                                          "start": 1998,
                                          "end": 2042,
                                          "loc": {
                                            "start": {
                                              "line": 69,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 69,
                                              "column": 106
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 1998,
                                            "end": 2007,
                                            "loc": {
                                              "start": {
                                                "line": 69,
                                                "column": 62
                                              },
                                              "end": {
                                                "line": 69,
                                                "column": 71
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 1998,
                                              "end": 2002,
                                              "loc": {
                                                "start": {
                                                  "line": 69,
                                                  "column": 62
                                                },
                                                "end": {
                                                  "line": 69,
                                                  "column": 66
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2003,
                                              "end": 2007,
                                              "loc": {
                                                "start": {
                                                  "line": 69,
                                                  "column": 67
                                                },
                                                "end": {
                                                  "line": 69,
                                                  "column": 71
                                                }
                                              },
                                              "name": "emit"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 2008,
                                              "end": 2029,
                                              "loc": {
                                                "start": {
                                                  "line": 69,
                                                  "column": 72
                                                },
                                                "end": {
                                                  "line": 69,
                                                  "column": 93
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 2008,
                                                "end": 2021,
                                                "loc": {
                                                  "start": {
                                                    "line": 69,
                                                    "column": 72
                                                  },
                                                  "end": {
                                                    "line": 69,
                                                    "column": 85
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 2008,
                                                  "end": 2014,
                                                  "loc": {
                                                    "start": {
                                                      "line": 69,
                                                      "column": 72
                                                    },
                                                    "end": {
                                                      "line": 69,
                                                      "column": 78
                                                    }
                                                  },
                                                  "name": "Plugin"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2015,
                                                  "end": 2021,
                                                  "loc": {
                                                    "start": {
                                                      "line": 69,
                                                      "column": 79
                                                    },
                                                    "end": {
                                                      "line": 69,
                                                      "column": 85
                                                    }
                                                  },
                                                  "name": "Events"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2022,
                                                "end": 2029,
                                                "loc": {
                                                  "start": {
                                                    "line": 69,
                                                    "column": 86
                                                  },
                                                  "end": {
                                                    "line": 69,
                                                    "column": 93
                                                  }
                                                },
                                                "name": "Offline"
                                              },
                                              "computed": false
                                            },
                                            {
                                              "type": "Identifier",
                                              "start": 2031,
                                              "end": 2041,
                                              "loc": {
                                                "start": {
                                                  "line": 69,
                                                  "column": 95
                                                },
                                                "end": {
                                                  "line": 69,
                                                  "column": 105
                                                }
                                              },
                                              "name": "connection"
                                            }
                                          ]
                                        }
                                      }
                                    ]
                                  }
                                }
                              ]
                            },
                            "alternate": null
                          }
                        ]
                      },
                      "alternate": null
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 2080,
              "end": 2168,
              "loc": {
                "start": {
                  "line": 74,
                  "column": 4
                },
                "end": {
                  "line": 77,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2080,
                "end": 2086,
                "loc": {
                  "start": {
                    "line": 74,
                    "column": 4
                  },
                  "end": {
                    "line": 74,
                    "column": 10
                  }
                },
                "name": "enable"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 2086,
                "end": 2168,
                "loc": {
                  "start": {
                    "line": 74,
                    "column": 10
                  },
                  "end": {
                    "line": 77,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 2089,
                  "end": 2168,
                  "loc": {
                    "start": {
                      "line": 74,
                      "column": 13
                    },
                    "end": {
                      "line": 77,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 2099,
                      "end": 2120,
                      "loc": {
                        "start": {
                          "line": 75,
                          "column": 8
                        },
                        "end": {
                          "line": 75,
                          "column": 29
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2099,
                        "end": 2119,
                        "loc": {
                          "start": {
                            "line": 75,
                            "column": 8
                          },
                          "end": {
                            "line": 75,
                            "column": 28
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2099,
                          "end": 2112,
                          "loc": {
                            "start": {
                              "line": 75,
                              "column": 8
                            },
                            "end": {
                              "line": 75,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2099,
                            "end": 2103,
                            "loc": {
                              "start": {
                                "line": 75,
                                "column": 8
                              },
                              "end": {
                                "line": 75,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2104,
                            "end": 2112,
                            "loc": {
                              "start": {
                                "line": 75,
                                "column": 13
                              },
                              "end": {
                                "line": 75,
                                "column": 21
                              }
                            },
                            "name": "_enabled"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 2115,
                          "end": 2119,
                          "loc": {
                            "start": {
                              "line": 75,
                              "column": 24
                            },
                            "end": {
                              "line": 75,
                              "column": 28
                            }
                          },
                          "value": true,
                          "rawValue": true,
                          "raw": "true"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2129,
                      "end": 2162,
                      "loc": {
                        "start": {
                          "line": 76,
                          "column": 8
                        },
                        "end": {
                          "line": 76,
                          "column": 41
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2129,
                        "end": 2161,
                        "loc": {
                          "start": {
                            "line": 76,
                            "column": 8
                          },
                          "end": {
                            "line": 76,
                            "column": 40
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2129,
                          "end": 2138,
                          "loc": {
                            "start": {
                              "line": 76,
                              "column": 8
                            },
                            "end": {
                              "line": 76,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2129,
                            "end": 2133,
                            "loc": {
                              "start": {
                                "line": 76,
                                "column": 8
                              },
                              "end": {
                                "line": 76,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2134,
                            "end": 2138,
                            "loc": {
                              "start": {
                                "line": 76,
                                "column": 13
                              },
                              "end": {
                                "line": 76,
                                "column": 17
                              }
                            },
                            "name": "emit"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 2139,
                            "end": 2160,
                            "loc": {
                              "start": {
                                "line": 76,
                                "column": 18
                              },
                              "end": {
                                "line": 76,
                                "column": 39
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 2139,
                              "end": 2152,
                              "loc": {
                                "start": {
                                  "line": 76,
                                  "column": 18
                                },
                                "end": {
                                  "line": 76,
                                  "column": 31
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 2139,
                                "end": 2145,
                                "loc": {
                                  "start": {
                                    "line": 76,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 76,
                                    "column": 24
                                  }
                                },
                                "name": "Plugin"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2146,
                                "end": 2152,
                                "loc": {
                                  "start": {
                                    "line": 76,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 76,
                                    "column": 31
                                  }
                                },
                                "name": "Events"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2153,
                              "end": 2160,
                              "loc": {
                                "start": {
                                  "line": 76,
                                  "column": 32
                                },
                                "end": {
                                  "line": 76,
                                  "column": 39
                                }
                              },
                              "name": "Enabled"
                            },
                            "computed": false
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 2174,
              "end": 2277,
              "loc": {
                "start": {
                  "line": 79,
                  "column": 4
                },
                "end": {
                  "line": 82,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2180,
                "end": 2187,
                "loc": {
                  "start": {
                    "line": 79,
                    "column": 10
                  },
                  "end": {
                    "line": 79,
                    "column": 17
                  }
                },
                "name": "disable"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 2187,
                "end": 2277,
                "loc": {
                  "start": {
                    "line": 79,
                    "column": 17
                  },
                  "end": {
                    "line": 82,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": true,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 2190,
                  "end": 2277,
                  "loc": {
                    "start": {
                      "line": 79,
                      "column": 20
                    },
                    "end": {
                      "line": 82,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 2200,
                      "end": 2222,
                      "loc": {
                        "start": {
                          "line": 80,
                          "column": 8
                        },
                        "end": {
                          "line": 80,
                          "column": 30
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2200,
                        "end": 2221,
                        "loc": {
                          "start": {
                            "line": 80,
                            "column": 8
                          },
                          "end": {
                            "line": 80,
                            "column": 29
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2200,
                          "end": 2213,
                          "loc": {
                            "start": {
                              "line": 80,
                              "column": 8
                            },
                            "end": {
                              "line": 80,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2200,
                            "end": 2204,
                            "loc": {
                              "start": {
                                "line": 80,
                                "column": 8
                              },
                              "end": {
                                "line": 80,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2205,
                            "end": 2213,
                            "loc": {
                              "start": {
                                "line": 80,
                                "column": 13
                              },
                              "end": {
                                "line": 80,
                                "column": 21
                              }
                            },
                            "name": "_enabled"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 2216,
                          "end": 2221,
                          "loc": {
                            "start": {
                              "line": 80,
                              "column": 24
                            },
                            "end": {
                              "line": 80,
                              "column": 29
                            }
                          },
                          "value": false,
                          "rawValue": false,
                          "raw": "false"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2231,
                      "end": 2271,
                      "loc": {
                        "start": {
                          "line": 81,
                          "column": 8
                        },
                        "end": {
                          "line": 81,
                          "column": 48
                        }
                      },
                      "expression": {
                        "type": "AwaitExpression",
                        "start": 2231,
                        "end": 2270,
                        "loc": {
                          "start": {
                            "line": 81,
                            "column": 8
                          },
                          "end": {
                            "line": 81,
                            "column": 47
                          }
                        },
                        "all": false,
                        "argument": {
                          "type": "CallExpression",
                          "start": 2237,
                          "end": 2270,
                          "loc": {
                            "start": {
                              "line": 81,
                              "column": 14
                            },
                            "end": {
                              "line": 81,
                              "column": 47
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 2237,
                            "end": 2246,
                            "loc": {
                              "start": {
                                "line": 81,
                                "column": 14
                              },
                              "end": {
                                "line": 81,
                                "column": 23
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 2237,
                              "end": 2241,
                              "loc": {
                                "start": {
                                  "line": 81,
                                  "column": 14
                                },
                                "end": {
                                  "line": 81,
                                  "column": 18
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2242,
                              "end": 2246,
                              "loc": {
                                "start": {
                                  "line": 81,
                                  "column": 19
                                },
                                "end": {
                                  "line": 81,
                                  "column": 23
                                }
                              },
                              "name": "emit"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "MemberExpression",
                              "start": 2247,
                              "end": 2269,
                              "loc": {
                                "start": {
                                  "line": 81,
                                  "column": 24
                                },
                                "end": {
                                  "line": 81,
                                  "column": 46
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 2247,
                                "end": 2260,
                                "loc": {
                                  "start": {
                                    "line": 81,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 81,
                                    "column": 37
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 2247,
                                  "end": 2253,
                                  "loc": {
                                    "start": {
                                      "line": 81,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 81,
                                      "column": 30
                                    }
                                  },
                                  "name": "Plugin"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2254,
                                  "end": 2260,
                                  "loc": {
                                    "start": {
                                      "line": 81,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 81,
                                      "column": 37
                                    }
                                  },
                                  "name": "Events"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2261,
                                "end": 2269,
                                "loc": {
                                  "start": {
                                    "line": 81,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 81,
                                    "column": 46
                                  }
                                },
                                "name": "Disabled"
                              },
                              "computed": false
                            }
                          ]
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 2283,
              "end": 2334,
              "loc": {
                "start": {
                  "line": 84,
                  "column": 4
                },
                "end": {
                  "line": 86,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2287,
                "end": 2294,
                "loc": {
                  "start": {
                    "line": 84,
                    "column": 8
                  },
                  "end": {
                    "line": 84,
                    "column": 15
                  }
                },
                "name": "enabled"
              },
              "static": false,
              "kind": "get",
              "value": {
                "type": "FunctionExpression",
                "start": 2294,
                "end": 2334,
                "loc": {
                  "start": {
                    "line": 84,
                    "column": 15
                  },
                  "end": {
                    "line": 86,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 2297,
                  "end": 2334,
                  "loc": {
                    "start": {
                      "line": 84,
                      "column": 18
                    },
                    "end": {
                      "line": 86,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 2307,
                      "end": 2328,
                      "loc": {
                        "start": {
                          "line": 85,
                          "column": 8
                        },
                        "end": {
                          "line": 85,
                          "column": 29
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 2314,
                        "end": 2327,
                        "loc": {
                          "start": {
                            "line": 85,
                            "column": 15
                          },
                          "end": {
                            "line": 85,
                            "column": 28
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 2314,
                          "end": 2318,
                          "loc": {
                            "start": {
                              "line": 85,
                              "column": 15
                            },
                            "end": {
                              "line": 85,
                              "column": 19
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2319,
                          "end": 2327,
                          "loc": {
                            "start": {
                              "line": 85,
                              "column": 20
                            },
                            "end": {
                              "line": 85,
                              "column": 28
                            }
                          },
                          "name": "_enabled"
                        },
                        "computed": false
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        "leadingComments": [],
        "trailingComments": []
      }
    },
    {
      "type": "ExpressionStatement",
      "start": 2338,
      "end": 2584,
      "loc": {
        "start": {
          "line": 89,
          "column": 0
        },
        "end": {
          "line": 99,
          "column": 2
        }
      },
      "expression": {
        "type": "AssignmentExpression",
        "start": 2338,
        "end": 2583,
        "loc": {
          "start": {
            "line": 89,
            "column": 0
          },
          "end": {
            "line": 99,
            "column": 1
          }
        },
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "start": 2338,
          "end": 2351,
          "loc": {
            "start": {
              "line": 89,
              "column": 0
            },
            "end": {
              "line": 89,
              "column": 13
            }
          },
          "object": {
            "type": "Identifier",
            "start": 2338,
            "end": 2344,
            "loc": {
              "start": {
                "line": 89,
                "column": 0
              },
              "end": {
                "line": 89,
                "column": 6
              }
            },
            "name": "Plugin"
          },
          "property": {
            "type": "Identifier",
            "start": 2345,
            "end": 2351,
            "loc": {
              "start": {
                "line": 89,
                "column": 7
              },
              "end": {
                "line": 89,
                "column": 13
              }
            },
            "name": "Events"
          },
          "computed": false
        },
        "right": {
          "type": "ObjectExpression",
          "start": 2354,
          "end": 2583,
          "loc": {
            "start": {
              "line": 89,
              "column": 16
            },
            "end": {
              "line": 99,
              "column": 1
            }
          },
          "properties": [
            {
              "type": "Property",
              "start": 2360,
              "end": 2382,
              "loc": {
                "start": {
                  "line": 90,
                  "column": 4
                },
                "end": {
                  "line": 90,
                  "column": 26
                }
              },
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2360,
                "end": 2369,
                "loc": {
                  "start": {
                    "line": 90,
                    "column": 4
                  },
                  "end": {
                    "line": 90,
                    "column": 13
                  }
                },
                "name": "Destroyed"
              },
              "value": {
                "type": "Literal",
                "start": 2371,
                "end": 2382,
                "loc": {
                  "start": {
                    "line": 90,
                    "column": 15
                  },
                  "end": {
                    "line": 90,
                    "column": 26
                  }
                },
                "value": "Destroyed",
                "rawValue": "Destroyed",
                "raw": "'Destroyed'"
              },
              "kind": "init"
            },
            {
              "type": "Property",
              "start": 2388,
              "end": 2406,
              "loc": {
                "start": {
                  "line": 91,
                  "column": 4
                },
                "end": {
                  "line": 91,
                  "column": 22
                }
              },
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2388,
                "end": 2395,
                "loc": {
                  "start": {
                    "line": 91,
                    "column": 4
                  },
                  "end": {
                    "line": 91,
                    "column": 11
                  }
                },
                "name": "Enabled"
              },
              "value": {
                "type": "Literal",
                "start": 2397,
                "end": 2406,
                "loc": {
                  "start": {
                    "line": 91,
                    "column": 13
                  },
                  "end": {
                    "line": 91,
                    "column": 22
                  }
                },
                "value": "Enabled",
                "rawValue": "Enabled",
                "raw": "'Enabled'"
              },
              "kind": "init"
            },
            {
              "type": "Property",
              "start": 2412,
              "end": 2432,
              "loc": {
                "start": {
                  "line": 92,
                  "column": 4
                },
                "end": {
                  "line": 92,
                  "column": 24
                }
              },
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2412,
                "end": 2420,
                "loc": {
                  "start": {
                    "line": 92,
                    "column": 4
                  },
                  "end": {
                    "line": 92,
                    "column": 12
                  }
                },
                "name": "Disabled"
              },
              "value": {
                "type": "Literal",
                "start": 2422,
                "end": 2432,
                "loc": {
                  "start": {
                    "line": 92,
                    "column": 14
                  },
                  "end": {
                    "line": 92,
                    "column": 24
                  }
                },
                "value": "Disabled",
                "rawValue": "Disabled",
                "raw": "'Disabled'"
              },
              "kind": "init"
            },
            {
              "type": "Property",
              "start": 2438,
              "end": 2454,
              "loc": {
                "start": {
                  "line": 93,
                  "column": 4
                },
                "end": {
                  "line": 93,
                  "column": 20
                }
              },
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2438,
                "end": 2444,
                "loc": {
                  "start": {
                    "line": 93,
                    "column": 4
                  },
                  "end": {
                    "line": 93,
                    "column": 10
                  }
                },
                "name": "Online"
              },
              "value": {
                "type": "Literal",
                "start": 2446,
                "end": 2454,
                "loc": {
                  "start": {
                    "line": 93,
                    "column": 12
                  },
                  "end": {
                    "line": 93,
                    "column": 20
                  }
                },
                "value": "Online",
                "rawValue": "Online",
                "raw": "'Online'"
              },
              "kind": "init"
            },
            {
              "type": "Property",
              "start": 2460,
              "end": 2478,
              "loc": {
                "start": {
                  "line": 94,
                  "column": 4
                },
                "end": {
                  "line": 94,
                  "column": 22
                }
              },
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2460,
                "end": 2467,
                "loc": {
                  "start": {
                    "line": 94,
                    "column": 4
                  },
                  "end": {
                    "line": 94,
                    "column": 11
                  }
                },
                "name": "Offline"
              },
              "value": {
                "type": "Literal",
                "start": 2469,
                "end": 2478,
                "loc": {
                  "start": {
                    "line": 94,
                    "column": 13
                  },
                  "end": {
                    "line": 94,
                    "column": 22
                  }
                },
                "value": "Offline",
                "rawValue": "Offline",
                "raw": "'Offline'"
              },
              "kind": "init"
            },
            {
              "type": "Property",
              "start": 2485,
              "end": 2513,
              "loc": {
                "start": {
                  "line": 96,
                  "column": 4
                },
                "end": {
                  "line": 96,
                  "column": 32
                }
              },
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2485,
                "end": 2497,
                "loc": {
                  "start": {
                    "line": 96,
                    "column": 4
                  },
                  "end": {
                    "line": 96,
                    "column": 16
                  }
                },
                "name": "RequestModal"
              },
              "value": {
                "type": "Literal",
                "start": 2499,
                "end": 2513,
                "loc": {
                  "start": {
                    "line": 96,
                    "column": 18
                  },
                  "end": {
                    "line": 96,
                    "column": 32
                  }
                },
                "value": "RequestModal",
                "rawValue": "RequestModal",
                "raw": "'RequestModal'"
              },
              "kind": "init"
            },
            {
              "type": "Property",
              "start": 2519,
              "end": 2547,
              "loc": {
                "start": {
                  "line": 97,
                  "column": 4
                },
                "end": {
                  "line": 97,
                  "column": 32
                }
              },
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2519,
                "end": 2531,
                "loc": {
                  "start": {
                    "line": 97,
                    "column": 4
                  },
                  "end": {
                    "line": 97,
                    "column": 16
                  }
                },
                "name": "RequestLabel"
              },
              "value": {
                "type": "Literal",
                "start": 2533,
                "end": 2547,
                "loc": {
                  "start": {
                    "line": 97,
                    "column": 18
                  },
                  "end": {
                    "line": 97,
                    "column": 32
                  }
                },
                "value": "RequestLabel",
                "rawValue": "RequestLabel",
                "raw": "'RequestLabel'"
              },
              "kind": "init"
            },
            {
              "type": "Property",
              "start": 2553,
              "end": 2581,
              "loc": {
                "start": {
                  "line": 98,
                  "column": 4
                },
                "end": {
                  "line": 98,
                  "column": 32
                }
              },
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2553,
                "end": 2565,
                "loc": {
                  "start": {
                    "line": 98,
                    "column": 4
                  },
                  "end": {
                    "line": 98,
                    "column": 16
                  }
                },
                "name": "RequestToast"
              },
              "value": {
                "type": "Literal",
                "start": 2567,
                "end": 2581,
                "loc": {
                  "start": {
                    "line": 98,
                    "column": 18
                  },
                  "end": {
                    "line": 98,
                    "column": 32
                  }
                },
                "value": "RequestToast",
                "rawValue": "RequestToast",
                "raw": "'RequestToast'"
              },
              "kind": "init"
            }
          ]
        }
      }
    }
  ]
}