{
  "type": "Program",
  "start": 0,
  "end": 2487,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 69,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 23,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 23
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 7,
          "end": 8,
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 8
            }
          },
          "local": {
            "type": "Identifier",
            "start": 7,
            "end": 8,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 8
              }
            },
            "name": "$"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 14,
        "end": 22,
        "loc": {
          "start": {
            "line": 1,
            "column": 14
          },
          "end": {
            "line": 1,
            "column": 22
          }
        },
        "value": "jquery",
        "rawValue": "jquery",
        "raw": "'jquery'"
      },
      "trailingComments": [
        {
          "type": "CommentLine",
          "value": " Thank you very much, Microsoft ...",
          "start": 27,
          "end": 64,
          "loc": {
            "start": {
              "line": 3,
              "column": 0
            },
            "end": {
              "line": 3,
              "column": 37
            }
          },
          "range": [
            27,
            64
          ]
        }
      ]
    },
    {
      "type": "ExpressionStatement",
      "start": 66,
      "end": 84,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 18
        }
      },
      "expression": {
        "type": "AssignmentExpression",
        "start": 66,
        "end": 83,
        "loc": {
          "start": {
            "line": 4,
            "column": 0
          },
          "end": {
            "line": 4,
            "column": 17
          }
        },
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "start": 66,
          "end": 79,
          "loc": {
            "start": {
              "line": 4,
              "column": 0
            },
            "end": {
              "line": 4,
              "column": 13
            }
          },
          "object": {
            "type": "Identifier",
            "start": 66,
            "end": 72,
            "loc": {
              "start": {
                "line": 4,
                "column": 0
              },
              "end": {
                "line": 4,
                "column": 6
              }
            },
            "name": "window",
            "leadingComments": null
          },
          "property": {
            "type": "Identifier",
            "start": 73,
            "end": 79,
            "loc": {
              "start": {
                "line": 4,
                "column": 7
              },
              "end": {
                "line": 4,
                "column": 13
              }
            },
            "name": "jQuery"
          },
          "computed": false,
          "leadingComments": null
        },
        "right": {
          "type": "Identifier",
          "start": 82,
          "end": 83,
          "loc": {
            "start": {
              "line": 4,
              "column": 16
            },
            "end": {
              "line": 4,
              "column": 17
            }
          },
          "name": "$"
        },
        "leadingComments": null
      },
      "leadingComments": [
        {
          "type": "CommentLine",
          "value": " Thank you very much, Microsoft ...",
          "start": 27,
          "end": 64,
          "loc": {
            "start": {
              "line": 3,
              "column": 0
            },
            "end": {
              "line": 3,
              "column": 37
            }
          },
          "range": [
            27,
            64
          ]
        }
      ]
    },
    {
      "type": "ExpressionStatement",
      "start": 85,
      "end": 114,
      "loc": {
        "start": {
          "line": 4,
          "column": 19
        },
        "end": {
          "line": 4,
          "column": 48
        }
      },
      "expression": {
        "type": "CallExpression",
        "start": 85,
        "end": 113,
        "loc": {
          "start": {
            "line": 4,
            "column": 19
          },
          "end": {
            "line": 4,
            "column": 47
          }
        },
        "callee": {
          "type": "Identifier",
          "start": 85,
          "end": 92,
          "loc": {
            "start": {
              "line": 4,
              "column": 19
            },
            "end": {
              "line": 4,
              "column": 26
            }
          },
          "name": "require"
        },
        "arguments": [
          {
            "type": "Literal",
            "start": 93,
            "end": 112,
            "loc": {
              "start": {
                "line": 4,
                "column": 27
              },
              "end": {
                "line": 4,
                "column": 46
              }
            },
            "value": "ms-signalr-client",
            "rawValue": "ms-signalr-client",
            "raw": "'ms-signalr-client'"
          }
        ]
      }
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 118,
      "end": 2485,
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 68,
          "column": 1
        }
      },
      "declaration": {
        "type": "FunctionDeclaration",
        "start": 133,
        "end": 2485,
        "loc": {
          "start": {
            "line": 6,
            "column": 15
          },
          "end": {
            "line": 68,
            "column": 1
          }
        },
        "id": null,
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 142,
            "end": 147,
            "loc": {
              "start": {
                "line": 6,
                "column": 24
              },
              "end": {
                "line": 6,
                "column": 29
              }
            },
            "name": "scope"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 149,
          "end": 2485,
          "loc": {
            "start": {
              "line": 6,
              "column": 31
            },
            "end": {
              "line": 68,
              "column": 1
            }
          },
          "body": [
            {
              "type": "VariableDeclaration",
              "start": 156,
              "end": 180,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 4
                },
                "end": {
                  "line": 7,
                  "column": 28
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 160,
                  "end": 179,
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 8
                    },
                    "end": {
                      "line": 7,
                      "column": 27
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 160,
                    "end": 167,
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 8
                      },
                      "end": {
                        "line": 7,
                        "column": 15
                      }
                    },
                    "name": "signalR"
                  },
                  "init": {
                    "type": "MemberExpression",
                    "start": 170,
                    "end": 179,
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 18
                      },
                      "end": {
                        "line": 7,
                        "column": 27
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 170,
                      "end": 171,
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 18
                        },
                        "end": {
                          "line": 7,
                          "column": 19
                        }
                      },
                      "name": "$"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 172,
                      "end": 179,
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 20
                        },
                        "end": {
                          "line": 7,
                          "column": 27
                        }
                      },
                      "name": "signalR"
                    },
                    "computed": false
                  }
                }
              ],
              "kind": "var"
            },
            {
              "type": "FunctionDeclaration",
              "start": 186,
              "end": 336,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 4
                },
                "end": {
                  "line": 12,
                  "column": 5
                }
              },
              "id": {
                "type": "Identifier",
                "start": 195,
                "end": 212,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 13
                  },
                  "end": {
                    "line": 8,
                    "column": 30
                  }
                },
                "name": "makeProxyCallback"
              },
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 213,
                  "end": 216,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 31
                    },
                    "end": {
                      "line": 8,
                      "column": 34
                    }
                  },
                  "name": "hub"
                },
                {
                  "type": "Identifier",
                  "start": 218,
                  "end": 226,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 36
                    },
                    "end": {
                      "line": 8,
                      "column": 44
                    }
                  },
                  "name": "callback"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 228,
                "end": 336,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 46
                  },
                  "end": {
                    "line": 12,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 239,
                    "end": 329,
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 8
                      },
                      "end": {
                        "line": 11,
                        "column": 10
                      }
                    },
                    "argument": {
                      "type": "FunctionExpression",
                      "start": 246,
                      "end": 328,
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 15
                        },
                        "end": {
                          "line": 11,
                          "column": 9
                        }
                      },
                      "id": null,
                      "generator": false,
                      "expression": false,
                      "async": false,
                      "params": [],
                      "body": {
                        "type": "BlockStatement",
                        "start": 258,
                        "end": 328,
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 27
                          },
                          "end": {
                            "line": 11,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 273,
                            "end": 317,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 12
                              },
                              "end": {
                                "line": 10,
                                "column": 56
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 273,
                              "end": 316,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 12
                                },
                                "end": {
                                  "line": 10,
                                  "column": 55
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 273,
                                "end": 287,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 26
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 273,
                                  "end": 281,
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 20
                                    }
                                  },
                                  "name": "callback"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 282,
                                  "end": 287,
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 26
                                    }
                                  },
                                  "name": "apply"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 288,
                                  "end": 291,
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 30
                                    }
                                  },
                                  "name": "hub"
                                },
                                {
                                  "type": "CallExpression",
                                  "start": 293,
                                  "end": 315,
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 54
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 293,
                                    "end": 304,
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 43
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 293,
                                      "end": 294,
                                      "loc": {
                                        "start": {
                                          "line": 10,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 10,
                                          "column": 33
                                        }
                                      },
                                      "name": "$"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 295,
                                      "end": 304,
                                      "loc": {
                                        "start": {
                                          "line": 10,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 10,
                                          "column": 43
                                        }
                                      },
                                      "name": "makeArray"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 305,
                                      "end": 314,
                                      "loc": {
                                        "start": {
                                          "line": 10,
                                          "column": 44
                                        },
                                        "end": {
                                          "line": 10,
                                          "column": 53
                                        }
                                      },
                                      "name": "arguments"
                                    }
                                  ]
                                }
                              ]
                            }
                          }
                        ]
                      }
                    }
                  }
                ]
              }
            },
            {
              "type": "FunctionDeclaration",
              "start": 344,
              "end": 1297,
              "loc": {
                "start": {
                  "line": 14,
                  "column": 4
                },
                "end": {
                  "line": 39,
                  "column": 5
                }
              },
              "id": {
                "type": "Identifier",
                "start": 353,
                "end": 371,
                "loc": {
                  "start": {
                    "line": 14,
                    "column": 13
                  },
                  "end": {
                    "line": 14,
                    "column": 31
                  }
                },
                "name": "registerHubProxies"
              },
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 372,
                  "end": 380,
                  "loc": {
                    "start": {
                      "line": 14,
                      "column": 32
                    },
                    "end": {
                      "line": 14,
                      "column": 40
                    }
                  },
                  "name": "instance"
                },
                {
                  "type": "Identifier",
                  "start": 382,
                  "end": 397,
                  "loc": {
                    "start": {
                      "line": 14,
                      "column": 42
                    },
                    "end": {
                      "line": 14,
                      "column": 57
                    }
                  },
                  "name": "shouldSubscribe"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 399,
                "end": 1297,
                "loc": {
                  "start": {
                    "line": 14,
                    "column": 59
                  },
                  "end": {
                    "line": 39,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 410,
                    "end": 467,
                    "loc": {
                      "start": {
                        "line": 15,
                        "column": 8
                      },
                      "end": {
                        "line": 15,
                        "column": 65
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 414,
                        "end": 417,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 12
                          },
                          "end": {
                            "line": 15,
                            "column": 15
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 414,
                          "end": 417,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 12
                            },
                            "end": {
                              "line": 15,
                              "column": 15
                            }
                          },
                          "name": "key"
                        },
                        "init": null
                      },
                      {
                        "type": "VariableDeclarator",
                        "start": 419,
                        "end": 422,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 17
                          },
                          "end": {
                            "line": 15,
                            "column": 20
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 419,
                          "end": 422,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 17
                            },
                            "end": {
                              "line": 15,
                              "column": 20
                            }
                          },
                          "name": "hub"
                        },
                        "init": null
                      },
                      {
                        "type": "VariableDeclarator",
                        "start": 424,
                        "end": 433,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 22
                          },
                          "end": {
                            "line": 15,
                            "column": 31
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 424,
                          "end": 433,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 22
                            },
                            "end": {
                              "line": 15,
                              "column": 31
                            }
                          },
                          "name": "memberKey"
                        },
                        "init": null
                      },
                      {
                        "type": "VariableDeclarator",
                        "start": 435,
                        "end": 446,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 33
                          },
                          "end": {
                            "line": 15,
                            "column": 44
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 435,
                          "end": 446,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 33
                            },
                            "end": {
                              "line": 15,
                              "column": 44
                            }
                          },
                          "name": "memberValue"
                        },
                        "init": null
                      },
                      {
                        "type": "VariableDeclarator",
                        "start": 448,
                        "end": 466,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 46
                          },
                          "end": {
                            "line": 15,
                            "column": 64
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 448,
                          "end": 466,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 46
                            },
                            "end": {
                              "line": 15,
                              "column": 64
                            }
                          },
                          "name": "subscriptionMethod"
                        },
                        "init": null
                      }
                    ],
                    "kind": "var"
                  },
                  {
                    "type": "ForInStatement",
                    "start": 477,
                    "end": 1290,
                    "loc": {
                      "start": {
                        "line": 16,
                        "column": 8
                      },
                      "end": {
                        "line": 38,
                        "column": 9
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 482,
                      "end": 485,
                      "loc": {
                        "start": {
                          "line": 16,
                          "column": 13
                        },
                        "end": {
                          "line": 16,
                          "column": 16
                        }
                      },
                      "name": "key"
                    },
                    "right": {
                      "type": "Identifier",
                      "start": 489,
                      "end": 497,
                      "loc": {
                        "start": {
                          "line": 16,
                          "column": 20
                        },
                        "end": {
                          "line": 16,
                          "column": 28
                        }
                      },
                      "name": "instance"
                    },
                    "body": {
                      "type": "BlockStatement",
                      "start": 499,
                      "end": 1290,
                      "loc": {
                        "start": {
                          "line": 16,
                          "column": 30
                        },
                        "end": {
                          "line": 38,
                          "column": 9
                        }
                      },
                      "body": [
                        {
                          "type": "IfStatement",
                          "start": 514,
                          "end": 1279,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 12
                            },
                            "end": {
                              "line": 37,
                              "column": 13
                            }
                          },
                          "test": {
                            "type": "CallExpression",
                            "start": 518,
                            "end": 546,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 16
                              },
                              "end": {
                                "line": 17,
                                "column": 44
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 518,
                              "end": 541,
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 16
                                },
                                "end": {
                                  "line": 17,
                                  "column": 39
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 518,
                                "end": 526,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 24
                                  }
                                },
                                "name": "instance"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 527,
                                "end": 541,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 39
                                  }
                                },
                                "name": "hasOwnProperty"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 542,
                                "end": 545,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 43
                                  }
                                },
                                "name": "key"
                              }
                            ]
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 548,
                            "end": 1279,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 46
                              },
                              "end": {
                                "line": 37,
                                "column": 13
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 567,
                                "end": 587,
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 36
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 567,
                                  "end": 586,
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 35
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 567,
                                    "end": 570,
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 19
                                      }
                                    },
                                    "name": "hub"
                                  },
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 573,
                                    "end": 586,
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 35
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 573,
                                      "end": 581,
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 30
                                        }
                                      },
                                      "name": "instance"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 582,
                                      "end": 585,
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 34
                                        }
                                      },
                                      "name": "key"
                                    },
                                    "computed": true
                                  }
                                }
                              },
                              {
                                "type": "IfStatement",
                                "start": 607,
                                "end": 657,
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 29
                                  }
                                },
                                "test": {
                                  "type": "UnaryExpression",
                                  "start": 611,
                                  "end": 625,
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 34
                                    }
                                  },
                                  "operator": "!",
                                  "prefix": true,
                                  "argument": {
                                    "type": "MemberExpression",
                                    "start": 613,
                                    "end": 624,
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 33
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 613,
                                      "end": 616,
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 25
                                        }
                                      },
                                      "name": "hub"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 617,
                                      "end": 624,
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 33
                                        }
                                      },
                                      "name": "hubName"
                                    },
                                    "computed": false,
                                    "parenthesizedExpression": true
                                  }
                                },
                                "consequent": {
                                  "type": "ContinueStatement",
                                  "start": 648,
                                  "end": 657,
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 29
                                    }
                                  },
                                  "label": null
                                },
                                "alternate": null
                              },
                              {
                                "type": "IfStatement",
                                "start": 677,
                                "end": 845,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 17
                                  }
                                },
                                "test": {
                                  "type": "Identifier",
                                  "start": 681,
                                  "end": 696,
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 35
                                    }
                                  },
                                  "name": "shouldSubscribe"
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 698,
                                  "end": 768,
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 17
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 721,
                                      "end": 749,
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 48
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 721,
                                        "end": 748,
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 47
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "start": 721,
                                          "end": 739,
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 38
                                            }
                                          },
                                          "name": "subscriptionMethod"
                                        },
                                        "right": {
                                          "type": "MemberExpression",
                                          "start": 742,
                                          "end": 748,
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 47
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 742,
                                            "end": 745,
                                            "loc": {
                                              "start": {
                                                "line": 24,
                                                "column": 41
                                              },
                                              "end": {
                                                "line": 24,
                                                "column": 44
                                              }
                                            },
                                            "name": "hub"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 746,
                                            "end": 748,
                                            "loc": {
                                              "start": {
                                                "line": 24,
                                                "column": 45
                                              },
                                              "end": {
                                                "line": 24,
                                                "column": 47
                                              }
                                            },
                                            "name": "on"
                                          },
                                          "computed": false
                                        }
                                      }
                                    }
                                  ]
                                },
                                "alternate": {
                                  "type": "BlockStatement",
                                  "start": 774,
                                  "end": 845,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 17
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 797,
                                      "end": 826,
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 49
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 797,
                                        "end": 825,
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 48
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "start": 797,
                                          "end": 815,
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 38
                                            }
                                          },
                                          "name": "subscriptionMethod"
                                        },
                                        "right": {
                                          "type": "MemberExpression",
                                          "start": 818,
                                          "end": 825,
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 48
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 818,
                                            "end": 821,
                                            "loc": {
                                              "start": {
                                                "line": 26,
                                                "column": 41
                                              },
                                              "end": {
                                                "line": 26,
                                                "column": 44
                                              }
                                            },
                                            "name": "hub"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 822,
                                            "end": 825,
                                            "loc": {
                                              "start": {
                                                "line": 26,
                                                "column": 45
                                              },
                                              "end": {
                                                "line": 26,
                                                "column": 48
                                              }
                                            },
                                            "name": "off"
                                          },
                                          "computed": false
                                        }
                                      }
                                    }
                                  ]
                                }
                              },
                              {
                                "type": "ForInStatement",
                                "start": 865,
                                "end": 1264,
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 17
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 870,
                                  "end": 879,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 30
                                    }
                                  },
                                  "name": "memberKey"
                                },
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 883,
                                  "end": 893,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 44
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 883,
                                    "end": 886,
                                    "loc": {
                                      "start": {
                                        "line": 29,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 29,
                                        "column": 37
                                      }
                                    },
                                    "name": "hub"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 887,
                                    "end": 893,
                                    "loc": {
                                      "start": {
                                        "line": 29,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 29,
                                        "column": 44
                                      }
                                    },
                                    "name": "client"
                                  },
                                  "computed": false
                                },
                                "body": {
                                  "type": "BlockStatement",
                                  "start": 895,
                                  "end": 1264,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 17
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "IfStatement",
                                      "start": 918,
                                      "end": 1245,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 21
                                        }
                                      },
                                      "test": {
                                        "type": "CallExpression",
                                        "start": 922,
                                        "end": 958,
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 60
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 922,
                                          "end": 947,
                                          "loc": {
                                            "start": {
                                              "line": 30,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 30,
                                              "column": 49
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 922,
                                            "end": 932,
                                            "loc": {
                                              "start": {
                                                "line": 30,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 30,
                                                "column": 34
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 922,
                                              "end": 925,
                                              "loc": {
                                                "start": {
                                                  "line": 30,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 30,
                                                  "column": 27
                                                }
                                              },
                                              "name": "hub"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 926,
                                              "end": 932,
                                              "loc": {
                                                "start": {
                                                  "line": 30,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 30,
                                                  "column": 34
                                                }
                                              },
                                              "name": "client"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 933,
                                            "end": 947,
                                            "loc": {
                                              "start": {
                                                "line": 30,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 30,
                                                "column": 49
                                              }
                                            },
                                            "name": "hasOwnProperty"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 948,
                                            "end": 957,
                                            "loc": {
                                              "start": {
                                                "line": 30,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 30,
                                                "column": 59
                                              }
                                            },
                                            "name": "memberKey"
                                          }
                                        ]
                                      },
                                      "consequent": {
                                        "type": "BlockStatement",
                                        "start": 960,
                                        "end": 1245,
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 62
                                          },
                                          "end": {
                                            "line": 35,
                                            "column": 21
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 987,
                                            "end": 1023,
                                            "loc": {
                                              "start": {
                                                "line": 31,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 31,
                                                "column": 60
                                              }
                                            },
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "start": 987,
                                              "end": 1022,
                                              "loc": {
                                                "start": {
                                                  "line": 31,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 31,
                                                  "column": 59
                                                }
                                              },
                                              "operator": "=",
                                              "left": {
                                                "type": "Identifier",
                                                "start": 987,
                                                "end": 998,
                                                "loc": {
                                                  "start": {
                                                    "line": 31,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 31,
                                                    "column": 35
                                                  }
                                                },
                                                "name": "memberValue"
                                              },
                                              "right": {
                                                "type": "MemberExpression",
                                                "start": 1001,
                                                "end": 1022,
                                                "loc": {
                                                  "start": {
                                                    "line": 31,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 31,
                                                    "column": 59
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 1001,
                                                  "end": 1011,
                                                  "loc": {
                                                    "start": {
                                                      "line": 31,
                                                      "column": 38
                                                    },
                                                    "end": {
                                                      "line": 31,
                                                      "column": 48
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 1001,
                                                    "end": 1004,
                                                    "loc": {
                                                      "start": {
                                                        "line": 31,
                                                        "column": 38
                                                      },
                                                      "end": {
                                                        "line": 31,
                                                        "column": 41
                                                      }
                                                    },
                                                    "name": "hub"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 1005,
                                                    "end": 1011,
                                                    "loc": {
                                                      "start": {
                                                        "line": 31,
                                                        "column": 42
                                                      },
                                                      "end": {
                                                        "line": 31,
                                                        "column": 48
                                                      }
                                                    },
                                                    "name": "client"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1012,
                                                  "end": 1021,
                                                  "loc": {
                                                    "start": {
                                                      "line": 31,
                                                      "column": 49
                                                    },
                                                    "end": {
                                                      "line": 31,
                                                      "column": 58
                                                    }
                                                  },
                                                  "name": "memberKey"
                                                },
                                                "computed": true
                                              }
                                            }
                                          },
                                          {
                                            "type": "IfStatement",
                                            "start": 1049,
                                            "end": 1119,
                                            "loc": {
                                              "start": {
                                                "line": 32,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 33,
                                                "column": 37
                                              }
                                            },
                                            "test": {
                                              "type": "UnaryExpression",
                                              "start": 1053,
                                              "end": 1079,
                                              "loc": {
                                                "start": {
                                                  "line": 32,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 32,
                                                  "column": 54
                                                }
                                              },
                                              "operator": "!",
                                              "prefix": true,
                                              "argument": {
                                                "type": "CallExpression",
                                                "start": 1054,
                                                "end": 1079,
                                                "loc": {
                                                  "start": {
                                                    "line": 32,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 32,
                                                    "column": 54
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 1054,
                                                  "end": 1066,
                                                  "loc": {
                                                    "start": {
                                                      "line": 32,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 32,
                                                      "column": 41
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 1054,
                                                    "end": 1055,
                                                    "loc": {
                                                      "start": {
                                                        "line": 32,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 32,
                                                        "column": 30
                                                      }
                                                    },
                                                    "name": "$"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 1056,
                                                    "end": 1066,
                                                    "loc": {
                                                      "start": {
                                                        "line": 32,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 32,
                                                        "column": 41
                                                      }
                                                    },
                                                    "name": "isFunction"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "start": 1067,
                                                    "end": 1078,
                                                    "loc": {
                                                      "start": {
                                                        "line": 32,
                                                        "column": 42
                                                      },
                                                      "end": {
                                                        "line": 32,
                                                        "column": 53
                                                      }
                                                    },
                                                    "name": "memberValue"
                                                  }
                                                ]
                                              }
                                            },
                                            "consequent": {
                                              "type": "ContinueStatement",
                                              "start": 1110,
                                              "end": 1119,
                                              "loc": {
                                                "start": {
                                                  "line": 33,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 33,
                                                  "column": 37
                                                }
                                              },
                                              "label": null
                                            },
                                            "alternate": null
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 1145,
                                            "end": 1222,
                                            "loc": {
                                              "start": {
                                                "line": 34,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 34,
                                                "column": 101
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 1145,
                                              "end": 1221,
                                              "loc": {
                                                "start": {
                                                  "line": 34,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 34,
                                                  "column": 100
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 1145,
                                                "end": 1168,
                                                "loc": {
                                                  "start": {
                                                    "line": 34,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 34,
                                                    "column": 47
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1145,
                                                  "end": 1163,
                                                  "loc": {
                                                    "start": {
                                                      "line": 34,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 34,
                                                      "column": 42
                                                    }
                                                  },
                                                  "name": "subscriptionMethod"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1164,
                                                  "end": 1168,
                                                  "loc": {
                                                    "start": {
                                                      "line": 34,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 34,
                                                      "column": 47
                                                    }
                                                  },
                                                  "name": "call"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 1169,
                                                  "end": 1172,
                                                  "loc": {
                                                    "start": {
                                                      "line": 34,
                                                      "column": 48
                                                    },
                                                    "end": {
                                                      "line": 34,
                                                      "column": 51
                                                    }
                                                  },
                                                  "name": "hub"
                                                },
                                                {
                                                  "type": "Identifier",
                                                  "start": 1174,
                                                  "end": 1183,
                                                  "loc": {
                                                    "start": {
                                                      "line": 34,
                                                      "column": 53
                                                    },
                                                    "end": {
                                                      "line": 34,
                                                      "column": 62
                                                    }
                                                  },
                                                  "name": "memberKey"
                                                },
                                                {
                                                  "type": "CallExpression",
                                                  "start": 1185,
                                                  "end": 1220,
                                                  "loc": {
                                                    "start": {
                                                      "line": 34,
                                                      "column": 64
                                                    },
                                                    "end": {
                                                      "line": 34,
                                                      "column": 99
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "Identifier",
                                                    "start": 1185,
                                                    "end": 1202,
                                                    "loc": {
                                                      "start": {
                                                        "line": 34,
                                                        "column": 64
                                                      },
                                                      "end": {
                                                        "line": 34,
                                                        "column": 81
                                                      }
                                                    },
                                                    "name": "makeProxyCallback"
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "start": 1203,
                                                      "end": 1206,
                                                      "loc": {
                                                        "start": {
                                                          "line": 34,
                                                          "column": 82
                                                        },
                                                        "end": {
                                                          "line": 34,
                                                          "column": 85
                                                        }
                                                      },
                                                      "name": "hub"
                                                    },
                                                    {
                                                      "type": "Identifier",
                                                      "start": 1208,
                                                      "end": 1219,
                                                      "loc": {
                                                        "start": {
                                                          "line": 34,
                                                          "column": 87
                                                        },
                                                        "end": {
                                                          "line": 34,
                                                          "column": 98
                                                        }
                                                      },
                                                      "name": "memberValue"
                                                    }
                                                  ]
                                                }
                                              ]
                                            }
                                          }
                                        ]
                                      },
                                      "alternate": null
                                    }
                                  ]
                                }
                              }
                            ]
                          },
                          "alternate": null
                        }
                      ]
                    }
                  }
                ]
              }
            },
            {
              "type": "ExpressionStatement",
              "start": 1305,
              "end": 2355,
              "loc": {
                "start": {
                  "line": 41,
                  "column": 4
                },
                "end": {
                  "line": 64,
                  "column": 6
                }
              },
              "expression": {
                "type": "AssignmentExpression",
                "start": 1305,
                "end": 2354,
                "loc": {
                  "start": {
                    "line": 41,
                    "column": 4
                  },
                  "end": {
                    "line": 64,
                    "column": 5
                  }
                },
                "operator": "=",
                "left": {
                  "type": "MemberExpression",
                  "start": 1305,
                  "end": 1347,
                  "loc": {
                    "start": {
                      "line": 41,
                      "column": 4
                    },
                    "end": {
                      "line": 41,
                      "column": 46
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 1305,
                    "end": 1330,
                    "loc": {
                      "start": {
                        "line": 41,
                        "column": 4
                      },
                      "end": {
                        "line": 41,
                        "column": 29
                      }
                    },
                    "object": {
                      "type": "MemberExpression",
                      "start": 1305,
                      "end": 1320,
                      "loc": {
                        "start": {
                          "line": 41,
                          "column": 4
                        },
                        "end": {
                          "line": 41,
                          "column": 19
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 1305,
                        "end": 1306,
                        "loc": {
                          "start": {
                            "line": 41,
                            "column": 4
                          },
                          "end": {
                            "line": 41,
                            "column": 5
                          }
                        },
                        "name": "$"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 1307,
                        "end": 1320,
                        "loc": {
                          "start": {
                            "line": 41,
                            "column": 6
                          },
                          "end": {
                            "line": 41,
                            "column": 19
                          }
                        },
                        "name": "hubConnection"
                      },
                      "computed": false
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 1321,
                      "end": 1330,
                      "loc": {
                        "start": {
                          "line": 41,
                          "column": 20
                        },
                        "end": {
                          "line": 41,
                          "column": 29
                        }
                      },
                      "name": "prototype"
                    },
                    "computed": false
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 1331,
                    "end": 1347,
                    "loc": {
                      "start": {
                        "line": 41,
                        "column": 30
                      },
                      "end": {
                        "line": 41,
                        "column": 46
                      }
                    },
                    "name": "createHubProxies"
                  },
                  "computed": false
                },
                "right": {
                  "type": "FunctionExpression",
                  "start": 1350,
                  "end": 2354,
                  "loc": {
                    "start": {
                      "line": 41,
                      "column": 49
                    },
                    "end": {
                      "line": 64,
                      "column": 5
                    }
                  },
                  "id": null,
                  "generator": false,
                  "expression": false,
                  "async": false,
                  "params": [],
                  "body": {
                    "type": "BlockStatement",
                    "start": 1362,
                    "end": 2354,
                    "loc": {
                      "start": {
                        "line": 41,
                        "column": 61
                      },
                      "end": {
                        "line": 64,
                        "column": 5
                      }
                    },
                    "body": [
                      {
                        "type": "VariableDeclaration",
                        "start": 1373,
                        "end": 1390,
                        "loc": {
                          "start": {
                            "line": 42,
                            "column": 8
                          },
                          "end": {
                            "line": 42,
                            "column": 25
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 1377,
                            "end": 1389,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 12
                              },
                              "end": {
                                "line": 42,
                                "column": 24
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 1377,
                              "end": 1384,
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 12
                                },
                                "end": {
                                  "line": 42,
                                  "column": 19
                                }
                              },
                              "name": "proxies"
                            },
                            "init": {
                              "type": "ObjectExpression",
                              "start": 1387,
                              "end": 1389,
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 22
                                },
                                "end": {
                                  "line": 42,
                                  "column": 24
                                }
                              },
                              "properties": []
                            }
                          }
                        ],
                        "kind": "var"
                      },
                      {
                        "type": "ExpressionStatement",
                        "start": 1400,
                        "end": 1621,
                        "loc": {
                          "start": {
                            "line": 43,
                            "column": 8
                          },
                          "end": {
                            "line": 48,
                            "column": 11
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 1400,
                          "end": 1620,
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 8
                            },
                            "end": {
                              "line": 48,
                              "column": 10
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1400,
                            "end": 1545,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 8
                              },
                              "end": {
                                "line": 46,
                                "column": 23
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 1400,
                              "end": 1532,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 8
                                },
                                "end": {
                                  "line": 46,
                                  "column": 10
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1400,
                                "end": 1413,
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 21
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1400,
                                  "end": 1404,
                                  "loc": {
                                    "start": {
                                      "line": 43,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 43,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1405,
                                  "end": 1413,
                                  "loc": {
                                    "start": {
                                      "line": 43,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 43,
                                      "column": 21
                                    }
                                  },
                                  "name": "starting"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "FunctionExpression",
                                  "start": 1414,
                                  "end": 1531,
                                  "loc": {
                                    "start": {
                                      "line": 43,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 46,
                                      "column": 9
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": false,
                                  "async": false,
                                  "params": [],
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 1426,
                                    "end": 1531,
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 9
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 1441,
                                        "end": 1475,
                                        "loc": {
                                          "start": {
                                            "line": 44,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 44,
                                            "column": 46
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 1441,
                                          "end": 1474,
                                          "loc": {
                                            "start": {
                                              "line": 44,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 44,
                                              "column": 45
                                            }
                                          },
                                          "callee": {
                                            "type": "Identifier",
                                            "start": 1441,
                                            "end": 1459,
                                            "loc": {
                                              "start": {
                                                "line": 44,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 44,
                                                "column": 30
                                              }
                                            },
                                            "name": "registerHubProxies"
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 1460,
                                              "end": 1467,
                                              "loc": {
                                                "start": {
                                                  "line": 44,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 44,
                                                  "column": 38
                                                }
                                              },
                                              "name": "proxies"
                                            },
                                            {
                                              "type": "Literal",
                                              "start": 1469,
                                              "end": 1473,
                                              "loc": {
                                                "start": {
                                                  "line": 44,
                                                  "column": 40
                                                },
                                                "end": {
                                                  "line": 44,
                                                  "column": 44
                                                }
                                              },
                                              "value": true,
                                              "rawValue": true,
                                              "raw": "true"
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 1489,
                                        "end": 1520,
                                        "loc": {
                                          "start": {
                                            "line": 45,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 45,
                                            "column": 43
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 1489,
                                          "end": 1519,
                                          "loc": {
                                            "start": {
                                              "line": 45,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 45,
                                              "column": 42
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 1489,
                                            "end": 1517,
                                            "loc": {
                                              "start": {
                                                "line": 45,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 45,
                                                "column": 40
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 1489,
                                              "end": 1493,
                                              "loc": {
                                                "start": {
                                                  "line": 45,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 45,
                                                  "column": 16
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1494,
                                              "end": 1517,
                                              "loc": {
                                                "start": {
                                                  "line": 45,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 45,
                                                  "column": 40
                                                }
                                              },
                                              "name": "_registerSubscribedHubs"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        }
                                      }
                                    ]
                                  }
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1533,
                              "end": 1545,
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 11
                                },
                                "end": {
                                  "line": 46,
                                  "column": 23
                                }
                              },
                              "name": "disconnected"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "FunctionExpression",
                              "start": 1546,
                              "end": 1619,
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 24
                                },
                                "end": {
                                  "line": 48,
                                  "column": 9
                                }
                              },
                              "id": null,
                              "generator": false,
                              "expression": false,
                              "async": false,
                              "params": [],
                              "body": {
                                "type": "BlockStatement",
                                "start": 1558,
                                "end": 1619,
                                "loc": {
                                  "start": {
                                    "line": 46,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 9
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 1573,
                                    "end": 1608,
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 47
                                      }
                                    },
                                    "expression": {
                                      "type": "CallExpression",
                                      "start": 1573,
                                      "end": 1607,
                                      "loc": {
                                        "start": {
                                          "line": 47,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 47,
                                          "column": 46
                                        }
                                      },
                                      "callee": {
                                        "type": "Identifier",
                                        "start": 1573,
                                        "end": 1591,
                                        "loc": {
                                          "start": {
                                            "line": 47,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 47,
                                            "column": 30
                                          }
                                        },
                                        "name": "registerHubProxies"
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 1592,
                                          "end": 1599,
                                          "loc": {
                                            "start": {
                                              "line": 47,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 47,
                                              "column": 38
                                            }
                                          },
                                          "name": "proxies"
                                        },
                                        {
                                          "type": "Literal",
                                          "start": 1601,
                                          "end": 1606,
                                          "loc": {
                                            "start": {
                                              "line": 47,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 47,
                                              "column": 45
                                            }
                                          },
                                          "value": false,
                                          "rawValue": false,
                                          "raw": "false"
                                        }
                                      ]
                                    }
                                  }
                                ]
                              }
                            }
                          ]
                        }
                      },
                      {
                        "type": "ExpressionStatement",
                        "start": 1633,
                        "end": 1686,
                        "loc": {
                          "start": {
                            "line": 50,
                            "column": 8
                          },
                          "end": {
                            "line": 50,
                            "column": 61
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 1633,
                          "end": 1685,
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 8
                            },
                            "end": {
                              "line": 50,
                              "column": 60
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "MemberExpression",
                            "start": 1633,
                            "end": 1650,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 8
                              },
                              "end": {
                                "line": 50,
                                "column": 25
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1633,
                              "end": 1640,
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 8
                                },
                                "end": {
                                  "line": 50,
                                  "column": 15
                                }
                              },
                              "name": "proxies"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1641,
                              "end": 1650,
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 16
                                },
                                "end": {
                                  "line": 50,
                                  "column": 25
                                }
                              },
                              "name": "clientHub"
                            },
                            "computed": false
                          },
                          "right": {
                            "type": "CallExpression",
                            "start": 1653,
                            "end": 1685,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 28
                              },
                              "end": {
                                "line": 50,
                                "column": 60
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1653,
                              "end": 1672,
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 28
                                },
                                "end": {
                                  "line": 50,
                                  "column": 47
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1653,
                                "end": 1657,
                                "loc": {
                                  "start": {
                                    "line": 50,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 32
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1658,
                                "end": 1672,
                                "loc": {
                                  "start": {
                                    "line": 50,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 47
                                  }
                                },
                                "name": "createHubProxy"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Literal",
                                "start": 1673,
                                "end": 1684,
                                "loc": {
                                  "start": {
                                    "line": 50,
                                    "column": 48
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 59
                                  }
                                },
                                "value": "clientHub",
                                "rawValue": "clientHub",
                                "raw": "'clientHub'"
                              }
                            ]
                          }
                        }
                      },
                      {
                        "type": "ExpressionStatement",
                        "start": 1696,
                        "end": 1727,
                        "loc": {
                          "start": {
                            "line": 51,
                            "column": 8
                          },
                          "end": {
                            "line": 51,
                            "column": 39
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 1696,
                          "end": 1726,
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 8
                            },
                            "end": {
                              "line": 51,
                              "column": 38
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "MemberExpression",
                            "start": 1696,
                            "end": 1720,
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 8
                              },
                              "end": {
                                "line": 51,
                                "column": 32
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1696,
                              "end": 1713,
                              "loc": {
                                "start": {
                                  "line": 51,
                                  "column": 8
                                },
                                "end": {
                                  "line": 51,
                                  "column": 25
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1696,
                                "end": 1703,
                                "loc": {
                                  "start": {
                                    "line": 51,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 51,
                                    "column": 15
                                  }
                                },
                                "name": "proxies"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1704,
                                "end": 1713,
                                "loc": {
                                  "start": {
                                    "line": 51,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 51,
                                    "column": 25
                                  }
                                },
                                "name": "clientHub"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1714,
                              "end": 1720,
                              "loc": {
                                "start": {
                                  "line": 51,
                                  "column": 26
                                },
                                "end": {
                                  "line": 51,
                                  "column": 32
                                }
                              },
                              "name": "client"
                            },
                            "computed": false
                          },
                          "right": {
                            "type": "ObjectExpression",
                            "start": 1723,
                            "end": 1726,
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 35
                              },
                              "end": {
                                "line": 51,
                                "column": 38
                              }
                            },
                            "properties": []
                          }
                        }
                      },
                      {
                        "type": "ExpressionStatement",
                        "start": 1737,
                        "end": 2322,
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 8
                          },
                          "end": {
                            "line": 62,
                            "column": 10
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 1737,
                          "end": 2321,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 8
                            },
                            "end": {
                              "line": 62,
                              "column": 9
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "MemberExpression",
                            "start": 1737,
                            "end": 1761,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 8
                              },
                              "end": {
                                "line": 52,
                                "column": 32
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1737,
                              "end": 1754,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 8
                                },
                                "end": {
                                  "line": 52,
                                  "column": 25
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1737,
                                "end": 1744,
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 15
                                  }
                                },
                                "name": "proxies"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1745,
                                "end": 1754,
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 25
                                  }
                                },
                                "name": "clientHub"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1755,
                              "end": 1761,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 26
                                },
                                "end": {
                                  "line": 52,
                                  "column": 32
                                }
                              },
                              "name": "server"
                            },
                            "computed": false
                          },
                          "right": {
                            "type": "ObjectExpression",
                            "start": 1764,
                            "end": 2321,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 35
                              },
                              "end": {
                                "line": 62,
                                "column": 9
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 1779,
                                "end": 1972,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 55,
                                    "column": 13
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 1779,
                                  "end": 1783,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 53,
                                      "column": 16
                                    }
                                  },
                                  "name": "init"
                                },
                                "value": {
                                  "type": "FunctionExpression",
                                  "start": 1785,
                                  "end": 1972,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 55,
                                      "column": 13
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": false,
                                  "async": false,
                                  "params": [
                                    {
                                      "type": "Identifier",
                                      "start": 1795,
                                      "end": 1804,
                                      "loc": {
                                        "start": {
                                          "line": 53,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 53,
                                          "column": 37
                                        }
                                      },
                                      "name": "debugging"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 1806,
                                      "end": 1818,
                                      "loc": {
                                        "start": {
                                          "line": 53,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 53,
                                          "column": 51
                                        }
                                      },
                                      "name": "PauseAllowed"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 1820,
                                      "end": 1827,
                                      "loc": {
                                        "start": {
                                          "line": 53,
                                          "column": 53
                                        },
                                        "end": {
                                          "line": 53,
                                          "column": 60
                                        }
                                      },
                                      "name": "TimeOut"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 1829,
                                      "end": 1836,
                                      "loc": {
                                        "start": {
                                          "line": 53,
                                          "column": 62
                                        },
                                        "end": {
                                          "line": 53,
                                          "column": 69
                                        }
                                      },
                                      "name": "Rebuild"
                                    }
                                  ],
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 1838,
                                    "end": 1972,
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 71
                                      },
                                      "end": {
                                        "line": 55,
                                        "column": 13
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ReturnStatement",
                                        "start": 1857,
                                        "end": 1957,
                                        "loc": {
                                          "start": {
                                            "line": 54,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 54,
                                            "column": 116
                                          }
                                        },
                                        "argument": {
                                          "type": "CallExpression",
                                          "start": 1864,
                                          "end": 1956,
                                          "loc": {
                                            "start": {
                                              "line": 54,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 54,
                                              "column": 115
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 1864,
                                            "end": 1894,
                                            "loc": {
                                              "start": {
                                                "line": 54,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 54,
                                                "column": 53
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 1864,
                                              "end": 1888,
                                              "loc": {
                                                "start": {
                                                  "line": 54,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 54,
                                                  "column": 47
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 1864,
                                                "end": 1881,
                                                "loc": {
                                                  "start": {
                                                    "line": 54,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 54,
                                                    "column": 40
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1864,
                                                  "end": 1871,
                                                  "loc": {
                                                    "start": {
                                                      "line": 54,
                                                      "column": 23
                                                    },
                                                    "end": {
                                                      "line": 54,
                                                      "column": 30
                                                    }
                                                  },
                                                  "name": "proxies"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1872,
                                                  "end": 1881,
                                                  "loc": {
                                                    "start": {
                                                      "line": 54,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 54,
                                                      "column": 40
                                                    }
                                                  },
                                                  "name": "clientHub"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1882,
                                                "end": 1888,
                                                "loc": {
                                                  "start": {
                                                    "line": 54,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 54,
                                                    "column": 47
                                                  }
                                                },
                                                "name": "invoke"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1889,
                                              "end": 1894,
                                              "loc": {
                                                "start": {
                                                  "line": 54,
                                                  "column": 48
                                                },
                                                "end": {
                                                  "line": 54,
                                                  "column": 53
                                                }
                                              },
                                              "name": "apply"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 1895,
                                              "end": 1912,
                                              "loc": {
                                                "start": {
                                                  "line": 54,
                                                  "column": 54
                                                },
                                                "end": {
                                                  "line": 54,
                                                  "column": 71
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 1895,
                                                "end": 1902,
                                                "loc": {
                                                  "start": {
                                                    "line": 54,
                                                    "column": 54
                                                  },
                                                  "end": {
                                                    "line": 54,
                                                    "column": 61
                                                  }
                                                },
                                                "name": "proxies"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1903,
                                                "end": 1912,
                                                "loc": {
                                                  "start": {
                                                    "line": 54,
                                                    "column": 62
                                                  },
                                                  "end": {
                                                    "line": 54,
                                                    "column": 71
                                                  }
                                                },
                                                "name": "clientHub"
                                              },
                                              "computed": false
                                            },
                                            {
                                              "type": "CallExpression",
                                              "start": 1914,
                                              "end": 1955,
                                              "loc": {
                                                "start": {
                                                  "line": 54,
                                                  "column": 73
                                                },
                                                "end": {
                                                  "line": 54,
                                                  "column": 114
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 1914,
                                                "end": 1921,
                                                "loc": {
                                                  "start": {
                                                    "line": 54,
                                                    "column": 73
                                                  },
                                                  "end": {
                                                    "line": 54,
                                                    "column": 80
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1914,
                                                  "end": 1915,
                                                  "loc": {
                                                    "start": {
                                                      "line": 54,
                                                      "column": 73
                                                    },
                                                    "end": {
                                                      "line": 54,
                                                      "column": 74
                                                    }
                                                  },
                                                  "name": "$"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1916,
                                                  "end": 1921,
                                                  "loc": {
                                                    "start": {
                                                      "line": 54,
                                                      "column": 75
                                                    },
                                                    "end": {
                                                      "line": 54,
                                                      "column": 80
                                                    }
                                                  },
                                                  "name": "merge"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "ArrayExpression",
                                                  "start": 1922,
                                                  "end": 1930,
                                                  "loc": {
                                                    "start": {
                                                      "line": 54,
                                                      "column": 81
                                                    },
                                                    "end": {
                                                      "line": 54,
                                                      "column": 89
                                                    }
                                                  },
                                                  "elements": [
                                                    {
                                                      "type": "Literal",
                                                      "start": 1923,
                                                      "end": 1929,
                                                      "loc": {
                                                        "start": {
                                                          "line": 54,
                                                          "column": 82
                                                        },
                                                        "end": {
                                                          "line": 54,
                                                          "column": 88
                                                        }
                                                      },
                                                      "value": "Init",
                                                      "rawValue": "Init",
                                                      "raw": "\"Init\""
                                                    }
                                                  ]
                                                },
                                                {
                                                  "type": "CallExpression",
                                                  "start": 1932,
                                                  "end": 1954,
                                                  "loc": {
                                                    "start": {
                                                      "line": 54,
                                                      "column": 91
                                                    },
                                                    "end": {
                                                      "line": 54,
                                                      "column": 113
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 1932,
                                                    "end": 1943,
                                                    "loc": {
                                                      "start": {
                                                        "line": 54,
                                                        "column": 91
                                                      },
                                                      "end": {
                                                        "line": 54,
                                                        "column": 102
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 1932,
                                                      "end": 1933,
                                                      "loc": {
                                                        "start": {
                                                          "line": 54,
                                                          "column": 91
                                                        },
                                                        "end": {
                                                          "line": 54,
                                                          "column": 92
                                                        }
                                                      },
                                                      "name": "$"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 1934,
                                                      "end": 1943,
                                                      "loc": {
                                                        "start": {
                                                          "line": 54,
                                                          "column": 93
                                                        },
                                                        "end": {
                                                          "line": 54,
                                                          "column": 102
                                                        }
                                                      },
                                                      "name": "makeArray"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "start": 1944,
                                                      "end": 1953,
                                                      "loc": {
                                                        "start": {
                                                          "line": 54,
                                                          "column": 103
                                                        },
                                                        "end": {
                                                          "line": 54,
                                                          "column": 112
                                                        }
                                                      },
                                                      "name": "arguments"
                                                    }
                                                  ]
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      }
                                    ]
                                  }
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 1987,
                                "end": 2139,
                                "loc": {
                                  "start": {
                                    "line": 56,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 58,
                                    "column": 13
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 1987,
                                  "end": 1991,
                                  "loc": {
                                    "start": {
                                      "line": 56,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 56,
                                      "column": 16
                                    }
                                  },
                                  "name": "ping"
                                },
                                "value": {
                                  "type": "FunctionExpression",
                                  "start": 1993,
                                  "end": 2139,
                                  "loc": {
                                    "start": {
                                      "line": 56,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 58,
                                      "column": 13
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": false,
                                  "async": false,
                                  "params": [],
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 2005,
                                    "end": 2139,
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 58,
                                        "column": 13
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ReturnStatement",
                                        "start": 2024,
                                        "end": 2124,
                                        "loc": {
                                          "start": {
                                            "line": 57,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 57,
                                            "column": 116
                                          }
                                        },
                                        "argument": {
                                          "type": "CallExpression",
                                          "start": 2031,
                                          "end": 2123,
                                          "loc": {
                                            "start": {
                                              "line": 57,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 57,
                                              "column": 115
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 2031,
                                            "end": 2061,
                                            "loc": {
                                              "start": {
                                                "line": 57,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 57,
                                                "column": 53
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 2031,
                                              "end": 2055,
                                              "loc": {
                                                "start": {
                                                  "line": 57,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 57,
                                                  "column": 47
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 2031,
                                                "end": 2048,
                                                "loc": {
                                                  "start": {
                                                    "line": 57,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 57,
                                                    "column": 40
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 2031,
                                                  "end": 2038,
                                                  "loc": {
                                                    "start": {
                                                      "line": 57,
                                                      "column": 23
                                                    },
                                                    "end": {
                                                      "line": 57,
                                                      "column": 30
                                                    }
                                                  },
                                                  "name": "proxies"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2039,
                                                  "end": 2048,
                                                  "loc": {
                                                    "start": {
                                                      "line": 57,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 57,
                                                      "column": 40
                                                    }
                                                  },
                                                  "name": "clientHub"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2049,
                                                "end": 2055,
                                                "loc": {
                                                  "start": {
                                                    "line": 57,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 57,
                                                    "column": 47
                                                  }
                                                },
                                                "name": "invoke"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2056,
                                              "end": 2061,
                                              "loc": {
                                                "start": {
                                                  "line": 57,
                                                  "column": 48
                                                },
                                                "end": {
                                                  "line": 57,
                                                  "column": 53
                                                }
                                              },
                                              "name": "apply"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 2062,
                                              "end": 2079,
                                              "loc": {
                                                "start": {
                                                  "line": 57,
                                                  "column": 54
                                                },
                                                "end": {
                                                  "line": 57,
                                                  "column": 71
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 2062,
                                                "end": 2069,
                                                "loc": {
                                                  "start": {
                                                    "line": 57,
                                                    "column": 54
                                                  },
                                                  "end": {
                                                    "line": 57,
                                                    "column": 61
                                                  }
                                                },
                                                "name": "proxies"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2070,
                                                "end": 2079,
                                                "loc": {
                                                  "start": {
                                                    "line": 57,
                                                    "column": 62
                                                  },
                                                  "end": {
                                                    "line": 57,
                                                    "column": 71
                                                  }
                                                },
                                                "name": "clientHub"
                                              },
                                              "computed": false
                                            },
                                            {
                                              "type": "CallExpression",
                                              "start": 2081,
                                              "end": 2122,
                                              "loc": {
                                                "start": {
                                                  "line": 57,
                                                  "column": 73
                                                },
                                                "end": {
                                                  "line": 57,
                                                  "column": 114
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 2081,
                                                "end": 2088,
                                                "loc": {
                                                  "start": {
                                                    "line": 57,
                                                    "column": 73
                                                  },
                                                  "end": {
                                                    "line": 57,
                                                    "column": 80
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 2081,
                                                  "end": 2082,
                                                  "loc": {
                                                    "start": {
                                                      "line": 57,
                                                      "column": 73
                                                    },
                                                    "end": {
                                                      "line": 57,
                                                      "column": 74
                                                    }
                                                  },
                                                  "name": "$"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2083,
                                                  "end": 2088,
                                                  "loc": {
                                                    "start": {
                                                      "line": 57,
                                                      "column": 75
                                                    },
                                                    "end": {
                                                      "line": 57,
                                                      "column": 80
                                                    }
                                                  },
                                                  "name": "merge"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "ArrayExpression",
                                                  "start": 2089,
                                                  "end": 2097,
                                                  "loc": {
                                                    "start": {
                                                      "line": 57,
                                                      "column": 81
                                                    },
                                                    "end": {
                                                      "line": 57,
                                                      "column": 89
                                                    }
                                                  },
                                                  "elements": [
                                                    {
                                                      "type": "Literal",
                                                      "start": 2090,
                                                      "end": 2096,
                                                      "loc": {
                                                        "start": {
                                                          "line": 57,
                                                          "column": 82
                                                        },
                                                        "end": {
                                                          "line": 57,
                                                          "column": 88
                                                        }
                                                      },
                                                      "value": "Ping",
                                                      "rawValue": "Ping",
                                                      "raw": "\"Ping\""
                                                    }
                                                  ]
                                                },
                                                {
                                                  "type": "CallExpression",
                                                  "start": 2099,
                                                  "end": 2121,
                                                  "loc": {
                                                    "start": {
                                                      "line": 57,
                                                      "column": 91
                                                    },
                                                    "end": {
                                                      "line": 57,
                                                      "column": 113
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 2099,
                                                    "end": 2110,
                                                    "loc": {
                                                      "start": {
                                                        "line": 57,
                                                        "column": 91
                                                      },
                                                      "end": {
                                                        "line": 57,
                                                        "column": 102
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2099,
                                                      "end": 2100,
                                                      "loc": {
                                                        "start": {
                                                          "line": 57,
                                                          "column": 91
                                                        },
                                                        "end": {
                                                          "line": 57,
                                                          "column": 92
                                                        }
                                                      },
                                                      "name": "$"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2101,
                                                      "end": 2110,
                                                      "loc": {
                                                        "start": {
                                                          "line": 57,
                                                          "column": 93
                                                        },
                                                        "end": {
                                                          "line": 57,
                                                          "column": 102
                                                        }
                                                      },
                                                      "name": "makeArray"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "start": 2111,
                                                      "end": 2120,
                                                      "loc": {
                                                        "start": {
                                                          "line": 57,
                                                          "column": 103
                                                        },
                                                        "end": {
                                                          "line": 57,
                                                          "column": 112
                                                        }
                                                      },
                                                      "name": "arguments"
                                                    }
                                                  ]
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      }
                                    ]
                                  }
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 2154,
                                "end": 2310,
                                "loc": {
                                  "start": {
                                    "line": 59,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 61,
                                    "column": 13
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 2154,
                                  "end": 2158,
                                  "loc": {
                                    "start": {
                                      "line": 59,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 59,
                                      "column": 16
                                    }
                                  },
                                  "name": "send"
                                },
                                "value": {
                                  "type": "FunctionExpression",
                                  "start": 2160,
                                  "end": 2310,
                                  "loc": {
                                    "start": {
                                      "line": 59,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 61,
                                      "column": 13
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": false,
                                  "async": false,
                                  "params": [
                                    {
                                      "type": "Identifier",
                                      "start": 2170,
                                      "end": 2174,
                                      "loc": {
                                        "start": {
                                          "line": 59,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 59,
                                          "column": 32
                                        }
                                      },
                                      "name": "data"
                                    }
                                  ],
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 2176,
                                    "end": 2310,
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 61,
                                        "column": 13
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ReturnStatement",
                                        "start": 2195,
                                        "end": 2295,
                                        "loc": {
                                          "start": {
                                            "line": 60,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 60,
                                            "column": 116
                                          }
                                        },
                                        "argument": {
                                          "type": "CallExpression",
                                          "start": 2202,
                                          "end": 2294,
                                          "loc": {
                                            "start": {
                                              "line": 60,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 60,
                                              "column": 115
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 2202,
                                            "end": 2232,
                                            "loc": {
                                              "start": {
                                                "line": 60,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 60,
                                                "column": 53
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 2202,
                                              "end": 2226,
                                              "loc": {
                                                "start": {
                                                  "line": 60,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 60,
                                                  "column": 47
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 2202,
                                                "end": 2219,
                                                "loc": {
                                                  "start": {
                                                    "line": 60,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 60,
                                                    "column": 40
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 2202,
                                                  "end": 2209,
                                                  "loc": {
                                                    "start": {
                                                      "line": 60,
                                                      "column": 23
                                                    },
                                                    "end": {
                                                      "line": 60,
                                                      "column": 30
                                                    }
                                                  },
                                                  "name": "proxies"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2210,
                                                  "end": 2219,
                                                  "loc": {
                                                    "start": {
                                                      "line": 60,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 60,
                                                      "column": 40
                                                    }
                                                  },
                                                  "name": "clientHub"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2220,
                                                "end": 2226,
                                                "loc": {
                                                  "start": {
                                                    "line": 60,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 60,
                                                    "column": 47
                                                  }
                                                },
                                                "name": "invoke"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2227,
                                              "end": 2232,
                                              "loc": {
                                                "start": {
                                                  "line": 60,
                                                  "column": 48
                                                },
                                                "end": {
                                                  "line": 60,
                                                  "column": 53
                                                }
                                              },
                                              "name": "apply"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 2233,
                                              "end": 2250,
                                              "loc": {
                                                "start": {
                                                  "line": 60,
                                                  "column": 54
                                                },
                                                "end": {
                                                  "line": 60,
                                                  "column": 71
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 2233,
                                                "end": 2240,
                                                "loc": {
                                                  "start": {
                                                    "line": 60,
                                                    "column": 54
                                                  },
                                                  "end": {
                                                    "line": 60,
                                                    "column": 61
                                                  }
                                                },
                                                "name": "proxies"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2241,
                                                "end": 2250,
                                                "loc": {
                                                  "start": {
                                                    "line": 60,
                                                    "column": 62
                                                  },
                                                  "end": {
                                                    "line": 60,
                                                    "column": 71
                                                  }
                                                },
                                                "name": "clientHub"
                                              },
                                              "computed": false
                                            },
                                            {
                                              "type": "CallExpression",
                                              "start": 2252,
                                              "end": 2293,
                                              "loc": {
                                                "start": {
                                                  "line": 60,
                                                  "column": 73
                                                },
                                                "end": {
                                                  "line": 60,
                                                  "column": 114
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 2252,
                                                "end": 2259,
                                                "loc": {
                                                  "start": {
                                                    "line": 60,
                                                    "column": 73
                                                  },
                                                  "end": {
                                                    "line": 60,
                                                    "column": 80
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 2252,
                                                  "end": 2253,
                                                  "loc": {
                                                    "start": {
                                                      "line": 60,
                                                      "column": 73
                                                    },
                                                    "end": {
                                                      "line": 60,
                                                      "column": 74
                                                    }
                                                  },
                                                  "name": "$"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2254,
                                                  "end": 2259,
                                                  "loc": {
                                                    "start": {
                                                      "line": 60,
                                                      "column": 75
                                                    },
                                                    "end": {
                                                      "line": 60,
                                                      "column": 80
                                                    }
                                                  },
                                                  "name": "merge"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "ArrayExpression",
                                                  "start": 2260,
                                                  "end": 2268,
                                                  "loc": {
                                                    "start": {
                                                      "line": 60,
                                                      "column": 81
                                                    },
                                                    "end": {
                                                      "line": 60,
                                                      "column": 89
                                                    }
                                                  },
                                                  "elements": [
                                                    {
                                                      "type": "Literal",
                                                      "start": 2261,
                                                      "end": 2267,
                                                      "loc": {
                                                        "start": {
                                                          "line": 60,
                                                          "column": 82
                                                        },
                                                        "end": {
                                                          "line": 60,
                                                          "column": 88
                                                        }
                                                      },
                                                      "value": "Send",
                                                      "rawValue": "Send",
                                                      "raw": "\"Send\""
                                                    }
                                                  ]
                                                },
                                                {
                                                  "type": "CallExpression",
                                                  "start": 2270,
                                                  "end": 2292,
                                                  "loc": {
                                                    "start": {
                                                      "line": 60,
                                                      "column": 91
                                                    },
                                                    "end": {
                                                      "line": 60,
                                                      "column": 113
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 2270,
                                                    "end": 2281,
                                                    "loc": {
                                                      "start": {
                                                        "line": 60,
                                                        "column": 91
                                                      },
                                                      "end": {
                                                        "line": 60,
                                                        "column": 102
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2270,
                                                      "end": 2271,
                                                      "loc": {
                                                        "start": {
                                                          "line": 60,
                                                          "column": 91
                                                        },
                                                        "end": {
                                                          "line": 60,
                                                          "column": 92
                                                        }
                                                      },
                                                      "name": "$"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2272,
                                                      "end": 2281,
                                                      "loc": {
                                                        "start": {
                                                          "line": 60,
                                                          "column": 93
                                                        },
                                                        "end": {
                                                          "line": 60,
                                                          "column": 102
                                                        }
                                                      },
                                                      "name": "makeArray"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "start": 2282,
                                                      "end": 2291,
                                                      "loc": {
                                                        "start": {
                                                          "line": 60,
                                                          "column": 103
                                                        },
                                                        "end": {
                                                          "line": 60,
                                                          "column": 112
                                                        }
                                                      },
                                                      "name": "arguments"
                                                    }
                                                  ]
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      }
                                    ]
                                  }
                                },
                                "kind": "init"
                              }
                            ]
                          }
                        }
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 2332,
                        "end": 2347,
                        "loc": {
                          "start": {
                            "line": 63,
                            "column": 8
                          },
                          "end": {
                            "line": 63,
                            "column": 23
                          }
                        },
                        "argument": {
                          "type": "Identifier",
                          "start": 2339,
                          "end": 2346,
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 15
                            },
                            "end": {
                              "line": 63,
                              "column": 22
                            }
                          },
                          "name": "proxies"
                        }
                      }
                    ]
                  }
                }
              }
            },
            {
              "type": "ExpressionStatement",
              "start": 2363,
              "end": 2431,
              "loc": {
                "start": {
                  "line": 66,
                  "column": 4
                },
                "end": {
                  "line": 66,
                  "column": 72
                }
              },
              "expression": {
                "type": "AssignmentExpression",
                "start": 2363,
                "end": 2430,
                "loc": {
                  "start": {
                    "line": 66,
                    "column": 4
                  },
                  "end": {
                    "line": 66,
                    "column": 71
                  }
                },
                "operator": "=",
                "left": {
                  "type": "MemberExpression",
                  "start": 2363,
                  "end": 2373,
                  "loc": {
                    "start": {
                      "line": 66,
                      "column": 4
                    },
                    "end": {
                      "line": 66,
                      "column": 14
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 2363,
                    "end": 2368,
                    "loc": {
                      "start": {
                        "line": 66,
                        "column": 4
                      },
                      "end": {
                        "line": 66,
                        "column": 9
                      }
                    },
                    "name": "scope"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 2369,
                    "end": 2373,
                    "loc": {
                      "start": {
                        "line": 66,
                        "column": 10
                      },
                      "end": {
                        "line": 66,
                        "column": 14
                      }
                    },
                    "name": "_hub"
                  },
                  "computed": false
                },
                "right": {
                  "type": "CallExpression",
                  "start": 2376,
                  "end": 2430,
                  "loc": {
                    "start": {
                      "line": 66,
                      "column": 17
                    },
                    "end": {
                      "line": 66,
                      "column": 71
                    }
                  },
                  "callee": {
                    "type": "MemberExpression",
                    "start": 2376,
                    "end": 2391,
                    "loc": {
                      "start": {
                        "line": 66,
                        "column": 17
                      },
                      "end": {
                        "line": 66,
                        "column": 32
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 2376,
                      "end": 2377,
                      "loc": {
                        "start": {
                          "line": 66,
                          "column": 17
                        },
                        "end": {
                          "line": 66,
                          "column": 18
                        }
                      },
                      "name": "$"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 2378,
                      "end": 2391,
                      "loc": {
                        "start": {
                          "line": 66,
                          "column": 19
                        },
                        "end": {
                          "line": 66,
                          "column": 32
                        }
                      },
                      "name": "hubConnection"
                    },
                    "computed": false
                  },
                  "arguments": [
                    {
                      "type": "Literal",
                      "start": 2392,
                      "end": 2402,
                      "loc": {
                        "start": {
                          "line": 66,
                          "column": 33
                        },
                        "end": {
                          "line": 66,
                          "column": 43
                        }
                      },
                      "value": "/signalr",
                      "rawValue": "/signalr",
                      "raw": "\"/signalr\""
                    },
                    {
                      "type": "ObjectExpression",
                      "start": 2404,
                      "end": 2429,
                      "loc": {
                        "start": {
                          "line": 66,
                          "column": 45
                        },
                        "end": {
                          "line": 66,
                          "column": 70
                        }
                      },
                      "properties": [
                        {
                          "type": "Property",
                          "start": 2406,
                          "end": 2427,
                          "loc": {
                            "start": {
                              "line": 66,
                              "column": 47
                            },
                            "end": {
                              "line": 66,
                              "column": 68
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 2406,
                            "end": 2420,
                            "loc": {
                              "start": {
                                "line": 66,
                                "column": 47
                              },
                              "end": {
                                "line": 66,
                                "column": 61
                              }
                            },
                            "name": "useDefaultPath"
                          },
                          "value": {
                            "type": "Literal",
                            "start": 2422,
                            "end": 2427,
                            "loc": {
                              "start": {
                                "line": 66,
                                "column": 63
                              },
                              "end": {
                                "line": 66,
                                "column": 68
                              }
                            },
                            "value": false,
                            "rawValue": false,
                            "raw": "false"
                          },
                          "kind": "init"
                        }
                      ]
                    }
                  ]
                }
              }
            },
            {
              "type": "ExpressionStatement",
              "start": 2437,
              "end": 2482,
              "loc": {
                "start": {
                  "line": 67,
                  "column": 4
                },
                "end": {
                  "line": 67,
                  "column": 49
                }
              },
              "expression": {
                "type": "AssignmentExpression",
                "start": 2437,
                "end": 2481,
                "loc": {
                  "start": {
                    "line": 67,
                    "column": 4
                  },
                  "end": {
                    "line": 67,
                    "column": 48
                  }
                },
                "operator": "=",
                "left": {
                  "type": "MemberExpression",
                  "start": 2437,
                  "end": 2449,
                  "loc": {
                    "start": {
                      "line": 67,
                      "column": 4
                    },
                    "end": {
                      "line": 67,
                      "column": 16
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 2437,
                    "end": 2442,
                    "loc": {
                      "start": {
                        "line": 67,
                        "column": 4
                      },
                      "end": {
                        "line": 67,
                        "column": 9
                      }
                    },
                    "name": "scope"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 2443,
                    "end": 2449,
                    "loc": {
                      "start": {
                        "line": 67,
                        "column": 10
                      },
                      "end": {
                        "line": 67,
                        "column": 16
                      }
                    },
                    "name": "_proxy"
                  },
                  "computed": false
                },
                "right": {
                  "type": "CallExpression",
                  "start": 2452,
                  "end": 2481,
                  "loc": {
                    "start": {
                      "line": 67,
                      "column": 19
                    },
                    "end": {
                      "line": 67,
                      "column": 48
                    }
                  },
                  "callee": {
                    "type": "MemberExpression",
                    "start": 2452,
                    "end": 2479,
                    "loc": {
                      "start": {
                        "line": 67,
                        "column": 19
                      },
                      "end": {
                        "line": 67,
                        "column": 46
                      }
                    },
                    "object": {
                      "type": "MemberExpression",
                      "start": 2452,
                      "end": 2462,
                      "loc": {
                        "start": {
                          "line": 67,
                          "column": 19
                        },
                        "end": {
                          "line": 67,
                          "column": 29
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 2452,
                        "end": 2457,
                        "loc": {
                          "start": {
                            "line": 67,
                            "column": 19
                          },
                          "end": {
                            "line": 67,
                            "column": 24
                          }
                        },
                        "name": "scope"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 2458,
                        "end": 2462,
                        "loc": {
                          "start": {
                            "line": 67,
                            "column": 25
                          },
                          "end": {
                            "line": 67,
                            "column": 29
                          }
                        },
                        "name": "_hub"
                      },
                      "computed": false
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 2463,
                      "end": 2479,
                      "loc": {
                        "start": {
                          "line": 67,
                          "column": 30
                        },
                        "end": {
                          "line": 67,
                          "column": 46
                        }
                      },
                      "name": "createHubProxies"
                    },
                    "computed": false
                  },
                  "arguments": []
                }
              }
            }
          ]
        },
        "leadingComments": [],
        "trailingComments": []
      }
    }
  ]
}