{
  "type": "Program",
  "body": [
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "local": {
            "type": "Identifier",
            "name": "CloudlinkApiError",
            "range": [
              7,
              24
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 24
              }
            }
          },
          "range": [
            7,
            24
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 24
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "./CloudlinkApiError",
        "raw": "'./CloudlinkApiError'",
        "range": [
          30,
          51
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 30
          },
          "end": {
            "line": 1,
            "column": 51
          }
        }
      },
      "range": [
        0,
        52
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 52
        }
      }
    },
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "local": {
            "type": "Identifier",
            "name": "Promise",
            "range": [
              60,
              67
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 14
              }
            }
          },
          "range": [
            60,
            67
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 7
            },
            "end": {
              "line": 2,
              "column": 14
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "promise",
        "raw": "'promise'",
        "range": [
          73,
          82
        ],
        "loc": {
          "start": {
            "line": 2,
            "column": 20
          },
          "end": {
            "line": 2,
            "column": 29
          }
        }
      },
      "range": [
        53,
        83
      ],
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 30
        }
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * CloudlinkHttp class\n ",
          "range": [
            85,
            115
          ],
          "loc": {
            "start": {
              "line": 4,
              "column": 0
            },
            "end": {
              "line": 6,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "ExportDefaultDeclaration",
      "declaration": {
        "type": "ClassDeclaration",
        "id": {
          "type": "Identifier",
          "name": "CloudlinkHttp",
          "range": [
            137,
            150
          ],
          "loc": {
            "start": {
              "line": 7,
              "column": 21
            },
            "end": {
              "line": 7,
              "column": 34
            }
          }
        },
        "superClass": null,
        "body": {
          "type": "ClassBody",
          "body": [
            {
              "type": "MethodDefinition",
              "key": {
                "type": "Identifier",
                "name": "request",
                "range": [
                  402,
                  409
                ],
                "loc": {
                  "start": {
                    "line": 16,
                    "column": 11
                  },
                  "end": {
                    "line": 16,
                    "column": 18
                  }
                }
              },
              "value": {
                "type": "FunctionExpression",
                "id": null,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "config",
                    "range": [
                      410,
                      416
                    ],
                    "loc": {
                      "start": {
                        "line": 16,
                        "column": 19
                      },
                      "end": {
                        "line": 16,
                        "column": 25
                      }
                    }
                  },
                  {
                    "type": "Identifier",
                    "name": "method",
                    "range": [
                      418,
                      424
                    ],
                    "loc": {
                      "start": {
                        "line": 16,
                        "column": 27
                      },
                      "end": {
                        "line": 16,
                        "column": 33
                      }
                    }
                  },
                  {
                    "type": "Identifier",
                    "name": "params",
                    "range": [
                      426,
                      432
                    ],
                    "loc": {
                      "start": {
                        "line": 16,
                        "column": 35
                      },
                      "end": {
                        "line": 16,
                        "column": 41
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "id": {
                            "type": "Identifier",
                            "name": "http",
                            "range": [
                              448,
                              452
                            ],
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 12
                              },
                              "end": {
                                "line": 17,
                                "column": 16
                              }
                            }
                          },
                          "init": {
                            "type": "Literal",
                            "value": null,
                            "raw": "null",
                            "range": [
                              455,
                              459
                            ],
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 19
                              },
                              "end": {
                                "line": 17,
                                "column": 23
                              }
                            }
                          },
                          "range": [
                            448,
                            459
                          ],
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 12
                            },
                            "end": {
                              "line": 17,
                              "column": 23
                            }
                          }
                        }
                      ],
                      "kind": "let",
                      "range": [
                        444,
                        460
                      ],
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 8
                        },
                        "end": {
                          "line": 17,
                          "column": 24
                        }
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "id": {
                            "type": "Identifier",
                            "name": "postData",
                            "range": [
                              473,
                              481
                            ],
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 12
                              },
                              "end": {
                                "line": 18,
                                "column": 20
                              }
                            }
                          },
                          "init": {
                            "type": "LogicalExpression",
                            "operator": "||",
                            "left": {
                              "type": "Identifier",
                              "name": "params",
                              "range": [
                                484,
                                490
                              ],
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 23
                                },
                                "end": {
                                  "line": 18,
                                  "column": 29
                                }
                              }
                            },
                            "right": {
                              "type": "ObjectExpression",
                              "properties": [],
                              "range": [
                                494,
                                496
                              ],
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 33
                                },
                                "end": {
                                  "line": 18,
                                  "column": 35
                                }
                              }
                            },
                            "range": [
                              484,
                              496
                            ],
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 23
                              },
                              "end": {
                                "line": 18,
                                "column": 35
                              }
                            }
                          },
                          "range": [
                            473,
                            496
                          ],
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 12
                            },
                            "end": {
                              "line": 18,
                              "column": 35
                            }
                          }
                        }
                      ],
                      "kind": "let",
                      "range": [
                        469,
                        497
                      ],
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 8
                        },
                        "end": {
                          "line": 18,
                          "column": 36
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "test": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "config",
                            "range": [
                              510,
                              516
                            ],
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 12
                              },
                              "end": {
                                "line": 19,
                                "column": 18
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "server",
                            "range": [
                              517,
                              523
                            ],
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 19
                              },
                              "end": {
                                "line": 19,
                                "column": 25
                              }
                            }
                          },
                          "range": [
                            510,
                            523
                          ],
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 12
                            },
                            "end": {
                              "line": 19,
                              "column": 25
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "secure",
                          "range": [
                            524,
                            530
                          ],
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 26
                            },
                            "end": {
                              "line": 19,
                              "column": 32
                            }
                          }
                        },
                        "range": [
                          510,
                          530
                        ],
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 12
                          },
                          "end": {
                            "line": 19,
                            "column": 32
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "name": "http",
                                "range": [
                                  546,
                                  550
                                ],
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 16
                                  }
                                }
                              },
                              "right": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "require",
                                  "range": [
                                    553,
                                    560
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 26
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "https",
                                    "raw": "'https'",
                                    "range": [
                                      561,
                                      568
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 34
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  553,
                                  569
                                ],
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 35
                                  }
                                }
                              },
                              "range": [
                                546,
                                569
                              ],
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 12
                                },
                                "end": {
                                  "line": 20,
                                  "column": 35
                                }
                              }
                            },
                            "range": [
                              546,
                              570
                            ],
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 12
                              },
                              "end": {
                                "line": 20,
                                "column": 36
                              }
                            }
                          }
                        ],
                        "range": [
                          532,
                          580
                        ],
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 34
                          },
                          "end": {
                            "line": 21,
                            "column": 9
                          }
                        }
                      },
                      "alternate": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "name": "http",
                                "range": [
                                  600,
                                  604
                                ],
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 16
                                  }
                                }
                              },
                              "right": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "require",
                                  "range": [
                                    607,
                                    614
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 26
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "http",
                                    "raw": "'http'",
                                    "range": [
                                      615,
                                      621
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 33
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  607,
                                  622
                                ],
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 34
                                  }
                                }
                              },
                              "range": [
                                600,
                                622
                              ],
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 12
                                },
                                "end": {
                                  "line": 22,
                                  "column": 34
                                }
                              }
                            },
                            "range": [
                              600,
                              623
                            ],
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 12
                              },
                              "end": {
                                "line": 22,
                                "column": 35
                              }
                            }
                          }
                        ],
                        "range": [
                          586,
                          633
                        ],
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 15
                          },
                          "end": {
                            "line": 23,
                            "column": 9
                          }
                        }
                      },
                      "range": [
                        506,
                        633
                      ],
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 8
                        },
                        "end": {
                          "line": 23,
                          "column": 9
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "postData",
                            "range": [
                              642,
                              650
                            ],
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 8
                              },
                              "end": {
                                "line": 24,
                                "column": 16
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "auth",
                            "range": [
                              651,
                              655
                            ],
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 17
                              },
                              "end": {
                                "line": 24,
                                "column": 21
                              }
                            }
                          },
                          "range": [
                            642,
                            655
                          ],
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 8
                            },
                            "end": {
                              "line": 24,
                              "column": 21
                            }
                          }
                        },
                        "right": {
                          "type": "LogicalExpression",
                          "operator": "||",
                          "left": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "config",
                              "range": [
                                658,
                                664
                              ],
                              "loc": {
                                "start": {
                                  "line": 24,
                                  "column": 24
                                },
                                "end": {
                                  "line": 24,
                                  "column": 30
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "auth",
                              "range": [
                                665,
                                669
                              ],
                              "loc": {
                                "start": {
                                  "line": 24,
                                  "column": 31
                                },
                                "end": {
                                  "line": 24,
                                  "column": 35
                                }
                              }
                            },
                            "range": [
                              658,
                              669
                            ],
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 24
                              },
                              "end": {
                                "line": 24,
                                "column": 35
                              }
                            }
                          },
                          "right": {
                            "type": "ObjectExpression",
                            "properties": [],
                            "range": [
                              673,
                              675
                            ],
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 39
                              },
                              "end": {
                                "line": 24,
                                "column": 41
                              }
                            }
                          },
                          "range": [
                            658,
                            675
                          ],
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 24
                            },
                            "end": {
                              "line": 24,
                              "column": 41
                            }
                          }
                        },
                        "range": [
                          642,
                          675
                        ],
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 8
                          },
                          "end": {
                            "line": 24,
                            "column": 41
                          }
                        }
                      },
                      "range": [
                        642,
                        676
                      ],
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 8
                        },
                        "end": {
                          "line": 24,
                          "column": 42
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "name": "postData",
                          "range": [
                            685,
                            693
                          ],
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 8
                            },
                            "end": {
                              "line": 25,
                              "column": 16
                            }
                          }
                        },
                        "right": {
                          "type": "CallExpression",
                          "callee": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "JSON",
                              "range": [
                                696,
                                700
                              ],
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 19
                                },
                                "end": {
                                  "line": 25,
                                  "column": 23
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "stringify",
                              "range": [
                                701,
                                710
                              ],
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 24
                                },
                                "end": {
                                  "line": 25,
                                  "column": 33
                                }
                              }
                            },
                            "range": [
                              696,
                              710
                            ],
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 19
                              },
                              "end": {
                                "line": 25,
                                "column": 33
                              }
                            }
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "name": "postData",
                              "range": [
                                711,
                                719
                              ],
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 34
                                },
                                "end": {
                                  "line": 25,
                                  "column": 42
                                }
                              }
                            }
                          ],
                          "range": [
                            696,
                            720
                          ],
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 19
                            },
                            "end": {
                              "line": 25,
                              "column": 43
                            }
                          }
                        },
                        "range": [
                          685,
                          720
                        ],
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 8
                          },
                          "end": {
                            "line": 25,
                            "column": 43
                          }
                        }
                      },
                      "range": [
                        685,
                        721
                      ],
                      "loc": {
                        "start": {
                          "line": 25,
                          "column": 8
                        },
                        "end": {
                          "line": 25,
                          "column": 44
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "NewExpression",
                        "callee": {
                          "type": "Identifier",
                          "name": "Promise",
                          "range": [
                            741,
                            748
                          ],
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 19
                            },
                            "end": {
                              "line": 26,
                              "column": 26
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "id": null,
                            "params": [
                              {
                                "type": "Identifier",
                                "name": "resolve",
                                "range": [
                                  750,
                                  757
                                ],
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 35
                                  }
                                }
                              },
                              {
                                "type": "Identifier",
                                "name": "reject",
                                "range": [
                                  759,
                                  765
                                ],
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 43
                                  }
                                }
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "body": [
                                {
                                  "type": "VariableDeclaration",
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "id": {
                                        "type": "Identifier",
                                        "name": "request",
                                        "range": [
                                          790,
                                          797
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 25
                                          }
                                        }
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "http",
                                            "range": [
                                              800,
                                              804
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 27,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 27,
                                                "column": 32
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "request",
                                            "range": [
                                              805,
                                              812
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 27,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 27,
                                                "column": 40
                                              }
                                            }
                                          },
                                          "range": [
                                            800,
                                            812
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 27,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 27,
                                              "column": 40
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "ObjectExpression",
                                            "properties": [
                                              {
                                                "type": "Property",
                                                "key": {
                                                  "type": "Identifier",
                                                  "name": "hostname",
                                                  "range": [
                                                    852,
                                                    860
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 29,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 29,
                                                      "column": 28
                                                    }
                                                  }
                                                },
                                                "value": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "config",
                                                      "range": [
                                                        862,
                                                        868
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 29,
                                                          "column": 30
                                                        },
                                                        "end": {
                                                          "line": 29,
                                                          "column": 36
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "server",
                                                      "range": [
                                                        869,
                                                        875
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 29,
                                                          "column": 37
                                                        },
                                                        "end": {
                                                          "line": 29,
                                                          "column": 43
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      862,
                                                      875
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 29,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 29,
                                                        "column": 43
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "host",
                                                    "range": [
                                                      876,
                                                      880
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 29,
                                                        "column": 44
                                                      },
                                                      "end": {
                                                        "line": 29,
                                                        "column": 48
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    862,
                                                    880
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 29,
                                                      "column": 30
                                                    },
                                                    "end": {
                                                      "line": 29,
                                                      "column": 48
                                                    }
                                                  }
                                                },
                                                "kind": "init",
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "range": [
                                                  852,
                                                  880
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 29,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 29,
                                                    "column": 48
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Property",
                                                "key": {
                                                  "type": "Identifier",
                                                  "name": "port",
                                                  "range": [
                                                    902,
                                                    906
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 30,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 30,
                                                      "column": 24
                                                    }
                                                  }
                                                },
                                                "value": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "config",
                                                      "range": [
                                                        908,
                                                        914
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 30,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 30,
                                                          "column": 32
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "server",
                                                      "range": [
                                                        915,
                                                        921
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 30,
                                                          "column": 33
                                                        },
                                                        "end": {
                                                          "line": 30,
                                                          "column": 39
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      908,
                                                      921
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 30,
                                                        "column": 26
                                                      },
                                                      "end": {
                                                        "line": 30,
                                                        "column": 39
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "port",
                                                    "range": [
                                                      922,
                                                      926
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 30,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 30,
                                                        "column": 44
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    908,
                                                    926
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 30,
                                                      "column": 26
                                                    },
                                                    "end": {
                                                      "line": 30,
                                                      "column": 44
                                                    }
                                                  }
                                                },
                                                "kind": "init",
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "range": [
                                                  902,
                                                  926
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 30,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 30,
                                                    "column": 44
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Property",
                                                "key": {
                                                  "type": "Identifier",
                                                  "name": "path",
                                                  "range": [
                                                    948,
                                                    952
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 31,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 31,
                                                      "column": 24
                                                    }
                                                  }
                                                },
                                                "value": {
                                                  "type": "TemplateLiteral",
                                                  "quasis": [
                                                    {
                                                      "type": "TemplateElement",
                                                      "value": {
                                                        "raw": "/",
                                                        "cooked": "/"
                                                      },
                                                      "tail": false,
                                                      "range": [
                                                        954,
                                                        958
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 31,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 31,
                                                          "column": 30
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "TemplateElement",
                                                      "value": {
                                                        "raw": "/",
                                                        "cooked": "/"
                                                      },
                                                      "tail": false,
                                                      "range": [
                                                        970,
                                                        974
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 31,
                                                          "column": 42
                                                        },
                                                        "end": {
                                                          "line": 31,
                                                          "column": 46
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "TemplateElement",
                                                      "value": {
                                                        "raw": "",
                                                        "cooked": ""
                                                      },
                                                      "tail": true,
                                                      "range": [
                                                        980,
                                                        982
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 31,
                                                          "column": 52
                                                        },
                                                        "end": {
                                                          "line": 31,
                                                          "column": 54
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "expressions": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "config",
                                                        "range": [
                                                          958,
                                                          964
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 31,
                                                            "column": 30
                                                          },
                                                          "end": {
                                                            "line": 31,
                                                            "column": 36
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "cloud",
                                                        "range": [
                                                          965,
                                                          970
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 31,
                                                            "column": 37
                                                          },
                                                          "end": {
                                                            "line": 31,
                                                            "column": 42
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        958,
                                                        970
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 31,
                                                          "column": 30
                                                        },
                                                        "end": {
                                                          "line": 31,
                                                          "column": 42
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "Identifier",
                                                      "name": "method",
                                                      "range": [
                                                        974,
                                                        980
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 31,
                                                          "column": 46
                                                        },
                                                        "end": {
                                                          "line": 31,
                                                          "column": 52
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    954,
                                                    982
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 31,
                                                      "column": 26
                                                    },
                                                    "end": {
                                                      "line": 31,
                                                      "column": 54
                                                    }
                                                  }
                                                },
                                                "kind": "init",
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "range": [
                                                  948,
                                                  982
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 31,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 31,
                                                    "column": 54
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Property",
                                                "key": {
                                                  "type": "Identifier",
                                                  "name": "method",
                                                  "range": [
                                                    1004,
                                                    1010
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 32,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 32,
                                                      "column": 26
                                                    }
                                                  }
                                                },
                                                "value": {
                                                  "type": "Literal",
                                                  "value": "POST",
                                                  "raw": "'POST'",
                                                  "range": [
                                                    1012,
                                                    1018
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 32,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 32,
                                                      "column": 34
                                                    }
                                                  }
                                                },
                                                "kind": "init",
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "range": [
                                                  1004,
                                                  1018
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 32,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 32,
                                                    "column": 34
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Property",
                                                "key": {
                                                  "type": "Identifier",
                                                  "name": "headers",
                                                  "range": [
                                                    1040,
                                                    1047
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 33,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 33,
                                                      "column": 27
                                                    }
                                                  }
                                                },
                                                "value": {
                                                  "type": "ObjectExpression",
                                                  "properties": [
                                                    {
                                                      "type": "Property",
                                                      "key": {
                                                        "type": "Literal",
                                                        "value": "Content-Type",
                                                        "raw": "'Content-Type'",
                                                        "range": [
                                                          1075,
                                                          1089
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 34,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 34,
                                                            "column": 38
                                                          }
                                                        }
                                                      },
                                                      "value": {
                                                        "type": "Literal",
                                                        "value": "application/json",
                                                        "raw": "'application/json'",
                                                        "range": [
                                                          1091,
                                                          1109
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 34,
                                                            "column": 40
                                                          },
                                                          "end": {
                                                            "line": 34,
                                                            "column": 58
                                                          }
                                                        }
                                                      },
                                                      "kind": "init",
                                                      "method": false,
                                                      "shorthand": false,
                                                      "computed": false,
                                                      "range": [
                                                        1075,
                                                        1109
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 34,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 34,
                                                          "column": 58
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "Property",
                                                      "key": {
                                                        "type": "Literal",
                                                        "value": "Content-Length",
                                                        "raw": "'Content-Length'",
                                                        "range": [
                                                          1135,
                                                          1151
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 35,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 35,
                                                            "column": 40
                                                          }
                                                        }
                                                      },
                                                      "value": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "Identifier",
                                                          "name": "postData",
                                                          "range": [
                                                            1153,
                                                            1161
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 35,
                                                              "column": 42
                                                            },
                                                            "end": {
                                                              "line": 35,
                                                              "column": 50
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "length",
                                                          "range": [
                                                            1162,
                                                            1168
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 35,
                                                              "column": 51
                                                            },
                                                            "end": {
                                                              "line": 35,
                                                              "column": 57
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          1153,
                                                          1168
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 35,
                                                            "column": 42
                                                          },
                                                          "end": {
                                                            "line": 35,
                                                            "column": 57
                                                          }
                                                        }
                                                      },
                                                      "kind": "init",
                                                      "method": false,
                                                      "shorthand": false,
                                                      "computed": false,
                                                      "range": [
                                                        1135,
                                                        1168
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 35,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 35,
                                                          "column": 57
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    1049,
                                                    1190
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 33,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 36,
                                                      "column": 21
                                                    }
                                                  }
                                                },
                                                "kind": "init",
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "range": [
                                                  1040,
                                                  1190
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 33,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 36,
                                                    "column": 21
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              830,
                                              1208
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 28,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 37,
                                                "column": 17
                                              }
                                            }
                                          },
                                          {
                                            "type": "ArrowFunctionExpression",
                                            "id": null,
                                            "params": [
                                              {
                                                "type": "Identifier",
                                                "name": "response",
                                                "range": [
                                                  1437,
                                                  1445
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 46,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 46,
                                                    "column": 25
                                                  }
                                                }
                                              }
                                            ],
                                            "body": {
                                              "type": "BlockStatement",
                                              "body": [
                                                {
                                                  "type": "VariableDeclaration",
                                                  "declarations": [
                                                    {
                                                      "type": "VariableDeclarator",
                                                      "id": {
                                                        "type": "Identifier",
                                                        "name": "data",
                                                        "range": [
                                                          1476,
                                                          1480
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 47,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 47,
                                                            "column": 28
                                                          }
                                                        }
                                                      },
                                                      "init": {
                                                        "type": "Literal",
                                                        "value": "",
                                                        "raw": "''",
                                                        "range": [
                                                          1483,
                                                          1485
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 47,
                                                            "column": 31
                                                          },
                                                          "end": {
                                                            "line": 47,
                                                            "column": 33
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        1476,
                                                        1485
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 47,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 47,
                                                          "column": 33
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "kind": "let",
                                                  "range": [
                                                    1472,
                                                    1486
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 47,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 47,
                                                      "column": 34
                                                    }
                                                  }
                                                },
                                                {
                                                  "type": "ExpressionStatement",
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "response",
                                                        "range": [
                                                          1507,
                                                          1515
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 48,
                                                            "column": 20
                                                          },
                                                          "end": {
                                                            "line": 48,
                                                            "column": 28
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "setEncoding",
                                                        "range": [
                                                          1516,
                                                          1527
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 48,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 48,
                                                            "column": 40
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        1507,
                                                        1527
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 48,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 48,
                                                          "column": 40
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Literal",
                                                        "value": "utf8",
                                                        "raw": "'utf8'",
                                                        "range": [
                                                          1528,
                                                          1534
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 48,
                                                            "column": 41
                                                          },
                                                          "end": {
                                                            "line": 48,
                                                            "column": 47
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      1507,
                                                      1535
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 48,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 48,
                                                        "column": 48
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1507,
                                                    1536
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 48,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 48,
                                                      "column": 49
                                                    }
                                                  }
                                                },
                                                {
                                                  "type": "ExpressionStatement",
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "response",
                                                        "range": [
                                                          1557,
                                                          1565
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 49,
                                                            "column": 20
                                                          },
                                                          "end": {
                                                            "line": 49,
                                                            "column": 28
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "on",
                                                        "range": [
                                                          1566,
                                                          1568
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 49,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 49,
                                                            "column": 31
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        1557,
                                                        1568
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 49,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 49,
                                                          "column": 31
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Literal",
                                                        "value": "data",
                                                        "raw": "'data'",
                                                        "range": [
                                                          1569,
                                                          1575
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 49,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 49,
                                                            "column": 38
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "ArrowFunctionExpression",
                                                        "id": null,
                                                        "params": [
                                                          {
                                                            "type": "Identifier",
                                                            "name": "chunk",
                                                            "range": [
                                                              1578,
                                                              1583
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 49,
                                                                "column": 41
                                                              },
                                                              "end": {
                                                                "line": 49,
                                                                "column": 46
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "body": {
                                                          "type": "BlockStatement",
                                                          "body": [
                                                            {
                                                              "type": "ExpressionStatement",
                                                              "expression": {
                                                                "type": "AssignmentExpression",
                                                                "operator": "+=",
                                                                "left": {
                                                                  "type": "Identifier",
                                                                  "name": "data",
                                                                  "range": [
                                                                    1614,
                                                                    1618
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 50,
                                                                      "column": 24
                                                                    },
                                                                    "end": {
                                                                      "line": 50,
                                                                      "column": 28
                                                                    }
                                                                  }
                                                                },
                                                                "right": {
                                                                  "type": "Identifier",
                                                                  "name": "chunk",
                                                                  "range": [
                                                                    1622,
                                                                    1627
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 50,
                                                                      "column": 32
                                                                    },
                                                                    "end": {
                                                                      "line": 50,
                                                                      "column": 37
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  1614,
                                                                  1627
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 50,
                                                                    "column": 24
                                                                  },
                                                                  "end": {
                                                                    "line": 50,
                                                                    "column": 37
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                1614,
                                                                1628
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 50,
                                                                  "column": 24
                                                                },
                                                                "end": {
                                                                  "line": 50,
                                                                  "column": 38
                                                                }
                                                              }
                                                            }
                                                          ],
                                                          "range": [
                                                            1588,
                                                            1650
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 49,
                                                              "column": 51
                                                            },
                                                            "end": {
                                                              "line": 51,
                                                              "column": 21
                                                            }
                                                          }
                                                        },
                                                        "generator": false,
                                                        "expression": false,
                                                        "range": [
                                                          1577,
                                                          1650
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 49,
                                                            "column": 40
                                                          },
                                                          "end": {
                                                            "line": 51,
                                                            "column": 21
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      1557,
                                                      1651
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 49,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 51,
                                                        "column": 22
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1557,
                                                    1652
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 49,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 51,
                                                      "column": 23
                                                    }
                                                  }
                                                },
                                                {
                                                  "type": "ExpressionStatement",
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "response",
                                                        "range": [
                                                          1673,
                                                          1681
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 52,
                                                            "column": 20
                                                          },
                                                          "end": {
                                                            "line": 52,
                                                            "column": 28
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "on",
                                                        "range": [
                                                          1682,
                                                          1684
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 52,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 52,
                                                            "column": 31
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        1673,
                                                        1684
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 52,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 52,
                                                          "column": 31
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Literal",
                                                        "value": "end",
                                                        "raw": "'end'",
                                                        "range": [
                                                          1685,
                                                          1690
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 52,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 52,
                                                            "column": 37
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "ArrowFunctionExpression",
                                                        "id": null,
                                                        "params": [],
                                                        "body": {
                                                          "type": "BlockStatement",
                                                          "body": [
                                                            {
                                                              "type": "ExpressionStatement",
                                                              "expression": {
                                                                "type": "AssignmentExpression",
                                                                "operator": "=",
                                                                "left": {
                                                                  "type": "Identifier",
                                                                  "name": "data",
                                                                  "range": [
                                                                    1724,
                                                                    1728
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 53,
                                                                      "column": 24
                                                                    },
                                                                    "end": {
                                                                      "line": 53,
                                                                      "column": 28
                                                                    }
                                                                  }
                                                                },
                                                                "right": {
                                                                  "type": "CallExpression",
                                                                  "callee": {
                                                                    "type": "MemberExpression",
                                                                    "computed": false,
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "name": "JSON",
                                                                      "range": [
                                                                        1731,
                                                                        1735
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 53,
                                                                          "column": 31
                                                                        },
                                                                        "end": {
                                                                          "line": 53,
                                                                          "column": 35
                                                                        }
                                                                      }
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "name": "parse",
                                                                      "range": [
                                                                        1736,
                                                                        1741
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 53,
                                                                          "column": 36
                                                                        },
                                                                        "end": {
                                                                          "line": 53,
                                                                          "column": 41
                                                                        }
                                                                      }
                                                                    },
                                                                    "range": [
                                                                      1731,
                                                                      1741
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 53,
                                                                        "column": 31
                                                                      },
                                                                      "end": {
                                                                        "line": 53,
                                                                        "column": 41
                                                                      }
                                                                    }
                                                                  },
                                                                  "arguments": [
                                                                    {
                                                                      "type": "Identifier",
                                                                      "name": "data",
                                                                      "range": [
                                                                        1742,
                                                                        1746
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 53,
                                                                          "column": 42
                                                                        },
                                                                        "end": {
                                                                          "line": 53,
                                                                          "column": 46
                                                                        }
                                                                      }
                                                                    }
                                                                  ],
                                                                  "range": [
                                                                    1731,
                                                                    1747
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 53,
                                                                      "column": 31
                                                                    },
                                                                    "end": {
                                                                      "line": 53,
                                                                      "column": 47
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  1724,
                                                                  1747
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 53,
                                                                    "column": 24
                                                                  },
                                                                  "end": {
                                                                    "line": 53,
                                                                    "column": 47
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                1724,
                                                                1748
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 53,
                                                                  "column": 24
                                                                },
                                                                "end": {
                                                                  "line": 53,
                                                                  "column": 48
                                                                }
                                                              }
                                                            },
                                                            {
                                                              "type": "IfStatement",
                                                              "test": {
                                                                "type": "MemberExpression",
                                                                "computed": false,
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "name": "data",
                                                                  "range": [
                                                                    1777,
                                                                    1781
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 54,
                                                                      "column": 28
                                                                    },
                                                                    "end": {
                                                                      "line": 54,
                                                                      "column": 32
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "name": "status",
                                                                  "range": [
                                                                    1782,
                                                                    1788
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 54,
                                                                      "column": 33
                                                                    },
                                                                    "end": {
                                                                      "line": 54,
                                                                      "column": 39
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  1777,
                                                                  1788
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 54,
                                                                    "column": 28
                                                                  },
                                                                  "end": {
                                                                    "line": 54,
                                                                    "column": 39
                                                                  }
                                                                }
                                                              },
                                                              "consequent": {
                                                                "type": "BlockStatement",
                                                                "body": [
                                                                  {
                                                                    "type": "ExpressionStatement",
                                                                    "expression": {
                                                                      "type": "CallExpression",
                                                                      "callee": {
                                                                        "type": "Identifier",
                                                                        "name": "resolve",
                                                                        "range": [
                                                                          1820,
                                                                          1827
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 55,
                                                                            "column": 28
                                                                          },
                                                                          "end": {
                                                                            "line": 55,
                                                                            "column": 35
                                                                          }
                                                                        }
                                                                      },
                                                                      "arguments": [
                                                                        {
                                                                          "type": "MemberExpression",
                                                                          "computed": false,
                                                                          "object": {
                                                                            "type": "Identifier",
                                                                            "name": "data",
                                                                            "range": [
                                                                              1861,
                                                                              1865
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 56,
                                                                                "column": 32
                                                                              },
                                                                              "end": {
                                                                                "line": 56,
                                                                                "column": 36
                                                                              }
                                                                            }
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "name": "data",
                                                                            "range": [
                                                                              1866,
                                                                              1870
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 56,
                                                                                "column": 37
                                                                              },
                                                                              "end": {
                                                                                "line": 56,
                                                                                "column": 41
                                                                              }
                                                                            }
                                                                          },
                                                                          "range": [
                                                                            1861,
                                                                            1870
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 56,
                                                                              "column": 32
                                                                            },
                                                                            "end": {
                                                                              "line": 56,
                                                                              "column": 41
                                                                            }
                                                                          }
                                                                        }
                                                                      ],
                                                                      "range": [
                                                                        1820,
                                                                        1900
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 55,
                                                                          "column": 28
                                                                        },
                                                                        "end": {
                                                                          "line": 57,
                                                                          "column": 29
                                                                        }
                                                                      }
                                                                    },
                                                                    "range": [
                                                                      1820,
                                                                      1901
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 55,
                                                                        "column": 28
                                                                      },
                                                                      "end": {
                                                                        "line": 57,
                                                                        "column": 30
                                                                      }
                                                                    }
                                                                  }
                                                                ],
                                                                "range": [
                                                                  1790,
                                                                  1927
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 54,
                                                                    "column": 41
                                                                  },
                                                                  "end": {
                                                                    "line": 58,
                                                                    "column": 25
                                                                  }
                                                                }
                                                              },
                                                              "alternate": {
                                                                "type": "BlockStatement",
                                                                "body": [
                                                                  {
                                                                    "type": "ExpressionStatement",
                                                                    "expression": {
                                                                      "type": "CallExpression",
                                                                      "callee": {
                                                                        "type": "Identifier",
                                                                        "name": "reject",
                                                                        "range": [
                                                                          1963,
                                                                          1969
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 59,
                                                                            "column": 28
                                                                          },
                                                                          "end": {
                                                                            "line": 59,
                                                                            "column": 34
                                                                          }
                                                                        }
                                                                      },
                                                                      "arguments": [
                                                                        {
                                                                          "type": "NewExpression",
                                                                          "callee": {
                                                                            "type": "Identifier",
                                                                            "name": "CloudlinkApiError",
                                                                            "range": [
                                                                              2007,
                                                                              2024
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 60,
                                                                                "column": 36
                                                                              },
                                                                              "end": {
                                                                                "line": 60,
                                                                                "column": 53
                                                                              }
                                                                            }
                                                                          },
                                                                          "arguments": [
                                                                            {
                                                                              "type": "LogicalExpression",
                                                                              "operator": "||",
                                                                              "left": {
                                                                                "type": "MemberExpression",
                                                                                "computed": false,
                                                                                "object": {
                                                                                  "type": "Identifier",
                                                                                  "name": "data",
                                                                                  "range": [
                                                                                    2062,
                                                                                    2066
                                                                                  ],
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 61,
                                                                                      "column": 36
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 61,
                                                                                      "column": 40
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "name": "error",
                                                                                  "range": [
                                                                                    2067,
                                                                                    2072
                                                                                  ],
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 61,
                                                                                      "column": 41
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 61,
                                                                                      "column": 46
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "range": [
                                                                                  2062,
                                                                                  2072
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 61,
                                                                                    "column": 36
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 61,
                                                                                    "column": 46
                                                                                  }
                                                                                }
                                                                              },
                                                                              "right": {
                                                                                "type": "Literal",
                                                                                "value": "Unknown error",
                                                                                "raw": "'Unknown error'",
                                                                                "range": [
                                                                                  2076,
                                                                                  2091
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 61,
                                                                                    "column": 50
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 61,
                                                                                    "column": 65
                                                                                  }
                                                                                }
                                                                              },
                                                                              "range": [
                                                                                2062,
                                                                                2091
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 61,
                                                                                  "column": 36
                                                                                },
                                                                                "end": {
                                                                                  "line": 61,
                                                                                  "column": 65
                                                                                }
                                                                              }
                                                                            }
                                                                          ],
                                                                          "range": [
                                                                            2003,
                                                                            2125
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 60,
                                                                              "column": 32
                                                                            },
                                                                            "end": {
                                                                              "line": 62,
                                                                              "column": 33
                                                                            }
                                                                          }
                                                                        }
                                                                      ],
                                                                      "range": [
                                                                        1963,
                                                                        2155
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 59,
                                                                          "column": 28
                                                                        },
                                                                        "end": {
                                                                          "line": 63,
                                                                          "column": 29
                                                                        }
                                                                      }
                                                                    },
                                                                    "range": [
                                                                      1963,
                                                                      2156
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 59,
                                                                        "column": 28
                                                                      },
                                                                      "end": {
                                                                        "line": 63,
                                                                        "column": 30
                                                                      }
                                                                    }
                                                                  }
                                                                ],
                                                                "range": [
                                                                  1933,
                                                                  2182
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 58,
                                                                    "column": 31
                                                                  },
                                                                  "end": {
                                                                    "line": 64,
                                                                    "column": 25
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                1773,
                                                                2182
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 54,
                                                                  "column": 24
                                                                },
                                                                "end": {
                                                                  "line": 64,
                                                                  "column": 25
                                                                }
                                                              }
                                                            }
                                                          ],
                                                          "range": [
                                                            1698,
                                                            2204
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 52,
                                                              "column": 45
                                                            },
                                                            "end": {
                                                              "line": 65,
                                                              "column": 21
                                                            }
                                                          }
                                                        },
                                                        "generator": false,
                                                        "expression": false,
                                                        "range": [
                                                          1692,
                                                          2204
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 52,
                                                            "column": 39
                                                          },
                                                          "end": {
                                                            "line": 65,
                                                            "column": 21
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      1673,
                                                      2205
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 52,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 65,
                                                        "column": 22
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1673,
                                                    2206
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 52,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 65,
                                                      "column": 23
                                                    }
                                                  }
                                                }
                                              ],
                                              "range": [
                                                1450,
                                                2224
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 46,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 66,
                                                  "column": 17
                                                }
                                              }
                                            },
                                            "generator": false,
                                            "expression": false,
                                            "range": [
                                              1436,
                                              2224
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 46,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 66,
                                                "column": 17
                                              }
                                            },
                                            "leadingComments": [
                                              {
                                                "type": "Block",
                                                "value": "*\n                 * Handle response\n                 * @param {{\n                 *  setEncoding:function,\n                 *  on:function\n                 * }} response\n                 ",
                                                "range": [
                                                  1227,
                                                  1419
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 45,
                                                    "column": 19
                                                  }
                                                }
                                              }
                                            ]
                                          }
                                        ],
                                        "range": [
                                          800,
                                          2238
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 67,
                                            "column": 13
                                          }
                                        }
                                      },
                                      "range": [
                                        790,
                                        2238
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 67,
                                          "column": 13
                                        }
                                      }
                                    }
                                  ],
                                  "kind": "const",
                                  "range": [
                                    784,
                                    2239
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 67,
                                      "column": 14
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "expression": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "request",
                                        "range": [
                                          2252,
                                          2259
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 68,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 68,
                                            "column": 19
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "on",
                                        "range": [
                                          2260,
                                          2262
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 68,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 68,
                                            "column": 22
                                          }
                                        }
                                      },
                                      "range": [
                                        2252,
                                        2262
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 68,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 68,
                                          "column": 22
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "error",
                                        "raw": "'error'",
                                        "range": [
                                          2263,
                                          2270
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 68,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 68,
                                            "column": 30
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "reject",
                                        "range": [
                                          2272,
                                          2278
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 68,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 68,
                                            "column": 38
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2252,
                                      2279
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 68,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 68,
                                        "column": 39
                                      }
                                    }
                                  },
                                  "range": [
                                    2252,
                                    2280
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 40
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "expression": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "request",
                                        "range": [
                                          2293,
                                          2300
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 69,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 69,
                                            "column": 19
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "write",
                                        "range": [
                                          2301,
                                          2306
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 69,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 69,
                                            "column": 25
                                          }
                                        }
                                      },
                                      "range": [
                                        2293,
                                        2306
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 69,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 69,
                                          "column": 25
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "postData",
                                        "range": [
                                          2307,
                                          2315
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 69,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 69,
                                            "column": 34
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2293,
                                      2316
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 69,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 69,
                                        "column": 35
                                      }
                                    }
                                  },
                                  "range": [
                                    2293,
                                    2317
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 69,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 69,
                                      "column": 36
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "expression": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "request",
                                        "range": [
                                          2330,
                                          2337
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 70,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 70,
                                            "column": 19
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "end",
                                        "range": [
                                          2338,
                                          2341
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 70,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 70,
                                            "column": 23
                                          }
                                        }
                                      },
                                      "range": [
                                        2330,
                                        2341
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 70,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 70,
                                          "column": 23
                                        }
                                      }
                                    },
                                    "arguments": [],
                                    "range": [
                                      2330,
                                      2343
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 70,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 70,
                                        "column": 25
                                      }
                                    }
                                  },
                                  "range": [
                                    2330,
                                    2344
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 70,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 70,
                                      "column": 26
                                    }
                                  }
                                }
                              ],
                              "range": [
                                770,
                                2354
                              ],
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 48
                                },
                                "end": {
                                  "line": 71,
                                  "column": 9
                                }
                              }
                            },
                            "generator": false,
                            "expression": false,
                            "range": [
                              749,
                              2354
                            ],
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 27
                              },
                              "end": {
                                "line": 71,
                                "column": 9
                              }
                            }
                          }
                        ],
                        "range": [
                          737,
                          2355
                        ],
                        "loc": {
                          "start": {
                            "line": 26,
                            "column": 15
                          },
                          "end": {
                            "line": 71,
                            "column": 10
                          }
                        }
                      },
                      "range": [
                        730,
                        2356
                      ],
                      "loc": {
                        "start": {
                          "line": 26,
                          "column": 8
                        },
                        "end": {
                          "line": 71,
                          "column": 11
                        }
                      }
                    }
                  ],
                  "range": [
                    434,
                    2362
                  ],
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 43
                    },
                    "end": {
                      "line": 72,
                      "column": 5
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  409,
                  2362
                ],
                "loc": {
                  "start": {
                    "line": 16,
                    "column": 18
                  },
                  "end": {
                    "line": 72,
                    "column": 5
                  }
                }
              },
              "kind": "method",
              "computed": false,
              "range": [
                395,
                2362
              ],
              "loc": {
                "start": {
                  "line": 16,
                  "column": 4
                },
                "end": {
                  "line": 72,
                  "column": 5
                }
              },
              "leadingComments": [
                {
                  "type": "Block",
                  "value": "*\n     * Make an http request to the service\n     * @param {{}} config Cloudlink configuration object\n     * @param {string} method Method name to call\n     * @param {{}} params Request parameters\n     * @returns {Promise}\n     ",
                  "range": [
                    158,
                    390
                  ],
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 4
                    },
                    "end": {
                      "line": 15,
                      "column": 7
                    }
                  }
                }
              ],
              "static": true
            }
          ],
          "range": [
            151,
            2365
          ],
          "loc": {
            "start": {
              "line": 7,
              "column": 35
            },
            "end": {
              "line": 74,
              "column": 1
            }
          }
        },
        "range": [
          131,
          2365
        ],
        "loc": {
          "start": {
            "line": 7,
            "column": 15
          },
          "end": {
            "line": 74,
            "column": 1
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * CloudlinkHttp class\n ",
            "range": [
              85,
              115
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 0
              },
              "end": {
                "line": 6,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": []
      },
      "range": [
        116,
        2365
      ],
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 74,
          "column": 1
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * CloudlinkHttp class\n ",
          "range": [
            85,
            115
          ],
          "loc": {
            "start": {
              "line": 4,
              "column": 0
            },
            "end": {
              "line": 6,
              "column": 3
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    2365
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 74,
      "column": 1
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "*\n * CloudlinkHttp class\n ",
      "range": [
        85,
        115
      ],
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 3
        }
      }
    },
    {
      "type": "Block",
      "value": "*\n     * Make an http request to the service\n     * @param {{}} config Cloudlink configuration object\n     * @param {string} method Method name to call\n     * @param {{}} params Request parameters\n     * @returns {Promise}\n     ",
      "range": [
        158,
        390
      ],
      "loc": {
        "start": {
          "line": 9,
          "column": 4
        },
        "end": {
          "line": 15,
          "column": 7
        }
      }
    },
    {
      "type": "Block",
      "value": "*\n                 * Handle response\n                 * @param {{\n                 *  setEncoding:function,\n                 *  on:function\n                 * }} response\n                 ",
      "range": [
        1227,
        1419
      ],
      "loc": {
        "start": {
          "line": 39,
          "column": 16
        },
        "end": {
          "line": 45,
          "column": 19
        }
      }
    }
  ]
}