{
  "type": "Program",
  "start": 0,
  "end": 1093,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 66,
      "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": 916,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 56,
          "column": 1
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 53,
        "end": 916,
        "loc": {
          "start": {
            "line": 3,
            "column": 15
          },
          "end": {
            "line": 56,
            "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": 916,
          "loc": {
            "start": {
              "line": 3,
              "column": 43
            },
            "end": {
              "line": 56,
              "column": 1
            }
          },
          "body": [
            {
              "type": "MethodDefinition",
              "start": 87,
              "end": 699,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 4
                },
                "end": {
                  "line": 34,
                  "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": 699,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 15
                  },
                  "end": {
                    "line": 34,
                    "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": 699,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 30
                    },
                    "end": {
                      "line": 34,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 124,
                      "end": 132,
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 8
                        },
                        "end": {
                          "line": 6,
                          "column": 16
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 124,
                        "end": 131,
                        "loc": {
                          "start": {
                            "line": 6,
                            "column": 8
                          },
                          "end": {
                            "line": 6,
                            "column": 15
                          }
                        },
                        "callee": {
                          "type": "Super",
                          "start": 124,
                          "end": 129,
                          "loc": {
                            "start": {
                              "line": 6,
                              "column": 8
                            },
                            "end": {
                              "line": 6,
                              "column": 13
                            }
                          }
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 142,
                      "end": 220,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 8
                        },
                        "end": {
                          "line": 9,
                          "column": 39
                        }
                      },
                      "expression": {
                        "type": "SequenceExpression",
                        "start": 142,
                        "end": 219,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 8
                          },
                          "end": {
                            "line": 9,
                            "column": 38
                          }
                        },
                        "expressions": [
                          {
                            "type": "AssignmentExpression",
                            "start": 142,
                            "end": 179,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 8
                              },
                              "end": {
                                "line": 8,
                                "column": 45
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "start": 142,
                              "end": 151,
                              "loc": {
                                "start": {
                                  "line": 8,
                                  "column": 8
                                },
                                "end": {
                                  "line": 8,
                                  "column": 17
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 142,
                                "end": 146,
                                "loc": {
                                  "start": {
                                    "line": 8,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 8,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 147,
                                "end": 151,
                                "loc": {
                                  "start": {
                                    "line": 8,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 8,
                                    "column": 17
                                  }
                                },
                                "name": "name"
                              },
                              "computed": false
                            },
                            "right": {
                              "type": "LogicalExpression",
                              "start": 154,
                              "end": 179,
                              "loc": {
                                "start": {
                                  "line": 8,
                                  "column": 20
                                },
                                "end": {
                                  "line": 8,
                                  "column": 45
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 154,
                                "end": 166,
                                "loc": {
                                  "start": {
                                    "line": 8,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 8,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 154,
                                  "end": 161,
                                  "loc": {
                                    "start": {
                                      "line": 8,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 8,
                                      "column": 27
                                    }
                                  },
                                  "name": "options"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 162,
                                  "end": 166,
                                  "loc": {
                                    "start": {
                                      "line": 8,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 8,
                                      "column": 32
                                    }
                                  },
                                  "name": "name"
                                },
                                "computed": false
                              },
                              "operator": "||",
                              "right": {
                                "type": "Literal",
                                "start": 170,
                                "end": 179,
                                "loc": {
                                  "start": {
                                    "line": 8,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 8,
                                    "column": 45
                                  }
                                },
                                "value": "unnamed",
                                "rawValue": "unnamed",
                                "raw": "'unnamed'"
                              }
                            }
                          },
                          {
                            "type": "AssignmentExpression",
                            "start": 189,
                            "end": 219,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 8
                              },
                              "end": {
                                "line": 9,
                                "column": 38
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "start": 189,
                              "end": 198,
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 8
                                },
                                "end": {
                                  "line": 9,
                                  "column": 17
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 189,
                                "end": 193,
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 194,
                                "end": 198,
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 17
                                  }
                                },
                                "name": "icon"
                              },
                              "computed": false
                            },
                            "right": {
                              "type": "LogicalExpression",
                              "start": 201,
                              "end": 219,
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 20
                                },
                                "end": {
                                  "line": 9,
                                  "column": 38
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 201,
                                "end": 213,
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 201,
                                  "end": 208,
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 27
                                    }
                                  },
                                  "name": "options"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 209,
                                  "end": 213,
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 32
                                    }
                                  },
                                  "name": "icon"
                                },
                                "computed": false
                              },
                              "operator": "||",
                              "right": {
                                "type": "Literal",
                                "start": 217,
                                "end": 219,
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 38
                                  }
                                },
                                "value": "",
                                "rawValue": "",
                                "raw": "''"
                              }
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 229,
                      "end": 258,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 8
                        },
                        "end": {
                          "line": 10,
                          "column": 37
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 229,
                        "end": 257,
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 8
                          },
                          "end": {
                            "line": 10,
                            "column": 36
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 229,
                          "end": 245,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 8
                            },
                            "end": {
                              "line": 10,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 229,
                            "end": 233,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 8
                              },
                              "end": {
                                "line": 10,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 234,
                            "end": 245,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 13
                              },
                              "end": {
                                "line": 10,
                                "column": 24
                              }
                            },
                            "name": "integration"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 248,
                          "end": 257,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 27
                            },
                            "end": {
                              "line": 10,
                              "column": 36
                            }
                          },
                          "name": "undefined"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 267,
                      "end": 282,
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 8
                        },
                        "end": {
                          "line": 11,
                          "column": 23
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 267,
                        "end": 281,
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 8
                          },
                          "end": {
                            "line": 11,
                            "column": 22
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 267,
                          "end": 276,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 8
                            },
                            "end": {
                              "line": 11,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 267,
                            "end": 271,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 8
                              },
                              "end": {
                                "line": 11,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 272,
                            "end": 276,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 13
                              },
                              "end": {
                                "line": 11,
                                "column": 17
                              }
                            },
                            "name": "data"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 279,
                          "end": 281,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 20
                            },
                            "end": {
                              "line": 11,
                              "column": 22
                            }
                          },
                          "properties": []
                        }
                      },
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Apply values",
                          "start": 292,
                          "end": 307,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 8
                            },
                            "end": {
                              "line": 13,
                              "column": 23
                            }
                          },
                          "range": [
                            292,
                            307
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 316,
                      "end": 692,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 8
                        },
                        "end": {
                          "line": 32,
                          "column": 11
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 316,
                        "end": 691,
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 8
                          },
                          "end": {
                            "line": 32,
                            "column": 10
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 316,
                          "end": 326,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 8
                            },
                            "end": {
                              "line": 14,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 316,
                            "end": 320,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 8
                              },
                              "end": {
                                "line": 14,
                                "column": 12
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 321,
                            "end": 326,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 13
                              },
                              "end": {
                                "line": 14,
                                "column": 18
                              }
                            },
                            "name": "apply"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 327,
                            "end": 690,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 19
                              },
                              "end": {
                                "line": 32,
                                "column": 9
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 341,
                                "end": 357,
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 28
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 341,
                                  "end": 350,
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 21
                                    }
                                  },
                                  "name": "collapsed"
                                },
                                "value": {
                                  "type": "Literal",
                                  "start": 352,
                                  "end": 357,
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 28
                                    }
                                  },
                                  "value": false,
                                  "rawValue": false,
                                  "raw": "false"
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 371,
                                "end": 382,
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 23
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 371,
                                  "end": 376,
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 17
                                    }
                                  },
                                  "name": "hasOk"
                                },
                                "value": {
                                  "type": "Literal",
                                  "start": 378,
                                  "end": 382,
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 23
                                    }
                                  },
                                  "value": true,
                                  "rawValue": true,
                                  "raw": "true"
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 396,
                                "end": 411,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 27
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 396,
                                  "end": 405,
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 21
                                    }
                                  },
                                  "name": "hasCancel"
                                },
                                "value": {
                                  "type": "Literal",
                                  "start": 407,
                                  "end": 411,
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 27
                                    }
                                  },
                                  "value": true,
                                  "rawValue": true,
                                  "raw": "true"
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 426,
                                "end": 435,
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 21
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 426,
                                  "end": 431,
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 17
                                    }
                                  },
                                  "name": "title"
                                },
                                "value": {
                                  "type": "Literal",
                                  "start": 433,
                                  "end": 435,
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 21
                                    }
                                  },
                                  "value": "",
                                  "rawValue": "",
                                  "raw": "''"
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 449,
                                "end": 460,
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 23
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 449,
                                  "end": 456,
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 19
                                    }
                                  },
                                  "name": "toolbar"
                                },
                                "value": {
                                  "type": "ArrayExpression",
                                  "start": 458,
                                  "end": 460,
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 23
                                    }
                                  },
                                  "elements": []
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 474,
                                "end": 486,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 24
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 474,
                                  "end": 482,
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 20
                                    }
                                  },
                                  "name": "elements"
                                },
                                "value": {
                                  "type": "ArrayExpression",
                                  "start": 484,
                                  "end": 486,
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 24
                                    }
                                  },
                                  "elements": []
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 500,
                                "end": 511,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 23
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 500,
                                  "end": 507,
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 19
                                    }
                                  },
                                  "name": "results"
                                },
                                "value": {
                                  "type": "ArrayExpression",
                                  "start": 509,
                                  "end": 511,
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 23
                                    }
                                  },
                                  "elements": []
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 525,
                                "end": 543,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 30
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 525,
                                  "end": 532,
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 19
                                    }
                                  },
                                  "name": "console"
                                },
                                "value": {
                                  "type": "Identifier",
                                  "start": 534,
                                  "end": 543,
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 30
                                    }
                                  },
                                  "name": "undefined"
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 558,
                                "end": 568,
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 22
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 558,
                                  "end": 564,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 18
                                    }
                                  },
                                  "name": "labels"
                                },
                                "value": {
                                  "type": "ArrayExpression",
                                  "start": 566,
                                  "end": 568,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 22
                                    }
                                  },
                                  "elements": []
                                },
                                "kind": "init"
                              },
                              {
                                "type": "SpreadProperty",
                                "start": 583,
                                "end": 593,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 22
                                  }
                                },
                                "argument": {
                                  "type": "Identifier",
                                  "start": 586,
                                  "end": 593,
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 22
                                    }
                                  },
                                  "name": "options"
                                }
                              },
                              {
                                "type": "Property",
                                "start": 608,
                                "end": 622,
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 26
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 608,
                                  "end": 615,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 19
                                    }
                                  },
                                  "name": "enabled"
                                },
                                "value": {
                                  "type": "Literal",
                                  "start": 617,
                                  "end": 622,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 26
                                    }
                                  },
                                  "value": false,
                                  "rawValue": false,
                                  "raw": "false"
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 636,
                                "end": 651,
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 27
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 636,
                                  "end": 640,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 16
                                    }
                                  },
                                  "name": "name"
                                },
                                "value": {
                                  "type": "MemberExpression",
                                  "start": 642,
                                  "end": 651,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 27
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 642,
                                    "end": 646,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 22
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 647,
                                    "end": 651,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 27
                                      }
                                    },
                                    "name": "name"
                                  },
                                  "computed": false
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 665,
                                "end": 680,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 27
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 665,
                                  "end": 669,
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 16
                                    }
                                  },
                                  "name": "icon"
                                },
                                "value": {
                                  "type": "MemberExpression",
                                  "start": 671,
                                  "end": 680,
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 27
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 671,
                                    "end": 675,
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 22
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 676,
                                    "end": 680,
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 27
                                      }
                                    },
                                    "name": "icon"
                                  },
                                  "computed": false
                                },
                                "kind": "init"
                              }
                            ]
                          }
                        ],
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Apply values",
                          "start": 292,
                          "end": 307,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 8
                            },
                            "end": {
                              "line": 13,
                              "column": 23
                            }
                          },
                          "range": [
                            292,
                            307
                          ]
                        }
                      ]
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 705,
              "end": 803,
              "loc": {
                "start": {
                  "line": 36,
                  "column": 4
                },
                "end": {
                  "line": 38,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 705,
                "end": 710,
                "loc": {
                  "start": {
                    "line": 36,
                    "column": 4
                  },
                  "end": {
                    "line": 36,
                    "column": 9
                  }
                },
                "name": "apply"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 710,
                "end": 803,
                "loc": {
                  "start": {
                    "line": 36,
                    "column": 9
                  },
                  "end": {
                    "line": 38,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 711,
                    "end": 718,
                    "loc": {
                      "start": {
                        "line": 36,
                        "column": 10
                      },
                      "end": {
                        "line": 36,
                        "column": 17
                      }
                    },
                    "name": "objects"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 720,
                  "end": 803,
                  "loc": {
                    "start": {
                      "line": 36,
                      "column": 19
                    },
                    "end": {
                      "line": 38,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 730,
                      "end": 797,
                      "loc": {
                        "start": {
                          "line": 37,
                          "column": 8
                        },
                        "end": {
                          "line": 37,
                          "column": 75
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 730,
                        "end": 796,
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 8
                          },
                          "end": {
                            "line": 37,
                            "column": 74
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 730,
                          "end": 758,
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 8
                            },
                            "end": {
                              "line": 37,
                              "column": 36
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 730,
                            "end": 750,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 8
                              },
                              "end": {
                                "line": 37,
                                "column": 28
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 730,
                              "end": 741,
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 8
                                },
                                "end": {
                                  "line": 37,
                                  "column": 19
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 730,
                                "end": 736,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 14
                                  }
                                },
                                "name": "Object"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 737,
                                "end": 741,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 19
                                  }
                                },
                                "name": "keys"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 742,
                                "end": 749,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 27
                                  }
                                },
                                "name": "objects"
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 751,
                            "end": 758,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 29
                              },
                              "end": {
                                "line": 37,
                                "column": 36
                              }
                            },
                            "name": "forEach"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 759,
                            "end": 795,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 37
                              },
                              "end": {
                                "line": 37,
                                "column": 73
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 759,
                                "end": 762,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 40
                                  }
                                },
                                "name": "key"
                              }
                            ],
                            "body": {
                              "type": "AssignmentExpression",
                              "start": 766,
                              "end": 795,
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 44
                                },
                                "end": {
                                  "line": 37,
                                  "column": 73
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 766,
                                "end": 780,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 58
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 766,
                                  "end": 775,
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 44
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 53
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 766,
                                    "end": 770,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 48
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 771,
                                    "end": 775,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 53
                                      }
                                    },
                                    "name": "data"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 776,
                                  "end": 779,
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 54
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 57
                                    }
                                  },
                                  "name": "key"
                                },
                                "computed": true
                              },
                              "right": {
                                "type": "MemberExpression",
                                "start": 783,
                                "end": 795,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 61
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 73
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 783,
                                  "end": 790,
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 61
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 68
                                    }
                                  },
                                  "name": "objects"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 791,
                                  "end": 794,
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 69
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 72
                                    }
                                  },
                                  "name": "key"
                                },
                                "computed": true
                              }
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 809,
              "end": 832,
              "loc": {
                "start": {
                  "line": 40,
                  "column": 4
                },
                "end": {
                  "line": 42,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 809,
                "end": 821,
                "loc": {
                  "start": {
                    "line": 40,
                    "column": 4
                  },
                  "end": {
                    "line": 40,
                    "column": 16
                  }
                },
                "name": "onIntegrated"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 821,
                "end": 832,
                "loc": {
                  "start": {
                    "line": 40,
                    "column": 16
                  },
                  "end": {
                    "line": 42,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 824,
                  "end": 832,
                  "loc": {
                    "start": {
                      "line": 40,
                      "column": 19
                    },
                    "end": {
                      "line": 42,
                      "column": 5
                    }
                  },
                  "body": []
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 838,
              "end": 858,
              "loc": {
                "start": {
                  "line": 44,
                  "column": 4
                },
                "end": {
                  "line": 46,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 838,
                "end": 847,
                "loc": {
                  "start": {
                    "line": 44,
                    "column": 4
                  },
                  "end": {
                    "line": 44,
                    "column": 13
                  }
                },
                "name": "onEnabled"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 847,
                "end": 858,
                "loc": {
                  "start": {
                    "line": 44,
                    "column": 13
                  },
                  "end": {
                    "line": 46,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 850,
                  "end": 858,
                  "loc": {
                    "start": {
                      "line": 44,
                      "column": 16
                    },
                    "end": {
                      "line": 46,
                      "column": 5
                    }
                  },
                  "body": []
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 864,
              "end": 885,
              "loc": {
                "start": {
                  "line": 48,
                  "column": 4
                },
                "end": {
                  "line": 50,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 864,
                "end": 874,
                "loc": {
                  "start": {
                    "line": 48,
                    "column": 4
                  },
                  "end": {
                    "line": 48,
                    "column": 14
                  }
                },
                "name": "onDisabled"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 874,
                "end": 885,
                "loc": {
                  "start": {
                    "line": 48,
                    "column": 14
                  },
                  "end": {
                    "line": 50,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 877,
                  "end": 885,
                  "loc": {
                    "start": {
                      "line": 48,
                      "column": 17
                    },
                    "end": {
                      "line": 50,
                      "column": 5
                    }
                  },
                  "body": []
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 891,
              "end": 913,
              "loc": {
                "start": {
                  "line": 52,
                  "column": 4
                },
                "end": {
                  "line": 54,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 891,
                "end": 902,
                "loc": {
                  "start": {
                    "line": 52,
                    "column": 4
                  },
                  "end": {
                    "line": 52,
                    "column": 15
                  }
                },
                "name": "onDestroyed"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 902,
                "end": 913,
                "loc": {
                  "start": {
                    "line": 52,
                    "column": 15
                  },
                  "end": {
                    "line": 54,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 905,
                  "end": 913,
                  "loc": {
                    "start": {
                      "line": 52,
                      "column": 18
                    },
                    "end": {
                      "line": 54,
                      "column": 5
                    }
                  },
                  "body": []
                }
              }
            }
          ]
        },
        "leadingComments": [],
        "trailingComments": []
      }
    },
    {
      "type": "ExpressionStatement",
      "start": 918,
      "end": 1092,
      "loc": {
        "start": {
          "line": 58,
          "column": 0
        },
        "end": {
          "line": 65,
          "column": 2
        }
      },
      "expression": {
        "type": "AssignmentExpression",
        "start": 918,
        "end": 1091,
        "loc": {
          "start": {
            "line": 58,
            "column": 0
          },
          "end": {
            "line": 65,
            "column": 1
          }
        },
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "start": 918,
          "end": 931,
          "loc": {
            "start": {
              "line": 58,
              "column": 0
            },
            "end": {
              "line": 58,
              "column": 13
            }
          },
          "object": {
            "type": "Identifier",
            "start": 918,
            "end": 924,
            "loc": {
              "start": {
                "line": 58,
                "column": 0
              },
              "end": {
                "line": 58,
                "column": 6
              }
            },
            "name": "Plugin"
          },
          "property": {
            "type": "Identifier",
            "start": 925,
            "end": 931,
            "loc": {
              "start": {
                "line": 58,
                "column": 7
              },
              "end": {
                "line": 58,
                "column": 13
              }
            },
            "name": "Events"
          },
          "computed": false
        },
        "right": {
          "type": "ObjectExpression",
          "start": 934,
          "end": 1091,
          "loc": {
            "start": {
              "line": 58,
              "column": 16
            },
            "end": {
              "line": 65,
              "column": 1
            }
          },
          "properties": [
            {
              "type": "Property",
              "start": 940,
              "end": 965,
              "loc": {
                "start": {
                  "line": 59,
                  "column": 4
                },
                "end": {
                  "line": 59,
                  "column": 29
                }
              },
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 940,
                "end": 950,
                "loc": {
                  "start": {
                    "line": 59,
                    "column": 4
                  },
                  "end": {
                    "line": 59,
                    "column": 14
                  }
                },
                "name": "Integrated"
              },
              "value": {
                "type": "Literal",
                "start": 953,
                "end": 965,
                "loc": {
                  "start": {
                    "line": 59,
                    "column": 17
                  },
                  "end": {
                    "line": 59,
                    "column": 29
                  }
                },
                "value": "Integrated",
                "rawValue": "Integrated",
                "raw": "'Integrated'"
              },
              "kind": "init"
            },
            {
              "type": "Property",
              "start": 971,
              "end": 993,
              "loc": {
                "start": {
                  "line": 60,
                  "column": 4
                },
                "end": {
                  "line": 60,
                  "column": 26
                }
              },
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 971,
                "end": 980,
                "loc": {
                  "start": {
                    "line": 60,
                    "column": 4
                  },
                  "end": {
                    "line": 60,
                    "column": 13
                  }
                },
                "name": "Destroyed"
              },
              "value": {
                "type": "Literal",
                "start": 982,
                "end": 993,
                "loc": {
                  "start": {
                    "line": 60,
                    "column": 15
                  },
                  "end": {
                    "line": 60,
                    "column": 26
                  }
                },
                "value": "Destroyed",
                "rawValue": "Destroyed",
                "raw": "'Destroyed'"
              },
              "kind": "init"
            },
            {
              "type": "Property",
              "start": 999,
              "end": 1017,
              "loc": {
                "start": {
                  "line": 61,
                  "column": 4
                },
                "end": {
                  "line": 61,
                  "column": 22
                }
              },
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 999,
                "end": 1006,
                "loc": {
                  "start": {
                    "line": 61,
                    "column": 4
                  },
                  "end": {
                    "line": 61,
                    "column": 11
                  }
                },
                "name": "Enabled"
              },
              "value": {
                "type": "Literal",
                "start": 1008,
                "end": 1017,
                "loc": {
                  "start": {
                    "line": 61,
                    "column": 13
                  },
                  "end": {
                    "line": 61,
                    "column": 22
                  }
                },
                "value": "Enabled",
                "rawValue": "Enabled",
                "raw": "'Enabled'"
              },
              "kind": "init"
            },
            {
              "type": "Property",
              "start": 1023,
              "end": 1043,
              "loc": {
                "start": {
                  "line": 62,
                  "column": 4
                },
                "end": {
                  "line": 62,
                  "column": 24
                }
              },
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1023,
                "end": 1031,
                "loc": {
                  "start": {
                    "line": 62,
                    "column": 4
                  },
                  "end": {
                    "line": 62,
                    "column": 12
                  }
                },
                "name": "Disabled"
              },
              "value": {
                "type": "Literal",
                "start": 1033,
                "end": 1043,
                "loc": {
                  "start": {
                    "line": 62,
                    "column": 14
                  },
                  "end": {
                    "line": 62,
                    "column": 24
                  }
                },
                "value": "Disabled",
                "rawValue": "Disabled",
                "raw": "'Disabled'"
              },
              "kind": "init"
            },
            {
              "type": "Property",
              "start": 1049,
              "end": 1065,
              "loc": {
                "start": {
                  "line": 63,
                  "column": 4
                },
                "end": {
                  "line": 63,
                  "column": 20
                }
              },
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1049,
                "end": 1055,
                "loc": {
                  "start": {
                    "line": 63,
                    "column": 4
                  },
                  "end": {
                    "line": 63,
                    "column": 10
                  }
                },
                "name": "Online"
              },
              "value": {
                "type": "Literal",
                "start": 1057,
                "end": 1065,
                "loc": {
                  "start": {
                    "line": 63,
                    "column": 12
                  },
                  "end": {
                    "line": 63,
                    "column": 20
                  }
                },
                "value": "Online",
                "rawValue": "Online",
                "raw": "'Online'"
              },
              "kind": "init"
            },
            {
              "type": "Property",
              "start": 1071,
              "end": 1089,
              "loc": {
                "start": {
                  "line": 64,
                  "column": 4
                },
                "end": {
                  "line": 64,
                  "column": 22
                }
              },
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1071,
                "end": 1078,
                "loc": {
                  "start": {
                    "line": 64,
                    "column": 4
                  },
                  "end": {
                    "line": 64,
                    "column": 11
                  }
                },
                "name": "Offline"
              },
              "value": {
                "type": "Literal",
                "start": 1080,
                "end": 1089,
                "loc": {
                  "start": {
                    "line": 64,
                    "column": 13
                  },
                  "end": {
                    "line": 64,
                    "column": 22
                  }
                },
                "value": "Offline",
                "rawValue": "Offline",
                "raw": "'Offline'"
              },
              "kind": "init"
            }
          ]
        }
      }
    }
  ]
}