{
  "type": "Program",
  "start": 0,
  "end": 1158,
  "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": 40,
      "end": 971,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 56,
          "column": 1
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 55,
        "end": 971,
        "loc": {
          "start": {
            "line": 3,
            "column": 15
          },
          "end": {
            "line": 56,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 61,
          "end": 67,
          "loc": {
            "start": {
              "line": 3,
              "column": 21
            },
            "end": {
              "line": 3,
              "column": 27
            }
          },
          "name": "Plugin"
        },
        "superClass": {
          "type": "Identifier",
          "start": 76,
          "end": 82,
          "loc": {
            "start": {
              "line": 3,
              "column": 36
            },
            "end": {
              "line": 3,
              "column": 42
            }
          },
          "name": "Events"
        },
        "body": {
          "type": "ClassBody",
          "start": 83,
          "end": 971,
          "loc": {
            "start": {
              "line": 3,
              "column": 43
            },
            "end": {
              "line": 56,
              "column": 1
            }
          },
          "body": [
            {
              "type": "MethodDefinition",
              "start": 90,
              "end": 732,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 4
                },
                "end": {
                  "line": 34,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 90,
                "end": 101,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 4
                  },
                  "end": {
                    "line": 4,
                    "column": 15
                  }
                },
                "name": "constructor"
              },
              "static": false,
              "kind": "constructor",
              "value": {
                "type": "FunctionExpression",
                "start": 101,
                "end": 732,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 15
                  },
                  "end": {
                    "line": 34,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "AssignmentPattern",
                    "start": 102,
                    "end": 114,
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 16
                      },
                      "end": {
                        "line": 4,
                        "column": 28
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "start": 102,
                      "end": 109,
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 16
                        },
                        "end": {
                          "line": 4,
                          "column": 23
                        }
                      },
                      "name": "options"
                    },
                    "right": {
                      "type": "ObjectExpression",
                      "start": 112,
                      "end": 114,
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 26
                        },
                        "end": {
                          "line": 4,
                          "column": 28
                        }
                      },
                      "properties": []
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 116,
                  "end": 732,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 30
                    },
                    "end": {
                      "line": 34,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 129,
                      "end": 137,
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 8
                        },
                        "end": {
                          "line": 6,
                          "column": 16
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 129,
                        "end": 136,
                        "loc": {
                          "start": {
                            "line": 6,
                            "column": 8
                          },
                          "end": {
                            "line": 6,
                            "column": 15
                          }
                        },
                        "callee": {
                          "type": "Super",
                          "start": 129,
                          "end": 134,
                          "loc": {
                            "start": {
                              "line": 6,
                              "column": 8
                            },
                            "end": {
                              "line": 6,
                              "column": 13
                            }
                          }
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 149,
                      "end": 228,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 8
                        },
                        "end": {
                          "line": 9,
                          "column": 39
                        }
                      },
                      "expression": {
                        "type": "SequenceExpression",
                        "start": 149,
                        "end": 227,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 8
                          },
                          "end": {
                            "line": 9,
                            "column": 38
                          }
                        },
                        "expressions": [
                          {
                            "type": "AssignmentExpression",
                            "start": 149,
                            "end": 186,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 8
                              },
                              "end": {
                                "line": 8,
                                "column": 45
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "start": 149,
                              "end": 158,
                              "loc": {
                                "start": {
                                  "line": 8,
                                  "column": 8
                                },
                                "end": {
                                  "line": 8,
                                  "column": 17
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 149,
                                "end": 153,
                                "loc": {
                                  "start": {
                                    "line": 8,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 8,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 154,
                                "end": 158,
                                "loc": {
                                  "start": {
                                    "line": 8,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 8,
                                    "column": 17
                                  }
                                },
                                "name": "name"
                              },
                              "computed": false
                            },
                            "right": {
                              "type": "LogicalExpression",
                              "start": 161,
                              "end": 186,
                              "loc": {
                                "start": {
                                  "line": 8,
                                  "column": 20
                                },
                                "end": {
                                  "line": 8,
                                  "column": 45
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 161,
                                "end": 173,
                                "loc": {
                                  "start": {
                                    "line": 8,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 8,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 161,
                                  "end": 168,
                                  "loc": {
                                    "start": {
                                      "line": 8,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 8,
                                      "column": 27
                                    }
                                  },
                                  "name": "options"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 169,
                                  "end": 173,
                                  "loc": {
                                    "start": {
                                      "line": 8,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 8,
                                      "column": 32
                                    }
                                  },
                                  "name": "name"
                                },
                                "computed": false
                              },
                              "operator": "||",
                              "right": {
                                "type": "Literal",
                                "start": 177,
                                "end": 186,
                                "loc": {
                                  "start": {
                                    "line": 8,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 8,
                                    "column": 45
                                  }
                                },
                                "value": "unnamed",
                                "rawValue": "unnamed",
                                "raw": "'unnamed'"
                              }
                            }
                          },
                          {
                            "type": "AssignmentExpression",
                            "start": 197,
                            "end": 227,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 8
                              },
                              "end": {
                                "line": 9,
                                "column": 38
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "start": 197,
                              "end": 206,
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 8
                                },
                                "end": {
                                  "line": 9,
                                  "column": 17
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 197,
                                "end": 201,
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 202,
                                "end": 206,
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 17
                                  }
                                },
                                "name": "icon"
                              },
                              "computed": false
                            },
                            "right": {
                              "type": "LogicalExpression",
                              "start": 209,
                              "end": 227,
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 20
                                },
                                "end": {
                                  "line": 9,
                                  "column": 38
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 209,
                                "end": 221,
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 209,
                                  "end": 216,
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 27
                                    }
                                  },
                                  "name": "options"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 217,
                                  "end": 221,
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 32
                                    }
                                  },
                                  "name": "icon"
                                },
                                "computed": false
                              },
                              "operator": "||",
                              "right": {
                                "type": "Literal",
                                "start": 225,
                                "end": 227,
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 38
                                  }
                                },
                                "value": "",
                                "rawValue": "",
                                "raw": "''"
                              }
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 238,
                      "end": 267,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 8
                        },
                        "end": {
                          "line": 10,
                          "column": 37
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 238,
                        "end": 266,
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 8
                          },
                          "end": {
                            "line": 10,
                            "column": 36
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 238,
                          "end": 254,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 8
                            },
                            "end": {
                              "line": 10,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 238,
                            "end": 242,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 8
                              },
                              "end": {
                                "line": 10,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 243,
                            "end": 254,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 13
                              },
                              "end": {
                                "line": 10,
                                "column": 24
                              }
                            },
                            "name": "integration"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 257,
                          "end": 266,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 27
                            },
                            "end": {
                              "line": 10,
                              "column": 36
                            }
                          },
                          "name": "undefined"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 277,
                      "end": 292,
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 8
                        },
                        "end": {
                          "line": 11,
                          "column": 23
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 277,
                        "end": 291,
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 8
                          },
                          "end": {
                            "line": 11,
                            "column": 22
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 277,
                          "end": 286,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 8
                            },
                            "end": {
                              "line": 11,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 277,
                            "end": 281,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 8
                              },
                              "end": {
                                "line": 11,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 282,
                            "end": 286,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 13
                              },
                              "end": {
                                "line": 11,
                                "column": 17
                              }
                            },
                            "name": "data"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 289,
                          "end": 291,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 20
                            },
                            "end": {
                              "line": 11,
                              "column": 22
                            }
                          },
                          "properties": []
                        }
                      },
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Apply values",
                          "start": 304,
                          "end": 319,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 8
                            },
                            "end": {
                              "line": 13,
                              "column": 23
                            }
                          },
                          "range": [
                            304,
                            319
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 329,
                      "end": 723,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 8
                        },
                        "end": {
                          "line": 32,
                          "column": 11
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 329,
                        "end": 722,
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 8
                          },
                          "end": {
                            "line": 32,
                            "column": 10
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 329,
                          "end": 339,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 8
                            },
                            "end": {
                              "line": 14,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 329,
                            "end": 333,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 8
                              },
                              "end": {
                                "line": 14,
                                "column": 12
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 334,
                            "end": 339,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 13
                              },
                              "end": {
                                "line": 14,
                                "column": 18
                              }
                            },
                            "name": "apply"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 340,
                            "end": 721,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 19
                              },
                              "end": {
                                "line": 32,
                                "column": 9
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 355,
                                "end": 371,
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 28
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 355,
                                  "end": 364,
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 21
                                    }
                                  },
                                  "name": "collapsed"
                                },
                                "value": {
                                  "type": "Literal",
                                  "start": 366,
                                  "end": 371,
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 28
                                    }
                                  },
                                  "value": false,
                                  "rawValue": false,
                                  "raw": "false"
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 386,
                                "end": 397,
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 23
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 386,
                                  "end": 391,
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 17
                                    }
                                  },
                                  "name": "hasOk"
                                },
                                "value": {
                                  "type": "Literal",
                                  "start": 393,
                                  "end": 397,
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 23
                                    }
                                  },
                                  "value": true,
                                  "rawValue": true,
                                  "raw": "true"
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 412,
                                "end": 427,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 27
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 412,
                                  "end": 421,
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 21
                                    }
                                  },
                                  "name": "hasCancel"
                                },
                                "value": {
                                  "type": "Literal",
                                  "start": 423,
                                  "end": 427,
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 27
                                    }
                                  },
                                  "value": true,
                                  "rawValue": true,
                                  "raw": "true"
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 444,
                                "end": 453,
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 21
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 444,
                                  "end": 449,
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 17
                                    }
                                  },
                                  "name": "title"
                                },
                                "value": {
                                  "type": "Literal",
                                  "start": 451,
                                  "end": 453,
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 21
                                    }
                                  },
                                  "value": "",
                                  "rawValue": "",
                                  "raw": "''"
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 468,
                                "end": 479,
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 23
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 468,
                                  "end": 475,
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 19
                                    }
                                  },
                                  "name": "toolbar"
                                },
                                "value": {
                                  "type": "ArrayExpression",
                                  "start": 477,
                                  "end": 479,
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 23
                                    }
                                  },
                                  "elements": []
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 494,
                                "end": 506,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 24
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 494,
                                  "end": 502,
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 20
                                    }
                                  },
                                  "name": "elements"
                                },
                                "value": {
                                  "type": "ArrayExpression",
                                  "start": 504,
                                  "end": 506,
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 24
                                    }
                                  },
                                  "elements": []
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 521,
                                "end": 532,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 23
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 521,
                                  "end": 528,
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 19
                                    }
                                  },
                                  "name": "results"
                                },
                                "value": {
                                  "type": "ArrayExpression",
                                  "start": 530,
                                  "end": 532,
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 23
                                    }
                                  },
                                  "elements": []
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 547,
                                "end": 565,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 30
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 547,
                                  "end": 554,
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 19
                                    }
                                  },
                                  "name": "console"
                                },
                                "value": {
                                  "type": "Identifier",
                                  "start": 556,
                                  "end": 565,
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 30
                                    }
                                  },
                                  "name": "undefined"
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 582,
                                "end": 592,
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 22
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 582,
                                  "end": 588,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 18
                                    }
                                  },
                                  "name": "labels"
                                },
                                "value": {
                                  "type": "ArrayExpression",
                                  "start": 590,
                                  "end": 592,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 22
                                    }
                                  },
                                  "elements": []
                                },
                                "kind": "init"
                              },
                              {
                                "type": "SpreadProperty",
                                "start": 609,
                                "end": 619,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 22
                                  }
                                },
                                "argument": {
                                  "type": "Identifier",
                                  "start": 612,
                                  "end": 619,
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 22
                                    }
                                  },
                                  "name": "options"
                                }
                              },
                              {
                                "type": "Property",
                                "start": 636,
                                "end": 650,
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 26
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 636,
                                  "end": 643,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 19
                                    }
                                  },
                                  "name": "enabled"
                                },
                                "value": {
                                  "type": "Literal",
                                  "start": 645,
                                  "end": 650,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 26
                                    }
                                  },
                                  "value": false,
                                  "rawValue": false,
                                  "raw": "false"
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 665,
                                "end": 680,
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 27
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 665,
                                  "end": 669,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 16
                                    }
                                  },
                                  "name": "name"
                                },
                                "value": {
                                  "type": "MemberExpression",
                                  "start": 671,
                                  "end": 680,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 27
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 671,
                                    "end": 675,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 22
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 676,
                                    "end": 680,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 27
                                      }
                                    },
                                    "name": "name"
                                  },
                                  "computed": false
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 695,
                                "end": 710,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 27
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 695,
                                  "end": 699,
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 16
                                    }
                                  },
                                  "name": "icon"
                                },
                                "value": {
                                  "type": "MemberExpression",
                                  "start": 701,
                                  "end": 710,
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 27
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 701,
                                    "end": 705,
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 22
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 706,
                                    "end": 710,
                                    "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": 304,
                          "end": 319,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 8
                            },
                            "end": {
                              "line": 13,
                              "column": 23
                            }
                          },
                          "range": [
                            304,
                            319
                          ]
                        }
                      ]
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 740,
              "end": 840,
              "loc": {
                "start": {
                  "line": 36,
                  "column": 4
                },
                "end": {
                  "line": 38,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 740,
                "end": 745,
                "loc": {
                  "start": {
                    "line": 36,
                    "column": 4
                  },
                  "end": {
                    "line": 36,
                    "column": 9
                  }
                },
                "name": "apply"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 745,
                "end": 840,
                "loc": {
                  "start": {
                    "line": 36,
                    "column": 9
                  },
                  "end": {
                    "line": 38,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 746,
                    "end": 753,
                    "loc": {
                      "start": {
                        "line": 36,
                        "column": 10
                      },
                      "end": {
                        "line": 36,
                        "column": 17
                      }
                    },
                    "name": "objects"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 755,
                  "end": 840,
                  "loc": {
                    "start": {
                      "line": 36,
                      "column": 19
                    },
                    "end": {
                      "line": 38,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 766,
                      "end": 833,
                      "loc": {
                        "start": {
                          "line": 37,
                          "column": 8
                        },
                        "end": {
                          "line": 37,
                          "column": 75
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 766,
                        "end": 832,
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 8
                          },
                          "end": {
                            "line": 37,
                            "column": 74
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 766,
                          "end": 794,
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 8
                            },
                            "end": {
                              "line": 37,
                              "column": 36
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 766,
                            "end": 786,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 8
                              },
                              "end": {
                                "line": 37,
                                "column": 28
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 766,
                              "end": 777,
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 8
                                },
                                "end": {
                                  "line": 37,
                                  "column": 19
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 766,
                                "end": 772,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 14
                                  }
                                },
                                "name": "Object"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 773,
                                "end": 777,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 19
                                  }
                                },
                                "name": "keys"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 778,
                                "end": 785,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 27
                                  }
                                },
                                "name": "objects"
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 787,
                            "end": 794,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 29
                              },
                              "end": {
                                "line": 37,
                                "column": 36
                              }
                            },
                            "name": "forEach"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 795,
                            "end": 831,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 37
                              },
                              "end": {
                                "line": 37,
                                "column": 73
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 795,
                                "end": 798,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 40
                                  }
                                },
                                "name": "key"
                              }
                            ],
                            "body": {
                              "type": "AssignmentExpression",
                              "start": 802,
                              "end": 831,
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 44
                                },
                                "end": {
                                  "line": 37,
                                  "column": 73
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 802,
                                "end": 816,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 58
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 802,
                                  "end": 811,
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 44
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 53
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 802,
                                    "end": 806,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 48
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 807,
                                    "end": 811,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 53
                                      }
                                    },
                                    "name": "data"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 812,
                                  "end": 815,
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 54
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 57
                                    }
                                  },
                                  "name": "key"
                                },
                                "computed": true
                              },
                              "right": {
                                "type": "MemberExpression",
                                "start": 819,
                                "end": 831,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 61
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 73
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 819,
                                  "end": 826,
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 61
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 68
                                    }
                                  },
                                  "name": "objects"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 827,
                                  "end": 830,
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 69
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 72
                                    }
                                  },
                                  "name": "key"
                                },
                                "computed": true
                              }
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 848,
              "end": 873,
              "loc": {
                "start": {
                  "line": 40,
                  "column": 4
                },
                "end": {
                  "line": 42,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 848,
                "end": 860,
                "loc": {
                  "start": {
                    "line": 40,
                    "column": 4
                  },
                  "end": {
                    "line": 40,
                    "column": 16
                  }
                },
                "name": "onIntegrated"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 860,
                "end": 873,
                "loc": {
                  "start": {
                    "line": 40,
                    "column": 16
                  },
                  "end": {
                    "line": 42,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 863,
                  "end": 873,
                  "loc": {
                    "start": {
                      "line": 40,
                      "column": 19
                    },
                    "end": {
                      "line": 42,
                      "column": 5
                    }
                  },
                  "body": []
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 881,
              "end": 903,
              "loc": {
                "start": {
                  "line": 44,
                  "column": 4
                },
                "end": {
                  "line": 46,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 881,
                "end": 890,
                "loc": {
                  "start": {
                    "line": 44,
                    "column": 4
                  },
                  "end": {
                    "line": 44,
                    "column": 13
                  }
                },
                "name": "onEnabled"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 890,
                "end": 903,
                "loc": {
                  "start": {
                    "line": 44,
                    "column": 13
                  },
                  "end": {
                    "line": 46,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 893,
                  "end": 903,
                  "loc": {
                    "start": {
                      "line": 44,
                      "column": 16
                    },
                    "end": {
                      "line": 46,
                      "column": 5
                    }
                  },
                  "body": []
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 911,
              "end": 934,
              "loc": {
                "start": {
                  "line": 48,
                  "column": 4
                },
                "end": {
                  "line": 50,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 911,
                "end": 921,
                "loc": {
                  "start": {
                    "line": 48,
                    "column": 4
                  },
                  "end": {
                    "line": 48,
                    "column": 14
                  }
                },
                "name": "onDisabled"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 921,
                "end": 934,
                "loc": {
                  "start": {
                    "line": 48,
                    "column": 14
                  },
                  "end": {
                    "line": 50,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 924,
                  "end": 934,
                  "loc": {
                    "start": {
                      "line": 48,
                      "column": 17
                    },
                    "end": {
                      "line": 50,
                      "column": 5
                    }
                  },
                  "body": []
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 942,
              "end": 966,
              "loc": {
                "start": {
                  "line": 52,
                  "column": 4
                },
                "end": {
                  "line": 54,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 942,
                "end": 953,
                "loc": {
                  "start": {
                    "line": 52,
                    "column": 4
                  },
                  "end": {
                    "line": 52,
                    "column": 15
                  }
                },
                "name": "onDestroyed"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 953,
                "end": 966,
                "loc": {
                  "start": {
                    "line": 52,
                    "column": 15
                  },
                  "end": {
                    "line": 54,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 956,
                  "end": 966,
                  "loc": {
                    "start": {
                      "line": 52,
                      "column": 18
                    },
                    "end": {
                      "line": 54,
                      "column": 5
                    }
                  },
                  "body": []
                }
              }
            }
          ]
        },
        "leadingComments": [],
        "trailingComments": []
      }
    },
    {
      "type": "ExpressionStatement",
      "start": 975,
      "end": 1156,
      "loc": {
        "start": {
          "line": 58,
          "column": 0
        },
        "end": {
          "line": 65,
          "column": 2
        }
      },
      "expression": {
        "type": "AssignmentExpression",
        "start": 975,
        "end": 1155,
        "loc": {
          "start": {
            "line": 58,
            "column": 0
          },
          "end": {
            "line": 65,
            "column": 1
          }
        },
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "start": 975,
          "end": 988,
          "loc": {
            "start": {
              "line": 58,
              "column": 0
            },
            "end": {
              "line": 58,
              "column": 13
            }
          },
          "object": {
            "type": "Identifier",
            "start": 975,
            "end": 981,
            "loc": {
              "start": {
                "line": 58,
                "column": 0
              },
              "end": {
                "line": 58,
                "column": 6
              }
            },
            "name": "Plugin"
          },
          "property": {
            "type": "Identifier",
            "start": 982,
            "end": 988,
            "loc": {
              "start": {
                "line": 58,
                "column": 7
              },
              "end": {
                "line": 58,
                "column": 13
              }
            },
            "name": "Events"
          },
          "computed": false
        },
        "right": {
          "type": "ObjectExpression",
          "start": 991,
          "end": 1155,
          "loc": {
            "start": {
              "line": 58,
              "column": 16
            },
            "end": {
              "line": 65,
              "column": 1
            }
          },
          "properties": [
            {
              "type": "Property",
              "start": 998,
              "end": 1023,
              "loc": {
                "start": {
                  "line": 59,
                  "column": 4
                },
                "end": {
                  "line": 59,
                  "column": 29
                }
              },
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 998,
                "end": 1008,
                "loc": {
                  "start": {
                    "line": 59,
                    "column": 4
                  },
                  "end": {
                    "line": 59,
                    "column": 14
                  }
                },
                "name": "Integrated"
              },
              "value": {
                "type": "Literal",
                "start": 1011,
                "end": 1023,
                "loc": {
                  "start": {
                    "line": 59,
                    "column": 17
                  },
                  "end": {
                    "line": 59,
                    "column": 29
                  }
                },
                "value": "Integrated",
                "rawValue": "Integrated",
                "raw": "'Integrated'"
              },
              "kind": "init"
            },
            {
              "type": "Property",
              "start": 1030,
              "end": 1052,
              "loc": {
                "start": {
                  "line": 60,
                  "column": 4
                },
                "end": {
                  "line": 60,
                  "column": 26
                }
              },
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1030,
                "end": 1039,
                "loc": {
                  "start": {
                    "line": 60,
                    "column": 4
                  },
                  "end": {
                    "line": 60,
                    "column": 13
                  }
                },
                "name": "Destroyed"
              },
              "value": {
                "type": "Literal",
                "start": 1041,
                "end": 1052,
                "loc": {
                  "start": {
                    "line": 60,
                    "column": 15
                  },
                  "end": {
                    "line": 60,
                    "column": 26
                  }
                },
                "value": "Destroyed",
                "rawValue": "Destroyed",
                "raw": "'Destroyed'"
              },
              "kind": "init"
            },
            {
              "type": "Property",
              "start": 1059,
              "end": 1077,
              "loc": {
                "start": {
                  "line": 61,
                  "column": 4
                },
                "end": {
                  "line": 61,
                  "column": 22
                }
              },
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1059,
                "end": 1066,
                "loc": {
                  "start": {
                    "line": 61,
                    "column": 4
                  },
                  "end": {
                    "line": 61,
                    "column": 11
                  }
                },
                "name": "Enabled"
              },
              "value": {
                "type": "Literal",
                "start": 1068,
                "end": 1077,
                "loc": {
                  "start": {
                    "line": 61,
                    "column": 13
                  },
                  "end": {
                    "line": 61,
                    "column": 22
                  }
                },
                "value": "Enabled",
                "rawValue": "Enabled",
                "raw": "'Enabled'"
              },
              "kind": "init"
            },
            {
              "type": "Property",
              "start": 1084,
              "end": 1104,
              "loc": {
                "start": {
                  "line": 62,
                  "column": 4
                },
                "end": {
                  "line": 62,
                  "column": 24
                }
              },
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1084,
                "end": 1092,
                "loc": {
                  "start": {
                    "line": 62,
                    "column": 4
                  },
                  "end": {
                    "line": 62,
                    "column": 12
                  }
                },
                "name": "Disabled"
              },
              "value": {
                "type": "Literal",
                "start": 1094,
                "end": 1104,
                "loc": {
                  "start": {
                    "line": 62,
                    "column": 14
                  },
                  "end": {
                    "line": 62,
                    "column": 24
                  }
                },
                "value": "Disabled",
                "rawValue": "Disabled",
                "raw": "'Disabled'"
              },
              "kind": "init"
            },
            {
              "type": "Property",
              "start": 1111,
              "end": 1127,
              "loc": {
                "start": {
                  "line": 63,
                  "column": 4
                },
                "end": {
                  "line": 63,
                  "column": 20
                }
              },
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1111,
                "end": 1117,
                "loc": {
                  "start": {
                    "line": 63,
                    "column": 4
                  },
                  "end": {
                    "line": 63,
                    "column": 10
                  }
                },
                "name": "Online"
              },
              "value": {
                "type": "Literal",
                "start": 1119,
                "end": 1127,
                "loc": {
                  "start": {
                    "line": 63,
                    "column": 12
                  },
                  "end": {
                    "line": 63,
                    "column": 20
                  }
                },
                "value": "Online",
                "rawValue": "Online",
                "raw": "'Online'"
              },
              "kind": "init"
            },
            {
              "type": "Property",
              "start": 1134,
              "end": 1152,
              "loc": {
                "start": {
                  "line": 64,
                  "column": 4
                },
                "end": {
                  "line": 64,
                  "column": 22
                }
              },
              "method": false,
              "shorthand": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1134,
                "end": 1141,
                "loc": {
                  "start": {
                    "line": 64,
                    "column": 4
                  },
                  "end": {
                    "line": 64,
                    "column": 11
                  }
                },
                "name": "Offline"
              },
              "value": {
                "type": "Literal",
                "start": 1143,
                "end": 1152,
                "loc": {
                  "start": {
                    "line": 64,
                    "column": 13
                  },
                  "end": {
                    "line": 64,
                    "column": 22
                  }
                },
                "value": "Offline",
                "rawValue": "Offline",
                "raw": "'Offline'"
              },
              "kind": "init"
            }
          ]
        }
      }
    }
  ]
}