{
  "type": "Program",
  "start": 0,
  "end": 8674,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 199,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 55,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 55
        }
      },
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "start": 9,
          "end": 15,
          "loc": {
            "start": {
              "line": 1,
              "column": 9
            },
            "end": {
              "line": 1,
              "column": 15
            }
          },
          "imported": {
            "type": "Identifier",
            "start": 9,
            "end": 15,
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 15
              }
            },
            "name": "Plugin"
          },
          "local": {
            "type": "Identifier",
            "start": 9,
            "end": 15,
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 15
              }
            },
            "name": "Plugin"
          }
        },
        {
          "type": "ImportSpecifier",
          "start": 17,
          "end": 24,
          "loc": {
            "start": {
              "line": 1,
              "column": 17
            },
            "end": {
              "line": 1,
              "column": 24
            }
          },
          "imported": {
            "type": "Identifier",
            "start": 17,
            "end": 24,
            "loc": {
              "start": {
                "line": 1,
                "column": 17
              },
              "end": {
                "line": 1,
                "column": 24
              }
            },
            "name": "Element"
          },
          "local": {
            "type": "Identifier",
            "start": 17,
            "end": 24,
            "loc": {
              "start": {
                "line": 1,
                "column": 17
              },
              "end": {
                "line": 1,
                "column": 24
              }
            },
            "name": "Element"
          }
        },
        {
          "type": "ImportSpecifier",
          "start": 26,
          "end": 35,
          "loc": {
            "start": {
              "line": 1,
              "column": 26
            },
            "end": {
              "line": 1,
              "column": 35
            }
          },
          "imported": {
            "type": "Identifier",
            "start": 26,
            "end": 35,
            "loc": {
              "start": {
                "line": 1,
                "column": 26
              },
              "end": {
                "line": 1,
                "column": 35
              }
            },
            "name": "Selection"
          },
          "local": {
            "type": "Identifier",
            "start": 26,
            "end": 35,
            "loc": {
              "start": {
                "line": 1,
                "column": 26
              },
              "end": {
                "line": 1,
                "column": 35
              }
            },
            "name": "Selection"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 43,
        "end": 54,
        "loc": {
          "start": {
            "line": 1,
            "column": 43
          },
          "end": {
            "line": 1,
            "column": 54
          }
        },
        "value": "../plugin",
        "rawValue": "../plugin",
        "raw": "'../plugin'"
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "* Integration manages plugins. It is the M(odel) in M(odel)VM(Viewmodel). This class can be reflected by any\r\n    MVM framework such as React, Angular, Vue and others. Both Integration and Plugins keep critical data from leaking\r\n    by relying on internals under this.* and modeldata under this.data.",
          "start": 59,
          "end": 364,
          "loc": {
            "start": {
              "line": 3,
              "column": 0
            },
            "end": {
              "line": 5,
              "column": 73
            }
          },
          "range": [
            59,
            364
          ]
        }
      ]
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 366,
      "end": 8672,
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 198,
          "column": 1
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 381,
        "end": 8672,
        "loc": {
          "start": {
            "line": 6,
            "column": 15
          },
          "end": {
            "line": 198,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 387,
          "end": 398,
          "loc": {
            "start": {
              "line": 6,
              "column": 21
            },
            "end": {
              "line": 6,
              "column": 32
            }
          },
          "name": "Integration",
          "leadingComments": null
        },
        "superClass": null,
        "body": {
          "type": "ClassBody",
          "start": 399,
          "end": 8672,
          "loc": {
            "start": {
              "line": 6,
              "column": 33
            },
            "end": {
              "line": 198,
              "column": 1
            }
          },
          "body": [
            {
              "type": "MethodDefinition",
              "start": 1082,
              "end": 2185,
              "loc": {
                "start": {
                  "line": 17,
                  "column": 4
                },
                "end": {
                  "line": 45,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1082,
                "end": 1093,
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 4
                  },
                  "end": {
                    "line": 17,
                    "column": 15
                  }
                },
                "name": "constructor",
                "leadingComments": null
              },
              "static": false,
              "kind": "constructor",
              "value": {
                "type": "FunctionExpression",
                "start": 1093,
                "end": 2185,
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 15
                  },
                  "end": {
                    "line": 45,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "AssignmentPattern",
                    "start": 1094,
                    "end": 1106,
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 16
                      },
                      "end": {
                        "line": 17,
                        "column": 28
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "start": 1094,
                      "end": 1101,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 16
                        },
                        "end": {
                          "line": 17,
                          "column": 23
                        }
                      },
                      "name": "options"
                    },
                    "right": {
                      "type": "ObjectExpression",
                      "start": 1104,
                      "end": 1106,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 26
                        },
                        "end": {
                          "line": 17,
                          "column": 28
                        }
                      },
                      "properties": []
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1108,
                  "end": 2185,
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 30
                    },
                    "end": {
                      "line": 45,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 1121,
                      "end": 1139,
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 8
                        },
                        "end": {
                          "line": 19,
                          "column": 26
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1121,
                        "end": 1138,
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 8
                          },
                          "end": {
                            "line": 19,
                            "column": 25
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1121,
                          "end": 1133,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 8
                            },
                            "end": {
                              "line": 19,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1121,
                            "end": 1125,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 8
                              },
                              "end": {
                                "line": 19,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1126,
                            "end": 1133,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 13
                              },
                              "end": {
                                "line": 19,
                                "column": 20
                              }
                            },
                            "name": "plugins"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 1136,
                          "end": 1138,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 23
                            },
                            "end": {
                              "line": 19,
                              "column": 25
                            }
                          },
                          "properties": []
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 1151,
                      "end": 1260,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 8
                        },
                        "end": {
                          "line": 22,
                          "column": 89
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 1155,
                        "end": 1168,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 12
                          },
                          "end": {
                            "line": 21,
                            "column": 25
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 1156,
                          "end": 1168,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 13
                            },
                            "end": {
                              "line": 21,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1156,
                            "end": 1163,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 13
                              },
                              "end": {
                                "line": 21,
                                "column": 20
                              }
                            },
                            "name": "options"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1164,
                            "end": 1168,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 21
                              },
                              "end": {
                                "line": 21,
                                "column": 25
                              }
                            },
                            "name": "view"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "ThrowStatement",
                        "start": 1183,
                        "end": 1260,
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 12
                          },
                          "end": {
                            "line": 22,
                            "column": 89
                          }
                        },
                        "argument": {
                          "type": "Literal",
                          "start": 1189,
                          "end": 1258,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 18
                            },
                            "end": {
                              "line": 22,
                              "column": 87
                            }
                          },
                          "value": "Integration needs a view passed in: new Integration({ view: ... })!",
                          "rawValue": "Integration needs a view passed in: new Integration({ view: ... })!",
                          "raw": "\"Integration needs a view passed in: new Integration({ view: ... })!\"",
                          "parenthesizedExpression": true
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1272,
                      "end": 1297,
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 8
                        },
                        "end": {
                          "line": 24,
                          "column": 33
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1272,
                        "end": 1296,
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 8
                          },
                          "end": {
                            "line": 24,
                            "column": 32
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1272,
                          "end": 1281,
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 8
                            },
                            "end": {
                              "line": 24,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1272,
                            "end": 1276,
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 8
                              },
                              "end": {
                                "line": 24,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1277,
                            "end": 1281,
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 13
                              },
                              "end": {
                                "line": 24,
                                "column": 17
                              }
                            },
                            "name": "view"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 1284,
                          "end": 1296,
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 20
                            },
                            "end": {
                              "line": 24,
                              "column": 32
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1284,
                            "end": 1291,
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 20
                              },
                              "end": {
                                "line": 24,
                                "column": 27
                              }
                            },
                            "name": "options"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1292,
                            "end": 1296,
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 28
                              },
                              "end": {
                                "line": 24,
                                "column": 32
                              }
                            },
                            "name": "view"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1307,
                      "end": 1338,
                      "loc": {
                        "start": {
                          "line": 25,
                          "column": 8
                        },
                        "end": {
                          "line": 25,
                          "column": 39
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1307,
                        "end": 1337,
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 8
                          },
                          "end": {
                            "line": 25,
                            "column": 38
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1307,
                          "end": 1318,
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 8
                            },
                            "end": {
                              "line": 25,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1307,
                            "end": 1311,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 8
                              },
                              "end": {
                                "line": 25,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1312,
                            "end": 1318,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 13
                              },
                              "end": {
                                "line": 25,
                                "column": 19
                              }
                            },
                            "name": "canvas"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 1321,
                          "end": 1337,
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 22
                            },
                            "end": {
                              "line": 25,
                              "column": 38
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1321,
                            "end": 1330,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 22
                              },
                              "end": {
                                "line": 25,
                                "column": 31
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1321,
                              "end": 1325,
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 22
                                },
                                "end": {
                                  "line": 25,
                                  "column": 26
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1326,
                              "end": 1330,
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 27
                                },
                                "end": {
                                  "line": 25,
                                  "column": 31
                                }
                              },
                              "name": "view"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1331,
                            "end": 1337,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 32
                              },
                              "end": {
                                "line": 25,
                                "column": 38
                              }
                            },
                            "name": "canvas"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1348,
                      "end": 1394,
                      "loc": {
                        "start": {
                          "line": 26,
                          "column": 8
                        },
                        "end": {
                          "line": 26,
                          "column": 54
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1348,
                        "end": 1393,
                        "loc": {
                          "start": {
                            "line": 26,
                            "column": 8
                          },
                          "end": {
                            "line": 26,
                            "column": 53
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1348,
                          "end": 1362,
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 8
                            },
                            "end": {
                              "line": 26,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1348,
                            "end": 1352,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 8
                              },
                              "end": {
                                "line": 26,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1353,
                            "end": 1362,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 13
                              },
                              "end": {
                                "line": 26,
                                "column": 22
                              }
                            },
                            "name": "selection"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 1365,
                          "end": 1393,
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 25
                            },
                            "end": {
                              "line": 26,
                              "column": 53
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 1369,
                            "end": 1378,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 29
                              },
                              "end": {
                                "line": 26,
                                "column": 38
                              }
                            },
                            "name": "Selection"
                          },
                          "arguments": [
                            {
                              "type": "ThisExpression",
                              "start": 1379,
                              "end": 1383,
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 39
                                },
                                "end": {
                                  "line": 26,
                                  "column": 43
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "start": 1385,
                              "end": 1392,
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 45
                                },
                                "end": {
                                  "line": 26,
                                  "column": 52
                                }
                              },
                              "name": "options"
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 1406,
                      "end": 1841,
                      "loc": {
                        "start": {
                          "line": 28,
                          "column": 8
                        },
                        "end": {
                          "line": 34,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 1410,
                        "end": 1424,
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 12
                          },
                          "end": {
                            "line": 28,
                            "column": 26
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 1410,
                          "end": 1417,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 12
                            },
                            "end": {
                              "line": 28,
                              "column": 19
                            }
                          },
                          "name": "options"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1418,
                          "end": 1424,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 20
                            },
                            "end": {
                              "line": 28,
                              "column": 26
                            }
                          },
                          "name": "socket"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 1426,
                        "end": 1841,
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 28
                          },
                          "end": {
                            "line": 34,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 1441,
                            "end": 1470,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 12
                              },
                              "end": {
                                "line": 29,
                                "column": 41
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 1441,
                              "end": 1469,
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 12
                                },
                                "end": {
                                  "line": 29,
                                  "column": 40
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 1441,
                                "end": 1452,
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 23
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1441,
                                  "end": 1445,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1446,
                                  "end": 1452,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 23
                                    }
                                  },
                                  "name": "socket"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "MemberExpression",
                                "start": 1455,
                                "end": 1469,
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 40
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1455,
                                  "end": 1462,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 33
                                    }
                                  },
                                  "name": "options"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1463,
                                  "end": 1469,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 40
                                    }
                                  },
                                  "name": "socket"
                                },
                                "computed": false
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 1484,
                            "end": 1648,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 12
                              },
                              "end": {
                                "line": 31,
                                "column": 121
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 1484,
                              "end": 1647,
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 12
                                },
                                "end": {
                                  "line": 31,
                                  "column": 120
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1484,
                                "end": 1498,
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 26
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 1484,
                                  "end": 1495,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 23
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 1484,
                                    "end": 1488,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1489,
                                    "end": 1495,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 23
                                      }
                                    },
                                    "name": "socket"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1496,
                                  "end": 1498,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 26
                                    }
                                  },
                                  "name": "on"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Literal",
                                  "start": 1499,
                                  "end": 1510,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 38
                                    }
                                  },
                                  "value": "connected",
                                  "rawValue": "connected",
                                  "raw": "'connected'"
                                },
                                {
                                  "type": "ArrowFunctionExpression",
                                  "start": 1512,
                                  "end": 1646,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 119
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": true,
                                  "async": false,
                                  "params": [
                                    {
                                      "type": "Identifier",
                                      "start": 1512,
                                      "end": 1522,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 50
                                        }
                                      },
                                      "name": "connection"
                                    }
                                  ],
                                  "body": {
                                    "type": "CallExpression",
                                    "start": 1543,
                                    "end": 1646,
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 119
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1543,
                                      "end": 1581,
                                      "loc": {
                                        "start": {
                                          "line": 31,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 31,
                                          "column": 54
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 1543,
                                        "end": 1573,
                                        "loc": {
                                          "start": {
                                            "line": 31,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 31,
                                            "column": 46
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 1543,
                                          "end": 1554,
                                          "loc": {
                                            "start": {
                                              "line": 31,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 31,
                                              "column": 27
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1543,
                                            "end": 1549,
                                            "loc": {
                                              "start": {
                                                "line": 31,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 31,
                                                "column": 22
                                              }
                                            },
                                            "name": "Object"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1550,
                                            "end": 1554,
                                            "loc": {
                                              "start": {
                                                "line": 31,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 31,
                                                "column": 27
                                              }
                                            },
                                            "name": "keys"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 1555,
                                            "end": 1572,
                                            "loc": {
                                              "start": {
                                                "line": 31,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 31,
                                                "column": 45
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 1555,
                                              "end": 1564,
                                              "loc": {
                                                "start": {
                                                  "line": 31,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 31,
                                                  "column": 37
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 1555,
                                                "end": 1559,
                                                "loc": {
                                                  "start": {
                                                    "line": 31,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 31,
                                                    "column": 32
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1560,
                                                "end": 1564,
                                                "loc": {
                                                  "start": {
                                                    "line": 31,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 31,
                                                    "column": 37
                                                  }
                                                },
                                                "name": "data"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1565,
                                              "end": 1572,
                                              "loc": {
                                                "start": {
                                                  "line": 31,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 31,
                                                  "column": 45
                                                }
                                              },
                                              "name": "plugins"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1574,
                                        "end": 1581,
                                        "loc": {
                                          "start": {
                                            "line": 31,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 31,
                                            "column": 54
                                          }
                                        },
                                        "name": "forEach"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "ArrowFunctionExpression",
                                        "start": 1582,
                                        "end": 1645,
                                        "loc": {
                                          "start": {
                                            "line": 31,
                                            "column": 55
                                          },
                                          "end": {
                                            "line": 31,
                                            "column": 118
                                          }
                                        },
                                        "id": null,
                                        "generator": false,
                                        "expression": true,
                                        "async": false,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "start": 1582,
                                            "end": 1585,
                                            "loc": {
                                              "start": {
                                                "line": 31,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 31,
                                                "column": 58
                                              }
                                            },
                                            "name": "key"
                                          }
                                        ],
                                        "body": {
                                          "type": "CallExpression",
                                          "start": 1589,
                                          "end": 1645,
                                          "loc": {
                                            "start": {
                                              "line": 31,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 31,
                                              "column": 118
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 1589,
                                            "end": 1611,
                                            "loc": {
                                              "start": {
                                                "line": 31,
                                                "column": 62
                                              },
                                              "end": {
                                                "line": 31,
                                                "column": 84
                                              }
                                            },
                                            "object": {
                                              "type": "CallExpression",
                                              "start": 1589,
                                              "end": 1606,
                                              "loc": {
                                                "start": {
                                                  "line": 31,
                                                  "column": 62
                                                },
                                                "end": {
                                                  "line": 31,
                                                  "column": 79
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 1589,
                                                "end": 1601,
                                                "loc": {
                                                  "start": {
                                                    "line": 31,
                                                    "column": 62
                                                  },
                                                  "end": {
                                                    "line": 31,
                                                    "column": 74
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 1589,
                                                  "end": 1593,
                                                  "loc": {
                                                    "start": {
                                                      "line": 31,
                                                      "column": 62
                                                    },
                                                    "end": {
                                                      "line": 31,
                                                      "column": 66
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1594,
                                                  "end": 1601,
                                                  "loc": {
                                                    "start": {
                                                      "line": 31,
                                                      "column": 67
                                                    },
                                                    "end": {
                                                      "line": 31,
                                                      "column": 74
                                                    }
                                                  },
                                                  "name": "resolve"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 1602,
                                                  "end": 1605,
                                                  "loc": {
                                                    "start": {
                                                      "line": 31,
                                                      "column": 75
                                                    },
                                                    "end": {
                                                      "line": 31,
                                                      "column": 78
                                                    }
                                                  },
                                                  "name": "key"
                                                }
                                              ]
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1607,
                                              "end": 1611,
                                              "loc": {
                                                "start": {
                                                  "line": 31,
                                                  "column": 80
                                                },
                                                "end": {
                                                  "line": 31,
                                                  "column": 84
                                                }
                                              },
                                              "name": "emit"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 1612,
                                              "end": 1632,
                                              "loc": {
                                                "start": {
                                                  "line": 31,
                                                  "column": 85
                                                },
                                                "end": {
                                                  "line": 31,
                                                  "column": 105
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 1612,
                                                "end": 1625,
                                                "loc": {
                                                  "start": {
                                                    "line": 31,
                                                    "column": 85
                                                  },
                                                  "end": {
                                                    "line": 31,
                                                    "column": 98
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1612,
                                                  "end": 1618,
                                                  "loc": {
                                                    "start": {
                                                      "line": 31,
                                                      "column": 85
                                                    },
                                                    "end": {
                                                      "line": 31,
                                                      "column": 91
                                                    }
                                                  },
                                                  "name": "Plugin"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1619,
                                                  "end": 1625,
                                                  "loc": {
                                                    "start": {
                                                      "line": 31,
                                                      "column": 92
                                                    },
                                                    "end": {
                                                      "line": 31,
                                                      "column": 98
                                                    }
                                                  },
                                                  "name": "Events"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1626,
                                                "end": 1632,
                                                "loc": {
                                                  "start": {
                                                    "line": 31,
                                                    "column": 99
                                                  },
                                                  "end": {
                                                    "line": 31,
                                                    "column": 105
                                                  }
                                                },
                                                "name": "Online"
                                              },
                                              "computed": false
                                            },
                                            {
                                              "type": "Identifier",
                                              "start": 1634,
                                              "end": 1644,
                                              "loc": {
                                                "start": {
                                                  "line": 31,
                                                  "column": 107
                                                },
                                                "end": {
                                                  "line": 31,
                                                  "column": 117
                                                }
                                              },
                                              "name": "connection"
                                            }
                                          ]
                                        }
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 1662,
                            "end": 1830,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 12
                              },
                              "end": {
                                "line": 33,
                                "column": 122
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 1662,
                              "end": 1829,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 12
                                },
                                "end": {
                                  "line": 33,
                                  "column": 121
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1662,
                                "end": 1676,
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 26
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 1662,
                                  "end": 1673,
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 23
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 1662,
                                    "end": 1666,
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1667,
                                    "end": 1673,
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 23
                                      }
                                    },
                                    "name": "socket"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1674,
                                  "end": 1676,
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 26
                                    }
                                  },
                                  "name": "on"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Literal",
                                  "start": 1677,
                                  "end": 1691,
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 41
                                    }
                                  },
                                  "value": "disconnected",
                                  "rawValue": "disconnected",
                                  "raw": "'disconnected'"
                                },
                                {
                                  "type": "ArrowFunctionExpression",
                                  "start": 1693,
                                  "end": 1828,
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 120
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": true,
                                  "async": false,
                                  "params": [
                                    {
                                      "type": "Identifier",
                                      "start": 1693,
                                      "end": 1703,
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 53
                                        }
                                      },
                                      "name": "connection"
                                    }
                                  ],
                                  "body": {
                                    "type": "CallExpression",
                                    "start": 1724,
                                    "end": 1828,
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 120
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1724,
                                      "end": 1762,
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 54
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 1724,
                                        "end": 1754,
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 46
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 1724,
                                          "end": 1735,
                                          "loc": {
                                            "start": {
                                              "line": 33,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 33,
                                              "column": 27
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1724,
                                            "end": 1730,
                                            "loc": {
                                              "start": {
                                                "line": 33,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 33,
                                                "column": 22
                                              }
                                            },
                                            "name": "Object"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1731,
                                            "end": 1735,
                                            "loc": {
                                              "start": {
                                                "line": 33,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 33,
                                                "column": 27
                                              }
                                            },
                                            "name": "keys"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 1736,
                                            "end": 1753,
                                            "loc": {
                                              "start": {
                                                "line": 33,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 33,
                                                "column": 45
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 1736,
                                              "end": 1745,
                                              "loc": {
                                                "start": {
                                                  "line": 33,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 33,
                                                  "column": 37
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 1736,
                                                "end": 1740,
                                                "loc": {
                                                  "start": {
                                                    "line": 33,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 33,
                                                    "column": 32
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1741,
                                                "end": 1745,
                                                "loc": {
                                                  "start": {
                                                    "line": 33,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 33,
                                                    "column": 37
                                                  }
                                                },
                                                "name": "data"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1746,
                                              "end": 1753,
                                              "loc": {
                                                "start": {
                                                  "line": 33,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 33,
                                                  "column": 45
                                                }
                                              },
                                              "name": "plugins"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1755,
                                        "end": 1762,
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 54
                                          }
                                        },
                                        "name": "forEach"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "ArrowFunctionExpression",
                                        "start": 1763,
                                        "end": 1827,
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 55
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 119
                                          }
                                        },
                                        "id": null,
                                        "generator": false,
                                        "expression": true,
                                        "async": false,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "start": 1763,
                                            "end": 1766,
                                            "loc": {
                                              "start": {
                                                "line": 33,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 33,
                                                "column": 58
                                              }
                                            },
                                            "name": "key"
                                          }
                                        ],
                                        "body": {
                                          "type": "CallExpression",
                                          "start": 1770,
                                          "end": 1827,
                                          "loc": {
                                            "start": {
                                              "line": 33,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 33,
                                              "column": 119
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 1770,
                                            "end": 1792,
                                            "loc": {
                                              "start": {
                                                "line": 33,
                                                "column": 62
                                              },
                                              "end": {
                                                "line": 33,
                                                "column": 84
                                              }
                                            },
                                            "object": {
                                              "type": "CallExpression",
                                              "start": 1770,
                                              "end": 1787,
                                              "loc": {
                                                "start": {
                                                  "line": 33,
                                                  "column": 62
                                                },
                                                "end": {
                                                  "line": 33,
                                                  "column": 79
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 1770,
                                                "end": 1782,
                                                "loc": {
                                                  "start": {
                                                    "line": 33,
                                                    "column": 62
                                                  },
                                                  "end": {
                                                    "line": 33,
                                                    "column": 74
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 1770,
                                                  "end": 1774,
                                                  "loc": {
                                                    "start": {
                                                      "line": 33,
                                                      "column": 62
                                                    },
                                                    "end": {
                                                      "line": 33,
                                                      "column": 66
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1775,
                                                  "end": 1782,
                                                  "loc": {
                                                    "start": {
                                                      "line": 33,
                                                      "column": 67
                                                    },
                                                    "end": {
                                                      "line": 33,
                                                      "column": 74
                                                    }
                                                  },
                                                  "name": "resolve"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 1783,
                                                  "end": 1786,
                                                  "loc": {
                                                    "start": {
                                                      "line": 33,
                                                      "column": 75
                                                    },
                                                    "end": {
                                                      "line": 33,
                                                      "column": 78
                                                    }
                                                  },
                                                  "name": "key"
                                                }
                                              ]
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1788,
                                              "end": 1792,
                                              "loc": {
                                                "start": {
                                                  "line": 33,
                                                  "column": 80
                                                },
                                                "end": {
                                                  "line": 33,
                                                  "column": 84
                                                }
                                              },
                                              "name": "emit"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 1793,
                                              "end": 1814,
                                              "loc": {
                                                "start": {
                                                  "line": 33,
                                                  "column": 85
                                                },
                                                "end": {
                                                  "line": 33,
                                                  "column": 106
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 1793,
                                                "end": 1806,
                                                "loc": {
                                                  "start": {
                                                    "line": 33,
                                                    "column": 85
                                                  },
                                                  "end": {
                                                    "line": 33,
                                                    "column": 98
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1793,
                                                  "end": 1799,
                                                  "loc": {
                                                    "start": {
                                                      "line": 33,
                                                      "column": 85
                                                    },
                                                    "end": {
                                                      "line": 33,
                                                      "column": 91
                                                    }
                                                  },
                                                  "name": "Plugin"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1800,
                                                  "end": 1806,
                                                  "loc": {
                                                    "start": {
                                                      "line": 33,
                                                      "column": 92
                                                    },
                                                    "end": {
                                                      "line": 33,
                                                      "column": 98
                                                    }
                                                  },
                                                  "name": "Events"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1807,
                                                "end": 1814,
                                                "loc": {
                                                  "start": {
                                                    "line": 33,
                                                    "column": 99
                                                  },
                                                  "end": {
                                                    "line": 33,
                                                    "column": 106
                                                  }
                                                },
                                                "name": "Offline"
                                              },
                                              "computed": false
                                            },
                                            {
                                              "type": "Identifier",
                                              "start": 1816,
                                              "end": 1826,
                                              "loc": {
                                                "start": {
                                                  "line": 33,
                                                  "column": 108
                                                },
                                                "end": {
                                                  "line": 33,
                                                  "column": 118
                                                }
                                              },
                                              "name": "connection"
                                            }
                                          ]
                                        }
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1853,
                      "end": 2176,
                      "loc": {
                        "start": {
                          "line": 36,
                          "column": 8
                        },
                        "end": {
                          "line": 43,
                          "column": 10
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1853,
                        "end": 2175,
                        "loc": {
                          "start": {
                            "line": 36,
                            "column": 8
                          },
                          "end": {
                            "line": 43,
                            "column": 9
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1853,
                          "end": 1862,
                          "loc": {
                            "start": {
                              "line": 36,
                              "column": 8
                            },
                            "end": {
                              "line": 36,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1853,
                            "end": 1857,
                            "loc": {
                              "start": {
                                "line": 36,
                                "column": 8
                              },
                              "end": {
                                "line": 36,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1858,
                            "end": 1862,
                            "loc": {
                              "start": {
                                "line": 36,
                                "column": 13
                              },
                              "end": {
                                "line": 36,
                                "column": 17
                              }
                            },
                            "name": "data"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 1865,
                          "end": 2175,
                          "loc": {
                            "start": {
                              "line": 36,
                              "column": 20
                            },
                            "end": {
                              "line": 43,
                              "column": 9
                            }
                          },
                          "properties": [
                            {
                              "type": "Property",
                              "start": 1880,
                              "end": 1891,
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 12
                                },
                                "end": {
                                  "line": 37,
                                  "column": 23
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1880,
                                "end": 1887,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 19
                                  }
                                },
                                "name": "plugins"
                              },
                              "value": {
                                "type": "ObjectExpression",
                                "start": 1889,
                                "end": 1891,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 23
                                  }
                                },
                                "properties": []
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 1906,
                              "end": 1923,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 12
                                },
                                "end": {
                                  "line": 38,
                                  "column": 29
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1906,
                                "end": 1912,
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 18
                                  }
                                },
                                "name": "active"
                              },
                              "value": {
                                "type": "Identifier",
                                "start": 1914,
                                "end": 1923,
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 29
                                  }
                                },
                                "name": "undefined"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 1938,
                              "end": 1975,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 12
                                },
                                "end": {
                                  "line": 39,
                                  "column": 49
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1938,
                                "end": 1944,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 18
                                  }
                                },
                                "name": "enable"
                              },
                              "value": {
                                "type": "ArrowFunctionExpression",
                                "start": 1946,
                                "end": 1975,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 49
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": true,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 1946,
                                    "end": 1952,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 26
                                      }
                                    },
                                    "name": "plugin"
                                  }
                                ],
                                "body": {
                                  "type": "CallExpression",
                                  "start": 1956,
                                  "end": 1975,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 49
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 1956,
                                    "end": 1967,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 41
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 1956,
                                      "end": 1960,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 34
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1961,
                                      "end": 1967,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 41
                                        }
                                      },
                                      "name": "enable"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 1968,
                                      "end": 1974,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 48
                                        }
                                      },
                                      "name": "plugin"
                                    }
                                  ]
                                }
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 1990,
                              "end": 2029,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 12
                                },
                                "end": {
                                  "line": 40,
                                  "column": 51
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1990,
                                "end": 1997,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 19
                                  }
                                },
                                "name": "disable"
                              },
                              "value": {
                                "type": "ArrowFunctionExpression",
                                "start": 1999,
                                "end": 2029,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 51
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": true,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 1999,
                                    "end": 2005,
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 27
                                      }
                                    },
                                    "name": "plugin"
                                  }
                                ],
                                "body": {
                                  "type": "CallExpression",
                                  "start": 2009,
                                  "end": 2029,
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 51
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 2009,
                                    "end": 2021,
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 43
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 2009,
                                      "end": 2013,
                                      "loc": {
                                        "start": {
                                          "line": 40,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 40,
                                          "column": 35
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2014,
                                      "end": 2021,
                                      "loc": {
                                        "start": {
                                          "line": 40,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 40,
                                          "column": 43
                                        }
                                      },
                                      "name": "disable"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 2022,
                                      "end": 2028,
                                      "loc": {
                                        "start": {
                                          "line": 40,
                                          "column": 44
                                        },
                                        "end": {
                                          "line": 40,
                                          "column": 50
                                        }
                                      },
                                      "name": "plugin"
                                    }
                                  ]
                                }
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 2044,
                              "end": 2081,
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 12
                                },
                                "end": {
                                  "line": 41,
                                  "column": 49
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 2044,
                                "end": 2050,
                                "loc": {
                                  "start": {
                                    "line": 41,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 18
                                  }
                                },
                                "name": "toggle"
                              },
                              "value": {
                                "type": "ArrowFunctionExpression",
                                "start": 2052,
                                "end": 2081,
                                "loc": {
                                  "start": {
                                    "line": 41,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 49
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": true,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 2052,
                                    "end": 2058,
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 26
                                      }
                                    },
                                    "name": "plugin"
                                  }
                                ],
                                "body": {
                                  "type": "CallExpression",
                                  "start": 2062,
                                  "end": 2081,
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 49
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 2062,
                                    "end": 2073,
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 41
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 2062,
                                      "end": 2066,
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 34
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2067,
                                      "end": 2073,
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 41
                                        }
                                      },
                                      "name": "toggle"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 2074,
                                      "end": 2080,
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 48
                                        }
                                      },
                                      "name": "plugin"
                                    }
                                  ]
                                }
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 2096,
                              "end": 2164,
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 12
                                },
                                "end": {
                                  "line": 42,
                                  "column": 80
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 2096,
                                "end": 2111,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 27
                                  }
                                },
                                "name": "toggleSelection"
                              },
                              "value": {
                                "type": "ArrowFunctionExpression",
                                "start": 2113,
                                "end": 2164,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 80
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": true,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 2114,
                                    "end": 2119,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 35
                                      }
                                    },
                                    "name": "value"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 2121,
                                    "end": 2125,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 41
                                      }
                                    },
                                    "name": "flag"
                                  }
                                ],
                                "body": {
                                  "type": "CallExpression",
                                  "start": 2130,
                                  "end": 2164,
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 80
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 2130,
                                    "end": 2151,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 67
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 2130,
                                      "end": 2144,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 60
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 2130,
                                        "end": 2134,
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 50
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2135,
                                        "end": 2144,
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 51
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 60
                                          }
                                        },
                                        "name": "selection"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2145,
                                      "end": 2151,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 61
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 67
                                        }
                                      },
                                      "name": "toggle"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 2152,
                                      "end": 2157,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 68
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 73
                                        }
                                      },
                                      "name": "value"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 2159,
                                      "end": 2163,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 75
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 79
                                        }
                                      },
                                      "name": "flag"
                                    }
                                  ]
                                }
                              },
                              "kind": "init"
                            }
                          ]
                        }
                      }
                    }
                  ],
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "Block",
                  "value": "* Construct a new Integration layer\r\n        @param {Object} [options={}] - Options to initialize the Canvas with\r\n        @param {Object} [options.view] - The view\r\n        @param {Object} [options.socket] - A socket, if existent\r\n        @param {function} [options.hover] - function(object, selected) defining a hovered event\r\n        @param {function} [options.unhover] - function(object, selected) defining a unhovered event\r\n        @param {function} [options.select] - function(object) object has been selected\r\n        @param {function} [options.unselect] - function(object) object has been unselected\r\n        @returns {Object} The constructed Integration ",
                  "start": 408,
                  "end": 1076,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 4
                    },
                    "end": {
                      "line": 16,
                      "column": 56
                    }
                  },
                  "range": [
                    408,
                    1076
                  ]
                }
              ],
              "trailingComments": [
                {
                  "type": "Block",
                  "value": "* Resolves a plugin by name, reference of data reference (plugin.data) ",
                  "start": 2193,
                  "end": 2268,
                  "loc": {
                    "start": {
                      "line": 47,
                      "column": 4
                    },
                    "end": {
                      "line": 47,
                      "column": 79
                    }
                  },
                  "range": [
                    2193,
                    2268
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 2274,
              "end": 2546,
              "loc": {
                "start": {
                  "line": 48,
                  "column": 4
                },
                "end": {
                  "line": 55,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2274,
                "end": 2281,
                "loc": {
                  "start": {
                    "line": 48,
                    "column": 4
                  },
                  "end": {
                    "line": 48,
                    "column": 11
                  }
                },
                "name": "resolve",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 2281,
                "end": 2546,
                "loc": {
                  "start": {
                    "line": 48,
                    "column": 11
                  },
                  "end": {
                    "line": 55,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2282,
                    "end": 2288,
                    "loc": {
                      "start": {
                        "line": 48,
                        "column": 12
                      },
                      "end": {
                        "line": 48,
                        "column": 18
                      }
                    },
                    "name": "plugin"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2290,
                  "end": 2546,
                  "loc": {
                    "start": {
                      "line": 48,
                      "column": 20
                    },
                    "end": {
                      "line": 55,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 2301,
                      "end": 2539,
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 8
                        },
                        "end": {
                          "line": 54,
                          "column": 45
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 2305,
                        "end": 2329,
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 12
                          },
                          "end": {
                            "line": 49,
                            "column": 36
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 2305,
                          "end": 2311,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 12
                            },
                            "end": {
                              "line": 49,
                              "column": 18
                            }
                          },
                          "name": "plugin"
                        },
                        "operator": "instanceof",
                        "right": {
                          "type": "Identifier",
                          "start": 2323,
                          "end": 2329,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 30
                            },
                            "end": {
                              "line": 49,
                              "column": 36
                            }
                          },
                          "name": "Plugin"
                        }
                      },
                      "consequent": {
                        "type": "ReturnStatement",
                        "start": 2344,
                        "end": 2358,
                        "loc": {
                          "start": {
                            "line": 50,
                            "column": 12
                          },
                          "end": {
                            "line": 50,
                            "column": 26
                          }
                        },
                        "argument": {
                          "type": "Identifier",
                          "start": 2351,
                          "end": 2357,
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 19
                            },
                            "end": {
                              "line": 50,
                              "column": 25
                            }
                          },
                          "name": "plugin"
                        }
                      },
                      "alternate": {
                        "type": "IfStatement",
                        "start": 2373,
                        "end": 2539,
                        "loc": {
                          "start": {
                            "line": 51,
                            "column": 13
                          },
                          "end": {
                            "line": 54,
                            "column": 45
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 2377,
                          "end": 2403,
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 17
                            },
                            "end": {
                              "line": 51,
                              "column": 43
                            }
                          },
                          "left": {
                            "type": "UnaryExpression",
                            "start": 2377,
                            "end": 2390,
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 17
                              },
                              "end": {
                                "line": 51,
                                "column": 30
                              }
                            },
                            "operator": "typeof",
                            "prefix": true,
                            "argument": {
                              "type": "Identifier",
                              "start": 2384,
                              "end": 2390,
                              "loc": {
                                "start": {
                                  "line": 51,
                                  "column": 24
                                },
                                "end": {
                                  "line": 51,
                                  "column": 30
                                }
                              },
                              "name": "plugin"
                            }
                          },
                          "operator": "===",
                          "right": {
                            "type": "Literal",
                            "start": 2395,
                            "end": 2403,
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 35
                              },
                              "end": {
                                "line": 51,
                                "column": 43
                              }
                            },
                            "value": "string",
                            "rawValue": "string",
                            "raw": "\"string\""
                          }
                        },
                        "consequent": {
                          "type": "ReturnStatement",
                          "start": 2418,
                          "end": 2446,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 12
                            },
                            "end": {
                              "line": 52,
                              "column": 40
                            }
                          },
                          "argument": {
                            "type": "MemberExpression",
                            "start": 2425,
                            "end": 2445,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 19
                              },
                              "end": {
                                "line": 52,
                                "column": 39
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 2425,
                              "end": 2437,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 19
                                },
                                "end": {
                                  "line": 52,
                                  "column": 31
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2425,
                                "end": 2429,
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 23
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2430,
                                "end": 2437,
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 31
                                  }
                                },
                                "name": "plugins"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2438,
                              "end": 2444,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 32
                                },
                                "end": {
                                  "line": 52,
                                  "column": 38
                                }
                              },
                              "name": "plugin"
                            },
                            "computed": true
                          }
                        },
                        "alternate": {
                          "type": "IfStatement",
                          "start": 2461,
                          "end": 2539,
                          "loc": {
                            "start": {
                              "line": 53,
                              "column": 13
                            },
                            "end": {
                              "line": 54,
                              "column": 45
                            }
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 2465,
                            "end": 2491,
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 17
                              },
                              "end": {
                                "line": 53,
                                "column": 43
                              }
                            },
                            "left": {
                              "type": "UnaryExpression",
                              "start": 2465,
                              "end": 2478,
                              "loc": {
                                "start": {
                                  "line": 53,
                                  "column": 17
                                },
                                "end": {
                                  "line": 53,
                                  "column": 30
                                }
                              },
                              "operator": "typeof",
                              "prefix": true,
                              "argument": {
                                "type": "Identifier",
                                "start": 2472,
                                "end": 2478,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 30
                                  }
                                },
                                "name": "plugin"
                              }
                            },
                            "operator": "===",
                            "right": {
                              "type": "Literal",
                              "start": 2483,
                              "end": 2491,
                              "loc": {
                                "start": {
                                  "line": 53,
                                  "column": 35
                                },
                                "end": {
                                  "line": 53,
                                  "column": 43
                                }
                              },
                              "value": "object",
                              "rawValue": "object",
                              "raw": "\"object\""
                            }
                          },
                          "consequent": {
                            "type": "ReturnStatement",
                            "start": 2506,
                            "end": 2539,
                            "loc": {
                              "start": {
                                "line": 54,
                                "column": 12
                              },
                              "end": {
                                "line": 54,
                                "column": 45
                              }
                            },
                            "argument": {
                              "type": "MemberExpression",
                              "start": 2513,
                              "end": 2538,
                              "loc": {
                                "start": {
                                  "line": 54,
                                  "column": 19
                                },
                                "end": {
                                  "line": 54,
                                  "column": 44
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 2513,
                                "end": 2525,
                                "loc": {
                                  "start": {
                                    "line": 54,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 54,
                                    "column": 31
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2513,
                                  "end": 2517,
                                  "loc": {
                                    "start": {
                                      "line": 54,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 54,
                                      "column": 23
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2518,
                                  "end": 2525,
                                  "loc": {
                                    "start": {
                                      "line": 54,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 54,
                                      "column": 31
                                    }
                                  },
                                  "name": "plugins"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "MemberExpression",
                                "start": 2526,
                                "end": 2537,
                                "loc": {
                                  "start": {
                                    "line": 54,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 54,
                                    "column": 43
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 2526,
                                  "end": 2532,
                                  "loc": {
                                    "start": {
                                      "line": 54,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 54,
                                      "column": 38
                                    }
                                  },
                                  "name": "plugin"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2533,
                                  "end": 2537,
                                  "loc": {
                                    "start": {
                                      "line": 54,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 54,
                                      "column": 43
                                    }
                                  },
                                  "name": "name"
                                },
                                "computed": false
                              },
                              "computed": true
                            }
                          },
                          "alternate": null
                        }
                      }
                    }
                  ],
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "Block",
                  "value": "* Resolves a plugin by name, reference of data reference (plugin.data) ",
                  "start": 2193,
                  "end": 2268,
                  "loc": {
                    "start": {
                      "line": 47,
                      "column": 4
                    },
                    "end": {
                      "line": 47,
                      "column": 79
                    }
                  },
                  "range": [
                    2193,
                    2268
                  ]
                }
              ],
              "trailingComments": [
                {
                  "type": "Block",
                  "value": "* Returns active plugin ",
                  "start": 2554,
                  "end": 2582,
                  "loc": {
                    "start": {
                      "line": 57,
                      "column": 4
                    },
                    "end": {
                      "line": 57,
                      "column": 32
                    }
                  },
                  "range": [
                    2554,
                    2582
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 2588,
              "end": 2642,
              "loc": {
                "start": {
                  "line": 58,
                  "column": 4
                },
                "end": {
                  "line": 60,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2588,
                "end": 2597,
                "loc": {
                  "start": {
                    "line": 58,
                    "column": 4
                  },
                  "end": {
                    "line": 58,
                    "column": 13
                  }
                },
                "name": "getActive",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 2597,
                "end": 2642,
                "loc": {
                  "start": {
                    "line": 58,
                    "column": 13
                  },
                  "end": {
                    "line": 60,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 2600,
                  "end": 2642,
                  "loc": {
                    "start": {
                      "line": 58,
                      "column": 16
                    },
                    "end": {
                      "line": 60,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 2611,
                      "end": 2635,
                      "loc": {
                        "start": {
                          "line": 59,
                          "column": 8
                        },
                        "end": {
                          "line": 59,
                          "column": 32
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 2618,
                        "end": 2634,
                        "loc": {
                          "start": {
                            "line": 59,
                            "column": 15
                          },
                          "end": {
                            "line": 59,
                            "column": 31
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 2618,
                          "end": 2627,
                          "loc": {
                            "start": {
                              "line": 59,
                              "column": 15
                            },
                            "end": {
                              "line": 59,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2618,
                            "end": 2622,
                            "loc": {
                              "start": {
                                "line": 59,
                                "column": 15
                              },
                              "end": {
                                "line": 59,
                                "column": 19
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2623,
                            "end": 2627,
                            "loc": {
                              "start": {
                                "line": 59,
                                "column": 20
                              },
                              "end": {
                                "line": 59,
                                "column": 24
                              }
                            },
                            "name": "data"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2628,
                          "end": 2634,
                          "loc": {
                            "start": {
                              "line": 59,
                              "column": 25
                            },
                            "end": {
                              "line": 59,
                              "column": 31
                            }
                          },
                          "name": "active"
                        },
                        "computed": false
                      }
                    }
                  ],
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "Block",
                  "value": "* Returns active plugin ",
                  "start": 2554,
                  "end": 2582,
                  "loc": {
                    "start": {
                      "line": 57,
                      "column": 4
                    },
                    "end": {
                      "line": 57,
                      "column": 32
                    }
                  },
                  "range": [
                    2554,
                    2582
                  ]
                }
              ],
              "trailingComments": [
                {
                  "type": "Block",
                  "value": "* Delete all plugins by calling this.destroy on them. ",
                  "start": 2650,
                  "end": 2708,
                  "loc": {
                    "start": {
                      "line": 62,
                      "column": 4
                    },
                    "end": {
                      "line": 62,
                      "column": 62
                    }
                  },
                  "range": [
                    2650,
                    2708
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 2714,
              "end": 2880,
              "loc": {
                "start": {
                  "line": 63,
                  "column": 4
                },
                "end": {
                  "line": 68,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2720,
                "end": 2725,
                "loc": {
                  "start": {
                    "line": 63,
                    "column": 10
                  },
                  "end": {
                    "line": 63,
                    "column": 15
                  }
                },
                "name": "clear"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 2725,
                "end": 2880,
                "loc": {
                  "start": {
                    "line": 63,
                    "column": 15
                  },
                  "end": {
                    "line": 68,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": true,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 2728,
                  "end": 2880,
                  "loc": {
                    "start": {
                      "line": 63,
                      "column": 18
                    },
                    "end": {
                      "line": 68,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ForInStatement",
                      "start": 2739,
                      "end": 2812,
                      "loc": {
                        "start": {
                          "line": 64,
                          "column": 8
                        },
                        "end": {
                          "line": 65,
                          "column": 39
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 2744,
                        "end": 2754,
                        "loc": {
                          "start": {
                            "line": 64,
                            "column": 13
                          },
                          "end": {
                            "line": 64,
                            "column": 23
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 2748,
                            "end": 2754,
                            "loc": {
                              "start": {
                                "line": 64,
                                "column": 17
                              },
                              "end": {
                                "line": 64,
                                "column": 23
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 2748,
                              "end": 2754,
                              "loc": {
                                "start": {
                                  "line": 64,
                                  "column": 17
                                },
                                "end": {
                                  "line": 64,
                                  "column": 23
                                }
                              },
                              "name": "plugin"
                            },
                            "init": null
                          }
                        ],
                        "kind": "let"
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 2758,
                        "end": 2770,
                        "loc": {
                          "start": {
                            "line": 64,
                            "column": 27
                          },
                          "end": {
                            "line": 64,
                            "column": 39
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 2758,
                          "end": 2762,
                          "loc": {
                            "start": {
                              "line": 64,
                              "column": 27
                            },
                            "end": {
                              "line": 64,
                              "column": 31
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2763,
                          "end": 2770,
                          "loc": {
                            "start": {
                              "line": 64,
                              "column": 32
                            },
                            "end": {
                              "line": 64,
                              "column": 39
                            }
                          },
                          "name": "plugins"
                        },
                        "computed": false
                      },
                      "body": {
                        "type": "ExpressionStatement",
                        "start": 2785,
                        "end": 2812,
                        "loc": {
                          "start": {
                            "line": 65,
                            "column": 12
                          },
                          "end": {
                            "line": 65,
                            "column": 39
                          }
                        },
                        "expression": {
                          "type": "AwaitExpression",
                          "start": 2785,
                          "end": 2811,
                          "loc": {
                            "start": {
                              "line": 65,
                              "column": 12
                            },
                            "end": {
                              "line": 65,
                              "column": 38
                            }
                          },
                          "all": false,
                          "argument": {
                            "type": "CallExpression",
                            "start": 2791,
                            "end": 2811,
                            "loc": {
                              "start": {
                                "line": 65,
                                "column": 18
                              },
                              "end": {
                                "line": 65,
                                "column": 38
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2791,
                              "end": 2803,
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 18
                                },
                                "end": {
                                  "line": 65,
                                  "column": 30
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2791,
                                "end": 2795,
                                "loc": {
                                  "start": {
                                    "line": 65,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 65,
                                    "column": 22
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2796,
                                "end": 2803,
                                "loc": {
                                  "start": {
                                    "line": 65,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 65,
                                    "column": 30
                                  }
                                },
                                "name": "destroy"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 2804,
                                "end": 2810,
                                "loc": {
                                  "start": {
                                    "line": 65,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 65,
                                    "column": 37
                                  }
                                },
                                "name": "plugin"
                              }
                            ]
                          }
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2822,
                      "end": 2840,
                      "loc": {
                        "start": {
                          "line": 66,
                          "column": 8
                        },
                        "end": {
                          "line": 66,
                          "column": 26
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2822,
                        "end": 2839,
                        "loc": {
                          "start": {
                            "line": 66,
                            "column": 8
                          },
                          "end": {
                            "line": 66,
                            "column": 25
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2822,
                          "end": 2834,
                          "loc": {
                            "start": {
                              "line": 66,
                              "column": 8
                            },
                            "end": {
                              "line": 66,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2822,
                            "end": 2826,
                            "loc": {
                              "start": {
                                "line": 66,
                                "column": 8
                              },
                              "end": {
                                "line": 66,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2827,
                            "end": 2834,
                            "loc": {
                              "start": {
                                "line": 66,
                                "column": 13
                              },
                              "end": {
                                "line": 66,
                                "column": 20
                              }
                            },
                            "name": "plugins"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 2837,
                          "end": 2839,
                          "loc": {
                            "start": {
                              "line": 66,
                              "column": 23
                            },
                            "end": {
                              "line": 66,
                              "column": 25
                            }
                          },
                          "properties": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2850,
                      "end": 2873,
                      "loc": {
                        "start": {
                          "line": 67,
                          "column": 8
                        },
                        "end": {
                          "line": 67,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2850,
                        "end": 2872,
                        "loc": {
                          "start": {
                            "line": 67,
                            "column": 8
                          },
                          "end": {
                            "line": 67,
                            "column": 30
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2850,
                          "end": 2867,
                          "loc": {
                            "start": {
                              "line": 67,
                              "column": 8
                            },
                            "end": {
                              "line": 67,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 2850,
                            "end": 2859,
                            "loc": {
                              "start": {
                                "line": 67,
                                "column": 8
                              },
                              "end": {
                                "line": 67,
                                "column": 17
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 2850,
                              "end": 2854,
                              "loc": {
                                "start": {
                                  "line": 67,
                                  "column": 8
                                },
                                "end": {
                                  "line": 67,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2855,
                              "end": 2859,
                              "loc": {
                                "start": {
                                  "line": 67,
                                  "column": 13
                                },
                                "end": {
                                  "line": 67,
                                  "column": 17
                                }
                              },
                              "name": "data"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2860,
                            "end": 2867,
                            "loc": {
                              "start": {
                                "line": 67,
                                "column": 18
                              },
                              "end": {
                                "line": 67,
                                "column": 25
                              }
                            },
                            "name": "plugins"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 2870,
                          "end": 2872,
                          "loc": {
                            "start": {
                              "line": 67,
                              "column": 28
                            },
                            "end": {
                              "line": 67,
                              "column": 30
                            }
                          },
                          "properties": []
                        }
                      }
                    }
                  ],
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "Block",
                  "value": "* Delete all plugins by calling this.destroy on them. ",
                  "start": 2650,
                  "end": 2708,
                  "loc": {
                    "start": {
                      "line": 62,
                      "column": 4
                    },
                    "end": {
                      "line": 62,
                      "column": 62
                    }
                  },
                  "range": [
                    2650,
                    2708
                  ]
                }
              ],
              "trailingComments": [
                {
                  "type": "Block",
                  "value": "* Tells Integration to register a plugin ",
                  "start": 2888,
                  "end": 2933,
                  "loc": {
                    "start": {
                      "line": 70,
                      "column": 4
                    },
                    "end": {
                      "line": 70,
                      "column": 49
                    }
                  },
                  "range": [
                    2888,
                    2933
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 2939,
              "end": 3352,
              "loc": {
                "start": {
                  "line": 71,
                  "column": 4
                },
                "end": {
                  "line": 82,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2945,
                "end": 2948,
                "loc": {
                  "start": {
                    "line": 71,
                    "column": 10
                  },
                  "end": {
                    "line": 71,
                    "column": 13
                  }
                },
                "name": "use"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 2948,
                "end": 3352,
                "loc": {
                  "start": {
                    "line": 71,
                    "column": 13
                  },
                  "end": {
                    "line": 82,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": true,
                "params": [
                  {
                    "type": "RestElement",
                    "start": 2949,
                    "end": 2959,
                    "loc": {
                      "start": {
                        "line": 71,
                        "column": 14
                      },
                      "end": {
                        "line": 71,
                        "column": 24
                      }
                    },
                    "argument": {
                      "type": "Identifier",
                      "start": 2952,
                      "end": 2959,
                      "loc": {
                        "start": {
                          "line": 71,
                          "column": 17
                        },
                        "end": {
                          "line": 71,
                          "column": 24
                        }
                      },
                      "name": "plugins"
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2961,
                  "end": 3352,
                  "loc": {
                    "start": {
                      "line": 71,
                      "column": 26
                    },
                    "end": {
                      "line": 82,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ForOfStatement",
                      "start": 2972,
                      "end": 3345,
                      "loc": {
                        "start": {
                          "line": 72,
                          "column": 8
                        },
                        "end": {
                          "line": 81,
                          "column": 9
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 2977,
                        "end": 2987,
                        "loc": {
                          "start": {
                            "line": 72,
                            "column": 13
                          },
                          "end": {
                            "line": 72,
                            "column": 23
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 2981,
                            "end": 2987,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 17
                              },
                              "end": {
                                "line": 72,
                                "column": 23
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 2981,
                              "end": 2987,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 17
                                },
                                "end": {
                                  "line": 72,
                                  "column": 23
                                }
                              },
                              "name": "plugin"
                            },
                            "init": null
                          }
                        ],
                        "kind": "let"
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 2991,
                        "end": 2998,
                        "loc": {
                          "start": {
                            "line": 72,
                            "column": 27
                          },
                          "end": {
                            "line": 72,
                            "column": 34
                          }
                        },
                        "name": "plugins"
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 3000,
                        "end": 3345,
                        "loc": {
                          "start": {
                            "line": 72,
                            "column": 36
                          },
                          "end": {
                            "line": 81,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 3015,
                            "end": 3041,
                            "loc": {
                              "start": {
                                "line": 73,
                                "column": 12
                              },
                              "end": {
                                "line": 73,
                                "column": 38
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 3015,
                              "end": 3040,
                              "loc": {
                                "start": {
                                  "line": 73,
                                  "column": 12
                                },
                                "end": {
                                  "line": 73,
                                  "column": 37
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 3015,
                                "end": 3033,
                                "loc": {
                                  "start": {
                                    "line": 73,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 73,
                                    "column": 30
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3015,
                                  "end": 3021,
                                  "loc": {
                                    "start": {
                                      "line": 73,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 73,
                                      "column": 18
                                    }
                                  },
                                  "name": "plugin"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3022,
                                  "end": 3033,
                                  "loc": {
                                    "start": {
                                      "line": 73,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 73,
                                      "column": 30
                                    }
                                  },
                                  "name": "integration"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "ThisExpression",
                                "start": 3036,
                                "end": 3040,
                                "loc": {
                                  "start": {
                                    "line": 73,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 73,
                                    "column": 37
                                  }
                                }
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 3055,
                            "end": 3090,
                            "loc": {
                              "start": {
                                "line": 74,
                                "column": 12
                              },
                              "end": {
                                "line": 74,
                                "column": 47
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 3055,
                              "end": 3089,
                              "loc": {
                                "start": {
                                  "line": 74,
                                  "column": 12
                                },
                                "end": {
                                  "line": 74,
                                  "column": 46
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 3055,
                                "end": 3080,
                                "loc": {
                                  "start": {
                                    "line": 74,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 74,
                                    "column": 37
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 3055,
                                  "end": 3067,
                                  "loc": {
                                    "start": {
                                      "line": 74,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 74,
                                      "column": 24
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 3055,
                                    "end": 3059,
                                    "loc": {
                                      "start": {
                                        "line": 74,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 74,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3060,
                                    "end": 3067,
                                    "loc": {
                                      "start": {
                                        "line": 74,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 74,
                                        "column": 24
                                      }
                                    },
                                    "name": "plugins"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "MemberExpression",
                                  "start": 3068,
                                  "end": 3079,
                                  "loc": {
                                    "start": {
                                      "line": 74,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 74,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 3068,
                                    "end": 3074,
                                    "loc": {
                                      "start": {
                                        "line": 74,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 74,
                                        "column": 31
                                      }
                                    },
                                    "name": "plugin"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3075,
                                    "end": 3079,
                                    "loc": {
                                      "start": {
                                        "line": 74,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 74,
                                        "column": 36
                                      }
                                    },
                                    "name": "name"
                                  },
                                  "computed": false
                                },
                                "computed": true
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 3083,
                                "end": 3089,
                                "loc": {
                                  "start": {
                                    "line": 74,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 74,
                                    "column": 46
                                  }
                                },
                                "name": "plugin"
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 3104,
                            "end": 3224,
                            "loc": {
                              "start": {
                                "line": 75,
                                "column": 12
                              },
                              "end": {
                                "line": 78,
                                "column": 14
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 3104,
                              "end": 3223,
                              "loc": {
                                "start": {
                                  "line": 75,
                                  "column": 12
                                },
                                "end": {
                                  "line": 78,
                                  "column": 13
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 3104,
                                "end": 3121,
                                "loc": {
                                  "start": {
                                    "line": 75,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 75,
                                    "column": 29
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 3104,
                                  "end": 3113,
                                  "loc": {
                                    "start": {
                                      "line": 75,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 75,
                                      "column": 21
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 3104,
                                    "end": 3108,
                                    "loc": {
                                      "start": {
                                        "line": 75,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 75,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3109,
                                    "end": 3113,
                                    "loc": {
                                      "start": {
                                        "line": 75,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 75,
                                        "column": 21
                                      }
                                    },
                                    "name": "data"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3114,
                                  "end": 3121,
                                  "loc": {
                                    "start": {
                                      "line": 75,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 75,
                                      "column": 29
                                    }
                                  },
                                  "name": "plugins"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "ObjectExpression",
                                "start": 3124,
                                "end": 3223,
                                "loc": {
                                  "start": {
                                    "line": 75,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 78,
                                    "column": 13
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "SpreadProperty",
                                    "start": 3143,
                                    "end": 3163,
                                    "loc": {
                                      "start": {
                                        "line": 76,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 76,
                                        "column": 36
                                      }
                                    },
                                    "argument": {
                                      "type": "MemberExpression",
                                      "start": 3146,
                                      "end": 3163,
                                      "loc": {
                                        "start": {
                                          "line": 76,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 76,
                                          "column": 36
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 3146,
                                        "end": 3155,
                                        "loc": {
                                          "start": {
                                            "line": 76,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 76,
                                            "column": 28
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 3146,
                                          "end": 3150,
                                          "loc": {
                                            "start": {
                                              "line": 76,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 76,
                                              "column": 23
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3151,
                                          "end": 3155,
                                          "loc": {
                                            "start": {
                                              "line": 76,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 76,
                                              "column": 28
                                            }
                                          },
                                          "name": "data"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3156,
                                        "end": 3163,
                                        "loc": {
                                          "start": {
                                            "line": 76,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 76,
                                            "column": 36
                                          }
                                        },
                                        "name": "plugins"
                                      },
                                      "computed": false
                                    }
                                  },
                                  {
                                    "type": "Property",
                                    "start": 3182,
                                    "end": 3208,
                                    "loc": {
                                      "start": {
                                        "line": 77,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 77,
                                        "column": 42
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": true,
                                    "key": {
                                      "type": "MemberExpression",
                                      "start": 3183,
                                      "end": 3194,
                                      "loc": {
                                        "start": {
                                          "line": 77,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 77,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3183,
                                        "end": 3189,
                                        "loc": {
                                          "start": {
                                            "line": 77,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 77,
                                            "column": 23
                                          }
                                        },
                                        "name": "plugin"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3190,
                                        "end": 3194,
                                        "loc": {
                                          "start": {
                                            "line": 77,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 77,
                                            "column": 28
                                          }
                                        },
                                        "name": "name"
                                      },
                                      "computed": false
                                    },
                                    "value": {
                                      "type": "MemberExpression",
                                      "start": 3197,
                                      "end": 3208,
                                      "loc": {
                                        "start": {
                                          "line": 77,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 77,
                                          "column": 42
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3197,
                                        "end": 3203,
                                        "loc": {
                                          "start": {
                                            "line": 77,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 77,
                                            "column": 37
                                          }
                                        },
                                        "name": "plugin"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3204,
                                        "end": 3208,
                                        "loc": {
                                          "start": {
                                            "line": 77,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 77,
                                            "column": 42
                                          }
                                        },
                                        "name": "data"
                                      },
                                      "computed": false
                                    },
                                    "kind": "init"
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 3238,
                            "end": 3288,
                            "loc": {
                              "start": {
                                "line": 79,
                                "column": 12
                              },
                              "end": {
                                "line": 79,
                                "column": 62
                              }
                            },
                            "expression": {
                              "type": "AwaitExpression",
                              "start": 3238,
                              "end": 3287,
                              "loc": {
                                "start": {
                                  "line": 79,
                                  "column": 12
                                },
                                "end": {
                                  "line": 79,
                                  "column": 61
                                }
                              },
                              "all": false,
                              "argument": {
                                "type": "CallExpression",
                                "start": 3244,
                                "end": 3287,
                                "loc": {
                                  "start": {
                                    "line": 79,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 79,
                                    "column": 61
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 3244,
                                  "end": 3255,
                                  "loc": {
                                    "start": {
                                      "line": 79,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 79,
                                      "column": 29
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 3244,
                                    "end": 3250,
                                    "loc": {
                                      "start": {
                                        "line": 79,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 79,
                                        "column": 24
                                      }
                                    },
                                    "name": "plugin"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3251,
                                    "end": 3255,
                                    "loc": {
                                      "start": {
                                        "line": 79,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 79,
                                        "column": 29
                                      }
                                    },
                                    "name": "emit"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 3256,
                                    "end": 3280,
                                    "loc": {
                                      "start": {
                                        "line": 79,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 79,
                                        "column": 54
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 3256,
                                      "end": 3269,
                                      "loc": {
                                        "start": {
                                          "line": 79,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 79,
                                          "column": 43
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3256,
                                        "end": 3262,
                                        "loc": {
                                          "start": {
                                            "line": 79,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 79,
                                            "column": 36
                                          }
                                        },
                                        "name": "Plugin"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3263,
                                        "end": 3269,
                                        "loc": {
                                          "start": {
                                            "line": 79,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 79,
                                            "column": 43
                                          }
                                        },
                                        "name": "Events"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3270,
                                      "end": 3280,
                                      "loc": {
                                        "start": {
                                          "line": 79,
                                          "column": 44
                                        },
                                        "end": {
                                          "line": 79,
                                          "column": 54
                                        }
                                      },
                                      "name": "Integrated"
                                    },
                                    "computed": false
                                  },
                                  {
                                    "type": "ThisExpression",
                                    "start": 3282,
                                    "end": 3286,
                                    "loc": {
                                      "start": {
                                        "line": 79,
                                        "column": 56
                                      },
                                      "end": {
                                        "line": 79,
                                        "column": 60
                                      }
                                    }
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 3302,
                            "end": 3334,
                            "loc": {
                              "start": {
                                "line": 80,
                                "column": 12
                              },
                              "end": {
                                "line": 80,
                                "column": 44
                              }
                            },
                            "expression": {
                              "type": "AwaitExpression",
                              "start": 3302,
                              "end": 3333,
                              "loc": {
                                "start": {
                                  "line": 80,
                                  "column": 12
                                },
                                "end": {
                                  "line": 80,
                                  "column": 43
                                }
                              },
                              "all": false,
                              "argument": {
                                "type": "CallExpression",
                                "start": 3308,
                                "end": 3333,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 80,
                                    "column": 43
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 3308,
                                  "end": 3327,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 37
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 3308,
                                    "end": 3314,
                                    "loc": {
                                      "start": {
                                        "line": 80,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 80,
                                        "column": 24
                                      }
                                    },
                                    "name": "plugin"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3315,
                                    "end": 3327,
                                    "loc": {
                                      "start": {
                                        "line": 80,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 80,
                                        "column": 37
                                      }
                                    },
                                    "name": "onIntegrated"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "ThisExpression",
                                    "start": 3328,
                                    "end": 3332,
                                    "loc": {
                                      "start": {
                                        "line": 80,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 80,
                                        "column": 42
                                      }
                                    }
                                  }
                                ]
                              }
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "Block",
                  "value": "* Tells Integration to register a plugin ",
                  "start": 2888,
                  "end": 2933,
                  "loc": {
                    "start": {
                      "line": 70,
                      "column": 4
                    },
                    "end": {
                      "line": 70,
                      "column": 49
                    }
                  },
                  "range": [
                    2888,
                    2933
                  ]
                }
              ],
              "trailingComments": [
                {
                  "type": "Block",
                  "value": "* Enables a plugin. Invokes the plugins Plugin.Events.Enabled event and calls its onEnabled prototype function. ",
                  "start": 3360,
                  "end": 3476,
                  "loc": {
                    "start": {
                      "line": 84,
                      "column": 4
                    },
                    "end": {
                      "line": 84,
                      "column": 120
                    }
                  },
                  "range": [
                    3360,
                    3476
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 3482,
              "end": 3932,
              "loc": {
                "start": {
                  "line": 85,
                  "column": 4
                },
                "end": {
                  "line": 98,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 3488,
                "end": 3494,
                "loc": {
                  "start": {
                    "line": 85,
                    "column": 10
                  },
                  "end": {
                    "line": 85,
                    "column": 16
                  }
                },
                "name": "enable"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 3494,
                "end": 3932,
                "loc": {
                  "start": {
                    "line": 85,
                    "column": 16
                  },
                  "end": {
                    "line": 98,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": true,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3495,
                    "end": 3501,
                    "loc": {
                      "start": {
                        "line": 85,
                        "column": 17
                      },
                      "end": {
                        "line": 85,
                        "column": 23
                      }
                    },
                    "name": "plugin"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3503,
                  "end": 3932,
                  "loc": {
                    "start": {
                      "line": 85,
                      "column": 25
                    },
                    "end": {
                      "line": 98,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 3514,
                      "end": 3544,
                      "loc": {
                        "start": {
                          "line": 86,
                          "column": 8
                        },
                        "end": {
                          "line": 86,
                          "column": 38
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3514,
                        "end": 3543,
                        "loc": {
                          "start": {
                            "line": 86,
                            "column": 8
                          },
                          "end": {
                            "line": 86,
                            "column": 37
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "start": 3514,
                          "end": 3520,
                          "loc": {
                            "start": {
                              "line": 86,
                              "column": 8
                            },
                            "end": {
                              "line": 86,
                              "column": 14
                            }
                          },
                          "name": "plugin"
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 3523,
                          "end": 3543,
                          "loc": {
                            "start": {
                              "line": 86,
                              "column": 17
                            },
                            "end": {
                              "line": 86,
                              "column": 37
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 3523,
                            "end": 3535,
                            "loc": {
                              "start": {
                                "line": 86,
                                "column": 17
                              },
                              "end": {
                                "line": 86,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3523,
                              "end": 3527,
                              "loc": {
                                "start": {
                                  "line": 86,
                                  "column": 17
                                },
                                "end": {
                                  "line": 86,
                                  "column": 21
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3528,
                              "end": 3535,
                              "loc": {
                                "start": {
                                  "line": 86,
                                  "column": 22
                                },
                                "end": {
                                  "line": 86,
                                  "column": 29
                                }
                              },
                              "name": "resolve"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 3536,
                              "end": 3542,
                              "loc": {
                                "start": {
                                  "line": 86,
                                  "column": 30
                                },
                                "end": {
                                  "line": 86,
                                  "column": 36
                                }
                              },
                              "name": "plugin"
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 3554,
                      "end": 3925,
                      "loc": {
                        "start": {
                          "line": 87,
                          "column": 8
                        },
                        "end": {
                          "line": 97,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "Identifier",
                        "start": 3558,
                        "end": 3564,
                        "loc": {
                          "start": {
                            "line": 87,
                            "column": 12
                          },
                          "end": {
                            "line": 87,
                            "column": 18
                          }
                        },
                        "name": "plugin"
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 3566,
                        "end": 3925,
                        "loc": {
                          "start": {
                            "line": 87,
                            "column": 20
                          },
                          "end": {
                            "line": 97,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 3583,
                            "end": 3690,
                            "loc": {
                              "start": {
                                "line": 89,
                                "column": 12
                              },
                              "end": {
                                "line": 90,
                                "column": 53
                              }
                            },
                            "test": {
                              "type": "LogicalExpression",
                              "start": 3587,
                              "end": 3634,
                              "loc": {
                                "start": {
                                  "line": 89,
                                  "column": 16
                                },
                                "end": {
                                  "line": 89,
                                  "column": 63
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 3587,
                                "end": 3603,
                                "loc": {
                                  "start": {
                                    "line": 89,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 89,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 3587,
                                  "end": 3596,
                                  "loc": {
                                    "start": {
                                      "line": 89,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 89,
                                      "column": 25
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 3587,
                                    "end": 3591,
                                    "loc": {
                                      "start": {
                                        "line": 89,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 89,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3592,
                                    "end": 3596,
                                    "loc": {
                                      "start": {
                                        "line": 89,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 89,
                                        "column": 25
                                      }
                                    },
                                    "name": "data"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3597,
                                  "end": 3603,
                                  "loc": {
                                    "start": {
                                      "line": 89,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 89,
                                      "column": 32
                                    }
                                  },
                                  "name": "active"
                                },
                                "computed": false
                              },
                              "operator": "&&",
                              "right": {
                                "type": "BinaryExpression",
                                "start": 3607,
                                "end": 3634,
                                "loc": {
                                  "start": {
                                    "line": 89,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 89,
                                    "column": 63
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 3607,
                                  "end": 3623,
                                  "loc": {
                                    "start": {
                                      "line": 89,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 89,
                                      "column": 52
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 3607,
                                    "end": 3616,
                                    "loc": {
                                      "start": {
                                        "line": 89,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 89,
                                        "column": 45
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 3607,
                                      "end": 3611,
                                      "loc": {
                                        "start": {
                                          "line": 89,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 89,
                                          "column": 40
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3612,
                                      "end": 3616,
                                      "loc": {
                                        "start": {
                                          "line": 89,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 89,
                                          "column": 45
                                        }
                                      },
                                      "name": "data"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3617,
                                    "end": 3623,
                                    "loc": {
                                      "start": {
                                        "line": 89,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 89,
                                        "column": 52
                                      }
                                    },
                                    "name": "active"
                                  },
                                  "computed": false
                                },
                                "operator": "!==",
                                "right": {
                                  "type": "Identifier",
                                  "start": 3628,
                                  "end": 3634,
                                  "loc": {
                                    "start": {
                                      "line": 89,
                                      "column": 57
                                    },
                                    "end": {
                                      "line": 89,
                                      "column": 63
                                    }
                                  },
                                  "name": "plugin"
                                }
                              }
                            },
                            "consequent": {
                              "type": "ExpressionStatement",
                              "start": 3653,
                              "end": 3690,
                              "loc": {
                                "start": {
                                  "line": 90,
                                  "column": 16
                                },
                                "end": {
                                  "line": 90,
                                  "column": 53
                                }
                              },
                              "expression": {
                                "type": "AwaitExpression",
                                "start": 3653,
                                "end": 3689,
                                "loc": {
                                  "start": {
                                    "line": 90,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 90,
                                    "column": 52
                                  }
                                },
                                "all": false,
                                "argument": {
                                  "type": "CallExpression",
                                  "start": 3659,
                                  "end": 3689,
                                  "loc": {
                                    "start": {
                                      "line": 90,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 90,
                                      "column": 52
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 3659,
                                    "end": 3671,
                                    "loc": {
                                      "start": {
                                        "line": 90,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 90,
                                        "column": 34
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 3659,
                                      "end": 3663,
                                      "loc": {
                                        "start": {
                                          "line": 90,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 90,
                                          "column": 26
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3664,
                                      "end": 3671,
                                      "loc": {
                                        "start": {
                                          "line": 90,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 90,
                                          "column": 34
                                        }
                                      },
                                      "name": "disable"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "MemberExpression",
                                      "start": 3672,
                                      "end": 3688,
                                      "loc": {
                                        "start": {
                                          "line": 90,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 90,
                                          "column": 51
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 3672,
                                        "end": 3681,
                                        "loc": {
                                          "start": {
                                            "line": 90,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 90,
                                            "column": 44
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 3672,
                                          "end": 3676,
                                          "loc": {
                                            "start": {
                                              "line": 90,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 90,
                                              "column": 39
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3677,
                                          "end": 3681,
                                          "loc": {
                                            "start": {
                                              "line": 90,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 90,
                                              "column": 44
                                            }
                                          },
                                          "name": "data"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3682,
                                        "end": 3688,
                                        "loc": {
                                          "start": {
                                            "line": 90,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 90,
                                            "column": 51
                                          }
                                        },
                                        "name": "active"
                                      },
                                      "computed": false
                                    }
                                  ]
                                }
                              }
                            },
                            "alternate": null
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 3706,
                            "end": 3753,
                            "loc": {
                              "start": {
                                "line": 92,
                                "column": 12
                              },
                              "end": {
                                "line": 92,
                                "column": 59
                              }
                            },
                            "expression": {
                              "type": "AwaitExpression",
                              "start": 3706,
                              "end": 3752,
                              "loc": {
                                "start": {
                                  "line": 92,
                                  "column": 12
                                },
                                "end": {
                                  "line": 92,
                                  "column": 58
                                }
                              },
                              "all": false,
                              "argument": {
                                "type": "CallExpression",
                                "start": 3712,
                                "end": 3752,
                                "loc": {
                                  "start": {
                                    "line": 92,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 92,
                                    "column": 58
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 3712,
                                  "end": 3723,
                                  "loc": {
                                    "start": {
                                      "line": 92,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 92,
                                      "column": 29
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 3712,
                                    "end": 3718,
                                    "loc": {
                                      "start": {
                                        "line": 92,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 92,
                                        "column": 24
                                      }
                                    },
                                    "name": "plugin"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3719,
                                    "end": 3723,
                                    "loc": {
                                      "start": {
                                        "line": 92,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 92,
                                        "column": 29
                                      }
                                    },
                                    "name": "emit"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 3724,
                                    "end": 3745,
                                    "loc": {
                                      "start": {
                                        "line": 92,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 92,
                                        "column": 51
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 3724,
                                      "end": 3737,
                                      "loc": {
                                        "start": {
                                          "line": 92,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 92,
                                          "column": 43
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3724,
                                        "end": 3730,
                                        "loc": {
                                          "start": {
                                            "line": 92,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 92,
                                            "column": 36
                                          }
                                        },
                                        "name": "Plugin"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3731,
                                        "end": 3737,
                                        "loc": {
                                          "start": {
                                            "line": 92,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 92,
                                            "column": 43
                                          }
                                        },
                                        "name": "Events"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3738,
                                      "end": 3745,
                                      "loc": {
                                        "start": {
                                          "line": 92,
                                          "column": 44
                                        },
                                        "end": {
                                          "line": 92,
                                          "column": 51
                                        }
                                      },
                                      "name": "Enabled"
                                    },
                                    "computed": false
                                  },
                                  {
                                    "type": "ThisExpression",
                                    "start": 3747,
                                    "end": 3751,
                                    "loc": {
                                      "start": {
                                        "line": 92,
                                        "column": 53
                                      },
                                      "end": {
                                        "line": 92,
                                        "column": 57
                                      }
                                    }
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 3767,
                            "end": 3796,
                            "loc": {
                              "start": {
                                "line": 93,
                                "column": 12
                              },
                              "end": {
                                "line": 93,
                                "column": 41
                              }
                            },
                            "expression": {
                              "type": "AwaitExpression",
                              "start": 3767,
                              "end": 3795,
                              "loc": {
                                "start": {
                                  "line": 93,
                                  "column": 12
                                },
                                "end": {
                                  "line": 93,
                                  "column": 40
                                }
                              },
                              "all": false,
                              "argument": {
                                "type": "CallExpression",
                                "start": 3773,
                                "end": 3795,
                                "loc": {
                                  "start": {
                                    "line": 93,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 93,
                                    "column": 40
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 3773,
                                  "end": 3789,
                                  "loc": {
                                    "start": {
                                      "line": 93,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 93,
                                      "column": 34
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 3773,
                                    "end": 3779,
                                    "loc": {
                                      "start": {
                                        "line": 93,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 93,
                                        "column": 24
                                      }
                                    },
                                    "name": "plugin"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3780,
                                    "end": 3789,
                                    "loc": {
                                      "start": {
                                        "line": 93,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 93,
                                        "column": 34
                                      }
                                    },
                                    "name": "onEnabled"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "ThisExpression",
                                    "start": 3790,
                                    "end": 3794,
                                    "loc": {
                                      "start": {
                                        "line": 93,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 93,
                                        "column": 39
                                      }
                                    }
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 3810,
                            "end": 3841,
                            "loc": {
                              "start": {
                                "line": 94,
                                "column": 12
                              },
                              "end": {
                                "line": 94,
                                "column": 43
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 3810,
                              "end": 3840,
                              "loc": {
                                "start": {
                                  "line": 94,
                                  "column": 12
                                },
                                "end": {
                                  "line": 94,
                                  "column": 42
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 3810,
                                "end": 3826,
                                "loc": {
                                  "start": {
                                    "line": 94,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 94,
                                    "column": 28
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 3810,
                                  "end": 3819,
                                  "loc": {
                                    "start": {
                                      "line": 94,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 94,
                                      "column": 21
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 3810,
                                    "end": 3814,
                                    "loc": {
                                      "start": {
                                        "line": 94,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 94,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3815,
                                    "end": 3819,
                                    "loc": {
                                      "start": {
                                        "line": 94,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 94,
                                        "column": 21
                                      }
                                    },
                                    "name": "data"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3820,
                                  "end": 3826,
                                  "loc": {
                                    "start": {
                                      "line": 94,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 94,
                                      "column": 28
                                    }
                                  },
                                  "name": "active"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "MemberExpression",
                                "start": 3829,
                                "end": 3840,
                                "loc": {
                                  "start": {
                                    "line": 94,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 94,
                                    "column": 42
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3829,
                                  "end": 3835,
                                  "loc": {
                                    "start": {
                                      "line": 94,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 94,
                                      "column": 37
                                    }
                                  },
                                  "name": "plugin"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3836,
                                  "end": 3840,
                                  "loc": {
                                    "start": {
                                      "line": 94,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 94,
                                      "column": 42
                                    }
                                  },
                                  "name": "data"
                                },
                                "computed": false
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 3855,
                            "end": 3873,
                            "loc": {
                              "start": {
                                "line": 95,
                                "column": 12
                              },
                              "end": {
                                "line": 95,
                                "column": 30
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 3855,
                              "end": 3872,
                              "loc": {
                                "start": {
                                  "line": 95,
                                  "column": 12
                                },
                                "end": {
                                  "line": 95,
                                  "column": 29
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3855,
                                "end": 3864,
                                "loc": {
                                  "start": {
                                    "line": 95,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 95,
                                    "column": 21
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 3855,
                                  "end": 3859,
                                  "loc": {
                                    "start": {
                                      "line": 95,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 95,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3860,
                                  "end": 3864,
                                  "loc": {
                                    "start": {
                                      "line": 95,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 95,
                                      "column": 21
                                    }
                                  },
                                  "name": "show"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 3865,
                                  "end": 3871,
                                  "loc": {
                                    "start": {
                                      "line": 95,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 95,
                                      "column": 28
                                    }
                                  },
                                  "name": "plugin"
                                }
                              ]
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 3887,
                            "end": 3914,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 12
                              },
                              "end": {
                                "line": 96,
                                "column": 39
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 3887,
                              "end": 3913,
                              "loc": {
                                "start": {
                                  "line": 96,
                                  "column": 12
                                },
                                "end": {
                                  "line": 96,
                                  "column": 38
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 3887,
                                "end": 3906,
                                "loc": {
                                  "start": {
                                    "line": 96,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 96,
                                    "column": 31
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 3887,
                                  "end": 3898,
                                  "loc": {
                                    "start": {
                                      "line": 96,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 96,
                                      "column": 23
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 3887,
                                    "end": 3893,
                                    "loc": {
                                      "start": {
                                        "line": 96,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 96,
                                        "column": 18
                                      }
                                    },
                                    "name": "plugin"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3894,
                                    "end": 3898,
                                    "loc": {
                                      "start": {
                                        "line": 96,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 96,
                                        "column": 23
                                      }
                                    },
                                    "name": "data"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3899,
                                  "end": 3906,
                                  "loc": {
                                    "start": {
                                      "line": 96,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 96,
                                      "column": 31
                                    }
                                  },
                                  "name": "enabled"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "Literal",
                                "start": 3909,
                                "end": 3913,
                                "loc": {
                                  "start": {
                                    "line": 96,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 96,
                                    "column": 38
                                  }
                                },
                                "value": true,
                                "rawValue": true,
                                "raw": "true"
                              }
                            }
                          }
                        ]
                      },
                      "alternate": null
                    }
                  ],
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "Block",
                  "value": "* Enables a plugin. Invokes the plugins Plugin.Events.Enabled event and calls its onEnabled prototype function. ",
                  "start": 3360,
                  "end": 3476,
                  "loc": {
                    "start": {
                      "line": 84,
                      "column": 4
                    },
                    "end": {
                      "line": 84,
                      "column": 120
                    }
                  },
                  "range": [
                    3360,
                    3476
                  ]
                }
              ],
              "trailingComments": [
                {
                  "type": "Block",
                  "value": "* Disables a plugin. Invokes the plugins Plugin.Events.Disabled event and calls its onDisabled prototype function. ",
                  "start": 3940,
                  "end": 4059,
                  "loc": {
                    "start": {
                      "line": 100,
                      "column": 4
                    },
                    "end": {
                      "line": 100,
                      "column": 123
                    }
                  },
                  "range": [
                    3940,
                    4059
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 4065,
              "end": 4631,
              "loc": {
                "start": {
                  "line": 101,
                  "column": 4
                },
                "end": {
                  "line": 116,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 4071,
                "end": 4078,
                "loc": {
                  "start": {
                    "line": 101,
                    "column": 10
                  },
                  "end": {
                    "line": 101,
                    "column": 17
                  }
                },
                "name": "disable"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 4078,
                "end": 4631,
                "loc": {
                  "start": {
                    "line": 101,
                    "column": 17
                  },
                  "end": {
                    "line": 116,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": true,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 4079,
                    "end": 4085,
                    "loc": {
                      "start": {
                        "line": 101,
                        "column": 18
                      },
                      "end": {
                        "line": 101,
                        "column": 24
                      }
                    },
                    "name": "plugin"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 4087,
                  "end": 4631,
                  "loc": {
                    "start": {
                      "line": 101,
                      "column": 26
                    },
                    "end": {
                      "line": 116,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 4098,
                      "end": 4128,
                      "loc": {
                        "start": {
                          "line": 102,
                          "column": 8
                        },
                        "end": {
                          "line": 102,
                          "column": 38
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4098,
                        "end": 4127,
                        "loc": {
                          "start": {
                            "line": 102,
                            "column": 8
                          },
                          "end": {
                            "line": 102,
                            "column": 37
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "start": 4098,
                          "end": 4104,
                          "loc": {
                            "start": {
                              "line": 102,
                              "column": 8
                            },
                            "end": {
                              "line": 102,
                              "column": 14
                            }
                          },
                          "name": "plugin"
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 4107,
                          "end": 4127,
                          "loc": {
                            "start": {
                              "line": 102,
                              "column": 17
                            },
                            "end": {
                              "line": 102,
                              "column": 37
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 4107,
                            "end": 4119,
                            "loc": {
                              "start": {
                                "line": 102,
                                "column": 17
                              },
                              "end": {
                                "line": 102,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 4107,
                              "end": 4111,
                              "loc": {
                                "start": {
                                  "line": 102,
                                  "column": 17
                                },
                                "end": {
                                  "line": 102,
                                  "column": 21
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4112,
                              "end": 4119,
                              "loc": {
                                "start": {
                                  "line": 102,
                                  "column": 22
                                },
                                "end": {
                                  "line": 102,
                                  "column": 29
                                }
                              },
                              "name": "resolve"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 4120,
                              "end": 4126,
                              "loc": {
                                "start": {
                                  "line": 102,
                                  "column": 30
                                },
                                "end": {
                                  "line": 102,
                                  "column": 36
                                }
                              },
                              "name": "plugin"
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 4138,
                      "end": 4624,
                      "loc": {
                        "start": {
                          "line": 103,
                          "column": 8
                        },
                        "end": {
                          "line": 115,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "Identifier",
                        "start": 4142,
                        "end": 4148,
                        "loc": {
                          "start": {
                            "line": 103,
                            "column": 12
                          },
                          "end": {
                            "line": 103,
                            "column": 18
                          }
                        },
                        "name": "plugin"
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 4150,
                        "end": 4624,
                        "loc": {
                          "start": {
                            "line": 103,
                            "column": 20
                          },
                          "end": {
                            "line": 115,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 4167,
                            "end": 4463,
                            "loc": {
                              "start": {
                                "line": 105,
                                "column": 12
                              },
                              "end": {
                                "line": 110,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "LogicalExpression",
                              "start": 4171,
                              "end": 4223,
                              "loc": {
                                "start": {
                                  "line": 105,
                                  "column": 16
                                },
                                "end": {
                                  "line": 105,
                                  "column": 68
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 4171,
                                "end": 4187,
                                "loc": {
                                  "start": {
                                    "line": 105,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 105,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 4171,
                                  "end": 4180,
                                  "loc": {
                                    "start": {
                                      "line": 105,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 105,
                                      "column": 25
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 4171,
                                    "end": 4175,
                                    "loc": {
                                      "start": {
                                        "line": 105,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 105,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4176,
                                    "end": 4180,
                                    "loc": {
                                      "start": {
                                        "line": 105,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 105,
                                        "column": 25
                                      }
                                    },
                                    "name": "data"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4181,
                                  "end": 4187,
                                  "loc": {
                                    "start": {
                                      "line": 105,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 105,
                                      "column": 32
                                    }
                                  },
                                  "name": "active"
                                },
                                "computed": false
                              },
                              "operator": "&&",
                              "right": {
                                "type": "BinaryExpression",
                                "start": 4191,
                                "end": 4223,
                                "loc": {
                                  "start": {
                                    "line": 105,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 105,
                                    "column": 68
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 4191,
                                  "end": 4207,
                                  "loc": {
                                    "start": {
                                      "line": 105,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 105,
                                      "column": 52
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 4191,
                                    "end": 4200,
                                    "loc": {
                                      "start": {
                                        "line": 105,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 105,
                                        "column": 45
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 4191,
                                      "end": 4195,
                                      "loc": {
                                        "start": {
                                          "line": 105,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 105,
                                          "column": 40
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4196,
                                      "end": 4200,
                                      "loc": {
                                        "start": {
                                          "line": 105,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 105,
                                          "column": 45
                                        }
                                      },
                                      "name": "data"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4201,
                                    "end": 4207,
                                    "loc": {
                                      "start": {
                                        "line": 105,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 105,
                                        "column": 52
                                      }
                                    },
                                    "name": "active"
                                  },
                                  "computed": false
                                },
                                "operator": "===",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 4212,
                                  "end": 4223,
                                  "loc": {
                                    "start": {
                                      "line": 105,
                                      "column": 57
                                    },
                                    "end": {
                                      "line": 105,
                                      "column": 68
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 4212,
                                    "end": 4218,
                                    "loc": {
                                      "start": {
                                        "line": 105,
                                        "column": 57
                                      },
                                      "end": {
                                        "line": 105,
                                        "column": 63
                                      }
                                    },
                                    "name": "plugin"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4219,
                                    "end": 4223,
                                    "loc": {
                                      "start": {
                                        "line": 105,
                                        "column": 64
                                      },
                                      "end": {
                                        "line": 105,
                                        "column": 68
                                      }
                                    },
                                    "name": "data"
                                  },
                                  "computed": false
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 4225,
                              "end": 4463,
                              "loc": {
                                "start": {
                                  "line": 105,
                                  "column": 70
                                },
                                "end": {
                                  "line": 110,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4244,
                                  "end": 4272,
                                  "loc": {
                                    "start": {
                                      "line": 106,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 106,
                                      "column": 44
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4244,
                                    "end": 4271,
                                    "loc": {
                                      "start": {
                                        "line": 106,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 106,
                                        "column": 43
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4244,
                                      "end": 4269,
                                      "loc": {
                                        "start": {
                                          "line": 106,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 106,
                                          "column": 41
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4244,
                                        "end": 4258,
                                        "loc": {
                                          "start": {
                                            "line": 106,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 106,
                                            "column": 30
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4244,
                                          "end": 4248,
                                          "loc": {
                                            "start": {
                                              "line": 106,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 106,
                                              "column": 20
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4249,
                                          "end": 4258,
                                          "loc": {
                                            "start": {
                                              "line": 106,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 106,
                                              "column": 30
                                            }
                                          },
                                          "name": "selection"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4259,
                                        "end": 4269,
                                        "loc": {
                                          "start": {
                                            "line": 106,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 106,
                                            "column": 41
                                          }
                                        },
                                        "name": "deactivate"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4290,
                                  "end": 4358,
                                  "loc": {
                                    "start": {
                                      "line": 107,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 107,
                                      "column": 84
                                    }
                                  },
                                  "expression": {
                                    "type": "LogicalExpression",
                                    "start": 4290,
                                    "end": 4357,
                                    "loc": {
                                      "start": {
                                        "line": 107,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 107,
                                        "column": 83
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 4290,
                                      "end": 4302,
                                      "loc": {
                                        "start": {
                                          "line": 107,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 107,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 4290,
                                        "end": 4294,
                                        "loc": {
                                          "start": {
                                            "line": 107,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 107,
                                            "column": 20
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4295,
                                        "end": 4302,
                                        "loc": {
                                          "start": {
                                            "line": 107,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 107,
                                            "column": 28
                                          }
                                        },
                                        "name": "handler"
                                      },
                                      "computed": false
                                    },
                                    "operator": "&&",
                                    "right": {
                                      "type": "CallExpression",
                                      "start": 4306,
                                      "end": 4357,
                                      "loc": {
                                        "start": {
                                          "line": 107,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 107,
                                          "column": 83
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 4306,
                                        "end": 4334,
                                        "loc": {
                                          "start": {
                                            "line": 107,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 107,
                                            "column": 60
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 4306,
                                          "end": 4314,
                                          "loc": {
                                            "start": {
                                              "line": 107,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 107,
                                              "column": 40
                                            }
                                          },
                                          "name": "document"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4315,
                                          "end": 4334,
                                          "loc": {
                                            "start": {
                                              "line": 107,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 107,
                                              "column": 60
                                            }
                                          },
                                          "name": "removeEventListener"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Literal",
                                          "start": 4335,
                                          "end": 4342,
                                          "loc": {
                                            "start": {
                                              "line": 107,
                                              "column": 61
                                            },
                                            "end": {
                                              "line": 107,
                                              "column": 68
                                            }
                                          },
                                          "value": "keyup",
                                          "rawValue": "keyup",
                                          "raw": "'keyup'"
                                        },
                                        {
                                          "type": "MemberExpression",
                                          "start": 4344,
                                          "end": 4356,
                                          "loc": {
                                            "start": {
                                              "line": 107,
                                              "column": 70
                                            },
                                            "end": {
                                              "line": 107,
                                              "column": 82
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 4344,
                                            "end": 4348,
                                            "loc": {
                                              "start": {
                                                "line": 107,
                                                "column": 70
                                              },
                                              "end": {
                                                "line": 107,
                                                "column": 74
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4349,
                                            "end": 4356,
                                            "loc": {
                                              "start": {
                                                "line": 107,
                                                "column": 75
                                              },
                                              "end": {
                                                "line": 107,
                                                "column": 82
                                              }
                                            },
                                            "name": "handler"
                                          },
                                          "computed": false
                                        }
                                      ]
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4376,
                                  "end": 4401,
                                  "loc": {
                                    "start": {
                                      "line": 108,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 108,
                                      "column": 41
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 4376,
                                    "end": 4400,
                                    "loc": {
                                      "start": {
                                        "line": 108,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 108,
                                        "column": 40
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 4376,
                                      "end": 4388,
                                      "loc": {
                                        "start": {
                                          "line": 108,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 108,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 4376,
                                        "end": 4380,
                                        "loc": {
                                          "start": {
                                            "line": 108,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 108,
                                            "column": 20
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4381,
                                        "end": 4388,
                                        "loc": {
                                          "start": {
                                            "line": 108,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 108,
                                            "column": 28
                                          }
                                        },
                                        "name": "handler"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "Identifier",
                                      "start": 4391,
                                      "end": 4400,
                                      "loc": {
                                        "start": {
                                          "line": 108,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 108,
                                          "column": 40
                                        }
                                      },
                                      "name": "undefined"
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4419,
                                  "end": 4448,
                                  "loc": {
                                    "start": {
                                      "line": 109,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 109,
                                      "column": 45
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 4419,
                                    "end": 4447,
                                    "loc": {
                                      "start": {
                                        "line": 109,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 109,
                                        "column": 44
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 4419,
                                      "end": 4435,
                                      "loc": {
                                        "start": {
                                          "line": 109,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 109,
                                          "column": 32
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4419,
                                        "end": 4428,
                                        "loc": {
                                          "start": {
                                            "line": 109,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 109,
                                            "column": 25
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4419,
                                          "end": 4423,
                                          "loc": {
                                            "start": {
                                              "line": 109,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 109,
                                              "column": 20
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4424,
                                          "end": 4428,
                                          "loc": {
                                            "start": {
                                              "line": 109,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 109,
                                              "column": 25
                                            }
                                          },
                                          "name": "data"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4429,
                                        "end": 4435,
                                        "loc": {
                                          "start": {
                                            "line": 109,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 109,
                                            "column": 32
                                          }
                                        },
                                        "name": "active"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "Identifier",
                                      "start": 4438,
                                      "end": 4447,
                                      "loc": {
                                        "start": {
                                          "line": 109,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 109,
                                          "column": 44
                                        }
                                      },
                                      "name": "undefined"
                                    }
                                  }
                                }
                              ]
                            },
                            "alternate": null
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 4479,
                            "end": 4527,
                            "loc": {
                              "start": {
                                "line": 112,
                                "column": 12
                              },
                              "end": {
                                "line": 112,
                                "column": 60
                              }
                            },
                            "expression": {
                              "type": "AwaitExpression",
                              "start": 4479,
                              "end": 4526,
                              "loc": {
                                "start": {
                                  "line": 112,
                                  "column": 12
                                },
                                "end": {
                                  "line": 112,
                                  "column": 59
                                }
                              },
                              "all": false,
                              "argument": {
                                "type": "CallExpression",
                                "start": 4485,
                                "end": 4526,
                                "loc": {
                                  "start": {
                                    "line": 112,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 112,
                                    "column": 59
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 4485,
                                  "end": 4496,
                                  "loc": {
                                    "start": {
                                      "line": 112,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 112,
                                      "column": 29
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 4485,
                                    "end": 4491,
                                    "loc": {
                                      "start": {
                                        "line": 112,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 112,
                                        "column": 24
                                      }
                                    },
                                    "name": "plugin"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4492,
                                    "end": 4496,
                                    "loc": {
                                      "start": {
                                        "line": 112,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 112,
                                        "column": 29
                                      }
                                    },
                                    "name": "emit"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 4497,
                                    "end": 4519,
                                    "loc": {
                                      "start": {
                                        "line": 112,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 112,
                                        "column": 52
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 4497,
                                      "end": 4510,
                                      "loc": {
                                        "start": {
                                          "line": 112,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 112,
                                          "column": 43
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 4497,
                                        "end": 4503,
                                        "loc": {
                                          "start": {
                                            "line": 112,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 112,
                                            "column": 36
                                          }
                                        },
                                        "name": "Plugin"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4504,
                                        "end": 4510,
                                        "loc": {
                                          "start": {
                                            "line": 112,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 112,
                                            "column": 43
                                          }
                                        },
                                        "name": "Events"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4511,
                                      "end": 4519,
                                      "loc": {
                                        "start": {
                                          "line": 112,
                                          "column": 44
                                        },
                                        "end": {
                                          "line": 112,
                                          "column": 52
                                        }
                                      },
                                      "name": "Disabled"
                                    },
                                    "computed": false
                                  },
                                  {
                                    "type": "ThisExpression",
                                    "start": 4521,
                                    "end": 4525,
                                    "loc": {
                                      "start": {
                                        "line": 112,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 112,
                                        "column": 58
                                      }
                                    }
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 4541,
                            "end": 4571,
                            "loc": {
                              "start": {
                                "line": 113,
                                "column": 12
                              },
                              "end": {
                                "line": 113,
                                "column": 42
                              }
                            },
                            "expression": {
                              "type": "AwaitExpression",
                              "start": 4541,
                              "end": 4570,
                              "loc": {
                                "start": {
                                  "line": 113,
                                  "column": 12
                                },
                                "end": {
                                  "line": 113,
                                  "column": 41
                                }
                              },
                              "all": false,
                              "argument": {
                                "type": "CallExpression",
                                "start": 4547,
                                "end": 4570,
                                "loc": {
                                  "start": {
                                    "line": 113,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 113,
                                    "column": 41
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 4547,
                                  "end": 4564,
                                  "loc": {
                                    "start": {
                                      "line": 113,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 113,
                                      "column": 35
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 4547,
                                    "end": 4553,
                                    "loc": {
                                      "start": {
                                        "line": 113,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 113,
                                        "column": 24
                                      }
                                    },
                                    "name": "plugin"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4554,
                                    "end": 4564,
                                    "loc": {
                                      "start": {
                                        "line": 113,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 113,
                                        "column": 35
                                      }
                                    },
                                    "name": "onDisabled"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "ThisExpression",
                                    "start": 4565,
                                    "end": 4569,
                                    "loc": {
                                      "start": {
                                        "line": 113,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 113,
                                        "column": 40
                                      }
                                    }
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 4585,
                            "end": 4613,
                            "loc": {
                              "start": {
                                "line": 114,
                                "column": 12
                              },
                              "end": {
                                "line": 114,
                                "column": 40
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 4585,
                              "end": 4612,
                              "loc": {
                                "start": {
                                  "line": 114,
                                  "column": 12
                                },
                                "end": {
                                  "line": 114,
                                  "column": 39
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 4585,
                                "end": 4604,
                                "loc": {
                                  "start": {
                                    "line": 114,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 114,
                                    "column": 31
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 4585,
                                  "end": 4596,
                                  "loc": {
                                    "start": {
                                      "line": 114,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 114,
                                      "column": 23
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 4585,
                                    "end": 4591,
                                    "loc": {
                                      "start": {
                                        "line": 114,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 114,
                                        "column": 18
                                      }
                                    },
                                    "name": "plugin"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4592,
                                    "end": 4596,
                                    "loc": {
                                      "start": {
                                        "line": 114,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 114,
                                        "column": 23
                                      }
                                    },
                                    "name": "data"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4597,
                                  "end": 4604,
                                  "loc": {
                                    "start": {
                                      "line": 114,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 114,
                                      "column": 31
                                    }
                                  },
                                  "name": "enabled"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "Literal",
                                "start": 4607,
                                "end": 4612,
                                "loc": {
                                  "start": {
                                    "line": 114,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 114,
                                    "column": 39
                                  }
                                },
                                "value": false,
                                "rawValue": false,
                                "raw": "false"
                              }
                            }
                          }
                        ]
                      },
                      "alternate": null
                    }
                  ],
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "Block",
                  "value": "* Disables a plugin. Invokes the plugins Plugin.Events.Disabled event and calls its onDisabled prototype function. ",
                  "start": 3940,
                  "end": 4059,
                  "loc": {
                    "start": {
                      "line": 100,
                      "column": 4
                    },
                    "end": {
                      "line": 100,
                      "column": 123
                    }
                  },
                  "range": [
                    3940,
                    4059
                  ]
                }
              ],
              "trailingComments": [
                {
                  "type": "Block",
                  "value": "* Toggles a plugin ",
                  "start": 4639,
                  "end": 4662,
                  "loc": {
                    "start": {
                      "line": 118,
                      "column": 4
                    },
                    "end": {
                      "line": 118,
                      "column": 27
                    }
                  },
                  "range": [
                    4639,
                    4662
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 4668,
              "end": 4937,
              "loc": {
                "start": {
                  "line": 119,
                  "column": 4
                },
                "end": {
                  "line": 128,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 4674,
                "end": 4680,
                "loc": {
                  "start": {
                    "line": 119,
                    "column": 10
                  },
                  "end": {
                    "line": 119,
                    "column": 16
                  }
                },
                "name": "toggle"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 4680,
                "end": 4937,
                "loc": {
                  "start": {
                    "line": 119,
                    "column": 16
                  },
                  "end": {
                    "line": 128,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": true,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 4681,
                    "end": 4687,
                    "loc": {
                      "start": {
                        "line": 119,
                        "column": 17
                      },
                      "end": {
                        "line": 119,
                        "column": 23
                      }
                    },
                    "name": "plugin"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 4689,
                  "end": 4937,
                  "loc": {
                    "start": {
                      "line": 119,
                      "column": 25
                    },
                    "end": {
                      "line": 128,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 4700,
                      "end": 4730,
                      "loc": {
                        "start": {
                          "line": 120,
                          "column": 8
                        },
                        "end": {
                          "line": 120,
                          "column": 38
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4700,
                        "end": 4729,
                        "loc": {
                          "start": {
                            "line": 120,
                            "column": 8
                          },
                          "end": {
                            "line": 120,
                            "column": 37
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "start": 4700,
                          "end": 4706,
                          "loc": {
                            "start": {
                              "line": 120,
                              "column": 8
                            },
                            "end": {
                              "line": 120,
                              "column": 14
                            }
                          },
                          "name": "plugin"
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 4709,
                          "end": 4729,
                          "loc": {
                            "start": {
                              "line": 120,
                              "column": 17
                            },
                            "end": {
                              "line": 120,
                              "column": 37
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 4709,
                            "end": 4721,
                            "loc": {
                              "start": {
                                "line": 120,
                                "column": 17
                              },
                              "end": {
                                "line": 120,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 4709,
                              "end": 4713,
                              "loc": {
                                "start": {
                                  "line": 120,
                                  "column": 17
                                },
                                "end": {
                                  "line": 120,
                                  "column": 21
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4714,
                              "end": 4721,
                              "loc": {
                                "start": {
                                  "line": 120,
                                  "column": 22
                                },
                                "end": {
                                  "line": 120,
                                  "column": 29
                                }
                              },
                              "name": "resolve"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 4722,
                              "end": 4728,
                              "loc": {
                                "start": {
                                  "line": 120,
                                  "column": 30
                                },
                                "end": {
                                  "line": 120,
                                  "column": 36
                                }
                              },
                              "name": "plugin"
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 4740,
                      "end": 4930,
                      "loc": {
                        "start": {
                          "line": 121,
                          "column": 8
                        },
                        "end": {
                          "line": 127,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "Identifier",
                        "start": 4744,
                        "end": 4750,
                        "loc": {
                          "start": {
                            "line": 121,
                            "column": 12
                          },
                          "end": {
                            "line": 121,
                            "column": 18
                          }
                        },
                        "name": "plugin"
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 4752,
                        "end": 4930,
                        "loc": {
                          "start": {
                            "line": 121,
                            "column": 20
                          },
                          "end": {
                            "line": 127,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 4767,
                            "end": 4919,
                            "loc": {
                              "start": {
                                "line": 122,
                                "column": 12
                              },
                              "end": {
                                "line": 126,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "MemberExpression",
                              "start": 4771,
                              "end": 4790,
                              "loc": {
                                "start": {
                                  "line": 122,
                                  "column": 16
                                },
                                "end": {
                                  "line": 122,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 4771,
                                "end": 4782,
                                "loc": {
                                  "start": {
                                    "line": 122,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 122,
                                    "column": 27
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4771,
                                  "end": 4777,
                                  "loc": {
                                    "start": {
                                      "line": 122,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 122,
                                      "column": 22
                                    }
                                  },
                                  "name": "plugin"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4778,
                                  "end": 4782,
                                  "loc": {
                                    "start": {
                                      "line": 122,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 122,
                                      "column": 27
                                    }
                                  },
                                  "name": "data"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4783,
                                "end": 4790,
                                "loc": {
                                  "start": {
                                    "line": 122,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 122,
                                    "column": 35
                                  }
                                },
                                "name": "enabled"
                              },
                              "computed": false
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 4792,
                              "end": 4853,
                              "loc": {
                                "start": {
                                  "line": 122,
                                  "column": 37
                                },
                                "end": {
                                  "line": 124,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4811,
                                  "end": 4838,
                                  "loc": {
                                    "start": {
                                      "line": 123,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 123,
                                      "column": 43
                                    }
                                  },
                                  "expression": {
                                    "type": "AwaitExpression",
                                    "start": 4811,
                                    "end": 4837,
                                    "loc": {
                                      "start": {
                                        "line": 123,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 123,
                                        "column": 42
                                      }
                                    },
                                    "all": false,
                                    "argument": {
                                      "type": "CallExpression",
                                      "start": 4817,
                                      "end": 4837,
                                      "loc": {
                                        "start": {
                                          "line": 123,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 123,
                                          "column": 42
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 4817,
                                        "end": 4829,
                                        "loc": {
                                          "start": {
                                            "line": 123,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 123,
                                            "column": 34
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4817,
                                          "end": 4821,
                                          "loc": {
                                            "start": {
                                              "line": 123,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 123,
                                              "column": 26
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4822,
                                          "end": 4829,
                                          "loc": {
                                            "start": {
                                              "line": 123,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 123,
                                              "column": 34
                                            }
                                          },
                                          "name": "disable"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 4830,
                                          "end": 4836,
                                          "loc": {
                                            "start": {
                                              "line": 123,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 123,
                                              "column": 41
                                            }
                                          },
                                          "name": "plugin"
                                        }
                                      ]
                                    }
                                  }
                                }
                              ]
                            },
                            "alternate": {
                              "type": "BlockStatement",
                              "start": 4859,
                              "end": 4919,
                              "loc": {
                                "start": {
                                  "line": 124,
                                  "column": 19
                                },
                                "end": {
                                  "line": 126,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4878,
                                  "end": 4904,
                                  "loc": {
                                    "start": {
                                      "line": 125,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 125,
                                      "column": 42
                                    }
                                  },
                                  "expression": {
                                    "type": "AwaitExpression",
                                    "start": 4878,
                                    "end": 4903,
                                    "loc": {
                                      "start": {
                                        "line": 125,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 125,
                                        "column": 41
                                      }
                                    },
                                    "all": false,
                                    "argument": {
                                      "type": "CallExpression",
                                      "start": 4884,
                                      "end": 4903,
                                      "loc": {
                                        "start": {
                                          "line": 125,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 125,
                                          "column": 41
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 4884,
                                        "end": 4895,
                                        "loc": {
                                          "start": {
                                            "line": 125,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 125,
                                            "column": 33
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4884,
                                          "end": 4888,
                                          "loc": {
                                            "start": {
                                              "line": 125,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 125,
                                              "column": 26
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4889,
                                          "end": 4895,
                                          "loc": {
                                            "start": {
                                              "line": 125,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 125,
                                              "column": 33
                                            }
                                          },
                                          "name": "enable"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 4896,
                                          "end": 4902,
                                          "loc": {
                                            "start": {
                                              "line": 125,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 125,
                                              "column": 40
                                            }
                                          },
                                          "name": "plugin"
                                        }
                                      ]
                                    }
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      },
                      "alternate": null
                    }
                  ],
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "Block",
                  "value": "* Toggles a plugin ",
                  "start": 4639,
                  "end": 4662,
                  "loc": {
                    "start": {
                      "line": 118,
                      "column": 4
                    },
                    "end": {
                      "line": 118,
                      "column": 27
                    }
                  },
                  "range": [
                    4639,
                    4662
                  ]
                }
              ],
              "trailingComments": [
                {
                  "type": "Block",
                  "value": "* Destroys a plugin. Calls this.disable on it, invokes the plugins Plugin.Events.Destroyed event and calls its onDestroyed prototype function. ",
                  "start": 4945,
                  "end": 5092,
                  "loc": {
                    "start": {
                      "line": 130,
                      "column": 4
                    },
                    "end": {
                      "line": 130,
                      "column": 151
                    }
                  },
                  "range": [
                    4945,
                    5092
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 5098,
              "end": 5531,
              "loc": {
                "start": {
                  "line": 131,
                  "column": 4
                },
                "end": {
                  "line": 141,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 5104,
                "end": 5111,
                "loc": {
                  "start": {
                    "line": 131,
                    "column": 10
                  },
                  "end": {
                    "line": 131,
                    "column": 17
                  }
                },
                "name": "destroy"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 5111,
                "end": 5531,
                "loc": {
                  "start": {
                    "line": 131,
                    "column": 17
                  },
                  "end": {
                    "line": 141,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": true,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 5112,
                    "end": 5118,
                    "loc": {
                      "start": {
                        "line": 131,
                        "column": 18
                      },
                      "end": {
                        "line": 131,
                        "column": 24
                      }
                    },
                    "name": "plugin"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 5120,
                  "end": 5531,
                  "loc": {
                    "start": {
                      "line": 131,
                      "column": 26
                    },
                    "end": {
                      "line": 141,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 5131,
                      "end": 5161,
                      "loc": {
                        "start": {
                          "line": 132,
                          "column": 8
                        },
                        "end": {
                          "line": 132,
                          "column": 38
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5131,
                        "end": 5160,
                        "loc": {
                          "start": {
                            "line": 132,
                            "column": 8
                          },
                          "end": {
                            "line": 132,
                            "column": 37
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "start": 5131,
                          "end": 5137,
                          "loc": {
                            "start": {
                              "line": 132,
                              "column": 8
                            },
                            "end": {
                              "line": 132,
                              "column": 14
                            }
                          },
                          "name": "plugin"
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 5140,
                          "end": 5160,
                          "loc": {
                            "start": {
                              "line": 132,
                              "column": 17
                            },
                            "end": {
                              "line": 132,
                              "column": 37
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 5140,
                            "end": 5152,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 17
                              },
                              "end": {
                                "line": 132,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 5140,
                              "end": 5144,
                              "loc": {
                                "start": {
                                  "line": 132,
                                  "column": 17
                                },
                                "end": {
                                  "line": 132,
                                  "column": 21
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5145,
                              "end": 5152,
                              "loc": {
                                "start": {
                                  "line": 132,
                                  "column": 22
                                },
                                "end": {
                                  "line": 132,
                                  "column": 29
                                }
                              },
                              "name": "resolve"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 5153,
                              "end": 5159,
                              "loc": {
                                "start": {
                                  "line": 132,
                                  "column": 30
                                },
                                "end": {
                                  "line": 132,
                                  "column": 36
                                }
                              },
                              "name": "plugin"
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 5171,
                      "end": 5524,
                      "loc": {
                        "start": {
                          "line": 133,
                          "column": 8
                        },
                        "end": {
                          "line": 140,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "Identifier",
                        "start": 5175,
                        "end": 5181,
                        "loc": {
                          "start": {
                            "line": 133,
                            "column": 12
                          },
                          "end": {
                            "line": 133,
                            "column": 18
                          }
                        },
                        "name": "plugin"
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 5183,
                        "end": 5524,
                        "loc": {
                          "start": {
                            "line": 133,
                            "column": 20
                          },
                          "end": {
                            "line": 140,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 5198,
                            "end": 5223,
                            "loc": {
                              "start": {
                                "line": 134,
                                "column": 12
                              },
                              "end": {
                                "line": 134,
                                "column": 37
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 5198,
                              "end": 5222,
                              "loc": {
                                "start": {
                                  "line": 134,
                                  "column": 12
                                },
                                "end": {
                                  "line": 134,
                                  "column": 36
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 5198,
                                "end": 5220,
                                "loc": {
                                  "start": {
                                    "line": 134,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 134,
                                    "column": 34
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 5198,
                                  "end": 5204,
                                  "loc": {
                                    "start": {
                                      "line": 134,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 134,
                                      "column": 18
                                    }
                                  },
                                  "name": "plugin"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5205,
                                  "end": 5220,
                                  "loc": {
                                    "start": {
                                      "line": 134,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 134,
                                      "column": 34
                                    }
                                  },
                                  "name": "removeListeners"
                                },
                                "computed": false
                              },
                              "arguments": []
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 5237,
                            "end": 5264,
                            "loc": {
                              "start": {
                                "line": 135,
                                "column": 12
                              },
                              "end": {
                                "line": 135,
                                "column": 39
                              }
                            },
                            "expression": {
                              "type": "AwaitExpression",
                              "start": 5237,
                              "end": 5263,
                              "loc": {
                                "start": {
                                  "line": 135,
                                  "column": 12
                                },
                                "end": {
                                  "line": 135,
                                  "column": 38
                                }
                              },
                              "all": false,
                              "argument": {
                                "type": "CallExpression",
                                "start": 5243,
                                "end": 5263,
                                "loc": {
                                  "start": {
                                    "line": 135,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 135,
                                    "column": 38
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 5243,
                                  "end": 5255,
                                  "loc": {
                                    "start": {
                                      "line": 135,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 135,
                                      "column": 30
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 5243,
                                    "end": 5247,
                                    "loc": {
                                      "start": {
                                        "line": 135,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 135,
                                        "column": 22
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5248,
                                    "end": 5255,
                                    "loc": {
                                      "start": {
                                        "line": 135,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 135,
                                        "column": 30
                                      }
                                    },
                                    "name": "disable"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 5256,
                                    "end": 5262,
                                    "loc": {
                                      "start": {
                                        "line": 135,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 135,
                                        "column": 37
                                      }
                                    },
                                    "name": "plugin"
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 5278,
                            "end": 5311,
                            "loc": {
                              "start": {
                                "line": 136,
                                "column": 12
                              },
                              "end": {
                                "line": 136,
                                "column": 45
                              }
                            },
                            "expression": {
                              "type": "UnaryExpression",
                              "start": 5278,
                              "end": 5310,
                              "loc": {
                                "start": {
                                  "line": 136,
                                  "column": 12
                                },
                                "end": {
                                  "line": 136,
                                  "column": 44
                                }
                              },
                              "operator": "delete",
                              "prefix": true,
                              "argument": {
                                "type": "MemberExpression",
                                "start": 5285,
                                "end": 5310,
                                "loc": {
                                  "start": {
                                    "line": 136,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 136,
                                    "column": 44
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 5285,
                                  "end": 5297,
                                  "loc": {
                                    "start": {
                                      "line": 136,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 136,
                                      "column": 31
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 5285,
                                    "end": 5289,
                                    "loc": {
                                      "start": {
                                        "line": 136,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 136,
                                        "column": 23
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5290,
                                    "end": 5297,
                                    "loc": {
                                      "start": {
                                        "line": 136,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 136,
                                        "column": 31
                                      }
                                    },
                                    "name": "plugins"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "MemberExpression",
                                  "start": 5298,
                                  "end": 5309,
                                  "loc": {
                                    "start": {
                                      "line": 136,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 136,
                                      "column": 43
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 5298,
                                    "end": 5304,
                                    "loc": {
                                      "start": {
                                        "line": 136,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 136,
                                        "column": 38
                                      }
                                    },
                                    "name": "plugin"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5305,
                                    "end": 5309,
                                    "loc": {
                                      "start": {
                                        "line": 136,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 136,
                                        "column": 43
                                      }
                                    },
                                    "name": "name"
                                  },
                                  "computed": false
                                },
                                "computed": true
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 5325,
                            "end": 5405,
                            "loc": {
                              "start": {
                                "line": 137,
                                "column": 12
                              },
                              "end": {
                                "line": 137,
                                "column": 92
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 5325,
                              "end": 5404,
                              "loc": {
                                "start": {
                                  "line": 137,
                                  "column": 12
                                },
                                "end": {
                                  "line": 137,
                                  "column": 91
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 5325,
                                "end": 5342,
                                "loc": {
                                  "start": {
                                    "line": 137,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 137,
                                    "column": 29
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 5325,
                                  "end": 5334,
                                  "loc": {
                                    "start": {
                                      "line": 137,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 137,
                                      "column": 21
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 5325,
                                    "end": 5329,
                                    "loc": {
                                      "start": {
                                        "line": 137,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 137,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5330,
                                    "end": 5334,
                                    "loc": {
                                      "start": {
                                        "line": 137,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 137,
                                        "column": 21
                                      }
                                    },
                                    "name": "data"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5335,
                                  "end": 5342,
                                  "loc": {
                                    "start": {
                                      "line": 137,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 137,
                                      "column": 29
                                    }
                                  },
                                  "name": "plugins"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "CallExpression",
                                "start": 5345,
                                "end": 5404,
                                "loc": {
                                  "start": {
                                    "line": 137,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 137,
                                    "column": 91
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 5345,
                                  "end": 5369,
                                  "loc": {
                                    "start": {
                                      "line": 137,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 137,
                                      "column": 56
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 5345,
                                    "end": 5362,
                                    "loc": {
                                      "start": {
                                        "line": 137,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 137,
                                        "column": 49
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 5345,
                                      "end": 5354,
                                      "loc": {
                                        "start": {
                                          "line": 137,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 137,
                                          "column": 41
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 5345,
                                        "end": 5349,
                                        "loc": {
                                          "start": {
                                            "line": 137,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 137,
                                            "column": 36
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5350,
                                        "end": 5354,
                                        "loc": {
                                          "start": {
                                            "line": 137,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 137,
                                            "column": 41
                                          }
                                        },
                                        "name": "data"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5355,
                                      "end": 5362,
                                      "loc": {
                                        "start": {
                                          "line": 137,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 137,
                                          "column": 49
                                        }
                                      },
                                      "name": "plugins"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5363,
                                    "end": 5369,
                                    "loc": {
                                      "start": {
                                        "line": 137,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 137,
                                        "column": 56
                                      }
                                    },
                                    "name": "filter"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "start": 5370,
                                    "end": 5403,
                                    "loc": {
                                      "start": {
                                        "line": 137,
                                        "column": 57
                                      },
                                      "end": {
                                        "line": 137,
                                        "column": 90
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": true,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 5370,
                                        "end": 5374,
                                        "loc": {
                                          "start": {
                                            "line": 137,
                                            "column": 57
                                          },
                                          "end": {
                                            "line": 137,
                                            "column": 61
                                          }
                                        },
                                        "name": "item"
                                      }
                                    ],
                                    "body": {
                                      "type": "BinaryExpression",
                                      "start": 5378,
                                      "end": 5403,
                                      "loc": {
                                        "start": {
                                          "line": 137,
                                          "column": 65
                                        },
                                        "end": {
                                          "line": 137,
                                          "column": 90
                                        }
                                      },
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 5378,
                                        "end": 5387,
                                        "loc": {
                                          "start": {
                                            "line": 137,
                                            "column": 65
                                          },
                                          "end": {
                                            "line": 137,
                                            "column": 74
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 5378,
                                          "end": 5382,
                                          "loc": {
                                            "start": {
                                              "line": 137,
                                              "column": 65
                                            },
                                            "end": {
                                              "line": 137,
                                              "column": 69
                                            }
                                          },
                                          "name": "item"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5383,
                                          "end": 5387,
                                          "loc": {
                                            "start": {
                                              "line": 137,
                                              "column": 70
                                            },
                                            "end": {
                                              "line": 137,
                                              "column": 74
                                            }
                                          },
                                          "name": "name"
                                        },
                                        "computed": false
                                      },
                                      "operator": "!==",
                                      "right": {
                                        "type": "MemberExpression",
                                        "start": 5392,
                                        "end": 5403,
                                        "loc": {
                                          "start": {
                                            "line": 137,
                                            "column": 79
                                          },
                                          "end": {
                                            "line": 137,
                                            "column": 90
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 5392,
                                          "end": 5398,
                                          "loc": {
                                            "start": {
                                              "line": 137,
                                              "column": 79
                                            },
                                            "end": {
                                              "line": 137,
                                              "column": 85
                                            }
                                          },
                                          "name": "plugin"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5399,
                                          "end": 5403,
                                          "loc": {
                                            "start": {
                                              "line": 137,
                                              "column": 86
                                            },
                                            "end": {
                                              "line": 137,
                                              "column": 90
                                            }
                                          },
                                          "name": "name"
                                        },
                                        "computed": false
                                      }
                                    }
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 5419,
                            "end": 5468,
                            "loc": {
                              "start": {
                                "line": 138,
                                "column": 12
                              },
                              "end": {
                                "line": 138,
                                "column": 61
                              }
                            },
                            "expression": {
                              "type": "AwaitExpression",
                              "start": 5419,
                              "end": 5467,
                              "loc": {
                                "start": {
                                  "line": 138,
                                  "column": 12
                                },
                                "end": {
                                  "line": 138,
                                  "column": 60
                                }
                              },
                              "all": false,
                              "argument": {
                                "type": "CallExpression",
                                "start": 5425,
                                "end": 5467,
                                "loc": {
                                  "start": {
                                    "line": 138,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 138,
                                    "column": 60
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 5425,
                                  "end": 5436,
                                  "loc": {
                                    "start": {
                                      "line": 138,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 138,
                                      "column": 29
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 5425,
                                    "end": 5431,
                                    "loc": {
                                      "start": {
                                        "line": 138,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 138,
                                        "column": 24
                                      }
                                    },
                                    "name": "plugin"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5432,
                                    "end": 5436,
                                    "loc": {
                                      "start": {
                                        "line": 138,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 138,
                                        "column": 29
                                      }
                                    },
                                    "name": "emit"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 5437,
                                    "end": 5460,
                                    "loc": {
                                      "start": {
                                        "line": 138,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 138,
                                        "column": 53
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 5437,
                                      "end": 5450,
                                      "loc": {
                                        "start": {
                                          "line": 138,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 138,
                                          "column": 43
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 5437,
                                        "end": 5443,
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 138,
                                            "column": 36
                                          }
                                        },
                                        "name": "Plugin"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5444,
                                        "end": 5450,
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 138,
                                            "column": 43
                                          }
                                        },
                                        "name": "Events"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5451,
                                      "end": 5460,
                                      "loc": {
                                        "start": {
                                          "line": 138,
                                          "column": 44
                                        },
                                        "end": {
                                          "line": 138,
                                          "column": 53
                                        }
                                      },
                                      "name": "Destroyed"
                                    },
                                    "computed": false
                                  },
                                  {
                                    "type": "ThisExpression",
                                    "start": 5462,
                                    "end": 5466,
                                    "loc": {
                                      "start": {
                                        "line": 138,
                                        "column": 55
                                      },
                                      "end": {
                                        "line": 138,
                                        "column": 59
                                      }
                                    }
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 5482,
                            "end": 5513,
                            "loc": {
                              "start": {
                                "line": 139,
                                "column": 12
                              },
                              "end": {
                                "line": 139,
                                "column": 43
                              }
                            },
                            "expression": {
                              "type": "AwaitExpression",
                              "start": 5482,
                              "end": 5512,
                              "loc": {
                                "start": {
                                  "line": 139,
                                  "column": 12
                                },
                                "end": {
                                  "line": 139,
                                  "column": 42
                                }
                              },
                              "all": false,
                              "argument": {
                                "type": "CallExpression",
                                "start": 5488,
                                "end": 5512,
                                "loc": {
                                  "start": {
                                    "line": 139,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 139,
                                    "column": 42
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 5488,
                                  "end": 5506,
                                  "loc": {
                                    "start": {
                                      "line": 139,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 139,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 5488,
                                    "end": 5494,
                                    "loc": {
                                      "start": {
                                        "line": 139,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 139,
                                        "column": 24
                                      }
                                    },
                                    "name": "plugin"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5495,
                                    "end": 5506,
                                    "loc": {
                                      "start": {
                                        "line": 139,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 139,
                                        "column": 36
                                      }
                                    },
                                    "name": "onDestroyed"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "ThisExpression",
                                    "start": 5507,
                                    "end": 5511,
                                    "loc": {
                                      "start": {
                                        "line": 139,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 139,
                                        "column": 41
                                      }
                                    }
                                  }
                                ]
                              }
                            }
                          }
                        ]
                      },
                      "alternate": null
                    }
                  ]
                }
              },
              "leadingComments": [
                {
                  "type": "Block",
                  "value": "* Destroys a plugin. Calls this.disable on it, invokes the plugins Plugin.Events.Destroyed event and calls its onDestroyed prototype function. ",
                  "start": 4945,
                  "end": 5092,
                  "loc": {
                    "start": {
                      "line": 130,
                      "column": 4
                    },
                    "end": {
                      "line": 130,
                      "column": 151
                    }
                  },
                  "range": [
                    4945,
                    5092
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 5539,
              "end": 8669,
              "loc": {
                "start": {
                  "line": 143,
                  "column": 4
                },
                "end": {
                  "line": 197,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 5539,
                "end": 5543,
                "loc": {
                  "start": {
                    "line": 143,
                    "column": 4
                  },
                  "end": {
                    "line": 143,
                    "column": 8
                  }
                },
                "name": "show"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 5543,
                "end": 8669,
                "loc": {
                  "start": {
                    "line": 143,
                    "column": 8
                  },
                  "end": {
                    "line": 197,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 5544,
                    "end": 5550,
                    "loc": {
                      "start": {
                        "line": 143,
                        "column": 9
                      },
                      "end": {
                        "line": 143,
                        "column": 15
                      }
                    },
                    "name": "plugin"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 5552,
                  "end": 8669,
                  "loc": {
                    "start": {
                      "line": 143,
                      "column": 17
                    },
                    "end": {
                      "line": 197,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 5563,
                      "end": 5593,
                      "loc": {
                        "start": {
                          "line": 144,
                          "column": 8
                        },
                        "end": {
                          "line": 144,
                          "column": 38
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5563,
                        "end": 5592,
                        "loc": {
                          "start": {
                            "line": 144,
                            "column": 8
                          },
                          "end": {
                            "line": 144,
                            "column": 37
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "start": 5563,
                          "end": 5569,
                          "loc": {
                            "start": {
                              "line": 144,
                              "column": 8
                            },
                            "end": {
                              "line": 144,
                              "column": 14
                            }
                          },
                          "name": "plugin"
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 5572,
                          "end": 5592,
                          "loc": {
                            "start": {
                              "line": 144,
                              "column": 17
                            },
                            "end": {
                              "line": 144,
                              "column": 37
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 5572,
                            "end": 5584,
                            "loc": {
                              "start": {
                                "line": 144,
                                "column": 17
                              },
                              "end": {
                                "line": 144,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 5572,
                              "end": 5576,
                              "loc": {
                                "start": {
                                  "line": 144,
                                  "column": 17
                                },
                                "end": {
                                  "line": 144,
                                  "column": 21
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5577,
                              "end": 5584,
                              "loc": {
                                "start": {
                                  "line": 144,
                                  "column": 22
                                },
                                "end": {
                                  "line": 144,
                                  "column": 29
                                }
                              },
                              "name": "resolve"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 5585,
                              "end": 5591,
                              "loc": {
                                "start": {
                                  "line": 144,
                                  "column": 30
                                },
                                "end": {
                                  "line": 144,
                                  "column": 36
                                }
                              },
                              "name": "plugin"
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 5603,
                      "end": 8662,
                      "loc": {
                        "start": {
                          "line": 145,
                          "column": 8
                        },
                        "end": {
                          "line": 196,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "Identifier",
                        "start": 5607,
                        "end": 5613,
                        "loc": {
                          "start": {
                            "line": 145,
                            "column": 12
                          },
                          "end": {
                            "line": 145,
                            "column": 18
                          }
                        },
                        "name": "plugin"
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 5615,
                        "end": 8662,
                        "loc": {
                          "start": {
                            "line": 145,
                            "column": 20
                          },
                          "end": {
                            "line": 196,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ForOfStatement",
                            "start": 5630,
                            "end": 5872,
                            "loc": {
                              "start": {
                                "line": 146,
                                "column": 12
                              },
                              "end": {
                                "line": 151,
                                "column": 13
                              }
                            },
                            "left": {
                              "type": "VariableDeclaration",
                              "start": 5635,
                              "end": 5646,
                              "loc": {
                                "start": {
                                  "line": 146,
                                  "column": 17
                                },
                                "end": {
                                  "line": 146,
                                  "column": 28
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 5639,
                                  "end": 5646,
                                  "loc": {
                                    "start": {
                                      "line": 146,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 146,
                                      "column": 28
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 5639,
                                    "end": 5646,
                                    "loc": {
                                      "start": {
                                        "line": 146,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 146,
                                        "column": 28
                                      }
                                    },
                                    "name": "element"
                                  },
                                  "init": null
                                }
                              ],
                              "kind": "let"
                            },
                            "right": {
                              "type": "MemberExpression",
                              "start": 5650,
                              "end": 5670,
                              "loc": {
                                "start": {
                                  "line": 146,
                                  "column": 32
                                },
                                "end": {
                                  "line": 146,
                                  "column": 52
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 5650,
                                "end": 5661,
                                "loc": {
                                  "start": {
                                    "line": 146,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 146,
                                    "column": 43
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 5650,
                                  "end": 5656,
                                  "loc": {
                                    "start": {
                                      "line": 146,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 146,
                                      "column": 38
                                    }
                                  },
                                  "name": "plugin"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5657,
                                  "end": 5661,
                                  "loc": {
                                    "start": {
                                      "line": 146,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 146,
                                      "column": 43
                                    }
                                  },
                                  "name": "data"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5662,
                                "end": 5670,
                                "loc": {
                                  "start": {
                                    "line": 146,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 146,
                                    "column": 52
                                  }
                                },
                                "name": "elements"
                              },
                              "computed": false
                            },
                            "body": {
                              "type": "BlockStatement",
                              "start": 5672,
                              "end": 5872,
                              "loc": {
                                "start": {
                                  "line": 146,
                                  "column": 54
                                },
                                "end": {
                                  "line": 151,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 5691,
                                  "end": 5857,
                                  "loc": {
                                    "start": {
                                      "line": 147,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 150,
                                      "column": 17
                                    }
                                  },
                                  "test": {
                                    "type": "LogicalExpression",
                                    "start": 5695,
                                    "end": 5752,
                                    "loc": {
                                      "start": {
                                        "line": 147,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 147,
                                        "column": 77
                                      }
                                    },
                                    "left": {
                                      "type": "BinaryExpression",
                                      "start": 5695,
                                      "end": 5734,
                                      "loc": {
                                        "start": {
                                          "line": 147,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 147,
                                          "column": 59
                                        }
                                      },
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 5695,
                                        "end": 5707,
                                        "loc": {
                                          "start": {
                                            "line": 147,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 147,
                                            "column": 32
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 5695,
                                          "end": 5702,
                                          "loc": {
                                            "start": {
                                              "line": 147,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 147,
                                              "column": 27
                                            }
                                          },
                                          "name": "element"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5703,
                                          "end": 5707,
                                          "loc": {
                                            "start": {
                                              "line": 147,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 147,
                                              "column": 32
                                            }
                                          },
                                          "name": "type"
                                        },
                                        "computed": false
                                      },
                                      "operator": "===",
                                      "right": {
                                        "type": "MemberExpression",
                                        "start": 5712,
                                        "end": 5734,
                                        "loc": {
                                          "start": {
                                            "line": 147,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 147,
                                            "column": 59
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 5712,
                                          "end": 5724,
                                          "loc": {
                                            "start": {
                                              "line": 147,
                                              "column": 37
                                            },
                                            "end": {
                                              "line": 147,
                                              "column": 49
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 5712,
                                            "end": 5719,
                                            "loc": {
                                              "start": {
                                                "line": 147,
                                                "column": 37
                                              },
                                              "end": {
                                                "line": 147,
                                                "column": 44
                                              }
                                            },
                                            "name": "Element"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5720,
                                            "end": 5724,
                                            "loc": {
                                              "start": {
                                                "line": 147,
                                                "column": 45
                                              },
                                              "end": {
                                                "line": 147,
                                                "column": 49
                                              }
                                            },
                                            "name": "Type"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5725,
                                          "end": 5734,
                                          "loc": {
                                            "start": {
                                              "line": 147,
                                              "column": 50
                                            },
                                            "end": {
                                              "line": 147,
                                              "column": 59
                                            }
                                          },
                                          "name": "Selection"
                                        },
                                        "computed": false
                                      }
                                    },
                                    "operator": "&&",
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 5738,
                                      "end": 5752,
                                      "loc": {
                                        "start": {
                                          "line": 147,
                                          "column": 63
                                        },
                                        "end": {
                                          "line": 147,
                                          "column": 77
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 5738,
                                        "end": 5745,
                                        "loc": {
                                          "start": {
                                            "line": 147,
                                            "column": 63
                                          },
                                          "end": {
                                            "line": 147,
                                            "column": 70
                                          }
                                        },
                                        "name": "element"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5746,
                                        "end": 5752,
                                        "loc": {
                                          "start": {
                                            "line": 147,
                                            "column": 71
                                          },
                                          "end": {
                                            "line": 147,
                                            "column": 77
                                          }
                                        },
                                        "name": "active"
                                      },
                                      "computed": false
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 5754,
                                    "end": 5857,
                                    "loc": {
                                      "start": {
                                        "line": 147,
                                        "column": 79
                                      },
                                      "end": {
                                        "line": 150,
                                        "column": 17
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 5777,
                                        "end": 5810,
                                        "loc": {
                                          "start": {
                                            "line": 148,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 148,
                                            "column": 53
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 5777,
                                          "end": 5809,
                                          "loc": {
                                            "start": {
                                              "line": 148,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 148,
                                              "column": 52
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 5777,
                                            "end": 5800,
                                            "loc": {
                                              "start": {
                                                "line": 148,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 148,
                                                "column": 43
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 5777,
                                              "end": 5791,
                                              "loc": {
                                                "start": {
                                                  "line": 148,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 148,
                                                  "column": 34
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 5777,
                                                "end": 5781,
                                                "loc": {
                                                  "start": {
                                                    "line": 148,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 148,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5782,
                                                "end": 5791,
                                                "loc": {
                                                  "start": {
                                                    "line": 148,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 148,
                                                    "column": 34
                                                  }
                                                },
                                                "name": "selection"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5792,
                                              "end": 5800,
                                              "loc": {
                                                "start": {
                                                  "line": 148,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 148,
                                                  "column": 43
                                                }
                                              },
                                              "name": "activate"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 5801,
                                              "end": 5808,
                                              "loc": {
                                                "start": {
                                                  "line": 148,
                                                  "column": 44
                                                },
                                                "end": {
                                                  "line": 148,
                                                  "column": 51
                                                }
                                              },
                                              "name": "element"
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "BreakStatement",
                                        "start": 5832,
                                        "end": 5838,
                                        "loc": {
                                          "start": {
                                            "line": 149,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 149,
                                            "column": 26
                                          }
                                        },
                                        "label": null
                                      }
                                    ]
                                  },
                                  "alternate": null
                                }
                              ]
                            }
                          },
                          {
                            "type": "IfStatement",
                            "start": 5888,
                            "end": 8651,
                            "loc": {
                              "start": {
                                "line": 153,
                                "column": 12
                              },
                              "end": {
                                "line": 195,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "MemberExpression",
                              "start": 5892,
                              "end": 5911,
                              "loc": {
                                "start": {
                                  "line": 153,
                                  "column": 16
                                },
                                "end": {
                                  "line": 153,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 5892,
                                "end": 5903,
                                "loc": {
                                  "start": {
                                    "line": 153,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 153,
                                    "column": 27
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 5892,
                                  "end": 5898,
                                  "loc": {
                                    "start": {
                                      "line": 153,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 153,
                                      "column": 22
                                    }
                                  },
                                  "name": "plugin"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5899,
                                  "end": 5903,
                                  "loc": {
                                    "start": {
                                      "line": 153,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 153,
                                      "column": 27
                                    }
                                  },
                                  "name": "data"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5904,
                                "end": 5911,
                                "loc": {
                                  "start": {
                                    "line": 153,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 153,
                                    "column": 35
                                  }
                                },
                                "name": "console"
                              },
                              "computed": false
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 5913,
                              "end": 8651,
                              "loc": {
                                "start": {
                                  "line": 153,
                                  "column": 37
                                },
                                "end": {
                                  "line": 195,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5932,
                                  "end": 6000,
                                  "loc": {
                                    "start": {
                                      "line": 154,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 154,
                                      "column": 84
                                    }
                                  },
                                  "expression": {
                                    "type": "LogicalExpression",
                                    "start": 5932,
                                    "end": 5999,
                                    "loc": {
                                      "start": {
                                        "line": 154,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 154,
                                        "column": 83
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 5932,
                                      "end": 5944,
                                      "loc": {
                                        "start": {
                                          "line": 154,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 154,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 5932,
                                        "end": 5936,
                                        "loc": {
                                          "start": {
                                            "line": 154,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 154,
                                            "column": 20
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5937,
                                        "end": 5944,
                                        "loc": {
                                          "start": {
                                            "line": 154,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 154,
                                            "column": 28
                                          }
                                        },
                                        "name": "handler"
                                      },
                                      "computed": false
                                    },
                                    "operator": "&&",
                                    "right": {
                                      "type": "CallExpression",
                                      "start": 5948,
                                      "end": 5999,
                                      "loc": {
                                        "start": {
                                          "line": 154,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 154,
                                          "column": 83
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 5948,
                                        "end": 5976,
                                        "loc": {
                                          "start": {
                                            "line": 154,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 154,
                                            "column": 60
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 5948,
                                          "end": 5956,
                                          "loc": {
                                            "start": {
                                              "line": 154,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 154,
                                              "column": 40
                                            }
                                          },
                                          "name": "document"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5957,
                                          "end": 5976,
                                          "loc": {
                                            "start": {
                                              "line": 154,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 154,
                                              "column": 60
                                            }
                                          },
                                          "name": "removeEventListener"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Literal",
                                          "start": 5977,
                                          "end": 5984,
                                          "loc": {
                                            "start": {
                                              "line": 154,
                                              "column": 61
                                            },
                                            "end": {
                                              "line": 154,
                                              "column": 68
                                            }
                                          },
                                          "value": "keyup",
                                          "rawValue": "keyup",
                                          "raw": "'keyup'"
                                        },
                                        {
                                          "type": "MemberExpression",
                                          "start": 5986,
                                          "end": 5998,
                                          "loc": {
                                            "start": {
                                              "line": 154,
                                              "column": 70
                                            },
                                            "end": {
                                              "line": 154,
                                              "column": 82
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 5986,
                                            "end": 5990,
                                            "loc": {
                                              "start": {
                                                "line": 154,
                                                "column": 70
                                              },
                                              "end": {
                                                "line": 154,
                                                "column": 74
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5991,
                                            "end": 5998,
                                            "loc": {
                                              "start": {
                                                "line": 154,
                                                "column": 75
                                              },
                                              "end": {
                                                "line": 154,
                                                "column": 82
                                              }
                                            },
                                            "name": "handler"
                                          },
                                          "computed": false
                                        }
                                      ]
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 6018,
                                  "end": 8569,
                                  "loc": {
                                    "start": {
                                      "line": 155,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 193,
                                      "column": 18
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 6018,
                                    "end": 8568,
                                    "loc": {
                                      "start": {
                                        "line": 155,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 193,
                                        "column": 17
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 6018,
                                      "end": 6030,
                                      "loc": {
                                        "start": {
                                          "line": 155,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 155,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 6018,
                                        "end": 6022,
                                        "loc": {
                                          "start": {
                                            "line": 155,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 155,
                                            "column": 20
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6023,
                                        "end": 6030,
                                        "loc": {
                                          "start": {
                                            "line": 155,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 155,
                                            "column": 28
                                          }
                                        },
                                        "name": "handler"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "ArrowFunctionExpression",
                                      "start": 6033,
                                      "end": 8568,
                                      "loc": {
                                        "start": {
                                          "line": 155,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 193,
                                          "column": 17
                                        }
                                      },
                                      "id": null,
                                      "generator": false,
                                      "expression": false,
                                      "async": false,
                                      "params": [
                                        {
                                          "type": "Identifier",
                                          "start": 6034,
                                          "end": 6039,
                                          "loc": {
                                            "start": {
                                              "line": 155,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 155,
                                              "column": 37
                                            }
                                          },
                                          "name": "event"
                                        }
                                      ],
                                      "body": {
                                        "type": "BlockStatement",
                                        "start": 6044,
                                        "end": 8568,
                                        "loc": {
                                          "start": {
                                            "line": 155,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 193,
                                            "column": 17
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "IfStatement",
                                            "start": 6067,
                                            "end": 8549,
                                            "loc": {
                                              "start": {
                                                "line": 156,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 192,
                                                "column": 21
                                              }
                                            },
                                            "test": {
                                              "type": "LogicalExpression",
                                              "start": 6071,
                                              "end": 6149,
                                              "loc": {
                                                "start": {
                                                  "line": 156,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 156,
                                                  "column": 102
                                                }
                                              },
                                              "left": {
                                                "type": "UnaryExpression",
                                                "start": 6071,
                                                "end": 6094,
                                                "loc": {
                                                  "start": {
                                                    "line": 156,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 156,
                                                    "column": 47
                                                  }
                                                },
                                                "operator": "!",
                                                "prefix": true,
                                                "argument": {
                                                  "type": "MemberExpression",
                                                  "start": 6072,
                                                  "end": 6094,
                                                  "loc": {
                                                    "start": {
                                                      "line": 156,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 156,
                                                      "column": 47
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 6072,
                                                    "end": 6080,
                                                    "loc": {
                                                      "start": {
                                                        "line": 156,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 156,
                                                        "column": 33
                                                      }
                                                    },
                                                    "name": "document"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 6081,
                                                    "end": 6094,
                                                    "loc": {
                                                      "start": {
                                                        "line": 156,
                                                        "column": 34
                                                      },
                                                      "end": {
                                                        "line": 156,
                                                        "column": 47
                                                      }
                                                    },
                                                    "name": "activeElement"
                                                  },
                                                  "computed": false
                                                }
                                              },
                                              "operator": "||",
                                              "right": {
                                                "type": "UnaryExpression",
                                                "start": 6098,
                                                "end": 6149,
                                                "loc": {
                                                  "start": {
                                                    "line": 156,
                                                    "column": 51
                                                  },
                                                  "end": {
                                                    "line": 156,
                                                    "column": 102
                                                  }
                                                },
                                                "operator": "!",
                                                "prefix": true,
                                                "argument": {
                                                  "type": "CallExpression",
                                                  "start": 6099,
                                                  "end": 6149,
                                                  "loc": {
                                                    "start": {
                                                      "line": 156,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 156,
                                                      "column": 102
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 6099,
                                                    "end": 6140,
                                                    "loc": {
                                                      "start": {
                                                        "line": 156,
                                                        "column": 52
                                                      },
                                                      "end": {
                                                        "line": 156,
                                                        "column": 93
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 6099,
                                                      "end": 6131,
                                                      "loc": {
                                                        "start": {
                                                          "line": 156,
                                                          "column": 52
                                                        },
                                                        "end": {
                                                          "line": 156,
                                                          "column": 84
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 6099,
                                                        "end": 6121,
                                                        "loc": {
                                                          "start": {
                                                            "line": 156,
                                                            "column": 52
                                                          },
                                                          "end": {
                                                            "line": 156,
                                                            "column": 74
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 6099,
                                                          "end": 6107,
                                                          "loc": {
                                                            "start": {
                                                              "line": 156,
                                                              "column": 52
                                                            },
                                                            "end": {
                                                              "line": 156,
                                                              "column": 60
                                                            }
                                                          },
                                                          "name": "document"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 6108,
                                                          "end": 6121,
                                                          "loc": {
                                                            "start": {
                                                              "line": 156,
                                                              "column": 61
                                                            },
                                                            "end": {
                                                              "line": 156,
                                                              "column": 74
                                                            }
                                                          },
                                                          "name": "activeElement"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 6122,
                                                        "end": 6131,
                                                        "loc": {
                                                          "start": {
                                                            "line": 156,
                                                            "column": 75
                                                          },
                                                          "end": {
                                                            "line": 156,
                                                            "column": 84
                                                          }
                                                        },
                                                        "name": "classList"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 6132,
                                                      "end": 6140,
                                                      "loc": {
                                                        "start": {
                                                          "line": 156,
                                                          "column": 85
                                                        },
                                                        "end": {
                                                          "line": 156,
                                                          "column": 93
                                                        }
                                                      },
                                                      "name": "contains"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Literal",
                                                      "start": 6141,
                                                      "end": 6148,
                                                      "loc": {
                                                        "start": {
                                                          "line": 156,
                                                          "column": 94
                                                        },
                                                        "end": {
                                                          "line": 156,
                                                          "column": 101
                                                        }
                                                      },
                                                      "value": "value",
                                                      "rawValue": "value",
                                                      "raw": "'value'"
                                                    }
                                                  ]
                                                }
                                              }
                                            },
                                            "consequent": {
                                              "type": "BlockStatement",
                                              "start": 6151,
                                              "end": 8549,
                                              "loc": {
                                                "start": {
                                                  "line": 156,
                                                  "column": 104
                                                },
                                                "end": {
                                                  "line": 192,
                                                  "column": 21
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 6178,
                                                  "end": 6208,
                                                  "loc": {
                                                    "start": {
                                                      "line": 157,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 157,
                                                      "column": 54
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "start": 6178,
                                                    "end": 6207,
                                                    "loc": {
                                                      "start": {
                                                        "line": 157,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 157,
                                                        "column": 53
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 6178,
                                                      "end": 6205,
                                                      "loc": {
                                                        "start": {
                                                          "line": 157,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 157,
                                                          "column": 51
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 6178,
                                                        "end": 6200,
                                                        "loc": {
                                                          "start": {
                                                            "line": 157,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 157,
                                                            "column": 46
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 6178,
                                                          "end": 6186,
                                                          "loc": {
                                                            "start": {
                                                              "line": 157,
                                                              "column": 24
                                                            },
                                                            "end": {
                                                              "line": 157,
                                                              "column": 32
                                                            }
                                                          },
                                                          "name": "document"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 6187,
                                                          "end": 6200,
                                                          "loc": {
                                                            "start": {
                                                              "line": 157,
                                                              "column": 33
                                                            },
                                                            "end": {
                                                              "line": 157,
                                                              "column": 46
                                                            }
                                                          },
                                                          "name": "activeElement"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 6201,
                                                        "end": 6205,
                                                        "loc": {
                                                          "start": {
                                                            "line": 157,
                                                            "column": 47
                                                          },
                                                          "end": {
                                                            "line": 157,
                                                            "column": 51
                                                          }
                                                        },
                                                        "name": "blur"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": []
                                                  }
                                                },
                                                {
                                                  "type": "IfStatement",
                                                  "start": 6234,
                                                  "end": 8526,
                                                  "loc": {
                                                    "start": {
                                                      "line": 158,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 191,
                                                      "column": 25
                                                    }
                                                  },
                                                  "test": {
                                                    "type": "BinaryExpression",
                                                    "start": 6238,
                                                    "end": 6260,
                                                    "loc": {
                                                      "start": {
                                                        "line": 158,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 158,
                                                        "column": 50
                                                      }
                                                    },
                                                    "left": {
                                                      "type": "MemberExpression",
                                                      "start": 6238,
                                                      "end": 6254,
                                                      "loc": {
                                                        "start": {
                                                          "line": 158,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 158,
                                                          "column": 44
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 6238,
                                                        "end": 6247,
                                                        "loc": {
                                                          "start": {
                                                            "line": 158,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 158,
                                                            "column": 37
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 6238,
                                                          "end": 6243,
                                                          "loc": {
                                                            "start": {
                                                              "line": 158,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 158,
                                                              "column": 33
                                                            }
                                                          },
                                                          "name": "event"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 6244,
                                                          "end": 6247,
                                                          "loc": {
                                                            "start": {
                                                              "line": 158,
                                                              "column": 34
                                                            },
                                                            "end": {
                                                              "line": 158,
                                                              "column": 37
                                                            }
                                                          },
                                                          "name": "key"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 6248,
                                                        "end": 6254,
                                                        "loc": {
                                                          "start": {
                                                            "line": 158,
                                                            "column": 38
                                                          },
                                                          "end": {
                                                            "line": 158,
                                                            "column": 44
                                                          }
                                                        },
                                                        "name": "length"
                                                      },
                                                      "computed": false
                                                    },
                                                    "operator": "===",
                                                    "right": {
                                                      "type": "Literal",
                                                      "start": 6259,
                                                      "end": 6260,
                                                      "loc": {
                                                        "start": {
                                                          "line": 158,
                                                          "column": 49
                                                        },
                                                        "end": {
                                                          "line": 158,
                                                          "column": 50
                                                        }
                                                      },
                                                      "value": 1,
                                                      "rawValue": 1,
                                                      "raw": "1"
                                                    }
                                                  },
                                                  "consequent": {
                                                    "type": "BlockStatement",
                                                    "start": 6262,
                                                    "end": 6630,
                                                    "loc": {
                                                      "start": {
                                                        "line": 158,
                                                        "column": 52
                                                      },
                                                      "end": {
                                                        "line": 163,
                                                        "column": 25
                                                      }
                                                    },
                                                    "body": [
                                                      {
                                                        "type": "ExpressionStatement",
                                                        "start": 6293,
                                                        "end": 6323,
                                                        "loc": {
                                                          "start": {
                                                            "line": 159,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 159,
                                                            "column": 58
                                                          }
                                                        },
                                                        "expression": {
                                                          "type": "AssignmentExpression",
                                                          "start": 6293,
                                                          "end": 6322,
                                                          "loc": {
                                                            "start": {
                                                              "line": 159,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 159,
                                                              "column": 57
                                                            }
                                                          },
                                                          "operator": "=",
                                                          "left": {
                                                            "type": "MemberExpression",
                                                            "start": 6293,
                                                            "end": 6318,
                                                            "loc": {
                                                              "start": {
                                                                "line": 159,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 159,
                                                                "column": 53
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 6293,
                                                              "end": 6312,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 159,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 159,
                                                                  "column": 47
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 6293,
                                                                "end": 6304,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 159,
                                                                    "column": 28
                                                                  },
                                                                  "end": {
                                                                    "line": 159,
                                                                    "column": 39
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 6293,
                                                                  "end": 6299,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 159,
                                                                      "column": 28
                                                                    },
                                                                    "end": {
                                                                      "line": 159,
                                                                      "column": 34
                                                                    }
                                                                  },
                                                                  "name": "plugin"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 6300,
                                                                  "end": 6304,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 159,
                                                                      "column": 35
                                                                    },
                                                                    "end": {
                                                                      "line": 159,
                                                                      "column": 39
                                                                    }
                                                                  },
                                                                  "name": "data"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 6305,
                                                                "end": 6312,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 159,
                                                                    "column": 40
                                                                  },
                                                                  "end": {
                                                                    "line": 159,
                                                                    "column": 47
                                                                  }
                                                                },
                                                                "name": "console"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 6313,
                                                              "end": 6318,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 159,
                                                                  "column": 48
                                                                },
                                                                "end": {
                                                                  "line": 159,
                                                                  "column": 53
                                                                }
                                                              },
                                                              "name": "index"
                                                            },
                                                            "computed": false
                                                          },
                                                          "right": {
                                                            "type": "Literal",
                                                            "start": 6321,
                                                            "end": 6322,
                                                            "loc": {
                                                              "start": {
                                                                "line": 159,
                                                                "column": 56
                                                              },
                                                              "end": {
                                                                "line": 159,
                                                                "column": 57
                                                              }
                                                            },
                                                            "value": 0,
                                                            "rawValue": 0,
                                                            "raw": "0"
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "ExpressionStatement",
                                                        "start": 6353,
                                                        "end": 6392,
                                                        "loc": {
                                                          "start": {
                                                            "line": 160,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 160,
                                                            "column": 67
                                                          }
                                                        },
                                                        "expression": {
                                                          "type": "AssignmentExpression",
                                                          "start": 6353,
                                                          "end": 6391,
                                                          "loc": {
                                                            "start": {
                                                              "line": 160,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 160,
                                                              "column": 66
                                                            }
                                                          },
                                                          "operator": "+=",
                                                          "left": {
                                                            "type": "MemberExpression",
                                                            "start": 6353,
                                                            "end": 6378,
                                                            "loc": {
                                                              "start": {
                                                                "line": 160,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 160,
                                                                "column": 53
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 6353,
                                                              "end": 6372,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 160,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 160,
                                                                  "column": 47
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 6353,
                                                                "end": 6364,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 160,
                                                                    "column": 28
                                                                  },
                                                                  "end": {
                                                                    "line": 160,
                                                                    "column": 39
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 6353,
                                                                  "end": 6359,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 160,
                                                                      "column": 28
                                                                    },
                                                                    "end": {
                                                                      "line": 160,
                                                                      "column": 34
                                                                    }
                                                                  },
                                                                  "name": "plugin"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 6360,
                                                                  "end": 6364,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 160,
                                                                      "column": 35
                                                                    },
                                                                    "end": {
                                                                      "line": 160,
                                                                      "column": 39
                                                                    }
                                                                  },
                                                                  "name": "data"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 6365,
                                                                "end": 6372,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 160,
                                                                    "column": 40
                                                                  },
                                                                  "end": {
                                                                    "line": 160,
                                                                    "column": 47
                                                                  }
                                                                },
                                                                "name": "console"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 6373,
                                                              "end": 6378,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 160,
                                                                  "column": 48
                                                                },
                                                                "end": {
                                                                  "line": 160,
                                                                  "column": 53
                                                                }
                                                              },
                                                              "name": "value"
                                                            },
                                                            "computed": false
                                                          },
                                                          "right": {
                                                            "type": "MemberExpression",
                                                            "start": 6382,
                                                            "end": 6391,
                                                            "loc": {
                                                              "start": {
                                                                "line": 160,
                                                                "column": 57
                                                              },
                                                              "end": {
                                                                "line": 160,
                                                                "column": 66
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 6382,
                                                              "end": 6387,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 160,
                                                                  "column": 57
                                                                },
                                                                "end": {
                                                                  "line": 160,
                                                                  "column": 62
                                                                }
                                                              },
                                                              "name": "event"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 6388,
                                                              "end": 6391,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 160,
                                                                  "column": 63
                                                                },
                                                                "end": {
                                                                  "line": 160,
                                                                  "column": 66
                                                                }
                                                              },
                                                              "name": "key"
                                                            },
                                                            "computed": false
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "ExpressionStatement",
                                                        "start": 6422,
                                                        "end": 6519,
                                                        "loc": {
                                                          "start": {
                                                            "line": 161,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 161,
                                                            "column": 125
                                                          }
                                                        },
                                                        "expression": {
                                                          "type": "CallExpression",
                                                          "start": 6422,
                                                          "end": 6518,
                                                          "loc": {
                                                            "start": {
                                                              "line": 161,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 161,
                                                              "column": 124
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 6422,
                                                            "end": 6450,
                                                            "loc": {
                                                              "start": {
                                                                "line": 161,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 161,
                                                                "column": 56
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 6422,
                                                              "end": 6441,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 161,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 161,
                                                                  "column": 47
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 6422,
                                                                "end": 6433,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 161,
                                                                    "column": 28
                                                                  },
                                                                  "end": {
                                                                    "line": 161,
                                                                    "column": 39
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 6422,
                                                                  "end": 6428,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 161,
                                                                      "column": 28
                                                                    },
                                                                    "end": {
                                                                      "line": 161,
                                                                      "column": 34
                                                                    }
                                                                  },
                                                                  "name": "plugin"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 6429,
                                                                  "end": 6433,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 161,
                                                                      "column": 35
                                                                    },
                                                                    "end": {
                                                                      "line": 161,
                                                                      "column": 39
                                                                    }
                                                                  },
                                                                  "name": "data"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 6434,
                                                                "end": 6441,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 161,
                                                                    "column": 40
                                                                  },
                                                                  "end": {
                                                                    "line": 161,
                                                                    "column": 47
                                                                  }
                                                                },
                                                                "name": "console"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 6442,
                                                              "end": 6450,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 161,
                                                                  "column": 48
                                                                },
                                                                "end": {
                                                                  "line": 161,
                                                                  "column": 56
                                                                }
                                                              },
                                                              "name": "onChange"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "ObjectExpression",
                                                              "start": 6451,
                                                              "end": 6517,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 161,
                                                                  "column": 57
                                                                },
                                                                "end": {
                                                                  "line": 161,
                                                                  "column": 123
                                                                }
                                                              },
                                                              "properties": [
                                                                {
                                                                  "type": "Property",
                                                                  "start": 6453,
                                                                  "end": 6481,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 161,
                                                                      "column": 59
                                                                    },
                                                                    "end": {
                                                                      "line": 161,
                                                                      "column": 87
                                                                    }
                                                                  },
                                                                  "method": false,
                                                                  "shorthand": false,
                                                                  "computed": false,
                                                                  "key": {
                                                                    "type": "Identifier",
                                                                    "start": 6453,
                                                                    "end": 6460,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 161,
                                                                        "column": 59
                                                                      },
                                                                      "end": {
                                                                        "line": 161,
                                                                        "column": 66
                                                                      }
                                                                    },
                                                                    "name": "element"
                                                                  },
                                                                  "value": {
                                                                    "type": "MemberExpression",
                                                                    "start": 6462,
                                                                    "end": 6481,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 161,
                                                                        "column": 68
                                                                      },
                                                                      "end": {
                                                                        "line": 161,
                                                                        "column": 87
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 6462,
                                                                      "end": 6473,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 161,
                                                                          "column": 68
                                                                        },
                                                                        "end": {
                                                                          "line": 161,
                                                                          "column": 79
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "Identifier",
                                                                        "start": 6462,
                                                                        "end": 6468,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 161,
                                                                            "column": 68
                                                                          },
                                                                          "end": {
                                                                            "line": 161,
                                                                            "column": 74
                                                                          }
                                                                        },
                                                                        "name": "plugin"
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 6469,
                                                                        "end": 6473,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 161,
                                                                            "column": 75
                                                                          },
                                                                          "end": {
                                                                            "line": 161,
                                                                            "column": 79
                                                                          }
                                                                        },
                                                                        "name": "data"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 6474,
                                                                      "end": 6481,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 161,
                                                                          "column": 80
                                                                        },
                                                                        "end": {
                                                                          "line": 161,
                                                                          "column": 87
                                                                        }
                                                                      },
                                                                      "name": "console"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "kind": "init"
                                                                },
                                                                {
                                                                  "type": "Property",
                                                                  "start": 6483,
                                                                  "end": 6515,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 161,
                                                                      "column": 89
                                                                    },
                                                                    "end": {
                                                                      "line": 161,
                                                                      "column": 121
                                                                    }
                                                                  },
                                                                  "method": false,
                                                                  "shorthand": false,
                                                                  "computed": false,
                                                                  "key": {
                                                                    "type": "Identifier",
                                                                    "start": 6483,
                                                                    "end": 6488,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 161,
                                                                        "column": 89
                                                                      },
                                                                      "end": {
                                                                        "line": 161,
                                                                        "column": 94
                                                                      }
                                                                    },
                                                                    "name": "value"
                                                                  },
                                                                  "value": {
                                                                    "type": "MemberExpression",
                                                                    "start": 6490,
                                                                    "end": 6515,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 161,
                                                                        "column": 96
                                                                      },
                                                                      "end": {
                                                                        "line": 161,
                                                                        "column": 121
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 6490,
                                                                      "end": 6509,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 161,
                                                                          "column": 96
                                                                        },
                                                                        "end": {
                                                                          "line": 161,
                                                                          "column": 115
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 6490,
                                                                        "end": 6501,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 161,
                                                                            "column": 96
                                                                          },
                                                                          "end": {
                                                                            "line": 161,
                                                                            "column": 107
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "start": 6490,
                                                                          "end": 6496,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 161,
                                                                              "column": 96
                                                                            },
                                                                            "end": {
                                                                              "line": 161,
                                                                              "column": 102
                                                                            }
                                                                          },
                                                                          "name": "plugin"
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 6497,
                                                                          "end": 6501,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 161,
                                                                              "column": 103
                                                                            },
                                                                            "end": {
                                                                              "line": 161,
                                                                              "column": 107
                                                                            }
                                                                          },
                                                                          "name": "data"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 6502,
                                                                        "end": 6509,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 161,
                                                                            "column": 108
                                                                          },
                                                                          "end": {
                                                                            "line": 161,
                                                                            "column": 115
                                                                          }
                                                                        },
                                                                        "name": "console"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 6510,
                                                                      "end": 6515,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 161,
                                                                          "column": 116
                                                                        },
                                                                        "end": {
                                                                          "line": 161,
                                                                          "column": 121
                                                                        }
                                                                      },
                                                                      "name": "value"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "kind": "init"
                                                                }
                                                              ]
                                                            }
                                                          ]
                                                        }
                                                      },
                                                      {
                                                        "type": "ExpressionStatement",
                                                        "start": 6549,
                                                        "end": 6603,
                                                        "loc": {
                                                          "start": {
                                                            "line": 162,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 162,
                                                            "column": 82
                                                          }
                                                        },
                                                        "expression": {
                                                          "type": "CallExpression",
                                                          "start": 6549,
                                                          "end": 6602,
                                                          "loc": {
                                                            "start": {
                                                              "line": 162,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 162,
                                                              "column": 81
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 6549,
                                                            "end": 6600,
                                                            "loc": {
                                                              "start": {
                                                                "line": 162,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 162,
                                                                "column": 79
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "CallExpression",
                                                              "start": 6549,
                                                              "end": 6594,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 162,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 162,
                                                                  "column": 73
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 6549,
                                                                "end": 6571,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 162,
                                                                    "column": 28
                                                                  },
                                                                  "end": {
                                                                    "line": 162,
                                                                    "column": 50
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 6549,
                                                                  "end": 6557,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 162,
                                                                      "column": 28
                                                                    },
                                                                    "end": {
                                                                      "line": 162,
                                                                      "column": 36
                                                                    }
                                                                  },
                                                                  "name": "document"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 6558,
                                                                  "end": 6571,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 162,
                                                                      "column": 37
                                                                    },
                                                                    "end": {
                                                                      "line": 162,
                                                                      "column": 50
                                                                    }
                                                                  },
                                                                  "name": "querySelector"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "Literal",
                                                                  "start": 6572,
                                                                  "end": 6593,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 162,
                                                                      "column": 51
                                                                    },
                                                                    "end": {
                                                                      "line": 162,
                                                                      "column": 72
                                                                    }
                                                                  },
                                                                  "value": "input.console.value",
                                                                  "rawValue": "input.console.value",
                                                                  "raw": "'input.console.value'"
                                                                }
                                                              ]
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 6595,
                                                              "end": 6600,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 162,
                                                                  "column": 74
                                                                },
                                                                "end": {
                                                                  "line": 162,
                                                                  "column": 79
                                                                }
                                                              },
                                                              "name": "focus"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": []
                                                        }
                                                      }
                                                    ]
                                                  },
                                                  "alternate": {
                                                    "type": "BlockStatement",
                                                    "start": 6636,
                                                    "end": 8526,
                                                    "loc": {
                                                      "start": {
                                                        "line": 163,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 191,
                                                        "column": 25
                                                      }
                                                    },
                                                    "body": [
                                                      {
                                                        "type": "SwitchStatement",
                                                        "start": 6667,
                                                        "end": 8499,
                                                        "loc": {
                                                          "start": {
                                                            "line": 164,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 190,
                                                            "column": 29
                                                          }
                                                        },
                                                        "discriminant": {
                                                          "type": "MemberExpression",
                                                          "start": 6675,
                                                          "end": 6684,
                                                          "loc": {
                                                            "start": {
                                                              "line": 164,
                                                              "column": 36
                                                            },
                                                            "end": {
                                                              "line": 164,
                                                              "column": 45
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 6675,
                                                            "end": 6680,
                                                            "loc": {
                                                              "start": {
                                                                "line": 164,
                                                                "column": 36
                                                              },
                                                              "end": {
                                                                "line": 164,
                                                                "column": 41
                                                              }
                                                            },
                                                            "name": "event"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 6681,
                                                            "end": 6684,
                                                            "loc": {
                                                              "start": {
                                                                "line": 164,
                                                                "column": 42
                                                              },
                                                              "end": {
                                                                "line": 164,
                                                                "column": 45
                                                              }
                                                            },
                                                            "name": "key"
                                                          },
                                                          "computed": false
                                                        },
                                                        "cases": [
                                                          {
                                                            "type": "SwitchCase",
                                                            "start": 6721,
                                                            "end": 7064,
                                                            "loc": {
                                                              "start": {
                                                                "line": 165,
                                                                "column": 32
                                                              },
                                                              "end": {
                                                                "line": 169,
                                                                "column": 42
                                                              }
                                                            },
                                                            "consequent": [
                                                              {
                                                                "type": "ExpressionStatement",
                                                                "start": 6776,
                                                                "end": 6804,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 166,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 166,
                                                                    "column": 64
                                                                  }
                                                                },
                                                                "expression": {
                                                                  "type": "UpdateExpression",
                                                                  "start": 6776,
                                                                  "end": 6803,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 166,
                                                                      "column": 36
                                                                    },
                                                                    "end": {
                                                                      "line": 166,
                                                                      "column": 63
                                                                    }
                                                                  },
                                                                  "operator": "++",
                                                                  "prefix": false,
                                                                  "argument": {
                                                                    "type": "MemberExpression",
                                                                    "start": 6776,
                                                                    "end": 6801,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 166,
                                                                        "column": 36
                                                                      },
                                                                      "end": {
                                                                        "line": 166,
                                                                        "column": 61
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 6776,
                                                                      "end": 6795,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 166,
                                                                          "column": 36
                                                                        },
                                                                        "end": {
                                                                          "line": 166,
                                                                          "column": 55
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 6776,
                                                                        "end": 6787,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 166,
                                                                            "column": 36
                                                                          },
                                                                          "end": {
                                                                            "line": 166,
                                                                            "column": 47
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "start": 6776,
                                                                          "end": 6782,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 166,
                                                                              "column": 36
                                                                            },
                                                                            "end": {
                                                                              "line": 166,
                                                                              "column": 42
                                                                            }
                                                                          },
                                                                          "name": "plugin"
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 6783,
                                                                          "end": 6787,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 166,
                                                                              "column": 43
                                                                            },
                                                                            "end": {
                                                                              "line": 166,
                                                                              "column": 47
                                                                            }
                                                                          },
                                                                          "name": "data"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 6788,
                                                                        "end": 6795,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 166,
                                                                            "column": 48
                                                                          },
                                                                          "end": {
                                                                            "line": 166,
                                                                            "column": 55
                                                                          }
                                                                        },
                                                                        "name": "console"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 6796,
                                                                      "end": 6801,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 166,
                                                                          "column": 56
                                                                        },
                                                                        "end": {
                                                                          "line": 166,
                                                                          "column": 61
                                                                        }
                                                                      },
                                                                      "name": "index"
                                                                    },
                                                                    "computed": false
                                                                  }
                                                                }
                                                              },
                                                              {
                                                                "type": "IfStatement",
                                                                "start": 6842,
                                                                "end": 7020,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 167,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 168,
                                                                    "column": 106
                                                                  }
                                                                },
                                                                "test": {
                                                                  "type": "BinaryExpression",
                                                                  "start": 6846,
                                                                  "end": 6911,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 167,
                                                                      "column": 40
                                                                    },
                                                                    "end": {
                                                                      "line": 167,
                                                                      "column": 105
                                                                    }
                                                                  },
                                                                  "left": {
                                                                    "type": "MemberExpression",
                                                                    "start": 6846,
                                                                    "end": 6871,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 167,
                                                                        "column": 40
                                                                      },
                                                                      "end": {
                                                                        "line": 167,
                                                                        "column": 65
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 6846,
                                                                      "end": 6865,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 167,
                                                                          "column": 40
                                                                        },
                                                                        "end": {
                                                                          "line": 167,
                                                                          "column": 59
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 6846,
                                                                        "end": 6857,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 167,
                                                                            "column": 40
                                                                          },
                                                                          "end": {
                                                                            "line": 167,
                                                                            "column": 51
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "start": 6846,
                                                                          "end": 6852,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 167,
                                                                              "column": 40
                                                                            },
                                                                            "end": {
                                                                              "line": 167,
                                                                              "column": 46
                                                                            }
                                                                          },
                                                                          "name": "plugin"
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 6853,
                                                                          "end": 6857,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 167,
                                                                              "column": 47
                                                                            },
                                                                            "end": {
                                                                              "line": 167,
                                                                              "column": 51
                                                                            }
                                                                          },
                                                                          "name": "data"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 6858,
                                                                        "end": 6865,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 167,
                                                                            "column": 52
                                                                          },
                                                                          "end": {
                                                                            "line": 167,
                                                                            "column": 59
                                                                          }
                                                                        },
                                                                        "name": "console"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 6866,
                                                                      "end": 6871,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 167,
                                                                          "column": 60
                                                                        },
                                                                        "end": {
                                                                          "line": 167,
                                                                          "column": 65
                                                                        }
                                                                      },
                                                                      "name": "index"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "operator": ">",
                                                                  "right": {
                                                                    "type": "BinaryExpression",
                                                                    "start": 6874,
                                                                    "end": 6911,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 167,
                                                                        "column": 68
                                                                      },
                                                                      "end": {
                                                                        "line": 167,
                                                                        "column": 105
                                                                      }
                                                                    },
                                                                    "left": {
                                                                      "type": "MemberExpression",
                                                                      "start": 6874,
                                                                      "end": 6907,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 167,
                                                                          "column": 68
                                                                        },
                                                                        "end": {
                                                                          "line": 167,
                                                                          "column": 101
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 6874,
                                                                        "end": 6900,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 167,
                                                                            "column": 68
                                                                          },
                                                                          "end": {
                                                                            "line": 167,
                                                                            "column": 94
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "MemberExpression",
                                                                          "start": 6874,
                                                                          "end": 6893,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 167,
                                                                              "column": 68
                                                                            },
                                                                            "end": {
                                                                              "line": 167,
                                                                              "column": 87
                                                                            }
                                                                          },
                                                                          "object": {
                                                                            "type": "MemberExpression",
                                                                            "start": 6874,
                                                                            "end": 6885,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 167,
                                                                                "column": 68
                                                                              },
                                                                              "end": {
                                                                                "line": 167,
                                                                                "column": 79
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "Identifier",
                                                                              "start": 6874,
                                                                              "end": 6880,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 167,
                                                                                  "column": 68
                                                                                },
                                                                                "end": {
                                                                                  "line": 167,
                                                                                  "column": 74
                                                                                }
                                                                              },
                                                                              "name": "plugin"
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 6881,
                                                                              "end": 6885,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 167,
                                                                                  "column": 75
                                                                                },
                                                                                "end": {
                                                                                  "line": 167,
                                                                                  "column": 79
                                                                                }
                                                                              },
                                                                              "name": "data"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "start": 6886,
                                                                            "end": 6893,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 167,
                                                                                "column": 80
                                                                              },
                                                                              "end": {
                                                                                "line": 167,
                                                                                "column": 87
                                                                              }
                                                                            },
                                                                            "name": "console"
                                                                          },
                                                                          "computed": false
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 6894,
                                                                          "end": 6900,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 167,
                                                                              "column": 88
                                                                            },
                                                                            "end": {
                                                                              "line": 167,
                                                                              "column": 94
                                                                            }
                                                                          },
                                                                          "name": "labels"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 6901,
                                                                        "end": 6907,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 167,
                                                                            "column": 95
                                                                          },
                                                                          "end": {
                                                                            "line": 167,
                                                                            "column": 101
                                                                          }
                                                                        },
                                                                        "name": "length"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "operator": "-",
                                                                    "right": {
                                                                      "type": "Literal",
                                                                      "start": 6910,
                                                                      "end": 6911,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 167,
                                                                          "column": 104
                                                                        },
                                                                        "end": {
                                                                          "line": 167,
                                                                          "column": 105
                                                                        }
                                                                      },
                                                                      "value": 1,
                                                                      "rawValue": 1,
                                                                      "raw": "1"
                                                                    }
                                                                  }
                                                                },
                                                                "consequent": {
                                                                  "type": "ExpressionStatement",
                                                                  "start": 6954,
                                                                  "end": 7020,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 168,
                                                                      "column": 40
                                                                    },
                                                                    "end": {
                                                                      "line": 168,
                                                                      "column": 106
                                                                    }
                                                                  },
                                                                  "expression": {
                                                                    "type": "AssignmentExpression",
                                                                    "start": 6954,
                                                                    "end": 7019,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 168,
                                                                        "column": 40
                                                                      },
                                                                      "end": {
                                                                        "line": 168,
                                                                        "column": 105
                                                                      }
                                                                    },
                                                                    "operator": "=",
                                                                    "left": {
                                                                      "type": "MemberExpression",
                                                                      "start": 6954,
                                                                      "end": 6979,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 168,
                                                                          "column": 40
                                                                        },
                                                                        "end": {
                                                                          "line": 168,
                                                                          "column": 65
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 6954,
                                                                        "end": 6973,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 168,
                                                                            "column": 40
                                                                          },
                                                                          "end": {
                                                                            "line": 168,
                                                                            "column": 59
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "MemberExpression",
                                                                          "start": 6954,
                                                                          "end": 6965,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 168,
                                                                              "column": 40
                                                                            },
                                                                            "end": {
                                                                              "line": 168,
                                                                              "column": 51
                                                                            }
                                                                          },
                                                                          "object": {
                                                                            "type": "Identifier",
                                                                            "start": 6954,
                                                                            "end": 6960,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 168,
                                                                                "column": 40
                                                                              },
                                                                              "end": {
                                                                                "line": 168,
                                                                                "column": 46
                                                                              }
                                                                            },
                                                                            "name": "plugin"
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "start": 6961,
                                                                            "end": 6965,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 168,
                                                                                "column": 47
                                                                              },
                                                                              "end": {
                                                                                "line": 168,
                                                                                "column": 51
                                                                              }
                                                                            },
                                                                            "name": "data"
                                                                          },
                                                                          "computed": false
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 6966,
                                                                          "end": 6973,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 168,
                                                                              "column": 52
                                                                            },
                                                                            "end": {
                                                                              "line": 168,
                                                                              "column": 59
                                                                            }
                                                                          },
                                                                          "name": "console"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 6974,
                                                                        "end": 6979,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 168,
                                                                            "column": 60
                                                                          },
                                                                          "end": {
                                                                            "line": 168,
                                                                            "column": 65
                                                                          }
                                                                        },
                                                                        "name": "index"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "right": {
                                                                      "type": "BinaryExpression",
                                                                      "start": 6982,
                                                                      "end": 7019,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 168,
                                                                          "column": 68
                                                                        },
                                                                        "end": {
                                                                          "line": 168,
                                                                          "column": 105
                                                                        }
                                                                      },
                                                                      "left": {
                                                                        "type": "MemberExpression",
                                                                        "start": 6982,
                                                                        "end": 7015,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 168,
                                                                            "column": 68
                                                                          },
                                                                          "end": {
                                                                            "line": 168,
                                                                            "column": 101
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "MemberExpression",
                                                                          "start": 6982,
                                                                          "end": 7008,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 168,
                                                                              "column": 68
                                                                            },
                                                                            "end": {
                                                                              "line": 168,
                                                                              "column": 94
                                                                            }
                                                                          },
                                                                          "object": {
                                                                            "type": "MemberExpression",
                                                                            "start": 6982,
                                                                            "end": 7001,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 168,
                                                                                "column": 68
                                                                              },
                                                                              "end": {
                                                                                "line": 168,
                                                                                "column": 87
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "MemberExpression",
                                                                              "start": 6982,
                                                                              "end": 6993,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 168,
                                                                                  "column": 68
                                                                                },
                                                                                "end": {
                                                                                  "line": 168,
                                                                                  "column": 79
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "Identifier",
                                                                                "start": 6982,
                                                                                "end": 6988,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 168,
                                                                                    "column": 68
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 168,
                                                                                    "column": 74
                                                                                  }
                                                                                },
                                                                                "name": "plugin"
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 6989,
                                                                                "end": 6993,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 168,
                                                                                    "column": 75
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 168,
                                                                                    "column": 79
                                                                                  }
                                                                                },
                                                                                "name": "data"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 6994,
                                                                              "end": 7001,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 168,
                                                                                  "column": 80
                                                                                },
                                                                                "end": {
                                                                                  "line": 168,
                                                                                  "column": 87
                                                                                }
                                                                              },
                                                                              "name": "console"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "start": 7002,
                                                                            "end": 7008,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 168,
                                                                                "column": 88
                                                                              },
                                                                              "end": {
                                                                                "line": 168,
                                                                                "column": 94
                                                                              }
                                                                            },
                                                                            "name": "labels"
                                                                          },
                                                                          "computed": false
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 7009,
                                                                          "end": 7015,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 168,
                                                                              "column": 95
                                                                            },
                                                                            "end": {
                                                                              "line": 168,
                                                                              "column": 101
                                                                            }
                                                                          },
                                                                          "name": "length"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "operator": "-",
                                                                      "right": {
                                                                        "type": "Literal",
                                                                        "start": 7018,
                                                                        "end": 7019,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 168,
                                                                            "column": 104
                                                                          },
                                                                          "end": {
                                                                            "line": 168,
                                                                            "column": 105
                                                                          }
                                                                        },
                                                                        "value": 1,
                                                                        "rawValue": 1,
                                                                        "raw": "1"
                                                                      }
                                                                    }
                                                                  }
                                                                },
                                                                "alternate": null
                                                              },
                                                              {
                                                                "type": "BreakStatement",
                                                                "start": 7058,
                                                                "end": 7064,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 169,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 169,
                                                                    "column": 42
                                                                  }
                                                                },
                                                                "label": null
                                                              }
                                                            ],
                                                            "test": {
                                                              "type": "Literal",
                                                              "start": 6726,
                                                              "end": 6737,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 165,
                                                                  "column": 37
                                                                },
                                                                "end": {
                                                                  "line": 165,
                                                                  "column": 48
                                                                }
                                                              },
                                                              "value": "ArrowDown",
                                                              "rawValue": "ArrowDown",
                                                              "raw": "'ArrowDown'"
                                                            }
                                                          },
                                                          {
                                                            "type": "SwitchCase",
                                                            "start": 7098,
                                                            "end": 7367,
                                                            "loc": {
                                                              "start": {
                                                                "line": 170,
                                                                "column": 32
                                                              },
                                                              "end": {
                                                                "line": 174,
                                                                "column": 42
                                                              }
                                                            },
                                                            "consequent": [
                                                              {
                                                                "type": "ExpressionStatement",
                                                                "start": 7151,
                                                                "end": 7179,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 171,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 171,
                                                                    "column": 64
                                                                  }
                                                                },
                                                                "expression": {
                                                                  "type": "UpdateExpression",
                                                                  "start": 7151,
                                                                  "end": 7178,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 171,
                                                                      "column": 36
                                                                    },
                                                                    "end": {
                                                                      "line": 171,
                                                                      "column": 63
                                                                    }
                                                                  },
                                                                  "operator": "--",
                                                                  "prefix": false,
                                                                  "argument": {
                                                                    "type": "MemberExpression",
                                                                    "start": 7151,
                                                                    "end": 7176,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 171,
                                                                        "column": 36
                                                                      },
                                                                      "end": {
                                                                        "line": 171,
                                                                        "column": 61
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 7151,
                                                                      "end": 7170,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 171,
                                                                          "column": 36
                                                                        },
                                                                        "end": {
                                                                          "line": 171,
                                                                          "column": 55
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 7151,
                                                                        "end": 7162,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 171,
                                                                            "column": 36
                                                                          },
                                                                          "end": {
                                                                            "line": 171,
                                                                            "column": 47
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "start": 7151,
                                                                          "end": 7157,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 171,
                                                                              "column": 36
                                                                            },
                                                                            "end": {
                                                                              "line": 171,
                                                                              "column": 42
                                                                            }
                                                                          },
                                                                          "name": "plugin"
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 7158,
                                                                          "end": 7162,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 171,
                                                                              "column": 43
                                                                            },
                                                                            "end": {
                                                                              "line": 171,
                                                                              "column": 47
                                                                            }
                                                                          },
                                                                          "name": "data"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 7163,
                                                                        "end": 7170,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 171,
                                                                            "column": 48
                                                                          },
                                                                          "end": {
                                                                            "line": 171,
                                                                            "column": 55
                                                                          }
                                                                        },
                                                                        "name": "console"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 7171,
                                                                      "end": 7176,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 171,
                                                                          "column": 56
                                                                        },
                                                                        "end": {
                                                                          "line": 171,
                                                                          "column": 61
                                                                        }
                                                                      },
                                                                      "name": "index"
                                                                    },
                                                                    "computed": false
                                                                  }
                                                                }
                                                              },
                                                              {
                                                                "type": "IfStatement",
                                                                "start": 7217,
                                                                "end": 7323,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 172,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 173,
                                                                    "column": 70
                                                                  }
                                                                },
                                                                "test": {
                                                                  "type": "BinaryExpression",
                                                                  "start": 7221,
                                                                  "end": 7250,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 172,
                                                                      "column": 40
                                                                    },
                                                                    "end": {
                                                                      "line": 172,
                                                                      "column": 69
                                                                    }
                                                                  },
                                                                  "left": {
                                                                    "type": "MemberExpression",
                                                                    "start": 7221,
                                                                    "end": 7246,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 172,
                                                                        "column": 40
                                                                      },
                                                                      "end": {
                                                                        "line": 172,
                                                                        "column": 65
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 7221,
                                                                      "end": 7240,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 172,
                                                                          "column": 40
                                                                        },
                                                                        "end": {
                                                                          "line": 172,
                                                                          "column": 59
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 7221,
                                                                        "end": 7232,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 172,
                                                                            "column": 40
                                                                          },
                                                                          "end": {
                                                                            "line": 172,
                                                                            "column": 51
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "start": 7221,
                                                                          "end": 7227,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 172,
                                                                              "column": 40
                                                                            },
                                                                            "end": {
                                                                              "line": 172,
                                                                              "column": 46
                                                                            }
                                                                          },
                                                                          "name": "plugin"
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 7228,
                                                                          "end": 7232,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 172,
                                                                              "column": 47
                                                                            },
                                                                            "end": {
                                                                              "line": 172,
                                                                              "column": 51
                                                                            }
                                                                          },
                                                                          "name": "data"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 7233,
                                                                        "end": 7240,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 172,
                                                                            "column": 52
                                                                          },
                                                                          "end": {
                                                                            "line": 172,
                                                                            "column": 59
                                                                          }
                                                                        },
                                                                        "name": "console"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 7241,
                                                                      "end": 7246,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 172,
                                                                          "column": 60
                                                                        },
                                                                        "end": {
                                                                          "line": 172,
                                                                          "column": 65
                                                                        }
                                                                      },
                                                                      "name": "index"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "operator": "<",
                                                                  "right": {
                                                                    "type": "Literal",
                                                                    "start": 7249,
                                                                    "end": 7250,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 172,
                                                                        "column": 68
                                                                      },
                                                                      "end": {
                                                                        "line": 172,
                                                                        "column": 69
                                                                      }
                                                                    },
                                                                    "value": 0,
                                                                    "rawValue": 0,
                                                                    "raw": "0"
                                                                  }
                                                                },
                                                                "consequent": {
                                                                  "type": "ExpressionStatement",
                                                                  "start": 7293,
                                                                  "end": 7323,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 173,
                                                                      "column": 40
                                                                    },
                                                                    "end": {
                                                                      "line": 173,
                                                                      "column": 70
                                                                    }
                                                                  },
                                                                  "expression": {
                                                                    "type": "AssignmentExpression",
                                                                    "start": 7293,
                                                                    "end": 7322,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 173,
                                                                        "column": 40
                                                                      },
                                                                      "end": {
                                                                        "line": 173,
                                                                        "column": 69
                                                                      }
                                                                    },
                                                                    "operator": "=",
                                                                    "left": {
                                                                      "type": "MemberExpression",
                                                                      "start": 7293,
                                                                      "end": 7318,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 173,
                                                                          "column": 40
                                                                        },
                                                                        "end": {
                                                                          "line": 173,
                                                                          "column": 65
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 7293,
                                                                        "end": 7312,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 173,
                                                                            "column": 40
                                                                          },
                                                                          "end": {
                                                                            "line": 173,
                                                                            "column": 59
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "MemberExpression",
                                                                          "start": 7293,
                                                                          "end": 7304,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 173,
                                                                              "column": 40
                                                                            },
                                                                            "end": {
                                                                              "line": 173,
                                                                              "column": 51
                                                                            }
                                                                          },
                                                                          "object": {
                                                                            "type": "Identifier",
                                                                            "start": 7293,
                                                                            "end": 7299,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 173,
                                                                                "column": 40
                                                                              },
                                                                              "end": {
                                                                                "line": 173,
                                                                                "column": 46
                                                                              }
                                                                            },
                                                                            "name": "plugin"
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "start": 7300,
                                                                            "end": 7304,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 173,
                                                                                "column": 47
                                                                              },
                                                                              "end": {
                                                                                "line": 173,
                                                                                "column": 51
                                                                              }
                                                                            },
                                                                            "name": "data"
                                                                          },
                                                                          "computed": false
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 7305,
                                                                          "end": 7312,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 173,
                                                                              "column": 52
                                                                            },
                                                                            "end": {
                                                                              "line": 173,
                                                                              "column": 59
                                                                            }
                                                                          },
                                                                          "name": "console"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 7313,
                                                                        "end": 7318,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 173,
                                                                            "column": 60
                                                                          },
                                                                          "end": {
                                                                            "line": 173,
                                                                            "column": 65
                                                                          }
                                                                        },
                                                                        "name": "index"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "right": {
                                                                      "type": "Literal",
                                                                      "start": 7321,
                                                                      "end": 7322,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 173,
                                                                          "column": 68
                                                                        },
                                                                        "end": {
                                                                          "line": 173,
                                                                          "column": 69
                                                                        }
                                                                      },
                                                                      "value": 0,
                                                                      "rawValue": 0,
                                                                      "raw": "0"
                                                                    }
                                                                  }
                                                                },
                                                                "alternate": null
                                                              },
                                                              {
                                                                "type": "BreakStatement",
                                                                "start": 7361,
                                                                "end": 7367,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 174,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 174,
                                                                    "column": 42
                                                                  }
                                                                },
                                                                "label": null
                                                              }
                                                            ],
                                                            "test": {
                                                              "type": "Literal",
                                                              "start": 7103,
                                                              "end": 7112,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 170,
                                                                  "column": 37
                                                                },
                                                                "end": {
                                                                  "line": 170,
                                                                  "column": 46
                                                                }
                                                              },
                                                              "value": "ArrowUp",
                                                              "rawValue": "ArrowUp",
                                                              "raw": "'ArrowUp'"
                                                            }
                                                          },
                                                          {
                                                            "type": "SwitchCase",
                                                            "start": 7401,
                                                            "end": 7702,
                                                            "loc": {
                                                              "start": {
                                                                "line": 175,
                                                                "column": 32
                                                              },
                                                              "end": {
                                                                "line": 178,
                                                                "column": 42
                                                              }
                                                            },
                                                            "consequent": [
                                                              {
                                                                "type": "ExpressionStatement",
                                                                "start": 7456,
                                                                "end": 7523,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 176,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 176,
                                                                    "column": 103
                                                                  }
                                                                },
                                                                "expression": {
                                                                  "type": "AssignmentExpression",
                                                                  "start": 7456,
                                                                  "end": 7522,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 176,
                                                                      "column": 36
                                                                    },
                                                                    "end": {
                                                                      "line": 176,
                                                                      "column": 102
                                                                    }
                                                                  },
                                                                  "operator": "=",
                                                                  "left": {
                                                                    "type": "MemberExpression",
                                                                    "start": 7456,
                                                                    "end": 7481,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 176,
                                                                        "column": 36
                                                                      },
                                                                      "end": {
                                                                        "line": 176,
                                                                        "column": 61
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 7456,
                                                                      "end": 7475,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 176,
                                                                          "column": 36
                                                                        },
                                                                        "end": {
                                                                          "line": 176,
                                                                          "column": 55
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 7456,
                                                                        "end": 7467,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 176,
                                                                            "column": 36
                                                                          },
                                                                          "end": {
                                                                            "line": 176,
                                                                            "column": 47
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "start": 7456,
                                                                          "end": 7462,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 176,
                                                                              "column": 36
                                                                            },
                                                                            "end": {
                                                                              "line": 176,
                                                                              "column": 42
                                                                            }
                                                                          },
                                                                          "name": "plugin"
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 7463,
                                                                          "end": 7467,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 176,
                                                                              "column": 43
                                                                            },
                                                                            "end": {
                                                                              "line": 176,
                                                                              "column": 47
                                                                            }
                                                                          },
                                                                          "name": "data"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 7468,
                                                                        "end": 7475,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 176,
                                                                            "column": 48
                                                                          },
                                                                          "end": {
                                                                            "line": 176,
                                                                            "column": 55
                                                                          }
                                                                        },
                                                                        "name": "console"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 7476,
                                                                      "end": 7481,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 176,
                                                                          "column": 56
                                                                        },
                                                                        "end": {
                                                                          "line": 176,
                                                                          "column": 61
                                                                        }
                                                                      },
                                                                      "name": "value"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "right": {
                                                                    "type": "CallExpression",
                                                                    "start": 7484,
                                                                    "end": 7522,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 176,
                                                                        "column": 64
                                                                      },
                                                                      "end": {
                                                                        "line": 176,
                                                                        "column": 102
                                                                      }
                                                                    },
                                                                    "callee": {
                                                                      "type": "MemberExpression",
                                                                      "start": 7484,
                                                                      "end": 7515,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 176,
                                                                          "column": 64
                                                                        },
                                                                        "end": {
                                                                          "line": 176,
                                                                          "column": 95
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 7484,
                                                                        "end": 7509,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 176,
                                                                            "column": 64
                                                                          },
                                                                          "end": {
                                                                            "line": 176,
                                                                            "column": 89
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "MemberExpression",
                                                                          "start": 7484,
                                                                          "end": 7503,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 176,
                                                                              "column": 64
                                                                            },
                                                                            "end": {
                                                                              "line": 176,
                                                                              "column": 83
                                                                            }
                                                                          },
                                                                          "object": {
                                                                            "type": "MemberExpression",
                                                                            "start": 7484,
                                                                            "end": 7495,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 176,
                                                                                "column": 64
                                                                              },
                                                                              "end": {
                                                                                "line": 176,
                                                                                "column": 75
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "Identifier",
                                                                              "start": 7484,
                                                                              "end": 7490,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 176,
                                                                                  "column": 64
                                                                                },
                                                                                "end": {
                                                                                  "line": 176,
                                                                                  "column": 70
                                                                                }
                                                                              },
                                                                              "name": "plugin"
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 7491,
                                                                              "end": 7495,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 176,
                                                                                  "column": 71
                                                                                },
                                                                                "end": {
                                                                                  "line": 176,
                                                                                  "column": 75
                                                                                }
                                                                              },
                                                                              "name": "data"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "start": 7496,
                                                                            "end": 7503,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 176,
                                                                                "column": 76
                                                                              },
                                                                              "end": {
                                                                                "line": 176,
                                                                                "column": 83
                                                                              }
                                                                            },
                                                                            "name": "console"
                                                                          },
                                                                          "computed": false
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 7504,
                                                                          "end": 7509,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 176,
                                                                              "column": 84
                                                                            },
                                                                            "end": {
                                                                              "line": 176,
                                                                              "column": 89
                                                                            }
                                                                          },
                                                                          "name": "value"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 7510,
                                                                        "end": 7515,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 176,
                                                                            "column": 90
                                                                          },
                                                                          "end": {
                                                                            "line": 176,
                                                                            "column": 95
                                                                          }
                                                                        },
                                                                        "name": "slice"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "arguments": [
                                                                      {
                                                                        "type": "Literal",
                                                                        "start": 7516,
                                                                        "end": 7517,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 176,
                                                                            "column": 96
                                                                          },
                                                                          "end": {
                                                                            "line": 176,
                                                                            "column": 97
                                                                          }
                                                                        },
                                                                        "value": 0,
                                                                        "rawValue": 0,
                                                                        "raw": "0"
                                                                      },
                                                                      {
                                                                        "type": "UnaryExpression",
                                                                        "start": 7519,
                                                                        "end": 7521,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 176,
                                                                            "column": 99
                                                                          },
                                                                          "end": {
                                                                            "line": 176,
                                                                            "column": 101
                                                                          }
                                                                        },
                                                                        "operator": "-",
                                                                        "prefix": true,
                                                                        "argument": {
                                                                          "type": "Literal",
                                                                          "start": 7520,
                                                                          "end": 7521,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 176,
                                                                              "column": 100
                                                                            },
                                                                            "end": {
                                                                              "line": 176,
                                                                              "column": 101
                                                                            }
                                                                          },
                                                                          "value": 1,
                                                                          "rawValue": 1,
                                                                          "raw": "1"
                                                                        }
                                                                      }
                                                                    ]
                                                                  }
                                                                }
                                                              },
                                                              {
                                                                "type": "ExpressionStatement",
                                                                "start": 7561,
                                                                "end": 7658,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 177,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 177,
                                                                    "column": 133
                                                                  }
                                                                },
                                                                "expression": {
                                                                  "type": "CallExpression",
                                                                  "start": 7561,
                                                                  "end": 7657,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 177,
                                                                      "column": 36
                                                                    },
                                                                    "end": {
                                                                      "line": 177,
                                                                      "column": 132
                                                                    }
                                                                  },
                                                                  "callee": {
                                                                    "type": "MemberExpression",
                                                                    "start": 7561,
                                                                    "end": 7589,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 177,
                                                                        "column": 36
                                                                      },
                                                                      "end": {
                                                                        "line": 177,
                                                                        "column": 64
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 7561,
                                                                      "end": 7580,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 177,
                                                                          "column": 36
                                                                        },
                                                                        "end": {
                                                                          "line": 177,
                                                                          "column": 55
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 7561,
                                                                        "end": 7572,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 177,
                                                                            "column": 36
                                                                          },
                                                                          "end": {
                                                                            "line": 177,
                                                                            "column": 47
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "start": 7561,
                                                                          "end": 7567,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 177,
                                                                              "column": 36
                                                                            },
                                                                            "end": {
                                                                              "line": 177,
                                                                              "column": 42
                                                                            }
                                                                          },
                                                                          "name": "plugin"
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 7568,
                                                                          "end": 7572,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 177,
                                                                              "column": 43
                                                                            },
                                                                            "end": {
                                                                              "line": 177,
                                                                              "column": 47
                                                                            }
                                                                          },
                                                                          "name": "data"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 7573,
                                                                        "end": 7580,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 177,
                                                                            "column": 48
                                                                          },
                                                                          "end": {
                                                                            "line": 177,
                                                                            "column": 55
                                                                          }
                                                                        },
                                                                        "name": "console"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 7581,
                                                                      "end": 7589,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 177,
                                                                          "column": 56
                                                                        },
                                                                        "end": {
                                                                          "line": 177,
                                                                          "column": 64
                                                                        }
                                                                      },
                                                                      "name": "onChange"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "arguments": [
                                                                    {
                                                                      "type": "ObjectExpression",
                                                                      "start": 7590,
                                                                      "end": 7656,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 177,
                                                                          "column": 65
                                                                        },
                                                                        "end": {
                                                                          "line": 177,
                                                                          "column": 131
                                                                        }
                                                                      },
                                                                      "properties": [
                                                                        {
                                                                          "type": "Property",
                                                                          "start": 7592,
                                                                          "end": 7620,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 177,
                                                                              "column": 67
                                                                            },
                                                                            "end": {
                                                                              "line": 177,
                                                                              "column": 95
                                                                            }
                                                                          },
                                                                          "method": false,
                                                                          "shorthand": false,
                                                                          "computed": false,
                                                                          "key": {
                                                                            "type": "Identifier",
                                                                            "start": 7592,
                                                                            "end": 7599,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 177,
                                                                                "column": 67
                                                                              },
                                                                              "end": {
                                                                                "line": 177,
                                                                                "column": 74
                                                                              }
                                                                            },
                                                                            "name": "element"
                                                                          },
                                                                          "value": {
                                                                            "type": "MemberExpression",
                                                                            "start": 7601,
                                                                            "end": 7620,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 177,
                                                                                "column": 76
                                                                              },
                                                                              "end": {
                                                                                "line": 177,
                                                                                "column": 95
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "MemberExpression",
                                                                              "start": 7601,
                                                                              "end": 7612,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 177,
                                                                                  "column": 76
                                                                                },
                                                                                "end": {
                                                                                  "line": 177,
                                                                                  "column": 87
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "Identifier",
                                                                                "start": 7601,
                                                                                "end": 7607,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 177,
                                                                                    "column": 76
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 177,
                                                                                    "column": 82
                                                                                  }
                                                                                },
                                                                                "name": "plugin"
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 7608,
                                                                                "end": 7612,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 177,
                                                                                    "column": 83
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 177,
                                                                                    "column": 87
                                                                                  }
                                                                                },
                                                                                "name": "data"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 7613,
                                                                              "end": 7620,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 177,
                                                                                  "column": 88
                                                                                },
                                                                                "end": {
                                                                                  "line": 177,
                                                                                  "column": 95
                                                                                }
                                                                              },
                                                                              "name": "console"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "kind": "init"
                                                                        },
                                                                        {
                                                                          "type": "Property",
                                                                          "start": 7622,
                                                                          "end": 7654,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 177,
                                                                              "column": 97
                                                                            },
                                                                            "end": {
                                                                              "line": 177,
                                                                              "column": 129
                                                                            }
                                                                          },
                                                                          "method": false,
                                                                          "shorthand": false,
                                                                          "computed": false,
                                                                          "key": {
                                                                            "type": "Identifier",
                                                                            "start": 7622,
                                                                            "end": 7627,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 177,
                                                                                "column": 97
                                                                              },
                                                                              "end": {
                                                                                "line": 177,
                                                                                "column": 102
                                                                              }
                                                                            },
                                                                            "name": "value"
                                                                          },
                                                                          "value": {
                                                                            "type": "MemberExpression",
                                                                            "start": 7629,
                                                                            "end": 7654,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 177,
                                                                                "column": 104
                                                                              },
                                                                              "end": {
                                                                                "line": 177,
                                                                                "column": 129
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "MemberExpression",
                                                                              "start": 7629,
                                                                              "end": 7648,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 177,
                                                                                  "column": 104
                                                                                },
                                                                                "end": {
                                                                                  "line": 177,
                                                                                  "column": 123
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "MemberExpression",
                                                                                "start": 7629,
                                                                                "end": 7640,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 177,
                                                                                    "column": 104
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 177,
                                                                                    "column": 115
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "Identifier",
                                                                                  "start": 7629,
                                                                                  "end": 7635,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 177,
                                                                                      "column": 104
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 177,
                                                                                      "column": 110
                                                                                    }
                                                                                  },
                                                                                  "name": "plugin"
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 7636,
                                                                                  "end": 7640,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 177,
                                                                                      "column": 111
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 177,
                                                                                      "column": 115
                                                                                    }
                                                                                  },
                                                                                  "name": "data"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 7641,
                                                                                "end": 7648,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 177,
                                                                                    "column": 116
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 177,
                                                                                    "column": 123
                                                                                  }
                                                                                },
                                                                                "name": "console"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 7649,
                                                                              "end": 7654,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 177,
                                                                                  "column": 124
                                                                                },
                                                                                "end": {
                                                                                  "line": 177,
                                                                                  "column": 129
                                                                                }
                                                                              },
                                                                              "name": "value"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "kind": "init"
                                                                        }
                                                                      ]
                                                                    }
                                                                  ]
                                                                }
                                                              },
                                                              {
                                                                "type": "BreakStatement",
                                                                "start": 7696,
                                                                "end": 7702,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 178,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 178,
                                                                    "column": 42
                                                                  }
                                                                },
                                                                "label": null
                                                              }
                                                            ],
                                                            "test": {
                                                              "type": "Literal",
                                                              "start": 7406,
                                                              "end": 7417,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 175,
                                                                  "column": 37
                                                                },
                                                                "end": {
                                                                  "line": 175,
                                                                  "column": 48
                                                                }
                                                              },
                                                              "value": "Backspace",
                                                              "rawValue": "Backspace",
                                                              "raw": "'Backspace'"
                                                            }
                                                          },
                                                          {
                                                            "type": "SwitchCase",
                                                            "start": 7736,
                                                            "end": 7998,
                                                            "loc": {
                                                              "start": {
                                                                "line": 179,
                                                                "column": 32
                                                              },
                                                              "end": {
                                                                "line": 182,
                                                                "column": 42
                                                              }
                                                            },
                                                            "consequent": [
                                                              {
                                                                "type": "ExpressionStatement",
                                                                "start": 7788,
                                                                "end": 7819,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 180,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 180,
                                                                    "column": 67
                                                                  }
                                                                },
                                                                "expression": {
                                                                  "type": "AssignmentExpression",
                                                                  "start": 7788,
                                                                  "end": 7818,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 180,
                                                                      "column": 36
                                                                    },
                                                                    "end": {
                                                                      "line": 180,
                                                                      "column": 66
                                                                    }
                                                                  },
                                                                  "operator": "=",
                                                                  "left": {
                                                                    "type": "MemberExpression",
                                                                    "start": 7788,
                                                                    "end": 7813,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 180,
                                                                        "column": 36
                                                                      },
                                                                      "end": {
                                                                        "line": 180,
                                                                        "column": 61
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 7788,
                                                                      "end": 7807,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 180,
                                                                          "column": 36
                                                                        },
                                                                        "end": {
                                                                          "line": 180,
                                                                          "column": 55
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 7788,
                                                                        "end": 7799,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 180,
                                                                            "column": 36
                                                                          },
                                                                          "end": {
                                                                            "line": 180,
                                                                            "column": 47
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "start": 7788,
                                                                          "end": 7794,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 180,
                                                                              "column": 36
                                                                            },
                                                                            "end": {
                                                                              "line": 180,
                                                                              "column": 42
                                                                            }
                                                                          },
                                                                          "name": "plugin"
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 7795,
                                                                          "end": 7799,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 180,
                                                                              "column": 43
                                                                            },
                                                                            "end": {
                                                                              "line": 180,
                                                                              "column": 47
                                                                            }
                                                                          },
                                                                          "name": "data"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 7800,
                                                                        "end": 7807,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 180,
                                                                            "column": 48
                                                                          },
                                                                          "end": {
                                                                            "line": 180,
                                                                            "column": 55
                                                                          }
                                                                        },
                                                                        "name": "console"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 7808,
                                                                      "end": 7813,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 180,
                                                                          "column": 56
                                                                        },
                                                                        "end": {
                                                                          "line": 180,
                                                                          "column": 61
                                                                        }
                                                                      },
                                                                      "name": "value"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "right": {
                                                                    "type": "Literal",
                                                                    "start": 7816,
                                                                    "end": 7818,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 180,
                                                                        "column": 64
                                                                      },
                                                                      "end": {
                                                                        "line": 180,
                                                                        "column": 66
                                                                      }
                                                                    },
                                                                    "value": "",
                                                                    "rawValue": "",
                                                                    "raw": "\"\""
                                                                  }
                                                                }
                                                              },
                                                              {
                                                                "type": "ExpressionStatement",
                                                                "start": 7857,
                                                                "end": 7954,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 181,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 181,
                                                                    "column": 133
                                                                  }
                                                                },
                                                                "expression": {
                                                                  "type": "CallExpression",
                                                                  "start": 7857,
                                                                  "end": 7953,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 181,
                                                                      "column": 36
                                                                    },
                                                                    "end": {
                                                                      "line": 181,
                                                                      "column": 132
                                                                    }
                                                                  },
                                                                  "callee": {
                                                                    "type": "MemberExpression",
                                                                    "start": 7857,
                                                                    "end": 7885,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 181,
                                                                        "column": 36
                                                                      },
                                                                      "end": {
                                                                        "line": 181,
                                                                        "column": 64
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 7857,
                                                                      "end": 7876,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 181,
                                                                          "column": 36
                                                                        },
                                                                        "end": {
                                                                          "line": 181,
                                                                          "column": 55
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 7857,
                                                                        "end": 7868,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 181,
                                                                            "column": 36
                                                                          },
                                                                          "end": {
                                                                            "line": 181,
                                                                            "column": 47
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "start": 7857,
                                                                          "end": 7863,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 181,
                                                                              "column": 36
                                                                            },
                                                                            "end": {
                                                                              "line": 181,
                                                                              "column": 42
                                                                            }
                                                                          },
                                                                          "name": "plugin"
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 7864,
                                                                          "end": 7868,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 181,
                                                                              "column": 43
                                                                            },
                                                                            "end": {
                                                                              "line": 181,
                                                                              "column": 47
                                                                            }
                                                                          },
                                                                          "name": "data"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 7869,
                                                                        "end": 7876,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 181,
                                                                            "column": 48
                                                                          },
                                                                          "end": {
                                                                            "line": 181,
                                                                            "column": 55
                                                                          }
                                                                        },
                                                                        "name": "console"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 7877,
                                                                      "end": 7885,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 181,
                                                                          "column": 56
                                                                        },
                                                                        "end": {
                                                                          "line": 181,
                                                                          "column": 64
                                                                        }
                                                                      },
                                                                      "name": "onChange"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "arguments": [
                                                                    {
                                                                      "type": "ObjectExpression",
                                                                      "start": 7886,
                                                                      "end": 7952,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 181,
                                                                          "column": 65
                                                                        },
                                                                        "end": {
                                                                          "line": 181,
                                                                          "column": 131
                                                                        }
                                                                      },
                                                                      "properties": [
                                                                        {
                                                                          "type": "Property",
                                                                          "start": 7888,
                                                                          "end": 7916,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 181,
                                                                              "column": 67
                                                                            },
                                                                            "end": {
                                                                              "line": 181,
                                                                              "column": 95
                                                                            }
                                                                          },
                                                                          "method": false,
                                                                          "shorthand": false,
                                                                          "computed": false,
                                                                          "key": {
                                                                            "type": "Identifier",
                                                                            "start": 7888,
                                                                            "end": 7895,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 181,
                                                                                "column": 67
                                                                              },
                                                                              "end": {
                                                                                "line": 181,
                                                                                "column": 74
                                                                              }
                                                                            },
                                                                            "name": "element"
                                                                          },
                                                                          "value": {
                                                                            "type": "MemberExpression",
                                                                            "start": 7897,
                                                                            "end": 7916,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 181,
                                                                                "column": 76
                                                                              },
                                                                              "end": {
                                                                                "line": 181,
                                                                                "column": 95
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "MemberExpression",
                                                                              "start": 7897,
                                                                              "end": 7908,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 181,
                                                                                  "column": 76
                                                                                },
                                                                                "end": {
                                                                                  "line": 181,
                                                                                  "column": 87
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "Identifier",
                                                                                "start": 7897,
                                                                                "end": 7903,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 181,
                                                                                    "column": 76
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 181,
                                                                                    "column": 82
                                                                                  }
                                                                                },
                                                                                "name": "plugin"
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 7904,
                                                                                "end": 7908,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 181,
                                                                                    "column": 83
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 181,
                                                                                    "column": 87
                                                                                  }
                                                                                },
                                                                                "name": "data"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 7909,
                                                                              "end": 7916,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 181,
                                                                                  "column": 88
                                                                                },
                                                                                "end": {
                                                                                  "line": 181,
                                                                                  "column": 95
                                                                                }
                                                                              },
                                                                              "name": "console"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "kind": "init"
                                                                        },
                                                                        {
                                                                          "type": "Property",
                                                                          "start": 7918,
                                                                          "end": 7950,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 181,
                                                                              "column": 97
                                                                            },
                                                                            "end": {
                                                                              "line": 181,
                                                                              "column": 129
                                                                            }
                                                                          },
                                                                          "method": false,
                                                                          "shorthand": false,
                                                                          "computed": false,
                                                                          "key": {
                                                                            "type": "Identifier",
                                                                            "start": 7918,
                                                                            "end": 7923,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 181,
                                                                                "column": 97
                                                                              },
                                                                              "end": {
                                                                                "line": 181,
                                                                                "column": 102
                                                                              }
                                                                            },
                                                                            "name": "value"
                                                                          },
                                                                          "value": {
                                                                            "type": "MemberExpression",
                                                                            "start": 7925,
                                                                            "end": 7950,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 181,
                                                                                "column": 104
                                                                              },
                                                                              "end": {
                                                                                "line": 181,
                                                                                "column": 129
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "MemberExpression",
                                                                              "start": 7925,
                                                                              "end": 7944,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 181,
                                                                                  "column": 104
                                                                                },
                                                                                "end": {
                                                                                  "line": 181,
                                                                                  "column": 123
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "MemberExpression",
                                                                                "start": 7925,
                                                                                "end": 7936,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 181,
                                                                                    "column": 104
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 181,
                                                                                    "column": 115
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "Identifier",
                                                                                  "start": 7925,
                                                                                  "end": 7931,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 181,
                                                                                      "column": 104
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 181,
                                                                                      "column": 110
                                                                                    }
                                                                                  },
                                                                                  "name": "plugin"
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 7932,
                                                                                  "end": 7936,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 181,
                                                                                      "column": 111
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 181,
                                                                                      "column": 115
                                                                                    }
                                                                                  },
                                                                                  "name": "data"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 7937,
                                                                                "end": 7944,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 181,
                                                                                    "column": 116
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 181,
                                                                                    "column": 123
                                                                                  }
                                                                                },
                                                                                "name": "console"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 7945,
                                                                              "end": 7950,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 181,
                                                                                  "column": 124
                                                                                },
                                                                                "end": {
                                                                                  "line": 181,
                                                                                  "column": 129
                                                                                }
                                                                              },
                                                                              "name": "value"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "kind": "init"
                                                                        }
                                                                      ]
                                                                    }
                                                                  ]
                                                                }
                                                              },
                                                              {
                                                                "type": "BreakStatement",
                                                                "start": 7992,
                                                                "end": 7998,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 182,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 182,
                                                                    "column": 42
                                                                  }
                                                                },
                                                                "label": null
                                                              }
                                                            ],
                                                            "test": {
                                                              "type": "Literal",
                                                              "start": 7741,
                                                              "end": 7749,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 179,
                                                                  "column": 37
                                                                },
                                                                "end": {
                                                                  "line": 179,
                                                                  "column": 45
                                                                }
                                                              },
                                                              "value": "Escape",
                                                              "rawValue": "Escape",
                                                              "raw": "'Escape'"
                                                            }
                                                          },
                                                          {
                                                            "type": "SwitchCase",
                                                            "start": 8032,
                                                            "end": 8468,
                                                            "loc": {
                                                              "start": {
                                                                "line": 183,
                                                                "column": 32
                                                              },
                                                              "end": {
                                                                "line": 189,
                                                                "column": 42
                                                              }
                                                            },
                                                            "consequent": [
                                                              {
                                                                "type": "ExpressionStatement",
                                                                "start": 8083,
                                                                "end": 8215,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 184,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 184,
                                                                    "column": 168
                                                                  }
                                                                },
                                                                "expression": {
                                                                  "type": "CallExpression",
                                                                  "start": 8083,
                                                                  "end": 8214,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 184,
                                                                      "column": 36
                                                                    },
                                                                    "end": {
                                                                      "line": 184,
                                                                      "column": 167
                                                                    }
                                                                  },
                                                                  "callee": {
                                                                    "type": "MemberExpression",
                                                                    "start": 8083,
                                                                    "end": 8112,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 184,
                                                                        "column": 36
                                                                      },
                                                                      "end": {
                                                                        "line": 184,
                                                                        "column": 65
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 8083,
                                                                      "end": 8102,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 184,
                                                                          "column": 36
                                                                        },
                                                                        "end": {
                                                                          "line": 184,
                                                                          "column": 55
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 8083,
                                                                        "end": 8094,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 184,
                                                                            "column": 36
                                                                          },
                                                                          "end": {
                                                                            "line": 184,
                                                                            "column": 47
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "start": 8083,
                                                                          "end": 8089,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 184,
                                                                              "column": 36
                                                                            },
                                                                            "end": {
                                                                              "line": 184,
                                                                              "column": 42
                                                                            }
                                                                          },
                                                                          "name": "plugin"
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 8090,
                                                                          "end": 8094,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 184,
                                                                              "column": 43
                                                                            },
                                                                            "end": {
                                                                              "line": 184,
                                                                              "column": 47
                                                                            }
                                                                          },
                                                                          "name": "data"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 8095,
                                                                        "end": 8102,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 184,
                                                                            "column": 48
                                                                          },
                                                                          "end": {
                                                                            "line": 184,
                                                                            "column": 55
                                                                          }
                                                                        },
                                                                        "name": "console"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 8103,
                                                                      "end": 8112,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 184,
                                                                          "column": 56
                                                                        },
                                                                        "end": {
                                                                          "line": 184,
                                                                          "column": 65
                                                                        }
                                                                      },
                                                                      "name": "onExecute"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "arguments": [
                                                                    {
                                                                      "type": "ObjectExpression",
                                                                      "start": 8113,
                                                                      "end": 8213,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 184,
                                                                          "column": 66
                                                                        },
                                                                        "end": {
                                                                          "line": 184,
                                                                          "column": 166
                                                                        }
                                                                      },
                                                                      "properties": [
                                                                        {
                                                                          "type": "Property",
                                                                          "start": 8115,
                                                                          "end": 8143,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 184,
                                                                              "column": 68
                                                                            },
                                                                            "end": {
                                                                              "line": 184,
                                                                              "column": 96
                                                                            }
                                                                          },
                                                                          "method": false,
                                                                          "shorthand": false,
                                                                          "computed": false,
                                                                          "key": {
                                                                            "type": "Identifier",
                                                                            "start": 8115,
                                                                            "end": 8122,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 184,
                                                                                "column": 68
                                                                              },
                                                                              "end": {
                                                                                "line": 184,
                                                                                "column": 75
                                                                              }
                                                                            },
                                                                            "name": "element"
                                                                          },
                                                                          "value": {
                                                                            "type": "MemberExpression",
                                                                            "start": 8124,
                                                                            "end": 8143,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 184,
                                                                                "column": 77
                                                                              },
                                                                              "end": {
                                                                                "line": 184,
                                                                                "column": 96
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "MemberExpression",
                                                                              "start": 8124,
                                                                              "end": 8135,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 184,
                                                                                  "column": 77
                                                                                },
                                                                                "end": {
                                                                                  "line": 184,
                                                                                  "column": 88
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "Identifier",
                                                                                "start": 8124,
                                                                                "end": 8130,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 184,
                                                                                    "column": 77
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 184,
                                                                                    "column": 83
                                                                                  }
                                                                                },
                                                                                "name": "plugin"
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 8131,
                                                                                "end": 8135,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 184,
                                                                                    "column": 84
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 184,
                                                                                    "column": 88
                                                                                  }
                                                                                },
                                                                                "name": "data"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 8136,
                                                                              "end": 8143,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 184,
                                                                                  "column": 89
                                                                                },
                                                                                "end": {
                                                                                  "line": 184,
                                                                                  "column": 96
                                                                                }
                                                                              },
                                                                              "name": "console"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "kind": "init"
                                                                        },
                                                                        {
                                                                          "type": "Property",
                                                                          "start": 8145,
                                                                          "end": 8177,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 184,
                                                                              "column": 98
                                                                            },
                                                                            "end": {
                                                                              "line": 184,
                                                                              "column": 130
                                                                            }
                                                                          },
                                                                          "method": false,
                                                                          "shorthand": false,
                                                                          "computed": false,
                                                                          "key": {
                                                                            "type": "Identifier",
                                                                            "start": 8145,
                                                                            "end": 8150,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 184,
                                                                                "column": 98
                                                                              },
                                                                              "end": {
                                                                                "line": 184,
                                                                                "column": 103
                                                                              }
                                                                            },
                                                                            "name": "value"
                                                                          },
                                                                          "value": {
                                                                            "type": "MemberExpression",
                                                                            "start": 8152,
                                                                            "end": 8177,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 184,
                                                                                "column": 105
                                                                              },
                                                                              "end": {
                                                                                "line": 184,
                                                                                "column": 130
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "MemberExpression",
                                                                              "start": 8152,
                                                                              "end": 8171,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 184,
                                                                                  "column": 105
                                                                                },
                                                                                "end": {
                                                                                  "line": 184,
                                                                                  "column": 124
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "MemberExpression",
                                                                                "start": 8152,
                                                                                "end": 8163,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 184,
                                                                                    "column": 105
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 184,
                                                                                    "column": 116
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "Identifier",
                                                                                  "start": 8152,
                                                                                  "end": 8158,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 184,
                                                                                      "column": 105
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 184,
                                                                                      "column": 111
                                                                                    }
                                                                                  },
                                                                                  "name": "plugin"
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 8159,
                                                                                  "end": 8163,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 184,
                                                                                      "column": 112
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 184,
                                                                                      "column": 116
                                                                                    }
                                                                                  },
                                                                                  "name": "data"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 8164,
                                                                                "end": 8171,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 184,
                                                                                    "column": 117
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 184,
                                                                                    "column": 124
                                                                                  }
                                                                                },
                                                                                "name": "console"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 8172,
                                                                              "end": 8177,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 184,
                                                                                  "column": 125
                                                                                },
                                                                                "end": {
                                                                                  "line": 184,
                                                                                  "column": 130
                                                                                }
                                                                              },
                                                                              "name": "value"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "kind": "init"
                                                                        },
                                                                        {
                                                                          "type": "Property",
                                                                          "start": 8179,
                                                                          "end": 8211,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 184,
                                                                              "column": 132
                                                                            },
                                                                            "end": {
                                                                              "line": 184,
                                                                              "column": 164
                                                                            }
                                                                          },
                                                                          "method": false,
                                                                          "shorthand": false,
                                                                          "computed": false,
                                                                          "key": {
                                                                            "type": "Identifier",
                                                                            "start": 8179,
                                                                            "end": 8184,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 184,
                                                                                "column": 132
                                                                              },
                                                                              "end": {
                                                                                "line": 184,
                                                                                "column": 137
                                                                              }
                                                                            },
                                                                            "name": "index"
                                                                          },
                                                                          "value": {
                                                                            "type": "MemberExpression",
                                                                            "start": 8186,
                                                                            "end": 8211,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 184,
                                                                                "column": 139
                                                                              },
                                                                              "end": {
                                                                                "line": 184,
                                                                                "column": 164
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "MemberExpression",
                                                                              "start": 8186,
                                                                              "end": 8205,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 184,
                                                                                  "column": 139
                                                                                },
                                                                                "end": {
                                                                                  "line": 184,
                                                                                  "column": 158
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "MemberExpression",
                                                                                "start": 8186,
                                                                                "end": 8197,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 184,
                                                                                    "column": 139
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 184,
                                                                                    "column": 150
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "Identifier",
                                                                                  "start": 8186,
                                                                                  "end": 8192,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 184,
                                                                                      "column": 139
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 184,
                                                                                      "column": 145
                                                                                    }
                                                                                  },
                                                                                  "name": "plugin"
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 8193,
                                                                                  "end": 8197,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 184,
                                                                                      "column": 146
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 184,
                                                                                      "column": 150
                                                                                    }
                                                                                  },
                                                                                  "name": "data"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 8198,
                                                                                "end": 8205,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 184,
                                                                                    "column": 151
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 184,
                                                                                    "column": 158
                                                                                  }
                                                                                },
                                                                                "name": "console"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 8206,
                                                                              "end": 8211,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 184,
                                                                                  "column": 159
                                                                                },
                                                                                "end": {
                                                                                  "line": 184,
                                                                                  "column": 164
                                                                                }
                                                                              },
                                                                              "name": "index"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "kind": "init"
                                                                        }
                                                                      ]
                                                                    }
                                                                  ]
                                                                }
                                                              },
                                                              {
                                                                "type": "ExpressionStatement",
                                                                "start": 8255,
                                                                "end": 8285,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 186,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 186,
                                                                    "column": 66
                                                                  }
                                                                },
                                                                "expression": {
                                                                  "type": "AssignmentExpression",
                                                                  "start": 8255,
                                                                  "end": 8284,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 186,
                                                                      "column": 36
                                                                    },
                                                                    "end": {
                                                                      "line": 186,
                                                                      "column": 65
                                                                    }
                                                                  },
                                                                  "operator": "=",
                                                                  "left": {
                                                                    "type": "MemberExpression",
                                                                    "start": 8255,
                                                                    "end": 8280,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 186,
                                                                        "column": 36
                                                                      },
                                                                      "end": {
                                                                        "line": 186,
                                                                        "column": 61
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 8255,
                                                                      "end": 8274,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 186,
                                                                          "column": 36
                                                                        },
                                                                        "end": {
                                                                          "line": 186,
                                                                          "column": 55
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 8255,
                                                                        "end": 8266,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 186,
                                                                            "column": 36
                                                                          },
                                                                          "end": {
                                                                            "line": 186,
                                                                            "column": 47
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "start": 8255,
                                                                          "end": 8261,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 186,
                                                                              "column": 36
                                                                            },
                                                                            "end": {
                                                                              "line": 186,
                                                                              "column": 42
                                                                            }
                                                                          },
                                                                          "name": "plugin"
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 8262,
                                                                          "end": 8266,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 186,
                                                                              "column": 43
                                                                            },
                                                                            "end": {
                                                                              "line": 186,
                                                                              "column": 47
                                                                            }
                                                                          },
                                                                          "name": "data"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 8267,
                                                                        "end": 8274,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 186,
                                                                            "column": 48
                                                                          },
                                                                          "end": {
                                                                            "line": 186,
                                                                            "column": 55
                                                                          }
                                                                        },
                                                                        "name": "console"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 8275,
                                                                      "end": 8280,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 186,
                                                                          "column": 56
                                                                        },
                                                                        "end": {
                                                                          "line": 186,
                                                                          "column": 61
                                                                        }
                                                                      },
                                                                      "name": "index"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "right": {
                                                                    "type": "Literal",
                                                                    "start": 8283,
                                                                    "end": 8284,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 186,
                                                                        "column": 64
                                                                      },
                                                                      "end": {
                                                                        "line": 186,
                                                                        "column": 65
                                                                      }
                                                                    },
                                                                    "value": 0,
                                                                    "rawValue": 0,
                                                                    "raw": "0"
                                                                  }
                                                                }
                                                              },
                                                              {
                                                                "type": "ExpressionStatement",
                                                                "start": 8323,
                                                                "end": 8354,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 187,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 187,
                                                                    "column": 67
                                                                  }
                                                                },
                                                                "expression": {
                                                                  "type": "AssignmentExpression",
                                                                  "start": 8323,
                                                                  "end": 8353,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 187,
                                                                      "column": 36
                                                                    },
                                                                    "end": {
                                                                      "line": 187,
                                                                      "column": 66
                                                                    }
                                                                  },
                                                                  "operator": "=",
                                                                  "left": {
                                                                    "type": "MemberExpression",
                                                                    "start": 8323,
                                                                    "end": 8348,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 187,
                                                                        "column": 36
                                                                      },
                                                                      "end": {
                                                                        "line": 187,
                                                                        "column": 61
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 8323,
                                                                      "end": 8342,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 187,
                                                                          "column": 36
                                                                        },
                                                                        "end": {
                                                                          "line": 187,
                                                                          "column": 55
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 8323,
                                                                        "end": 8334,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 187,
                                                                            "column": 36
                                                                          },
                                                                          "end": {
                                                                            "line": 187,
                                                                            "column": 47
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "start": 8323,
                                                                          "end": 8329,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 187,
                                                                              "column": 36
                                                                            },
                                                                            "end": {
                                                                              "line": 187,
                                                                              "column": 42
                                                                            }
                                                                          },
                                                                          "name": "plugin"
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 8330,
                                                                          "end": 8334,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 187,
                                                                              "column": 43
                                                                            },
                                                                            "end": {
                                                                              "line": 187,
                                                                              "column": 47
                                                                            }
                                                                          },
                                                                          "name": "data"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 8335,
                                                                        "end": 8342,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 187,
                                                                            "column": 48
                                                                          },
                                                                          "end": {
                                                                            "line": 187,
                                                                            "column": 55
                                                                          }
                                                                        },
                                                                        "name": "console"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 8343,
                                                                      "end": 8348,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 187,
                                                                          "column": 56
                                                                        },
                                                                        "end": {
                                                                          "line": 187,
                                                                          "column": 61
                                                                        }
                                                                      },
                                                                      "name": "value"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "right": {
                                                                    "type": "Literal",
                                                                    "start": 8351,
                                                                    "end": 8353,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 187,
                                                                        "column": 64
                                                                      },
                                                                      "end": {
                                                                        "line": 187,
                                                                        "column": 66
                                                                      }
                                                                    },
                                                                    "value": "",
                                                                    "rawValue": "",
                                                                    "raw": "\"\""
                                                                  }
                                                                }
                                                              },
                                                              {
                                                                "type": "ExpressionStatement",
                                                                "start": 8392,
                                                                "end": 8424,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 188,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 188,
                                                                    "column": 68
                                                                  }
                                                                },
                                                                "expression": {
                                                                  "type": "AssignmentExpression",
                                                                  "start": 8392,
                                                                  "end": 8423,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 188,
                                                                      "column": 36
                                                                    },
                                                                    "end": {
                                                                      "line": 188,
                                                                      "column": 67
                                                                    }
                                                                  },
                                                                  "operator": "=",
                                                                  "left": {
                                                                    "type": "MemberExpression",
                                                                    "start": 8392,
                                                                    "end": 8418,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 188,
                                                                        "column": 36
                                                                      },
                                                                      "end": {
                                                                        "line": 188,
                                                                        "column": 62
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 8392,
                                                                      "end": 8411,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 188,
                                                                          "column": 36
                                                                        },
                                                                        "end": {
                                                                          "line": 188,
                                                                          "column": 55
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 8392,
                                                                        "end": 8403,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 188,
                                                                            "column": 36
                                                                          },
                                                                          "end": {
                                                                            "line": 188,
                                                                            "column": 47
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "start": 8392,
                                                                          "end": 8398,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 188,
                                                                              "column": 36
                                                                            },
                                                                            "end": {
                                                                              "line": 188,
                                                                              "column": 42
                                                                            }
                                                                          },
                                                                          "name": "plugin"
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 8399,
                                                                          "end": 8403,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 188,
                                                                              "column": 43
                                                                            },
                                                                            "end": {
                                                                              "line": 188,
                                                                              "column": 47
                                                                            }
                                                                          },
                                                                          "name": "data"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 8404,
                                                                        "end": 8411,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 188,
                                                                            "column": 48
                                                                          },
                                                                          "end": {
                                                                            "line": 188,
                                                                            "column": 55
                                                                          }
                                                                        },
                                                                        "name": "console"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 8412,
                                                                      "end": 8418,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 188,
                                                                          "column": 56
                                                                        },
                                                                        "end": {
                                                                          "line": 188,
                                                                          "column": 62
                                                                        }
                                                                      },
                                                                      "name": "labels"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "right": {
                                                                    "type": "ArrayExpression",
                                                                    "start": 8421,
                                                                    "end": 8423,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 188,
                                                                        "column": 65
                                                                      },
                                                                      "end": {
                                                                        "line": 188,
                                                                        "column": 67
                                                                      }
                                                                    },
                                                                    "elements": []
                                                                  }
                                                                }
                                                              },
                                                              {
                                                                "type": "BreakStatement",
                                                                "start": 8462,
                                                                "end": 8468,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 189,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 189,
                                                                    "column": 42
                                                                  }
                                                                },
                                                                "label": null
                                                              }
                                                            ],
                                                            "test": {
                                                              "type": "Literal",
                                                              "start": 8037,
                                                              "end": 8044,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 183,
                                                                  "column": 37
                                                                },
                                                                "end": {
                                                                  "line": 183,
                                                                  "column": 44
                                                                }
                                                              },
                                                              "value": "Enter",
                                                              "rawValue": "Enter",
                                                              "raw": "'Enter'"
                                                            }
                                                          }
                                                        ]
                                                      }
                                                    ]
                                                  }
                                                }
                                              ]
                                            },
                                            "alternate": null
                                          }
                                        ]
                                      }
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 8587,
                                  "end": 8636,
                                  "loc": {
                                    "start": {
                                      "line": 194,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 194,
                                      "column": 65
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 8587,
                                    "end": 8635,
                                    "loc": {
                                      "start": {
                                        "line": 194,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 194,
                                        "column": 64
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 8587,
                                      "end": 8612,
                                      "loc": {
                                        "start": {
                                          "line": 194,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 194,
                                          "column": 41
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 8587,
                                        "end": 8595,
                                        "loc": {
                                          "start": {
                                            "line": 194,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 194,
                                            "column": 24
                                          }
                                        },
                                        "name": "document"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 8596,
                                        "end": 8612,
                                        "loc": {
                                          "start": {
                                            "line": 194,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 194,
                                            "column": 41
                                          }
                                        },
                                        "name": "addEventListener"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "start": 8613,
                                        "end": 8620,
                                        "loc": {
                                          "start": {
                                            "line": 194,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 194,
                                            "column": 49
                                          }
                                        },
                                        "value": "keyup",
                                        "rawValue": "keyup",
                                        "raw": "'keyup'"
                                      },
                                      {
                                        "type": "MemberExpression",
                                        "start": 8622,
                                        "end": 8634,
                                        "loc": {
                                          "start": {
                                            "line": 194,
                                            "column": 51
                                          },
                                          "end": {
                                            "line": 194,
                                            "column": 63
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 8622,
                                          "end": 8626,
                                          "loc": {
                                            "start": {
                                              "line": 194,
                                              "column": 51
                                            },
                                            "end": {
                                              "line": 194,
                                              "column": 55
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 8627,
                                          "end": 8634,
                                          "loc": {
                                            "start": {
                                              "line": 194,
                                              "column": 56
                                            },
                                            "end": {
                                              "line": 194,
                                              "column": 63
                                            }
                                          },
                                          "name": "handler"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                }
                              ]
                            },
                            "alternate": null
                          }
                        ]
                      },
                      "alternate": null
                    }
                  ]
                }
              }
            }
          ]
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "* Integration manages plugins. It is the M(odel) in M(odel)VM(Viewmodel). This class can be reflected by any\r\n    MVM framework such as React, Angular, Vue and others. Both Integration and Plugins keep critical data from leaking\r\n    by relying on internals under this.* and modeldata under this.data.",
            "start": 59,
            "end": 364,
            "loc": {
              "start": {
                "line": 3,
                "column": 0
              },
              "end": {
                "line": 5,
                "column": 73
              }
            },
            "range": [
              59,
              364
            ]
          }
        ],
        "trailingComments": []
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "* Integration manages plugins. It is the M(odel) in M(odel)VM(Viewmodel). This class can be reflected by any\r\n    MVM framework such as React, Angular, Vue and others. Both Integration and Plugins keep critical data from leaking\r\n    by relying on internals under this.* and modeldata under this.data.",
          "start": 59,
          "end": 364,
          "loc": {
            "start": {
              "line": 3,
              "column": 0
            },
            "end": {
              "line": 5,
              "column": 73
            }
          },
          "range": [
            59,
            364
          ]
        }
      ]
    }
  ]
}