{
  "type": "File",
  "start": 0,
  "end": 4874,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 150,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 4874,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 150,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "VariableDeclaration",
        "start": 14,
        "end": 49,
        "loc": {
          "start": {
            "line": 2,
            "column": 0
          },
          "end": {
            "line": 2,
            "column": 35
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 20,
            "end": 48,
            "loc": {
              "start": {
                "line": 2,
                "column": 6
              },
              "end": {
                "line": 2,
                "column": 34
              }
            },
            "id": {
              "type": "Identifier",
              "start": 20,
              "end": 27,
              "loc": {
                "start": {
                  "line": 2,
                  "column": 6
                },
                "end": {
                  "line": 2,
                  "column": 13
                },
                "identifierName": "express"
              },
              "name": "express"
            },
            "init": {
              "type": "CallExpression",
              "start": 30,
              "end": 48,
              "loc": {
                "start": {
                  "line": 2,
                  "column": 16
                },
                "end": {
                  "line": 2,
                  "column": 34
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 30,
                "end": 37,
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 16
                  },
                  "end": {
                    "line": 2,
                    "column": 23
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 38,
                  "end": 47,
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 24
                    },
                    "end": {
                      "line": 2,
                      "column": 33
                    }
                  },
                  "extra": {
                    "rawValue": "express",
                    "raw": "'express'"
                  },
                  "value": "express"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 50,
        "end": 79,
        "loc": {
          "start": {
            "line": 3,
            "column": 0
          },
          "end": {
            "line": 3,
            "column": 29
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 56,
            "end": 78,
            "loc": {
              "start": {
                "line": 3,
                "column": 6
              },
              "end": {
                "line": 3,
                "column": 28
              }
            },
            "id": {
              "type": "Identifier",
              "start": 56,
              "end": 60,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 6
                },
                "end": {
                  "line": 3,
                  "column": 10
                },
                "identifierName": "http"
              },
              "name": "http"
            },
            "init": {
              "type": "CallExpression",
              "start": 63,
              "end": 78,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 13
                },
                "end": {
                  "line": 3,
                  "column": 28
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 63,
                "end": 70,
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 13
                  },
                  "end": {
                    "line": 3,
                    "column": 20
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 71,
                  "end": 77,
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 21
                    },
                    "end": {
                      "line": 3,
                      "column": 27
                    }
                  },
                  "extra": {
                    "rawValue": "http",
                    "raw": "'http'"
                  },
                  "value": "http"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 80,
        "end": 109,
        "loc": {
          "start": {
            "line": 4,
            "column": 0
          },
          "end": {
            "line": 4,
            "column": 29
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 86,
            "end": 108,
            "loc": {
              "start": {
                "line": 4,
                "column": 6
              },
              "end": {
                "line": 4,
                "column": 28
              }
            },
            "id": {
              "type": "Identifier",
              "start": 86,
              "end": 90,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 6
                },
                "end": {
                  "line": 4,
                  "column": 10
                },
                "identifierName": "glob"
              },
              "name": "glob"
            },
            "init": {
              "type": "CallExpression",
              "start": 93,
              "end": 108,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 13
                },
                "end": {
                  "line": 4,
                  "column": 28
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 93,
                "end": 100,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 13
                  },
                  "end": {
                    "line": 4,
                    "column": 20
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 101,
                  "end": 107,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 21
                    },
                    "end": {
                      "line": 4,
                      "column": 27
                    }
                  },
                  "extra": {
                    "rawValue": "glob",
                    "raw": "'glob'"
                  },
                  "value": "glob"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 110,
        "end": 137,
        "loc": {
          "start": {
            "line": 5,
            "column": 0
          },
          "end": {
            "line": 5,
            "column": 27
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 116,
            "end": 136,
            "loc": {
              "start": {
                "line": 5,
                "column": 6
              },
              "end": {
                "line": 5,
                "column": 26
              }
            },
            "id": {
              "type": "Identifier",
              "start": 116,
              "end": 119,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 6
                },
                "end": {
                  "line": 5,
                  "column": 9
                },
                "identifierName": "opn"
              },
              "name": "opn"
            },
            "init": {
              "type": "CallExpression",
              "start": 122,
              "end": 136,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 12
                },
                "end": {
                  "line": 5,
                  "column": 26
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 122,
                "end": 129,
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 12
                  },
                  "end": {
                    "line": 5,
                    "column": 19
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 130,
                  "end": 135,
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 20
                    },
                    "end": {
                      "line": 5,
                      "column": 25
                    }
                  },
                  "extra": {
                    "rawValue": "opn",
                    "raw": "'opn'"
                  },
                  "value": "opn"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 139,
        "end": 161,
        "loc": {
          "start": {
            "line": 7,
            "column": 0
          },
          "end": {
            "line": 7,
            "column": 22
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 145,
            "end": 160,
            "loc": {
              "start": {
                "line": 7,
                "column": 6
              },
              "end": {
                "line": 7,
                "column": 21
              }
            },
            "id": {
              "type": "Identifier",
              "start": 145,
              "end": 148,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 6
                },
                "end": {
                  "line": 7,
                  "column": 9
                },
                "identifierName": "app"
              },
              "name": "app"
            },
            "init": {
              "type": "CallExpression",
              "start": 151,
              "end": 160,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 12
                },
                "end": {
                  "line": 7,
                  "column": 21
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 151,
                "end": 158,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 12
                  },
                  "end": {
                    "line": 7,
                    "column": 19
                  },
                  "identifierName": "express"
                },
                "name": "express"
              },
              "arguments": []
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 162,
        "end": 200,
        "loc": {
          "start": {
            "line": 8,
            "column": 0
          },
          "end": {
            "line": 8,
            "column": 38
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 168,
            "end": 199,
            "loc": {
              "start": {
                "line": 8,
                "column": 6
              },
              "end": {
                "line": 8,
                "column": 37
              }
            },
            "id": {
              "type": "Identifier",
              "start": 168,
              "end": 174,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 6
                },
                "end": {
                  "line": 8,
                  "column": 12
                },
                "identifierName": "server"
              },
              "name": "server"
            },
            "init": {
              "type": "CallExpression",
              "start": 177,
              "end": 199,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 15
                },
                "end": {
                  "line": 8,
                  "column": 37
                }
              },
              "callee": {
                "type": "MemberExpression",
                "start": 177,
                "end": 194,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 15
                  },
                  "end": {
                    "line": 8,
                    "column": 32
                  }
                },
                "object": {
                  "type": "Identifier",
                  "start": 177,
                  "end": 181,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 15
                    },
                    "end": {
                      "line": 8,
                      "column": 19
                    },
                    "identifierName": "http"
                  },
                  "name": "http"
                },
                "property": {
                  "type": "Identifier",
                  "start": 182,
                  "end": 194,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 20
                    },
                    "end": {
                      "line": 8,
                      "column": 32
                    },
                    "identifierName": "createServer"
                  },
                  "name": "createServer"
                },
                "computed": false
              },
              "arguments": [
                {
                  "type": "Identifier",
                  "start": 195,
                  "end": 198,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 33
                    },
                    "end": {
                      "line": 8,
                      "column": 36
                    },
                    "identifierName": "app"
                  },
                  "name": "app"
                }
              ]
            }
          }
        ],
        "kind": "const",
        "trailingComments": [
          {
            "type": "CommentLine",
            "value": " TODO: find better way to reload",
            "start": 201,
            "end": 235,
            "loc": {
              "start": {
                "line": 9,
                "column": 0
              },
              "end": {
                "line": 9,
                "column": 34
              }
            }
          },
          {
            "type": "CommentLine",
            "value": " const reload = require('reload');",
            "start": 236,
            "end": 272,
            "loc": {
              "start": {
                "line": 10,
                "column": 0
              },
              "end": {
                "line": 10,
                "column": 36
              }
            }
          },
          {
            "type": "CommentLine",
            "value": " const reloadServer = reload(server, app);",
            "start": 273,
            "end": 317,
            "loc": {
              "start": {
                "line": 11,
                "column": 0
              },
              "end": {
                "line": 11,
                "column": 44
              }
            }
          }
        ]
      },
      {
        "type": "VariableDeclaration",
        "start": 318,
        "end": 358,
        "loc": {
          "start": {
            "line": 12,
            "column": 0
          },
          "end": {
            "line": 12,
            "column": 40
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 324,
            "end": 357,
            "loc": {
              "start": {
                "line": 12,
                "column": 6
              },
              "end": {
                "line": 12,
                "column": 39
              }
            },
            "id": {
              "type": "Identifier",
              "start": 324,
              "end": 330,
              "loc": {
                "start": {
                  "line": 12,
                  "column": 6
                },
                "end": {
                  "line": 12,
                  "column": 12
                },
                "identifierName": "logger"
              },
              "name": "logger",
              "leadingComments": null
            },
            "init": {
              "type": "CallExpression",
              "start": 333,
              "end": 357,
              "loc": {
                "start": {
                  "line": 12,
                  "column": 15
                },
                "end": {
                  "line": 12,
                  "column": 39
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 333,
                "end": 340,
                "loc": {
                  "start": {
                    "line": 12,
                    "column": 15
                  },
                  "end": {
                    "line": 12,
                    "column": 22
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 341,
                  "end": 356,
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 23
                    },
                    "end": {
                      "line": 12,
                      "column": 38
                    }
                  },
                  "extra": {
                    "rawValue": "backed-logger",
                    "raw": "'backed-logger'"
                  },
                  "value": "backed-logger"
                }
              ]
            },
            "leadingComments": null
          }
        ],
        "kind": "const",
        "leadingComments": [
          {
            "type": "CommentLine",
            "value": " TODO: find better way to reload",
            "start": 201,
            "end": 235,
            "loc": {
              "start": {
                "line": 9,
                "column": 0
              },
              "end": {
                "line": 9,
                "column": 34
              }
            }
          },
          {
            "type": "CommentLine",
            "value": " const reload = require('reload');",
            "start": 236,
            "end": 272,
            "loc": {
              "start": {
                "line": 10,
                "column": 0
              },
              "end": {
                "line": 10,
                "column": 36
              }
            }
          },
          {
            "type": "CommentLine",
            "value": " const reloadServer = reload(server, app);",
            "start": 273,
            "end": 317,
            "loc": {
              "start": {
                "line": 11,
                "column": 0
              },
              "end": {
                "line": 11,
                "column": 44
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * glob file path\n * @param {string} string\n ",
            "start": 360,
            "end": 411,
            "loc": {
              "start": {
                "line": 14,
                "column": 0
              },
              "end": {
                "line": 17,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "VariableDeclaration",
        "start": 412,
        "end": 645,
        "loc": {
          "start": {
            "line": 18,
            "column": 0
          },
          "end": {
            "line": 29,
            "column": 2
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 418,
            "end": 644,
            "loc": {
              "start": {
                "line": 18,
                "column": 6
              },
              "end": {
                "line": 29,
                "column": 1
              }
            },
            "id": {
              "type": "Identifier",
              "start": 418,
              "end": 421,
              "loc": {
                "start": {
                  "line": 18,
                  "column": 6
                },
                "end": {
                  "line": 18,
                  "column": 9
                },
                "identifierName": "src"
              },
              "name": "src",
              "leadingComments": null
            },
            "init": {
              "type": "ArrowFunctionExpression",
              "start": 424,
              "end": 644,
              "loc": {
                "start": {
                  "line": 18,
                  "column": 12
                },
                "end": {
                  "line": 29,
                  "column": 1
                }
              },
              "id": {
                "type": "Identifier",
                "start": 418,
                "end": 421,
                "loc": {
                  "start": {
                    "line": 18,
                    "column": 6
                  },
                  "end": {
                    "line": 18,
                    "column": 9
                  },
                  "identifierName": "src"
                },
                "name": "src",
                "leadingComments": null
              },
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 424,
                  "end": 430,
                  "loc": {
                    "start": {
                      "line": 18,
                      "column": 12
                    },
                    "end": {
                      "line": 18,
                      "column": 18
                    },
                    "identifierName": "string"
                  },
                  "name": "string"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 434,
                "end": 644,
                "loc": {
                  "start": {
                    "line": 18,
                    "column": 22
                  },
                  "end": {
                    "line": 29,
                    "column": 1
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 438,
                    "end": 642,
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 2
                      },
                      "end": {
                        "line": 28,
                        "column": 5
                      }
                    },
                    "argument": {
                      "type": "NewExpression",
                      "start": 445,
                      "end": 641,
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 9
                        },
                        "end": {
                          "line": 28,
                          "column": 4
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 449,
                        "end": 456,
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 13
                          },
                          "end": {
                            "line": 19,
                            "column": 20
                          },
                          "identifierName": "Promise"
                        },
                        "name": "Promise"
                      },
                      "arguments": [
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 457,
                          "end": 640,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 21
                            },
                            "end": {
                              "line": 28,
                              "column": 3
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 458,
                              "end": 465,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 22
                                },
                                "end": {
                                  "line": 19,
                                  "column": 29
                                },
                                "identifierName": "resolve"
                              },
                              "name": "resolve"
                            },
                            {
                              "type": "Identifier",
                              "start": 467,
                              "end": 473,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 31
                                },
                                "end": {
                                  "line": 19,
                                  "column": 37
                                },
                                "identifierName": "reject"
                              },
                              "name": "reject"
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "start": 478,
                            "end": 640,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 42
                              },
                              "end": {
                                "line": 28,
                                "column": 3
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 484,
                                "end": 636,
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 7
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 484,
                                  "end": 635,
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 6
                                    }
                                  },
                                  "callee": {
                                    "type": "Identifier",
                                    "start": 484,
                                    "end": 488,
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 8
                                      },
                                      "identifierName": "glob"
                                    },
                                    "name": "glob"
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 489,
                                      "end": 495,
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 9
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 15
                                        },
                                        "identifierName": "string"
                                      },
                                      "name": "string"
                                    },
                                    {
                                      "type": "ArrowFunctionExpression",
                                      "start": 497,
                                      "end": 634,
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 5
                                        }
                                      },
                                      "id": null,
                                      "generator": false,
                                      "expression": false,
                                      "async": false,
                                      "params": [
                                        {
                                          "type": "Identifier",
                                          "start": 498,
                                          "end": 503,
                                          "loc": {
                                            "start": {
                                              "line": 20,
                                              "column": 18
                                            },
                                            "end": {
                                              "line": 20,
                                              "column": 23
                                            },
                                            "identifierName": "error"
                                          },
                                          "name": "error"
                                        },
                                        {
                                          "type": "Identifier",
                                          "start": 505,
                                          "end": 510,
                                          "loc": {
                                            "start": {
                                              "line": 20,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 20,
                                              "column": 30
                                            },
                                            "identifierName": "files"
                                          },
                                          "name": "files"
                                        }
                                      ],
                                      "body": {
                                        "type": "BlockStatement",
                                        "start": 515,
                                        "end": 634,
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 5
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "IfStatement",
                                            "start": 523,
                                            "end": 566,
                                            "loc": {
                                              "start": {
                                                "line": 21,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 23,
                                                "column": 7
                                              }
                                            },
                                            "test": {
                                              "type": "Identifier",
                                              "start": 527,
                                              "end": 532,
                                              "loc": {
                                                "start": {
                                                  "line": 21,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 21,
                                                  "column": 15
                                                },
                                                "identifierName": "error"
                                              },
                                              "name": "error"
                                            },
                                            "consequent": {
                                              "type": "BlockStatement",
                                              "start": 534,
                                              "end": 566,
                                              "loc": {
                                                "start": {
                                                  "line": 21,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 23,
                                                  "column": 7
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 544,
                                                  "end": 558,
                                                  "loc": {
                                                    "start": {
                                                      "line": 22,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 22,
                                                      "column": 22
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "start": 544,
                                                    "end": 557,
                                                    "loc": {
                                                      "start": {
                                                        "line": 22,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 22,
                                                        "column": 21
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "Identifier",
                                                      "start": 544,
                                                      "end": 550,
                                                      "loc": {
                                                        "start": {
                                                          "line": 22,
                                                          "column": 8
                                                        },
                                                        "end": {
                                                          "line": 22,
                                                          "column": 14
                                                        },
                                                        "identifierName": "reject"
                                                      },
                                                      "name": "reject"
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "start": 551,
                                                        "end": 556,
                                                        "loc": {
                                                          "start": {
                                                            "line": 22,
                                                            "column": 15
                                                          },
                                                          "end": {
                                                            "line": 22,
                                                            "column": 20
                                                          },
                                                          "identifierName": "error"
                                                        },
                                                        "name": "error"
                                                      }
                                                    ]
                                                  }
                                                }
                                              ],
                                              "directives": []
                                            },
                                            "alternate": null
                                          },
                                          {
                                            "type": "IfStatement",
                                            "start": 573,
                                            "end": 628,
                                            "loc": {
                                              "start": {
                                                "line": 24,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 26,
                                                "column": 7
                                              }
                                            },
                                            "test": {
                                              "type": "BinaryExpression",
                                              "start": 577,
                                              "end": 593,
                                              "loc": {
                                                "start": {
                                                  "line": 24,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 24,
                                                  "column": 26
                                                }
                                              },
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 577,
                                                "end": 589,
                                                "loc": {
                                                  "start": {
                                                    "line": 24,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 24,
                                                    "column": 22
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 577,
                                                  "end": 582,
                                                  "loc": {
                                                    "start": {
                                                      "line": 24,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 24,
                                                      "column": 15
                                                    },
                                                    "identifierName": "files"
                                                  },
                                                  "name": "files"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 583,
                                                  "end": 589,
                                                  "loc": {
                                                    "start": {
                                                      "line": 24,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 24,
                                                      "column": 22
                                                    },
                                                    "identifierName": "length"
                                                  },
                                                  "name": "length"
                                                },
                                                "computed": false
                                              },
                                              "operator": ">",
                                              "right": {
                                                "type": "NumericLiteral",
                                                "start": 592,
                                                "end": 593,
                                                "loc": {
                                                  "start": {
                                                    "line": 24,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 24,
                                                    "column": 26
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": 0,
                                                  "raw": "0"
                                                },
                                                "value": 0
                                              }
                                            },
                                            "consequent": {
                                              "type": "BlockStatement",
                                              "start": 595,
                                              "end": 628,
                                              "loc": {
                                                "start": {
                                                  "line": 24,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 26,
                                                  "column": 7
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 605,
                                                  "end": 620,
                                                  "loc": {
                                                    "start": {
                                                      "line": 25,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 25,
                                                      "column": 23
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "start": 605,
                                                    "end": 619,
                                                    "loc": {
                                                      "start": {
                                                        "line": 25,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 25,
                                                        "column": 22
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "Identifier",
                                                      "start": 605,
                                                      "end": 612,
                                                      "loc": {
                                                        "start": {
                                                          "line": 25,
                                                          "column": 8
                                                        },
                                                        "end": {
                                                          "line": 25,
                                                          "column": 15
                                                        },
                                                        "identifierName": "resolve"
                                                      },
                                                      "name": "resolve"
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "start": 613,
                                                        "end": 618,
                                                        "loc": {
                                                          "start": {
                                                            "line": 25,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 25,
                                                            "column": 21
                                                          },
                                                          "identifierName": "files"
                                                        },
                                                        "name": "files"
                                                      }
                                                    ]
                                                  }
                                                }
                                              ],
                                              "directives": []
                                            },
                                            "alternate": null
                                          }
                                        ],
                                        "directives": []
                                      }
                                    }
                                  ]
                                }
                              }
                            ],
                            "directives": []
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            "leadingComments": null
          }
        ],
        "kind": "const",
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * glob file path\n * @param {string} string\n ",
            "start": 360,
            "end": 411,
            "loc": {
              "start": {
                "line": 14,
                "column": 0
              },
              "end": {
                "line": 17,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "Identifier",
        "start": 647,
        "end": 4844,
        "loc": {
          "start": {
            "line": 31,
            "column": 0
          },
          "end": {
            "line": 148,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 653,
          "end": 659,
          "loc": {
            "start": {
              "line": 31,
              "column": 6
            },
            "end": {
              "line": 31,
              "column": 12
            },
            "identifierName": "Server"
          },
          "name": "Server"
        },
        "superClass": null,
        "body": {
          "type": "ClassBody",
          "start": 660,
          "end": 4844,
          "loc": {
            "start": {
              "line": 31,
              "column": 13
            },
            "end": {
              "line": 148,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ClassMethod",
              "start": 1282,
              "end": 3415,
              "loc": {
                "start": {
                  "line": 43,
                  "column": 2
                },
                "end": {
                  "line": 104,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1282,
                "end": 1287,
                "loc": {
                  "start": {
                    "line": 43,
                    "column": 2
                  },
                  "end": {
                    "line": 43,
                    "column": 7
                  },
                  "identifierName": "serve"
                },
                "name": "serve",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "AssignmentPattern",
                  "start": 1288,
                  "end": 1494,
                  "loc": {
                    "start": {
                      "line": 43,
                      "column": 8
                    },
                    "end": {
                      "line": 51,
                      "column": 16
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 1288,
                    "end": 1294,
                    "loc": {
                      "start": {
                        "line": 43,
                        "column": 8
                      },
                      "end": {
                        "line": 43,
                        "column": 14
                      },
                      "identifierName": "config"
                    },
                    "name": "config"
                  },
                  "right": {
                    "type": "ObjectExpression",
                    "start": 1297,
                    "end": 1494,
                    "loc": {
                      "start": {
                        "line": 43,
                        "column": 17
                      },
                      "end": {
                        "line": 51,
                        "column": 16
                      }
                    },
                    "properties": [
                      {
                        "type": "ObjectProperty",
                        "start": 1303,
                        "end": 1313,
                        "loc": {
                          "start": {
                            "line": 44,
                            "column": 4
                          },
                          "end": {
                            "line": 44,
                            "column": 14
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 1303,
                          "end": 1308,
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 4
                            },
                            "end": {
                              "line": 44,
                              "column": 9
                            },
                            "identifierName": "entry"
                          },
                          "name": "entry"
                        },
                        "value": {
                          "type": "StringLiteral",
                          "start": 1310,
                          "end": 1313,
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 11
                            },
                            "end": {
                              "line": 44,
                              "column": 14
                            }
                          },
                          "extra": {
                            "rawValue": "/",
                            "raw": "'/'"
                          },
                          "value": "/"
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 1319,
                        "end": 1331,
                        "loc": {
                          "start": {
                            "line": 45,
                            "column": 4
                          },
                          "end": {
                            "line": 45,
                            "column": 16
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 1319,
                          "end": 1323,
                          "loc": {
                            "start": {
                              "line": 45,
                              "column": 4
                            },
                            "end": {
                              "line": 45,
                              "column": 8
                            },
                            "identifierName": "demo"
                          },
                          "name": "demo"
                        },
                        "value": {
                          "type": "StringLiteral",
                          "start": 1325,
                          "end": 1331,
                          "loc": {
                            "start": {
                              "line": 45,
                              "column": 10
                            },
                            "end": {
                              "line": 45,
                              "column": 16
                            }
                          },
                          "extra": {
                            "rawValue": "demo",
                            "raw": "'demo'"
                          },
                          "value": "demo"
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 1337,
                        "end": 1349,
                        "loc": {
                          "start": {
                            "line": 46,
                            "column": 4
                          },
                          "end": {
                            "line": 46,
                            "column": 16
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 1337,
                          "end": 1341,
                          "loc": {
                            "start": {
                              "line": 46,
                              "column": 4
                            },
                            "end": {
                              "line": 46,
                              "column": 8
                            },
                            "identifierName": "docs"
                          },
                          "name": "docs"
                        },
                        "value": {
                          "type": "StringLiteral",
                          "start": 1343,
                          "end": 1349,
                          "loc": {
                            "start": {
                              "line": 46,
                              "column": 10
                            },
                            "end": {
                              "line": 46,
                              "column": 16
                            }
                          },
                          "extra": {
                            "rawValue": "docs",
                            "raw": "'docs'"
                          },
                          "value": "docs"
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 1355,
                        "end": 1365,
                        "loc": {
                          "start": {
                            "line": 47,
                            "column": 4
                          },
                          "end": {
                            "line": 47,
                            "column": 14
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 1355,
                          "end": 1359,
                          "loc": {
                            "start": {
                              "line": 47,
                              "column": 4
                            },
                            "end": {
                              "line": 47,
                              "column": 8
                            },
                            "identifierName": "port"
                          },
                          "name": "port"
                        },
                        "value": {
                          "type": "NumericLiteral",
                          "start": 1361,
                          "end": 1365,
                          "loc": {
                            "start": {
                              "line": 47,
                              "column": 10
                            },
                            "end": {
                              "line": 47,
                              "column": 14
                            }
                          },
                          "extra": {
                            "rawValue": 9000,
                            "raw": "9000"
                          },
                          "value": 9000
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 1371,
                        "end": 1404,
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 4
                          },
                          "end": {
                            "line": 48,
                            "column": 37
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 1371,
                          "end": 1374,
                          "loc": {
                            "start": {
                              "line": 48,
                              "column": 4
                            },
                            "end": {
                              "line": 48,
                              "column": 7
                            },
                            "identifierName": "use"
                          },
                          "name": "use"
                        },
                        "value": {
                          "type": "ArrayExpression",
                          "start": 1376,
                          "end": 1404,
                          "loc": {
                            "start": {
                              "line": 48,
                              "column": 9
                            },
                            "end": {
                              "line": 48,
                              "column": 37
                            }
                          },
                          "elements": [
                            {
                              "type": "ObjectExpression",
                              "start": 1377,
                              "end": 1403,
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 10
                                },
                                "end": {
                                  "line": 48,
                                  "column": 36
                                }
                              },
                              "properties": [
                                {
                                  "type": "ObjectProperty",
                                  "start": 1378,
                                  "end": 1388,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 21
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 1378,
                                    "end": 1382,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 15
                                      },
                                      "identifierName": "path"
                                    },
                                    "name": "path"
                                  },
                                  "value": {
                                    "type": "NullLiteral",
                                    "start": 1384,
                                    "end": 1388,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 21
                                      }
                                    }
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 1390,
                                  "end": 1402,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 35
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 1390,
                                    "end": 1396,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 29
                                      },
                                      "identifierName": "static"
                                    },
                                    "name": "static"
                                  },
                                  "value": {
                                    "type": "NullLiteral",
                                    "start": 1398,
                                    "end": 1402,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 35
                                      }
                                    }
                                  }
                                }
                              ]
                            }
                          ]
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 1410,
                        "end": 1439,
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 4
                          },
                          "end": {
                            "line": 49,
                            "column": 33
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 1410,
                          "end": 1419,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 4
                            },
                            "end": {
                              "line": 49,
                              "column": 13
                            },
                            "identifierName": "bowerPath"
                          },
                          "name": "bowerPath"
                        },
                        "value": {
                          "type": "StringLiteral",
                          "start": 1421,
                          "end": 1439,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 15
                            },
                            "end": {
                              "line": 49,
                              "column": 33
                            }
                          },
                          "extra": {
                            "rawValue": "bower_components",
                            "raw": "'bower_components'"
                          },
                          "value": "bower_components"
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 1445,
                        "end": 1476,
                        "loc": {
                          "start": {
                            "line": 50,
                            "column": 4
                          },
                          "end": {
                            "line": 50,
                            "column": 35
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 1445,
                          "end": 1460,
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 4
                            },
                            "end": {
                              "line": 50,
                              "column": 19
                            },
                            "identifierName": "nodeModulesPath"
                          },
                          "name": "nodeModulesPath"
                        },
                        "value": {
                          "type": "StringLiteral",
                          "start": 1462,
                          "end": 1476,
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 21
                            },
                            "end": {
                              "line": 50,
                              "column": 35
                            }
                          },
                          "extra": {
                            "rawValue": "node_modules",
                            "raw": "'node_modules'"
                          },
                          "value": "node_modules"
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 1482,
                        "end": 1493,
                        "loc": {
                          "start": {
                            "line": 51,
                            "column": 4
                          },
                          "end": {
                            "line": 51,
                            "column": 15
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 1482,
                          "end": 1487,
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 4
                            },
                            "end": {
                              "line": 51,
                              "column": 9
                            },
                            "identifierName": "index"
                          },
                          "name": "index"
                        },
                        "value": {
                          "type": "NullLiteral",
                          "start": 1489,
                          "end": 1493,
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 11
                            },
                            "end": {
                              "line": 51,
                              "column": 15
                            }
                          }
                        }
                      }
                    ]
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 1496,
                "end": 3415,
                "loc": {
                  "start": {
                    "line": 51,
                    "column": 18
                  },
                  "end": {
                    "line": 104,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 1502,
                    "end": 3411,
                    "loc": {
                      "start": {
                        "line": 52,
                        "column": 4
                      },
                      "end": {
                        "line": 103,
                        "column": 7
                      }
                    },
                    "argument": {
                      "type": "NewExpression",
                      "start": 1509,
                      "end": 3410,
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 11
                        },
                        "end": {
                          "line": 103,
                          "column": 6
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 1513,
                        "end": 1520,
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 15
                          },
                          "end": {
                            "line": 52,
                            "column": 22
                          },
                          "identifierName": "Promise"
                        },
                        "name": "Promise"
                      },
                      "arguments": [
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 1521,
                          "end": 3409,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 23
                            },
                            "end": {
                              "line": 103,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 1522,
                              "end": 1529,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 24
                                },
                                "end": {
                                  "line": 52,
                                  "column": 31
                                },
                                "identifierName": "resolve"
                              },
                              "name": "resolve"
                            },
                            {
                              "type": "Identifier",
                              "start": 1531,
                              "end": 1537,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 33
                                },
                                "end": {
                                  "line": 52,
                                  "column": 39
                                },
                                "identifierName": "reject"
                              },
                              "name": "reject"
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "start": 1542,
                            "end": 3409,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 44
                              },
                              "end": {
                                "line": 103,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "IfStatement",
                                "start": 1550,
                                "end": 3403,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 102,
                                    "column": 7
                                  }
                                },
                                "test": {
                                  "type": "Identifier",
                                  "start": 1554,
                                  "end": 1560,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 53,
                                      "column": 16
                                    },
                                    "identifierName": "config"
                                  },
                                  "name": "config"
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 1562,
                                  "end": 3212,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 100,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1572,
                                      "end": 1602,
                                      "loc": {
                                        "start": {
                                          "line": 54,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 54,
                                          "column": 38
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 1572,
                                        "end": 1601,
                                        "loc": {
                                          "start": {
                                            "line": 54,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 54,
                                            "column": 37
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 1572,
                                          "end": 1593,
                                          "loc": {
                                            "start": {
                                              "line": 54,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 54,
                                              "column": 29
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 1572,
                                            "end": 1576,
                                            "loc": {
                                              "start": {
                                                "line": 54,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 54,
                                                "column": 12
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1577,
                                            "end": 1593,
                                            "loc": {
                                              "start": {
                                                "line": 54,
                                                "column": 13
                                              },
                                              "end": {
                                                "line": 54,
                                                "column": 29
                                              },
                                              "identifierName": "handleOldOptions"
                                            },
                                            "name": "handleOldOptions"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 1594,
                                            "end": 1600,
                                            "loc": {
                                              "start": {
                                                "line": 54,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 54,
                                                "column": 36
                                              },
                                              "identifierName": "config"
                                            },
                                            "name": "config"
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "IfStatement",
                                      "start": 1611,
                                      "end": 1779,
                                      "loc": {
                                        "start": {
                                          "line": 55,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 59,
                                          "column": 9
                                        }
                                      },
                                      "test": {
                                        "type": "MemberExpression",
                                        "start": 1615,
                                        "end": 1625,
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 22
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 1615,
                                          "end": 1621,
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 55,
                                              "column": 18
                                            },
                                            "identifierName": "config"
                                          },
                                          "name": "config"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1622,
                                          "end": 1625,
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 55,
                                              "column": 22
                                            },
                                            "identifierName": "use"
                                          },
                                          "name": "use"
                                        },
                                        "computed": false
                                      },
                                      "consequent": {
                                        "type": "BlockStatement",
                                        "start": 1627,
                                        "end": 1779,
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 59,
                                            "column": 9
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ForOfStatement",
                                            "start": 1639,
                                            "end": 1769,
                                            "loc": {
                                              "start": {
                                                "line": 56,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 58,
                                                "column": 11
                                              }
                                            },
                                            "left": {
                                              "type": "VariableDeclaration",
                                              "start": 1644,
                                              "end": 1651,
                                              "loc": {
                                                "start": {
                                                  "line": 56,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 56,
                                                  "column": 22
                                                }
                                              },
                                              "declarations": [
                                                {
                                                  "type": "VariableDeclarator",
                                                  "start": 1648,
                                                  "end": 1651,
                                                  "loc": {
                                                    "start": {
                                                      "line": 56,
                                                      "column": 19
                                                    },
                                                    "end": {
                                                      "line": 56,
                                                      "column": 22
                                                    }
                                                  },
                                                  "id": {
                                                    "type": "Identifier",
                                                    "start": 1648,
                                                    "end": 1651,
                                                    "loc": {
                                                      "start": {
                                                        "line": 56,
                                                        "column": 19
                                                      },
                                                      "end": {
                                                        "line": 56,
                                                        "column": 22
                                                      },
                                                      "identifierName": "use"
                                                    },
                                                    "name": "use"
                                                  },
                                                  "init": null
                                                }
                                              ],
                                              "kind": "let"
                                            },
                                            "right": {
                                              "type": "MemberExpression",
                                              "start": 1655,
                                              "end": 1665,
                                              "loc": {
                                                "start": {
                                                  "line": 56,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 56,
                                                  "column": 36
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 1655,
                                                "end": 1661,
                                                "loc": {
                                                  "start": {
                                                    "line": 56,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 56,
                                                    "column": 32
                                                  },
                                                  "identifierName": "config"
                                                },
                                                "name": "config"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1662,
                                                "end": 1665,
                                                "loc": {
                                                  "start": {
                                                    "line": 56,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 56,
                                                    "column": 36
                                                  },
                                                  "identifierName": "use"
                                                },
                                                "name": "use"
                                              },
                                              "computed": false
                                            },
                                            "body": {
                                              "type": "BlockStatement",
                                              "start": 1667,
                                              "end": 1769,
                                              "loc": {
                                                "start": {
                                                  "line": 56,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 58,
                                                  "column": 11
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 1681,
                                                  "end": 1757,
                                                  "loc": {
                                                    "start": {
                                                      "line": 57,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 57,
                                                      "column": 88
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "start": 1681,
                                                    "end": 1756,
                                                    "loc": {
                                                      "start": {
                                                        "line": 57,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 57,
                                                        "column": 87
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 1681,
                                                      "end": 1688,
                                                      "loc": {
                                                        "start": {
                                                          "line": 57,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 57,
                                                          "column": 19
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 1681,
                                                        "end": 1684,
                                                        "loc": {
                                                          "start": {
                                                            "line": 57,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 57,
                                                            "column": 15
                                                          },
                                                          "identifierName": "app"
                                                        },
                                                        "name": "app"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 1685,
                                                        "end": 1688,
                                                        "loc": {
                                                          "start": {
                                                            "line": 57,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 57,
                                                            "column": 19
                                                          },
                                                          "identifierName": "use"
                                                        },
                                                        "name": "use"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "MemberExpression",
                                                        "start": 1689,
                                                        "end": 1697,
                                                        "loc": {
                                                          "start": {
                                                            "line": 57,
                                                            "column": 20
                                                          },
                                                          "end": {
                                                            "line": 57,
                                                            "column": 28
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 1689,
                                                          "end": 1692,
                                                          "loc": {
                                                            "start": {
                                                              "line": 57,
                                                              "column": 20
                                                            },
                                                            "end": {
                                                              "line": 57,
                                                              "column": 23
                                                            },
                                                            "identifierName": "use"
                                                          },
                                                          "name": "use"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 1693,
                                                          "end": 1697,
                                                          "loc": {
                                                            "start": {
                                                              "line": 57,
                                                              "column": 24
                                                            },
                                                            "end": {
                                                              "line": 57,
                                                              "column": 28
                                                            },
                                                            "identifierName": "path"
                                                          },
                                                          "name": "path"
                                                        },
                                                        "computed": false
                                                      },
                                                      {
                                                        "type": "CallExpression",
                                                        "start": 1699,
                                                        "end": 1755,
                                                        "loc": {
                                                          "start": {
                                                            "line": 57,
                                                            "column": 30
                                                          },
                                                          "end": {
                                                            "line": 57,
                                                            "column": 86
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 1699,
                                                          "end": 1713,
                                                          "loc": {
                                                            "start": {
                                                              "line": 57,
                                                              "column": 30
                                                            },
                                                            "end": {
                                                              "line": 57,
                                                              "column": 44
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 1699,
                                                            "end": 1706,
                                                            "loc": {
                                                              "start": {
                                                                "line": 57,
                                                                "column": 30
                                                              },
                                                              "end": {
                                                                "line": 57,
                                                                "column": 37
                                                              },
                                                              "identifierName": "express"
                                                            },
                                                            "name": "express"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 1707,
                                                            "end": 1713,
                                                            "loc": {
                                                              "start": {
                                                                "line": 57,
                                                                "column": 38
                                                              },
                                                              "end": {
                                                                "line": 57,
                                                                "column": 44
                                                              },
                                                              "identifierName": "static"
                                                            },
                                                            "name": "static"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "CallExpression",
                                                            "start": 1714,
                                                            "end": 1754,
                                                            "loc": {
                                                              "start": {
                                                                "line": 57,
                                                                "column": 45
                                                              },
                                                              "end": {
                                                                "line": 57,
                                                                "column": 85
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 1714,
                                                              "end": 1730,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 57,
                                                                  "column": 45
                                                                },
                                                                "end": {
                                                                  "line": 57,
                                                                  "column": 61
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "ThisExpression",
                                                                "start": 1714,
                                                                "end": 1718,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 57,
                                                                    "column": 45
                                                                  },
                                                                  "end": {
                                                                    "line": 57,
                                                                    "column": 49
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 1719,
                                                                "end": 1730,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 57,
                                                                    "column": 50
                                                                  },
                                                                  "end": {
                                                                    "line": 57,
                                                                    "column": 61
                                                                  },
                                                                  "identifierName": "appLocation"
                                                                },
                                                                "name": "appLocation"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "LogicalExpression",
                                                                "start": 1731,
                                                                "end": 1753,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 57,
                                                                    "column": 62
                                                                  },
                                                                  "end": {
                                                                    "line": 57,
                                                                    "column": 84
                                                                  }
                                                                },
                                                                "left": {
                                                                  "type": "MemberExpression",
                                                                  "start": 1731,
                                                                  "end": 1741,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 57,
                                                                      "column": 62
                                                                    },
                                                                    "end": {
                                                                      "line": 57,
                                                                      "column": 72
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 1731,
                                                                    "end": 1734,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 57,
                                                                        "column": 62
                                                                      },
                                                                      "end": {
                                                                        "line": 57,
                                                                        "column": 65
                                                                      },
                                                                      "identifierName": "use"
                                                                    },
                                                                    "name": "use"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 1735,
                                                                    "end": 1741,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 57,
                                                                        "column": 66
                                                                      },
                                                                      "end": {
                                                                        "line": 57,
                                                                        "column": 72
                                                                      },
                                                                      "identifierName": "static"
                                                                    },
                                                                    "name": "static"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "operator": "||",
                                                                "right": {
                                                                  "type": "MemberExpression",
                                                                  "start": 1745,
                                                                  "end": 1753,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 57,
                                                                      "column": 76
                                                                    },
                                                                    "end": {
                                                                      "line": 57,
                                                                      "column": 84
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 1745,
                                                                    "end": 1748,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 57,
                                                                        "column": 76
                                                                      },
                                                                      "end": {
                                                                        "line": 57,
                                                                        "column": 79
                                                                      },
                                                                      "identifierName": "use"
                                                                    },
                                                                    "name": "use"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 1749,
                                                                    "end": 1753,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 57,
                                                                        "column": 80
                                                                      },
                                                                      "end": {
                                                                        "line": 57,
                                                                        "column": 84
                                                                      },
                                                                      "identifierName": "path"
                                                                    },
                                                                    "name": "path"
                                                                  },
                                                                  "computed": false
                                                                }
                                                              }
                                                            ]
                                                          }
                                                        ]
                                                      }
                                                    ]
                                                  }
                                                }
                                              ],
                                              "directives": []
                                            }
                                          }
                                        ],
                                        "directives": []
                                      },
                                      "alternate": null
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1789,
                                      "end": 1861,
                                      "loc": {
                                        "start": {
                                          "line": 61,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 62,
                                          "column": 43
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 1789,
                                        "end": 1860,
                                        "loc": {
                                          "start": {
                                            "line": 61,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 62,
                                            "column": 42
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 1789,
                                          "end": 1796,
                                          "loc": {
                                            "start": {
                                              "line": 61,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 61,
                                              "column": 15
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1789,
                                            "end": 1792,
                                            "loc": {
                                              "start": {
                                                "line": 61,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 61,
                                                "column": 11
                                              },
                                              "identifierName": "app"
                                            },
                                            "name": "app"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1793,
                                            "end": 1796,
                                            "loc": {
                                              "start": {
                                                "line": 61,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 61,
                                                "column": 15
                                              },
                                              "identifierName": "use"
                                            },
                                            "name": "use"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "StringLiteral",
                                            "start": 1797,
                                            "end": 1800,
                                            "loc": {
                                              "start": {
                                                "line": 61,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 61,
                                                "column": 19
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "/",
                                              "raw": "'/'"
                                            },
                                            "value": "/"
                                          },
                                          {
                                            "type": "CallExpression",
                                            "start": 1802,
                                            "end": 1859,
                                            "loc": {
                                              "start": {
                                                "line": 61,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 62,
                                                "column": 41
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 1802,
                                              "end": 1816,
                                              "loc": {
                                                "start": {
                                                  "line": 61,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 61,
                                                  "column": 35
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 1802,
                                                "end": 1809,
                                                "loc": {
                                                  "start": {
                                                    "line": 61,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 61,
                                                    "column": 28
                                                  },
                                                  "identifierName": "express"
                                                },
                                                "name": "express"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1810,
                                                "end": 1816,
                                                "loc": {
                                                  "start": {
                                                    "line": 61,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 61,
                                                    "column": 35
                                                  },
                                                  "identifierName": "static"
                                                },
                                                "name": "static"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "CallExpression",
                                                "start": 1828,
                                                "end": 1858,
                                                "loc": {
                                                  "start": {
                                                    "line": 62,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 62,
                                                    "column": 40
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 1828,
                                                  "end": 1844,
                                                  "loc": {
                                                    "start": {
                                                      "line": 62,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 62,
                                                      "column": 26
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 1828,
                                                    "end": 1832,
                                                    "loc": {
                                                      "start": {
                                                        "line": 62,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 62,
                                                        "column": 14
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 1833,
                                                    "end": 1844,
                                                    "loc": {
                                                      "start": {
                                                        "line": 62,
                                                        "column": 15
                                                      },
                                                      "end": {
                                                        "line": 62,
                                                        "column": 26
                                                      },
                                                      "identifierName": "appLocation"
                                                    },
                                                    "name": "appLocation"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "MemberExpression",
                                                    "start": 1845,
                                                    "end": 1857,
                                                    "loc": {
                                                      "start": {
                                                        "line": 62,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 62,
                                                        "column": 39
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 1845,
                                                      "end": 1851,
                                                      "loc": {
                                                        "start": {
                                                          "line": 62,
                                                          "column": 27
                                                        },
                                                        "end": {
                                                          "line": 62,
                                                          "column": 33
                                                        },
                                                        "identifierName": "config"
                                                      },
                                                      "name": "config"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 1852,
                                                      "end": 1857,
                                                      "loc": {
                                                        "start": {
                                                          "line": 62,
                                                          "column": 34
                                                        },
                                                        "end": {
                                                          "line": 62,
                                                          "column": 39
                                                        },
                                                        "identifierName": "entry"
                                                      },
                                                      "name": "entry"
                                                    },
                                                    "computed": false
                                                  }
                                                ]
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1871,
                                      "end": 1983,
                                      "loc": {
                                        "start": {
                                          "line": 64,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 65,
                                          "column": 67
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 1871,
                                        "end": 1982,
                                        "loc": {
                                          "start": {
                                            "line": 64,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 65,
                                            "column": 66
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 1871,
                                          "end": 1878,
                                          "loc": {
                                            "start": {
                                              "line": 64,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 64,
                                              "column": 15
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1871,
                                            "end": 1874,
                                            "loc": {
                                              "start": {
                                                "line": 64,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 64,
                                                "column": 11
                                              },
                                              "identifierName": "app"
                                            },
                                            "name": "app"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1875,
                                            "end": 1878,
                                            "loc": {
                                              "start": {
                                                "line": 64,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 64,
                                                "column": 15
                                              },
                                              "identifierName": "use"
                                            },
                                            "name": "use"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "StringLiteral",
                                            "start": 1879,
                                            "end": 1898,
                                            "loc": {
                                              "start": {
                                                "line": 64,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 64,
                                                "column": 35
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "/bower_components",
                                              "raw": "'/bower_components'"
                                            },
                                            "value": "/bower_components"
                                          },
                                          {
                                            "type": "CallExpression",
                                            "start": 1900,
                                            "end": 1981,
                                            "loc": {
                                              "start": {
                                                "line": 64,
                                                "column": 37
                                              },
                                              "end": {
                                                "line": 65,
                                                "column": 65
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 1900,
                                              "end": 1914,
                                              "loc": {
                                                "start": {
                                                  "line": 64,
                                                  "column": 37
                                                },
                                                "end": {
                                                  "line": 64,
                                                  "column": 51
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 1900,
                                                "end": 1907,
                                                "loc": {
                                                  "start": {
                                                    "line": 64,
                                                    "column": 37
                                                  },
                                                  "end": {
                                                    "line": 64,
                                                    "column": 44
                                                  },
                                                  "identifierName": "express"
                                                },
                                                "name": "express"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1908,
                                                "end": 1914,
                                                "loc": {
                                                  "start": {
                                                    "line": 64,
                                                    "column": 45
                                                  },
                                                  "end": {
                                                    "line": 64,
                                                    "column": 51
                                                  },
                                                  "identifierName": "static"
                                                },
                                                "name": "static"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "CallExpression",
                                                "start": 1926,
                                                "end": 1980,
                                                "loc": {
                                                  "start": {
                                                    "line": 65,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 65,
                                                    "column": 64
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 1926,
                                                  "end": 1942,
                                                  "loc": {
                                                    "start": {
                                                      "line": 65,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 65,
                                                      "column": 26
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 1926,
                                                    "end": 1930,
                                                    "loc": {
                                                      "start": {
                                                        "line": 65,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 65,
                                                        "column": 14
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 1931,
                                                    "end": 1942,
                                                    "loc": {
                                                      "start": {
                                                        "line": 65,
                                                        "column": 15
                                                      },
                                                      "end": {
                                                        "line": 65,
                                                        "column": 26
                                                      },
                                                      "identifierName": "appLocation"
                                                    },
                                                    "name": "appLocation"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "MemberExpression",
                                                    "start": 1943,
                                                    "end": 1959,
                                                    "loc": {
                                                      "start": {
                                                        "line": 65,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 65,
                                                        "column": 43
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 1943,
                                                      "end": 1949,
                                                      "loc": {
                                                        "start": {
                                                          "line": 65,
                                                          "column": 27
                                                        },
                                                        "end": {
                                                          "line": 65,
                                                          "column": 33
                                                        },
                                                        "identifierName": "config"
                                                      },
                                                      "name": "config"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 1950,
                                                      "end": 1959,
                                                      "loc": {
                                                        "start": {
                                                          "line": 65,
                                                          "column": 34
                                                        },
                                                        "end": {
                                                          "line": 65,
                                                          "column": 43
                                                        },
                                                        "identifierName": "bowerPath"
                                                      },
                                                      "name": "bowerPath"
                                                    },
                                                    "computed": false
                                                  },
                                                  {
                                                    "type": "StringLiteral",
                                                    "start": 1961,
                                                    "end": 1979,
                                                    "loc": {
                                                      "start": {
                                                        "line": 65,
                                                        "column": 45
                                                      },
                                                      "end": {
                                                        "line": 65,
                                                        "column": 63
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": "bower_components",
                                                      "raw": "'bower_components'"
                                                    },
                                                    "value": "bower_components"
                                                  }
                                                ]
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1993,
                                      "end": 2103,
                                      "loc": {
                                        "start": {
                                          "line": 67,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 68,
                                          "column": 69
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 1993,
                                        "end": 2102,
                                        "loc": {
                                          "start": {
                                            "line": 67,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 68,
                                            "column": 68
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 1993,
                                          "end": 2000,
                                          "loc": {
                                            "start": {
                                              "line": 67,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 67,
                                              "column": 15
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1993,
                                            "end": 1996,
                                            "loc": {
                                              "start": {
                                                "line": 67,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 67,
                                                "column": 11
                                              },
                                              "identifierName": "app"
                                            },
                                            "name": "app"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1997,
                                            "end": 2000,
                                            "loc": {
                                              "start": {
                                                "line": 67,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 67,
                                                "column": 15
                                              },
                                              "identifierName": "use"
                                            },
                                            "name": "use"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "StringLiteral",
                                            "start": 2001,
                                            "end": 2016,
                                            "loc": {
                                              "start": {
                                                "line": 67,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 67,
                                                "column": 31
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "/node_modules",
                                              "raw": "'/node_modules'"
                                            },
                                            "value": "/node_modules"
                                          },
                                          {
                                            "type": "CallExpression",
                                            "start": 2018,
                                            "end": 2101,
                                            "loc": {
                                              "start": {
                                                "line": 67,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 68,
                                                "column": 67
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 2018,
                                              "end": 2032,
                                              "loc": {
                                                "start": {
                                                  "line": 67,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 67,
                                                  "column": 47
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 2018,
                                                "end": 2025,
                                                "loc": {
                                                  "start": {
                                                    "line": 67,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 67,
                                                    "column": 40
                                                  },
                                                  "identifierName": "express"
                                                },
                                                "name": "express"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2026,
                                                "end": 2032,
                                                "loc": {
                                                  "start": {
                                                    "line": 67,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 67,
                                                    "column": 47
                                                  },
                                                  "identifierName": "static"
                                                },
                                                "name": "static"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "CallExpression",
                                                "start": 2044,
                                                "end": 2100,
                                                "loc": {
                                                  "start": {
                                                    "line": 68,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 68,
                                                    "column": 66
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 2044,
                                                  "end": 2060,
                                                  "loc": {
                                                    "start": {
                                                      "line": 68,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 68,
                                                      "column": 26
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 2044,
                                                    "end": 2048,
                                                    "loc": {
                                                      "start": {
                                                        "line": 68,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 68,
                                                        "column": 14
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2049,
                                                    "end": 2060,
                                                    "loc": {
                                                      "start": {
                                                        "line": 68,
                                                        "column": 15
                                                      },
                                                      "end": {
                                                        "line": 68,
                                                        "column": 26
                                                      },
                                                      "identifierName": "appLocation"
                                                    },
                                                    "name": "appLocation"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "MemberExpression",
                                                    "start": 2061,
                                                    "end": 2083,
                                                    "loc": {
                                                      "start": {
                                                        "line": 68,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 68,
                                                        "column": 49
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2061,
                                                      "end": 2067,
                                                      "loc": {
                                                        "start": {
                                                          "line": 68,
                                                          "column": 27
                                                        },
                                                        "end": {
                                                          "line": 68,
                                                          "column": 33
                                                        },
                                                        "identifierName": "config"
                                                      },
                                                      "name": "config"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2068,
                                                      "end": 2083,
                                                      "loc": {
                                                        "start": {
                                                          "line": 68,
                                                          "column": 34
                                                        },
                                                        "end": {
                                                          "line": 68,
                                                          "column": 49
                                                        },
                                                        "identifierName": "nodeModulesPath"
                                                      },
                                                      "name": "nodeModulesPath"
                                                    },
                                                    "computed": false
                                                  },
                                                  {
                                                    "type": "StringLiteral",
                                                    "start": 2085,
                                                    "end": 2099,
                                                    "loc": {
                                                      "start": {
                                                        "line": 68,
                                                        "column": 51
                                                      },
                                                      "end": {
                                                        "line": 68,
                                                        "column": 65
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": "node_modules",
                                                      "raw": "'node_modules'"
                                                    },
                                                    "value": "node_modules"
                                                  }
                                                ]
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 2113,
                                      "end": 2228,
                                      "loc": {
                                        "start": {
                                          "line": 70,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 71,
                                          "column": 69
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 2113,
                                        "end": 2227,
                                        "loc": {
                                          "start": {
                                            "line": 70,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 71,
                                            "column": 68
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 2113,
                                          "end": 2120,
                                          "loc": {
                                            "start": {
                                              "line": 70,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 70,
                                              "column": 15
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 2113,
                                            "end": 2116,
                                            "loc": {
                                              "start": {
                                                "line": 70,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 70,
                                                "column": 11
                                              },
                                              "identifierName": "app"
                                            },
                                            "name": "app"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2117,
                                            "end": 2120,
                                            "loc": {
                                              "start": {
                                                "line": 70,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 70,
                                                "column": 15
                                              },
                                              "identifierName": "use"
                                            },
                                            "name": "use"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "StringLiteral",
                                            "start": 2121,
                                            "end": 2141,
                                            "loc": {
                                              "start": {
                                                "line": 70,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 70,
                                                "column": 36
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "/demo/node_modules",
                                              "raw": "'/demo/node_modules'"
                                            },
                                            "value": "/demo/node_modules"
                                          },
                                          {
                                            "type": "CallExpression",
                                            "start": 2143,
                                            "end": 2226,
                                            "loc": {
                                              "start": {
                                                "line": 70,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 71,
                                                "column": 67
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 2143,
                                              "end": 2157,
                                              "loc": {
                                                "start": {
                                                  "line": 70,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 70,
                                                  "column": 52
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 2143,
                                                "end": 2150,
                                                "loc": {
                                                  "start": {
                                                    "line": 70,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 70,
                                                    "column": 45
                                                  },
                                                  "identifierName": "express"
                                                },
                                                "name": "express"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2151,
                                                "end": 2157,
                                                "loc": {
                                                  "start": {
                                                    "line": 70,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 70,
                                                    "column": 52
                                                  },
                                                  "identifierName": "static"
                                                },
                                                "name": "static"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "CallExpression",
                                                "start": 2169,
                                                "end": 2225,
                                                "loc": {
                                                  "start": {
                                                    "line": 71,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 71,
                                                    "column": 66
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 2169,
                                                  "end": 2185,
                                                  "loc": {
                                                    "start": {
                                                      "line": 71,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 71,
                                                      "column": 26
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 2169,
                                                    "end": 2173,
                                                    "loc": {
                                                      "start": {
                                                        "line": 71,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 71,
                                                        "column": 14
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2174,
                                                    "end": 2185,
                                                    "loc": {
                                                      "start": {
                                                        "line": 71,
                                                        "column": 15
                                                      },
                                                      "end": {
                                                        "line": 71,
                                                        "column": 26
                                                      },
                                                      "identifierName": "appLocation"
                                                    },
                                                    "name": "appLocation"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "MemberExpression",
                                                    "start": 2186,
                                                    "end": 2208,
                                                    "loc": {
                                                      "start": {
                                                        "line": 71,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 71,
                                                        "column": 49
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2186,
                                                      "end": 2192,
                                                      "loc": {
                                                        "start": {
                                                          "line": 71,
                                                          "column": 27
                                                        },
                                                        "end": {
                                                          "line": 71,
                                                          "column": 33
                                                        },
                                                        "identifierName": "config"
                                                      },
                                                      "name": "config"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2193,
                                                      "end": 2208,
                                                      "loc": {
                                                        "start": {
                                                          "line": 71,
                                                          "column": 34
                                                        },
                                                        "end": {
                                                          "line": 71,
                                                          "column": 49
                                                        },
                                                        "identifierName": "nodeModulesPath"
                                                      },
                                                      "name": "nodeModulesPath"
                                                    },
                                                    "computed": false
                                                  },
                                                  {
                                                    "type": "StringLiteral",
                                                    "start": 2210,
                                                    "end": 2224,
                                                    "loc": {
                                                      "start": {
                                                        "line": 71,
                                                        "column": 51
                                                      },
                                                      "end": {
                                                        "line": 71,
                                                        "column": 65
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": "node_modules",
                                                      "raw": "'node_modules'"
                                                    },
                                                    "value": "node_modules"
                                                  }
                                                ]
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 2238,
                                      "end": 2321,
                                      "loc": {
                                        "start": {
                                          "line": 73,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 74,
                                          "column": 50
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 2238,
                                        "end": 2320,
                                        "loc": {
                                          "start": {
                                            "line": 73,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 74,
                                            "column": 49
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 2238,
                                          "end": 2245,
                                          "loc": {
                                            "start": {
                                              "line": 73,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 73,
                                              "column": 15
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 2238,
                                            "end": 2241,
                                            "loc": {
                                              "start": {
                                                "line": 73,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 73,
                                                "column": 11
                                              },
                                              "identifierName": "app"
                                            },
                                            "name": "app"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2242,
                                            "end": 2245,
                                            "loc": {
                                              "start": {
                                                "line": 73,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 73,
                                                "column": 15
                                              },
                                              "identifierName": "use"
                                            },
                                            "name": "use"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "StringLiteral",
                                            "start": 2246,
                                            "end": 2253,
                                            "loc": {
                                              "start": {
                                                "line": 73,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 73,
                                                "column": 23
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "/demo",
                                              "raw": "'/demo'"
                                            },
                                            "value": "/demo"
                                          },
                                          {
                                            "type": "CallExpression",
                                            "start": 2255,
                                            "end": 2319,
                                            "loc": {
                                              "start": {
                                                "line": 73,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 74,
                                                "column": 48
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 2255,
                                              "end": 2269,
                                              "loc": {
                                                "start": {
                                                  "line": 73,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 73,
                                                  "column": 39
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 2255,
                                                "end": 2262,
                                                "loc": {
                                                  "start": {
                                                    "line": 73,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 73,
                                                    "column": 32
                                                  },
                                                  "identifierName": "express"
                                                },
                                                "name": "express"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2263,
                                                "end": 2269,
                                                "loc": {
                                                  "start": {
                                                    "line": 73,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 73,
                                                    "column": 39
                                                  },
                                                  "identifierName": "static"
                                                },
                                                "name": "static"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "CallExpression",
                                                "start": 2281,
                                                "end": 2318,
                                                "loc": {
                                                  "start": {
                                                    "line": 74,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 74,
                                                    "column": 47
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 2281,
                                                  "end": 2297,
                                                  "loc": {
                                                    "start": {
                                                      "line": 74,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 74,
                                                      "column": 26
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 2281,
                                                    "end": 2285,
                                                    "loc": {
                                                      "start": {
                                                        "line": 74,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 74,
                                                        "column": 14
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2286,
                                                    "end": 2297,
                                                    "loc": {
                                                      "start": {
                                                        "line": 74,
                                                        "column": 15
                                                      },
                                                      "end": {
                                                        "line": 74,
                                                        "column": 26
                                                      },
                                                      "identifierName": "appLocation"
                                                    },
                                                    "name": "appLocation"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "MemberExpression",
                                                    "start": 2298,
                                                    "end": 2309,
                                                    "loc": {
                                                      "start": {
                                                        "line": 74,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 74,
                                                        "column": 38
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2298,
                                                      "end": 2304,
                                                      "loc": {
                                                        "start": {
                                                          "line": 74,
                                                          "column": 27
                                                        },
                                                        "end": {
                                                          "line": 74,
                                                          "column": 33
                                                        },
                                                        "identifierName": "config"
                                                      },
                                                      "name": "config"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2305,
                                                      "end": 2309,
                                                      "loc": {
                                                        "start": {
                                                          "line": 74,
                                                          "column": 34
                                                        },
                                                        "end": {
                                                          "line": 74,
                                                          "column": 38
                                                        },
                                                        "identifierName": "demo"
                                                      },
                                                      "name": "demo"
                                                    },
                                                    "computed": false
                                                  },
                                                  {
                                                    "type": "StringLiteral",
                                                    "start": 2311,
                                                    "end": 2317,
                                                    "loc": {
                                                      "start": {
                                                        "line": 74,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 74,
                                                        "column": 46
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": "demo",
                                                      "raw": "'demo'"
                                                    },
                                                    "value": "demo"
                                                  }
                                                ]
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 2331,
                                      "end": 2414,
                                      "loc": {
                                        "start": {
                                          "line": 76,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 77,
                                          "column": 50
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 2331,
                                        "end": 2413,
                                        "loc": {
                                          "start": {
                                            "line": 76,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 77,
                                            "column": 49
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 2331,
                                          "end": 2338,
                                          "loc": {
                                            "start": {
                                              "line": 76,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 76,
                                              "column": 15
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 2331,
                                            "end": 2334,
                                            "loc": {
                                              "start": {
                                                "line": 76,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 76,
                                                "column": 11
                                              },
                                              "identifierName": "app"
                                            },
                                            "name": "app"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2335,
                                            "end": 2338,
                                            "loc": {
                                              "start": {
                                                "line": 76,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 76,
                                                "column": 15
                                              },
                                              "identifierName": "use"
                                            },
                                            "name": "use"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "StringLiteral",
                                            "start": 2339,
                                            "end": 2346,
                                            "loc": {
                                              "start": {
                                                "line": 76,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 76,
                                                "column": 23
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "/docs",
                                              "raw": "'/docs'"
                                            },
                                            "value": "/docs"
                                          },
                                          {
                                            "type": "CallExpression",
                                            "start": 2348,
                                            "end": 2412,
                                            "loc": {
                                              "start": {
                                                "line": 76,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 77,
                                                "column": 48
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 2348,
                                              "end": 2362,
                                              "loc": {
                                                "start": {
                                                  "line": 76,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 76,
                                                  "column": 39
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 2348,
                                                "end": 2355,
                                                "loc": {
                                                  "start": {
                                                    "line": 76,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 76,
                                                    "column": 32
                                                  },
                                                  "identifierName": "express"
                                                },
                                                "name": "express"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2356,
                                                "end": 2362,
                                                "loc": {
                                                  "start": {
                                                    "line": 76,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 76,
                                                    "column": 39
                                                  },
                                                  "identifierName": "static"
                                                },
                                                "name": "static"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "CallExpression",
                                                "start": 2374,
                                                "end": 2411,
                                                "loc": {
                                                  "start": {
                                                    "line": 77,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 77,
                                                    "column": 47
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 2374,
                                                  "end": 2390,
                                                  "loc": {
                                                    "start": {
                                                      "line": 77,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 77,
                                                      "column": 26
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 2374,
                                                    "end": 2378,
                                                    "loc": {
                                                      "start": {
                                                        "line": 77,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 77,
                                                        "column": 14
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2379,
                                                    "end": 2390,
                                                    "loc": {
                                                      "start": {
                                                        "line": 77,
                                                        "column": 15
                                                      },
                                                      "end": {
                                                        "line": 77,
                                                        "column": 26
                                                      },
                                                      "identifierName": "appLocation"
                                                    },
                                                    "name": "appLocation"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "MemberExpression",
                                                    "start": 2391,
                                                    "end": 2402,
                                                    "loc": {
                                                      "start": {
                                                        "line": 77,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 77,
                                                        "column": 38
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2391,
                                                      "end": 2397,
                                                      "loc": {
                                                        "start": {
                                                          "line": 77,
                                                          "column": 27
                                                        },
                                                        "end": {
                                                          "line": 77,
                                                          "column": 33
                                                        },
                                                        "identifierName": "config"
                                                      },
                                                      "name": "config"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2398,
                                                      "end": 2402,
                                                      "loc": {
                                                        "start": {
                                                          "line": 77,
                                                          "column": 34
                                                        },
                                                        "end": {
                                                          "line": 77,
                                                          "column": 38
                                                        },
                                                        "identifierName": "docs"
                                                      },
                                                      "name": "docs"
                                                    },
                                                    "computed": false
                                                  },
                                                  {
                                                    "type": "StringLiteral",
                                                    "start": 2404,
                                                    "end": 2410,
                                                    "loc": {
                                                      "start": {
                                                        "line": 77,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 77,
                                                        "column": 46
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": "docs",
                                                      "raw": "'docs'"
                                                    },
                                                    "value": "docs"
                                                  }
                                                ]
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 2424,
                                      "end": 2519,
                                      "loc": {
                                        "start": {
                                          "line": 79,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 81,
                                          "column": 11
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 2424,
                                        "end": 2518,
                                        "loc": {
                                          "start": {
                                            "line": 79,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 81,
                                            "column": 10
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 2424,
                                          "end": 2431,
                                          "loc": {
                                            "start": {
                                              "line": 79,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 79,
                                              "column": 15
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 2424,
                                            "end": 2427,
                                            "loc": {
                                              "start": {
                                                "line": 79,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 79,
                                                "column": 11
                                              },
                                              "identifierName": "app"
                                            },
                                            "name": "app"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2428,
                                            "end": 2431,
                                            "loc": {
                                              "start": {
                                                "line": 79,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 79,
                                                "column": 15
                                              },
                                              "identifierName": "use"
                                            },
                                            "name": "use"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "StringLiteral",
                                            "start": 2432,
                                            "end": 2447,
                                            "loc": {
                                              "start": {
                                                "line": 79,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 79,
                                                "column": 31
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "/package.json",
                                              "raw": "'/package.json'"
                                            },
                                            "value": "/package.json"
                                          },
                                          {
                                            "type": "CallExpression",
                                            "start": 2449,
                                            "end": 2517,
                                            "loc": {
                                              "start": {
                                                "line": 79,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 81,
                                                "column": 9
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 2449,
                                              "end": 2463,
                                              "loc": {
                                                "start": {
                                                  "line": 79,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 79,
                                                  "column": 47
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 2449,
                                                "end": 2456,
                                                "loc": {
                                                  "start": {
                                                    "line": 79,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 79,
                                                    "column": 40
                                                  },
                                                  "identifierName": "express"
                                                },
                                                "name": "express"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2457,
                                                "end": 2463,
                                                "loc": {
                                                  "start": {
                                                    "line": 79,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 79,
                                                    "column": 47
                                                  },
                                                  "identifierName": "static"
                                                },
                                                "name": "static"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "CallExpression",
                                                "start": 2475,
                                                "end": 2507,
                                                "loc": {
                                                  "start": {
                                                    "line": 80,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 80,
                                                    "column": 42
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 2475,
                                                  "end": 2491,
                                                  "loc": {
                                                    "start": {
                                                      "line": 80,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 80,
                                                      "column": 26
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 2475,
                                                    "end": 2479,
                                                    "loc": {
                                                      "start": {
                                                        "line": 80,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 80,
                                                        "column": 14
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2480,
                                                    "end": 2491,
                                                    "loc": {
                                                      "start": {
                                                        "line": 80,
                                                        "column": 15
                                                      },
                                                      "end": {
                                                        "line": 80,
                                                        "column": 26
                                                      },
                                                      "identifierName": "appLocation"
                                                    },
                                                    "name": "appLocation"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "StringLiteral",
                                                    "start": 2492,
                                                    "end": 2506,
                                                    "loc": {
                                                      "start": {
                                                        "line": 80,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 80,
                                                        "column": 41
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": "package.json",
                                                      "raw": "'package.json'"
                                                    },
                                                    "value": "package.json"
                                                  }
                                                ]
                                              }
                                            ]
                                          }
                                        ]
                                      },
                                      "trailingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " serve backed-cli documentation",
                                          "start": 2529,
                                          "end": 2562,
                                          "loc": {
                                            "start": {
                                              "line": 83,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 83,
                                              "column": 41
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 2571,
                                      "end": 2660,
                                      "loc": {
                                        "start": {
                                          "line": 84,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 85,
                                          "column": 45
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 2571,
                                        "end": 2659,
                                        "loc": {
                                          "start": {
                                            "line": 84,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 85,
                                            "column": 44
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 2571,
                                          "end": 2578,
                                          "loc": {
                                            "start": {
                                              "line": 84,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 84,
                                              "column": 15
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 2571,
                                            "end": 2574,
                                            "loc": {
                                              "start": {
                                                "line": 84,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 84,
                                                "column": 11
                                              },
                                              "identifierName": "app"
                                            },
                                            "name": "app",
                                            "leadingComments": null
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2575,
                                            "end": 2578,
                                            "loc": {
                                              "start": {
                                                "line": 84,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 84,
                                                "column": 15
                                              },
                                              "identifierName": "use"
                                            },
                                            "name": "use"
                                          },
                                          "computed": false,
                                          "leadingComments": null
                                        },
                                        "arguments": [
                                          {
                                            "type": "StringLiteral",
                                            "start": 2579,
                                            "end": 2597,
                                            "loc": {
                                              "start": {
                                                "line": 84,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 84,
                                                "column": 34
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "/backed-cli/docs",
                                              "raw": "'/backed-cli/docs'"
                                            },
                                            "value": "/backed-cli/docs"
                                          },
                                          {
                                            "type": "CallExpression",
                                            "start": 2599,
                                            "end": 2658,
                                            "loc": {
                                              "start": {
                                                "line": 84,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 85,
                                                "column": 43
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 2599,
                                              "end": 2613,
                                              "loc": {
                                                "start": {
                                                  "line": 84,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 84,
                                                  "column": 50
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 2599,
                                                "end": 2606,
                                                "loc": {
                                                  "start": {
                                                    "line": 84,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 84,
                                                    "column": 43
                                                  },
                                                  "identifierName": "express"
                                                },
                                                "name": "express"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2607,
                                                "end": 2613,
                                                "loc": {
                                                  "start": {
                                                    "line": 84,
                                                    "column": 44
                                                  },
                                                  "end": {
                                                    "line": 84,
                                                    "column": 50
                                                  },
                                                  "identifierName": "static"
                                                },
                                                "name": "static"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "CallExpression",
                                                "start": 2625,
                                                "end": 2657,
                                                "loc": {
                                                  "start": {
                                                    "line": 85,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 85,
                                                    "column": 42
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 2625,
                                                  "end": 2642,
                                                  "loc": {
                                                    "start": {
                                                      "line": 85,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 85,
                                                      "column": 27
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 2625,
                                                    "end": 2634,
                                                    "loc": {
                                                      "start": {
                                                        "line": 85,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 85,
                                                        "column": 19
                                                      },
                                                      "identifierName": "__dirname"
                                                    },
                                                    "name": "__dirname"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2635,
                                                    "end": 2642,
                                                    "loc": {
                                                      "start": {
                                                        "line": 85,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 85,
                                                        "column": 27
                                                      },
                                                      "identifierName": "replace"
                                                    },
                                                    "name": "replace"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "StringLiteral",
                                                    "start": 2643,
                                                    "end": 2648,
                                                    "loc": {
                                                      "start": {
                                                        "line": 85,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 85,
                                                        "column": 33
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": "bin",
                                                      "raw": "'bin'"
                                                    },
                                                    "value": "bin"
                                                  },
                                                  {
                                                    "type": "StringLiteral",
                                                    "start": 2650,
                                                    "end": 2656,
                                                    "loc": {
                                                      "start": {
                                                        "line": 85,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 85,
                                                        "column": 41
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": "docs",
                                                      "raw": "'docs'"
                                                    },
                                                    "value": "docs"
                                                  }
                                                ]
                                              }
                                            ]
                                          }
                                        ],
                                        "leadingComments": null
                                      },
                                      "leadingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " serve backed-cli documentation",
                                          "start": 2529,
                                          "end": 2562,
                                          "loc": {
                                            "start": {
                                              "line": 83,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 83,
                                              "column": 41
                                            }
                                          }
                                        }
                                      ],
                                      "trailingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " serve backed documentation",
                                          "start": 2670,
                                          "end": 2699,
                                          "loc": {
                                            "start": {
                                              "line": 87,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 87,
                                              "column": 37
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 2708,
                                      "end": 2805,
                                      "loc": {
                                        "start": {
                                          "line": 88,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 89,
                                          "column": 57
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 2708,
                                        "end": 2804,
                                        "loc": {
                                          "start": {
                                            "line": 88,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 89,
                                            "column": 56
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 2708,
                                          "end": 2715,
                                          "loc": {
                                            "start": {
                                              "line": 88,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 88,
                                              "column": 15
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 2708,
                                            "end": 2711,
                                            "loc": {
                                              "start": {
                                                "line": 88,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 88,
                                                "column": 11
                                              },
                                              "identifierName": "app"
                                            },
                                            "name": "app",
                                            "leadingComments": null
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2712,
                                            "end": 2715,
                                            "loc": {
                                              "start": {
                                                "line": 88,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 88,
                                                "column": 15
                                              },
                                              "identifierName": "use"
                                            },
                                            "name": "use"
                                          },
                                          "computed": false,
                                          "leadingComments": null
                                        },
                                        "arguments": [
                                          {
                                            "type": "StringLiteral",
                                            "start": 2716,
                                            "end": 2730,
                                            "loc": {
                                              "start": {
                                                "line": 88,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 88,
                                                "column": 30
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "/backed/docs",
                                              "raw": "'/backed/docs'"
                                            },
                                            "value": "/backed/docs"
                                          },
                                          {
                                            "type": "CallExpression",
                                            "start": 2732,
                                            "end": 2803,
                                            "loc": {
                                              "start": {
                                                "line": 88,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 89,
                                                "column": 55
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 2732,
                                              "end": 2746,
                                              "loc": {
                                                "start": {
                                                  "line": 88,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 88,
                                                  "column": 46
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 2732,
                                                "end": 2739,
                                                "loc": {
                                                  "start": {
                                                    "line": 88,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 88,
                                                    "column": 39
                                                  },
                                                  "identifierName": "express"
                                                },
                                                "name": "express"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2740,
                                                "end": 2746,
                                                "loc": {
                                                  "start": {
                                                    "line": 88,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 88,
                                                    "column": 46
                                                  },
                                                  "identifierName": "static"
                                                },
                                                "name": "static"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "CallExpression",
                                                "start": 2758,
                                                "end": 2802,
                                                "loc": {
                                                  "start": {
                                                    "line": 89,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 89,
                                                    "column": 54
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 2758,
                                                  "end": 2774,
                                                  "loc": {
                                                    "start": {
                                                      "line": 89,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 89,
                                                      "column": 26
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 2758,
                                                    "end": 2762,
                                                    "loc": {
                                                      "start": {
                                                        "line": 89,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 89,
                                                        "column": 14
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2763,
                                                    "end": 2774,
                                                    "loc": {
                                                      "start": {
                                                        "line": 89,
                                                        "column": 15
                                                      },
                                                      "end": {
                                                        "line": 89,
                                                        "column": 26
                                                      },
                                                      "identifierName": "appLocation"
                                                    },
                                                    "name": "appLocation"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "StringLiteral",
                                                    "start": 2775,
                                                    "end": 2801,
                                                    "loc": {
                                                      "start": {
                                                        "line": 89,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 89,
                                                        "column": 53
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": "node_modules/backed/docs",
                                                      "raw": "'node_modules/backed/docs'"
                                                    },
                                                    "value": "node_modules/backed/docs"
                                                  }
                                                ]
                                              }
                                            ]
                                          }
                                        ],
                                        "leadingComments": null
                                      },
                                      "leadingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " serve backed documentation",
                                          "start": 2670,
                                          "end": 2699,
                                          "loc": {
                                            "start": {
                                              "line": 87,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 87,
                                              "column": 37
                                            }
                                          }
                                        }
                                      ],
                                      "trailingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " TODO: Add option to override index",
                                          "start": 2815,
                                          "end": 2852,
                                          "loc": {
                                            "start": {
                                              "line": 91,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 91,
                                              "column": 45
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 2861,
                                      "end": 2953,
                                      "loc": {
                                        "start": {
                                          "line": 92,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 92,
                                          "column": 100
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 2861,
                                        "end": 2952,
                                        "loc": {
                                          "start": {
                                            "line": 92,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 92,
                                            "column": 99
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 2861,
                                          "end": 2868,
                                          "loc": {
                                            "start": {
                                              "line": 92,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 92,
                                              "column": 15
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 2861,
                                            "end": 2864,
                                            "loc": {
                                              "start": {
                                                "line": 92,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 92,
                                                "column": 11
                                              },
                                              "identifierName": "app"
                                            },
                                            "name": "app",
                                            "leadingComments": null
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2865,
                                            "end": 2868,
                                            "loc": {
                                              "start": {
                                                "line": 92,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 92,
                                                "column": 15
                                              },
                                              "identifierName": "use"
                                            },
                                            "name": "use"
                                          },
                                          "computed": false,
                                          "leadingComments": null
                                        },
                                        "arguments": [
                                          {
                                            "type": "StringLiteral",
                                            "start": 2869,
                                            "end": 2872,
                                            "loc": {
                                              "start": {
                                                "line": 92,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 92,
                                                "column": 19
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "/",
                                              "raw": "'/'"
                                            },
                                            "value": "/"
                                          },
                                          {
                                            "type": "CallExpression",
                                            "start": 2874,
                                            "end": 2951,
                                            "loc": {
                                              "start": {
                                                "line": 92,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 92,
                                                "column": 98
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 2874,
                                              "end": 2888,
                                              "loc": {
                                                "start": {
                                                  "line": 92,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 92,
                                                  "column": 35
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 2874,
                                                "end": 2881,
                                                "loc": {
                                                  "start": {
                                                    "line": 92,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 92,
                                                    "column": 28
                                                  },
                                                  "identifierName": "express"
                                                },
                                                "name": "express"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2882,
                                                "end": 2888,
                                                "loc": {
                                                  "start": {
                                                    "line": 92,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 92,
                                                    "column": 35
                                                  },
                                                  "identifierName": "static"
                                                },
                                                "name": "static"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "CallExpression",
                                                "start": 2889,
                                                "end": 2950,
                                                "loc": {
                                                  "start": {
                                                    "line": 92,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 92,
                                                    "column": 97
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 2889,
                                                  "end": 2906,
                                                  "loc": {
                                                    "start": {
                                                      "line": 92,
                                                      "column": 36
                                                    },
                                                    "end": {
                                                      "line": 92,
                                                      "column": 53
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 2889,
                                                    "end": 2898,
                                                    "loc": {
                                                      "start": {
                                                        "line": 92,
                                                        "column": 36
                                                      },
                                                      "end": {
                                                        "line": 92,
                                                        "column": 45
                                                      },
                                                      "identifierName": "__dirname"
                                                    },
                                                    "name": "__dirname"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2899,
                                                    "end": 2906,
                                                    "loc": {
                                                      "start": {
                                                        "line": 92,
                                                        "column": 46
                                                      },
                                                      "end": {
                                                        "line": 92,
                                                        "column": 53
                                                      },
                                                      "identifierName": "replace"
                                                    },
                                                    "name": "replace"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "StringLiteral",
                                                    "start": 2907,
                                                    "end": 2912,
                                                    "loc": {
                                                      "start": {
                                                        "line": 92,
                                                        "column": 54
                                                      },
                                                      "end": {
                                                        "line": 92,
                                                        "column": 59
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": "bin",
                                                      "raw": "'bin'"
                                                    },
                                                    "value": "bin"
                                                  },
                                                  {
                                                    "type": "StringLiteral",
                                                    "start": 2914,
                                                    "end": 2949,
                                                    "loc": {
                                                      "start": {
                                                        "line": 92,
                                                        "column": 61
                                                      },
                                                      "end": {
                                                        "line": 92,
                                                        "column": 96
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": "node_modules\\backed-client\\dist",
                                                      "raw": "'node_modules\\\\backed-client\\\\dist'"
                                                    },
                                                    "value": "node_modules\\backed-client\\dist"
                                                  }
                                                ]
                                              }
                                            ]
                                          }
                                        ],
                                        "leadingComments": null
                                      },
                                      "leadingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " TODO: Add option to override index",
                                          "start": 2815,
                                          "end": 2852,
                                          "loc": {
                                            "start": {
                                              "line": 91,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 91,
                                              "column": 45
                                            }
                                          }
                                        }
                                      ],
                                      "trailingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " TODO: implement copyrighted by package author & package name if no file is found",
                                          "start": 2963,
                                          "end": 3046,
                                          "loc": {
                                            "start": {
                                              "line": 94,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 94,
                                              "column": 91
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 3055,
                                      "end": 3173,
                                      "loc": {
                                        "start": {
                                          "line": 95,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 97,
                                          "column": 11
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 3055,
                                        "end": 3172,
                                        "loc": {
                                          "start": {
                                            "line": 95,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 97,
                                            "column": 10
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 3055,
                                          "end": 3093,
                                          "loc": {
                                            "start": {
                                              "line": 95,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 95,
                                              "column": 46
                                            }
                                          },
                                          "object": {
                                            "type": "CallExpression",
                                            "start": 3055,
                                            "end": 3088,
                                            "loc": {
                                              "start": {
                                                "line": 95,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 95,
                                                "column": 41
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 3055,
                                              "end": 3058,
                                              "loc": {
                                                "start": {
                                                  "line": 95,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 95,
                                                  "column": 11
                                                },
                                                "identifierName": "src"
                                              },
                                              "name": "src",
                                              "leadingComments": null
                                            },
                                            "arguments": [
                                              {
                                                "type": "BinaryExpression",
                                                "start": 3059,
                                                "end": 3087,
                                                "loc": {
                                                  "start": {
                                                    "line": 95,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 95,
                                                    "column": 40
                                                  }
                                                },
                                                "left": {
                                                  "type": "CallExpression",
                                                  "start": 3059,
                                                  "end": 3072,
                                                  "loc": {
                                                    "start": {
                                                      "line": 95,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 95,
                                                      "column": 25
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 3059,
                                                    "end": 3070,
                                                    "loc": {
                                                      "start": {
                                                        "line": 95,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 95,
                                                        "column": 23
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 3059,
                                                      "end": 3066,
                                                      "loc": {
                                                        "start": {
                                                          "line": 95,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 95,
                                                          "column": 19
                                                        },
                                                        "identifierName": "process"
                                                      },
                                                      "name": "process"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3067,
                                                      "end": 3070,
                                                      "loc": {
                                                        "start": {
                                                          "line": 95,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 95,
                                                          "column": 23
                                                        },
                                                        "identifierName": "cwd"
                                                      },
                                                      "name": "cwd"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": []
                                                },
                                                "operator": "+",
                                                "right": {
                                                  "type": "StringLiteral",
                                                  "start": 3075,
                                                  "end": 3087,
                                                  "loc": {
                                                    "start": {
                                                      "line": 95,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 95,
                                                      "column": 40
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": "/license.*",
                                                    "raw": "'/license.*'"
                                                  },
                                                  "value": "/license.*"
                                                }
                                              }
                                            ],
                                            "leadingComments": null
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3089,
                                            "end": 3093,
                                            "loc": {
                                              "start": {
                                                "line": 95,
                                                "column": 42
                                              },
                                              "end": {
                                                "line": 95,
                                                "column": 46
                                              },
                                              "identifierName": "then"
                                            },
                                            "name": "then"
                                          },
                                          "computed": false,
                                          "leadingComments": null
                                        },
                                        "arguments": [
                                          {
                                            "type": "ArrowFunctionExpression",
                                            "start": 3094,
                                            "end": 3171,
                                            "loc": {
                                              "start": {
                                                "line": 95,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 97,
                                                "column": 9
                                              }
                                            },
                                            "id": null,
                                            "generator": false,
                                            "expression": false,
                                            "async": false,
                                            "params": [
                                              {
                                                "type": "Identifier",
                                                "start": 3094,
                                                "end": 3099,
                                                "loc": {
                                                  "start": {
                                                    "line": 95,
                                                    "column": 47
                                                  },
                                                  "end": {
                                                    "line": 95,
                                                    "column": 52
                                                  },
                                                  "identifierName": "files"
                                                },
                                                "name": "files"
                                              }
                                            ],
                                            "body": {
                                              "type": "BlockStatement",
                                              "start": 3103,
                                              "end": 3171,
                                              "loc": {
                                                "start": {
                                                  "line": 95,
                                                  "column": 56
                                                },
                                                "end": {
                                                  "line": 97,
                                                  "column": 9
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 3115,
                                                  "end": 3161,
                                                  "loc": {
                                                    "start": {
                                                      "line": 96,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 96,
                                                      "column": 56
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "start": 3115,
                                                    "end": 3160,
                                                    "loc": {
                                                      "start": {
                                                        "line": 96,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 96,
                                                        "column": 55
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 3115,
                                                      "end": 3122,
                                                      "loc": {
                                                        "start": {
                                                          "line": 96,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 96,
                                                          "column": 17
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 3115,
                                                        "end": 3118,
                                                        "loc": {
                                                          "start": {
                                                            "line": 96,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 96,
                                                            "column": 13
                                                          },
                                                          "identifierName": "app"
                                                        },
                                                        "name": "app"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 3119,
                                                        "end": 3122,
                                                        "loc": {
                                                          "start": {
                                                            "line": 96,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 96,
                                                            "column": 17
                                                          },
                                                          "identifierName": "use"
                                                        },
                                                        "name": "use"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "StringLiteral",
                                                        "start": 3123,
                                                        "end": 3133,
                                                        "loc": {
                                                          "start": {
                                                            "line": 96,
                                                            "column": 18
                                                          },
                                                          "end": {
                                                            "line": 96,
                                                            "column": 28
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": "/license",
                                                          "raw": "'/license'"
                                                        },
                                                        "value": "/license"
                                                      },
                                                      {
                                                        "type": "CallExpression",
                                                        "start": 3135,
                                                        "end": 3159,
                                                        "loc": {
                                                          "start": {
                                                            "line": 96,
                                                            "column": 30
                                                          },
                                                          "end": {
                                                            "line": 96,
                                                            "column": 54
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 3135,
                                                          "end": 3149,
                                                          "loc": {
                                                            "start": {
                                                              "line": 96,
                                                              "column": 30
                                                            },
                                                            "end": {
                                                              "line": 96,
                                                              "column": 44
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 3135,
                                                            "end": 3142,
                                                            "loc": {
                                                              "start": {
                                                                "line": 96,
                                                                "column": 30
                                                              },
                                                              "end": {
                                                                "line": 96,
                                                                "column": 37
                                                              },
                                                              "identifierName": "express"
                                                            },
                                                            "name": "express"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 3143,
                                                            "end": 3149,
                                                            "loc": {
                                                              "start": {
                                                                "line": 96,
                                                                "column": 38
                                                              },
                                                              "end": {
                                                                "line": 96,
                                                                "column": 44
                                                              },
                                                              "identifierName": "static"
                                                            },
                                                            "name": "static"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "MemberExpression",
                                                            "start": 3150,
                                                            "end": 3158,
                                                            "loc": {
                                                              "start": {
                                                                "line": 96,
                                                                "column": 45
                                                              },
                                                              "end": {
                                                                "line": 96,
                                                                "column": 53
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 3150,
                                                              "end": 3155,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 96,
                                                                  "column": 45
                                                                },
                                                                "end": {
                                                                  "line": 96,
                                                                  "column": 50
                                                                },
                                                                "identifierName": "files"
                                                              },
                                                              "name": "files"
                                                            },
                                                            "property": {
                                                              "type": "NumericLiteral",
                                                              "start": 3156,
                                                              "end": 3157,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 96,
                                                                  "column": 51
                                                                },
                                                                "end": {
                                                                  "line": 96,
                                                                  "column": 52
                                                                }
                                                              },
                                                              "extra": {
                                                                "rawValue": 0,
                                                                "raw": "0"
                                                              },
                                                              "value": 0
                                                            },
                                                            "computed": true
                                                          }
                                                        ]
                                                      }
                                                    ]
                                                  }
                                                }
                                              ],
                                              "directives": []
                                            }
                                          }
                                        ],
                                        "leadingComments": null
                                      },
                                      "leadingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " TODO: implement copyrighted by package author & package name if no file is found",
                                          "start": 2963,
                                          "end": 3046,
                                          "loc": {
                                            "start": {
                                              "line": 94,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 94,
                                              "column": 91
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 3183,
                                      "end": 3204,
                                      "loc": {
                                        "start": {
                                          "line": 99,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 99,
                                          "column": 29
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 3183,
                                        "end": 3203,
                                        "loc": {
                                          "start": {
                                            "line": 99,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 99,
                                            "column": 28
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 3183,
                                          "end": 3195,
                                          "loc": {
                                            "start": {
                                              "line": 99,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 99,
                                              "column": 20
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 3183,
                                            "end": 3187,
                                            "loc": {
                                              "start": {
                                                "line": 99,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 99,
                                                "column": 12
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3188,
                                            "end": 3195,
                                            "loc": {
                                              "start": {
                                                "line": 99,
                                                "column": 13
                                              },
                                              "end": {
                                                "line": 99,
                                                "column": 20
                                              },
                                              "identifierName": "_listen"
                                            },
                                            "name": "_listen"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 3196,
                                            "end": 3202,
                                            "loc": {
                                              "start": {
                                                "line": 99,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 99,
                                                "column": 27
                                              },
                                              "identifierName": "config"
                                            },
                                            "name": "config"
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": {
                                  "type": "BlockStatement",
                                  "start": 3218,
                                  "end": 3403,
                                  "loc": {
                                    "start": {
                                      "line": 100,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 102,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 3228,
                                      "end": 3395,
                                      "loc": {
                                        "start": {
                                          "line": 101,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 101,
                                          "column": 175
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 3228,
                                        "end": 3394,
                                        "loc": {
                                          "start": {
                                            "line": 101,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 101,
                                            "column": 174
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 3228,
                                          "end": 3234,
                                          "loc": {
                                            "start": {
                                              "line": 101,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 101,
                                              "column": 14
                                            },
                                            "identifierName": "reject"
                                          },
                                          "name": "reject"
                                        },
                                        "arguments": [
                                          {
                                            "type": "CallExpression",
                                            "start": 3235,
                                            "end": 3393,
                                            "loc": {
                                              "start": {
                                                "line": 101,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 101,
                                                "column": 173
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3235,
                                              "end": 3246,
                                              "loc": {
                                                "start": {
                                                  "line": 101,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 101,
                                                  "column": 26
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3235,
                                                "end": 3241,
                                                "loc": {
                                                  "start": {
                                                    "line": 101,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 101,
                                                    "column": 21
                                                  },
                                                  "identifierName": "logger"
                                                },
                                                "name": "logger"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3242,
                                                "end": 3246,
                                                "loc": {
                                                  "start": {
                                                    "line": 101,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 101,
                                                    "column": 26
                                                  },
                                                  "identifierName": "warn"
                                                },
                                                "name": "warn"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "TemplateLiteral",
                                                "start": 3247,
                                                "end": 3392,
                                                "loc": {
                                                  "start": {
                                                    "line": 101,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 101,
                                                    "column": 172
                                                  }
                                                },
                                                "expressions": [
                                                  {
                                                    "type": "MemberExpression",
                                                    "start": 3250,
                                                    "end": 3268,
                                                    "loc": {
                                                      "start": {
                                                        "line": 101,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 101,
                                                        "column": 48
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 3250,
                                                      "end": 3263,
                                                      "loc": {
                                                        "start": {
                                                          "line": 101,
                                                          "column": 30
                                                        },
                                                        "end": {
                                                          "line": 101,
                                                          "column": 43
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 3250,
                                                        "end": 3256,
                                                        "loc": {
                                                          "start": {
                                                            "line": 101,
                                                            "column": 30
                                                          },
                                                          "end": {
                                                            "line": 101,
                                                            "column": 36
                                                          },
                                                          "identifierName": "global"
                                                        },
                                                        "name": "global"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 3257,
                                                        "end": 3263,
                                                        "loc": {
                                                          "start": {
                                                            "line": 101,
                                                            "column": 37
                                                          },
                                                          "end": {
                                                            "line": 101,
                                                            "column": 43
                                                          },
                                                          "identifierName": "config"
                                                        },
                                                        "name": "config"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3264,
                                                      "end": 3268,
                                                      "loc": {
                                                        "start": {
                                                          "line": 101,
                                                          "column": 44
                                                        },
                                                        "end": {
                                                          "line": 101,
                                                          "column": 48
                                                        },
                                                        "identifierName": "name"
                                                      },
                                                      "name": "name"
                                                    },
                                                    "computed": false
                                                  }
                                                ],
                                                "quasis": [
                                                  {
                                                    "type": "TemplateElement",
                                                    "start": 3248,
                                                    "end": 3248,
                                                    "loc": {
                                                      "start": {
                                                        "line": 101,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 101,
                                                        "column": 28
                                                      }
                                                    },
                                                    "value": {
                                                      "raw": "",
                                                      "cooked": ""
                                                    },
                                                    "tail": false
                                                  },
                                                  {
                                                    "type": "TemplateElement",
                                                    "start": 3269,
                                                    "end": 3391,
                                                    "loc": {
                                                      "start": {
                                                        "line": 101,
                                                        "column": 49
                                                      },
                                                      "end": {
                                                        "line": 101,
                                                        "column": 171
                                                      }
                                                    },
                                                    "value": {
                                                      "raw": "::server config not found [example](https://raw.githubusercontent.com/VandeurenGlenn/backed-cli/master/config/backed.json)",
                                                      "cooked": "::server config not found [example](https://raw.githubusercontent.com/VandeurenGlenn/backed-cli/master/config/backed.json)"
                                                    },
                                                    "tail": true
                                                  }
                                                ]
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "directives": []
                                }
                              }
                            ],
                            "directives": []
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n * @param {object} config - configuration\n * @param {string} config.entry path to where your build is located\n * @param {string} config.docs path to where your docs are located\n * @param {string} config.bowerPath path to bower_components\n * @param {string} config.nodeModulesPath path to node_modules\n * @param {string} config.demo path to the demo\n * @param {string} config.index path to your index.html file we serve a helper/docs index by default (not support for now)\n * @param {array} config.use static files to include [{path: some/path, static: some//path}] when static is undefined path will be used.\n ",
                  "start": 663,
                  "end": 1279,
                  "loc": {
                    "start": {
                      "line": 33,
                      "column": 0
                    },
                    "end": {
                      "line": 42,
                      "column": 3
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 3419,
              "end": 3833,
              "loc": {
                "start": {
                  "line": 106,
                  "column": 2
                },
                "end": {
                  "line": 118,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 3419,
                "end": 3426,
                "loc": {
                  "start": {
                    "line": 106,
                    "column": 2
                  },
                  "end": {
                    "line": 106,
                    "column": 9
                  },
                  "identifierName": "_listen"
                },
                "name": "_listen"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "ObjectPattern",
                  "start": 3427,
                  "end": 3440,
                  "loc": {
                    "start": {
                      "line": 106,
                      "column": 10
                    },
                    "end": {
                      "line": 106,
                      "column": 23
                    }
                  },
                  "properties": [
                    {
                      "type": "ObjectProperty",
                      "start": 3428,
                      "end": 3432,
                      "loc": {
                        "start": {
                          "line": 106,
                          "column": 11
                        },
                        "end": {
                          "line": 106,
                          "column": 15
                        }
                      },
                      "method": false,
                      "shorthand": true,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 3428,
                        "end": 3432,
                        "loc": {
                          "start": {
                            "line": 106,
                            "column": 11
                          },
                          "end": {
                            "line": 106,
                            "column": 15
                          },
                          "identifierName": "port"
                        },
                        "name": "port"
                      },
                      "value": {
                        "type": "Identifier",
                        "start": 3428,
                        "end": 3432,
                        "loc": {
                          "start": {
                            "line": 106,
                            "column": 11
                          },
                          "end": {
                            "line": 106,
                            "column": 15
                          },
                          "identifierName": "port"
                        },
                        "name": "port"
                      },
                      "extra": {
                        "shorthand": true
                      }
                    },
                    {
                      "type": "ObjectProperty",
                      "start": 3434,
                      "end": 3439,
                      "loc": {
                        "start": {
                          "line": 106,
                          "column": 17
                        },
                        "end": {
                          "line": 106,
                          "column": 22
                        }
                      },
                      "method": false,
                      "shorthand": true,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 3434,
                        "end": 3439,
                        "loc": {
                          "start": {
                            "line": 106,
                            "column": 17
                          },
                          "end": {
                            "line": 106,
                            "column": 22
                          },
                          "identifierName": "entry"
                        },
                        "name": "entry"
                      },
                      "value": {
                        "type": "Identifier",
                        "start": 3434,
                        "end": 3439,
                        "loc": {
                          "start": {
                            "line": 106,
                            "column": 17
                          },
                          "end": {
                            "line": 106,
                            "column": 22
                          },
                          "identifierName": "entry"
                        },
                        "name": "entry"
                      },
                      "extra": {
                        "shorthand": true
                      }
                    }
                  ]
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 3442,
                "end": 3833,
                "loc": {
                  "start": {
                    "line": 106,
                    "column": 25
                  },
                  "end": {
                    "line": 118,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "TryStatement",
                    "start": 3448,
                    "end": 3829,
                    "loc": {
                      "start": {
                        "line": 107,
                        "column": 4
                      },
                      "end": {
                        "line": 117,
                        "column": 5
                      }
                    },
                    "block": {
                      "type": "BlockStatement",
                      "start": 3452,
                      "end": 3683,
                      "loc": {
                        "start": {
                          "line": 107,
                          "column": 8
                        },
                        "end": {
                          "line": 112,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 3460,
                          "end": 3677,
                          "loc": {
                            "start": {
                              "line": 108,
                              "column": 6
                            },
                            "end": {
                              "line": 111,
                              "column": 9
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 3460,
                            "end": 3676,
                            "loc": {
                              "start": {
                                "line": 108,
                                "column": 6
                              },
                              "end": {
                                "line": 111,
                                "column": 8
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3460,
                              "end": 3473,
                              "loc": {
                                "start": {
                                  "line": 108,
                                  "column": 6
                                },
                                "end": {
                                  "line": 108,
                                  "column": 19
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 3460,
                                "end": 3466,
                                "loc": {
                                  "start": {
                                    "line": 108,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 108,
                                    "column": 12
                                  },
                                  "identifierName": "server"
                                },
                                "name": "server"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3467,
                                "end": 3473,
                                "loc": {
                                  "start": {
                                    "line": 108,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 108,
                                    "column": 19
                                  },
                                  "identifierName": "listen"
                                },
                                "name": "listen"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 3474,
                                "end": 3478,
                                "loc": {
                                  "start": {
                                    "line": 108,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 108,
                                    "column": 24
                                  },
                                  "identifierName": "port"
                                },
                                "name": "port"
                              },
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 3480,
                                "end": 3675,
                                "loc": {
                                  "start": {
                                    "line": 108,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 111,
                                    "column": 7
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": false,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 3480,
                                    "end": 3485,
                                    "loc": {
                                      "start": {
                                        "line": 108,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 108,
                                        "column": 31
                                      },
                                      "identifierName": "error"
                                    },
                                    "name": "error"
                                  }
                                ],
                                "body": {
                                  "type": "BlockStatement",
                                  "start": 3489,
                                  "end": 3675,
                                  "loc": {
                                    "start": {
                                      "line": 108,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 111,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 3499,
                                      "end": 3600,
                                      "loc": {
                                        "start": {
                                          "line": 109,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 109,
                                          "column": 109
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 3499,
                                        "end": 3599,
                                        "loc": {
                                          "start": {
                                            "line": 109,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 109,
                                            "column": 108
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 3499,
                                          "end": 3509,
                                          "loc": {
                                            "start": {
                                              "line": 109,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 109,
                                              "column": 18
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 3499,
                                            "end": 3505,
                                            "loc": {
                                              "start": {
                                                "line": 109,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 109,
                                                "column": 14
                                              },
                                              "identifierName": "logger"
                                            },
                                            "name": "logger"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3506,
                                            "end": 3509,
                                            "loc": {
                                              "start": {
                                                "line": 109,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 109,
                                                "column": 18
                                              },
                                              "identifierName": "log"
                                            },
                                            "name": "log"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "TemplateLiteral",
                                            "start": 3510,
                                            "end": 3598,
                                            "loc": {
                                              "start": {
                                                "line": 109,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 109,
                                                "column": 107
                                              }
                                            },
                                            "expressions": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 3513,
                                                "end": 3531,
                                                "loc": {
                                                  "start": {
                                                    "line": 109,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 109,
                                                    "column": 40
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 3513,
                                                  "end": 3526,
                                                  "loc": {
                                                    "start": {
                                                      "line": 109,
                                                      "column": 22
                                                    },
                                                    "end": {
                                                      "line": 109,
                                                      "column": 35
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 3513,
                                                    "end": 3519,
                                                    "loc": {
                                                      "start": {
                                                        "line": 109,
                                                        "column": 22
                                                      },
                                                      "end": {
                                                        "line": 109,
                                                        "column": 28
                                                      },
                                                      "identifierName": "global"
                                                    },
                                                    "name": "global"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3520,
                                                    "end": 3526,
                                                    "loc": {
                                                      "start": {
                                                        "line": 109,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 109,
                                                        "column": 35
                                                      },
                                                      "identifierName": "config"
                                                    },
                                                    "name": "config"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3527,
                                                  "end": 3531,
                                                  "loc": {
                                                    "start": {
                                                      "line": 109,
                                                      "column": 36
                                                    },
                                                    "end": {
                                                      "line": 109,
                                                      "column": 40
                                                    },
                                                    "identifierName": "name"
                                                  },
                                                  "name": "name"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "Identifier",
                                                "start": 3566,
                                                "end": 3570,
                                                "loc": {
                                                  "start": {
                                                    "line": 109,
                                                    "column": 75
                                                  },
                                                  "end": {
                                                    "line": 109,
                                                    "column": 79
                                                  },
                                                  "identifierName": "port"
                                                },
                                                "name": "port"
                                              },
                                              {
                                                "type": "CallExpression",
                                                "start": 3574,
                                                "end": 3596,
                                                "loc": {
                                                  "start": {
                                                    "line": 109,
                                                    "column": 83
                                                  },
                                                  "end": {
                                                    "line": 109,
                                                    "column": 105
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 3574,
                                                  "end": 3587,
                                                  "loc": {
                                                    "start": {
                                                      "line": 109,
                                                      "column": 83
                                                    },
                                                    "end": {
                                                      "line": 109,
                                                      "column": 96
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 3574,
                                                    "end": 3579,
                                                    "loc": {
                                                      "start": {
                                                        "line": 109,
                                                        "column": 83
                                                      },
                                                      "end": {
                                                        "line": 109,
                                                        "column": 88
                                                      },
                                                      "identifierName": "entry"
                                                    },
                                                    "name": "entry"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3580,
                                                    "end": 3587,
                                                    "loc": {
                                                      "start": {
                                                        "line": 109,
                                                        "column": 89
                                                      },
                                                      "end": {
                                                        "line": 109,
                                                        "column": 96
                                                      },
                                                      "identifierName": "replace"
                                                    },
                                                    "name": "replace"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "StringLiteral",
                                                    "start": 3588,
                                                    "end": 3591,
                                                    "loc": {
                                                      "start": {
                                                        "line": 109,
                                                        "column": 97
                                                      },
                                                      "end": {
                                                        "line": 109,
                                                        "column": 100
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": "/",
                                                      "raw": "'/'"
                                                    },
                                                    "value": "/"
                                                  },
                                                  {
                                                    "type": "StringLiteral",
                                                    "start": 3593,
                                                    "end": 3595,
                                                    "loc": {
                                                      "start": {
                                                        "line": 109,
                                                        "column": 102
                                                      },
                                                      "end": {
                                                        "line": 109,
                                                        "column": 104
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": "",
                                                      "raw": "''"
                                                    },
                                                    "value": ""
                                                  }
                                                ]
                                              }
                                            ],
                                            "quasis": [
                                              {
                                                "type": "TemplateElement",
                                                "start": 3511,
                                                "end": 3511,
                                                "loc": {
                                                  "start": {
                                                    "line": 109,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 109,
                                                    "column": 20
                                                  }
                                                },
                                                "value": {
                                                  "raw": "",
                                                  "cooked": ""
                                                },
                                                "tail": false
                                              },
                                              {
                                                "type": "TemplateElement",
                                                "start": 3532,
                                                "end": 3564,
                                                "loc": {
                                                  "start": {
                                                    "line": 109,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 109,
                                                    "column": 73
                                                  }
                                                },
                                                "value": {
                                                  "raw": "::serving from http://localhost:",
                                                  "cooked": "::serving from http://localhost:"
                                                },
                                                "tail": false
                                              },
                                              {
                                                "type": "TemplateElement",
                                                "start": 3571,
                                                "end": 3572,
                                                "loc": {
                                                  "start": {
                                                    "line": 109,
                                                    "column": 80
                                                  },
                                                  "end": {
                                                    "line": 109,
                                                    "column": 81
                                                  }
                                                },
                                                "value": {
                                                  "raw": "/",
                                                  "cooked": "/"
                                                },
                                                "tail": false
                                              },
                                              {
                                                "type": "TemplateElement",
                                                "start": 3597,
                                                "end": 3597,
                                                "loc": {
                                                  "start": {
                                                    "line": 109,
                                                    "column": 106
                                                  },
                                                  "end": {
                                                    "line": 109,
                                                    "column": 106
                                                  }
                                                },
                                                "value": {
                                                  "raw": "",
                                                  "cooked": ""
                                                },
                                                "tail": true
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 3609,
                                      "end": 3667,
                                      "loc": {
                                        "start": {
                                          "line": 110,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 110,
                                          "column": 66
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 3609,
                                        "end": 3666,
                                        "loc": {
                                          "start": {
                                            "line": 110,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 110,
                                            "column": 65
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 3609,
                                          "end": 3612,
                                          "loc": {
                                            "start": {
                                              "line": 110,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 110,
                                              "column": 11
                                            },
                                            "identifierName": "opn"
                                          },
                                          "name": "opn"
                                        },
                                        "arguments": [
                                          {
                                            "type": "TemplateLiteral",
                                            "start": 3613,
                                            "end": 3665,
                                            "loc": {
                                              "start": {
                                                "line": 110,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 110,
                                                "column": 64
                                              }
                                            },
                                            "expressions": [
                                              {
                                                "type": "Identifier",
                                                "start": 3633,
                                                "end": 3637,
                                                "loc": {
                                                  "start": {
                                                    "line": 110,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 110,
                                                    "column": 36
                                                  },
                                                  "identifierName": "port"
                                                },
                                                "name": "port"
                                              },
                                              {
                                                "type": "CallExpression",
                                                "start": 3641,
                                                "end": 3663,
                                                "loc": {
                                                  "start": {
                                                    "line": 110,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 110,
                                                    "column": 62
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 3641,
                                                  "end": 3654,
                                                  "loc": {
                                                    "start": {
                                                      "line": 110,
                                                      "column": 40
                                                    },
                                                    "end": {
                                                      "line": 110,
                                                      "column": 53
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 3641,
                                                    "end": 3646,
                                                    "loc": {
                                                      "start": {
                                                        "line": 110,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 110,
                                                        "column": 45
                                                      },
                                                      "identifierName": "entry"
                                                    },
                                                    "name": "entry"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3647,
                                                    "end": 3654,
                                                    "loc": {
                                                      "start": {
                                                        "line": 110,
                                                        "column": 46
                                                      },
                                                      "end": {
                                                        "line": 110,
                                                        "column": 53
                                                      },
                                                      "identifierName": "replace"
                                                    },
                                                    "name": "replace"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "StringLiteral",
                                                    "start": 3655,
                                                    "end": 3658,
                                                    "loc": {
                                                      "start": {
                                                        "line": 110,
                                                        "column": 54
                                                      },
                                                      "end": {
                                                        "line": 110,
                                                        "column": 57
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": "/",
                                                      "raw": "'/'"
                                                    },
                                                    "value": "/"
                                                  },
                                                  {
                                                    "type": "StringLiteral",
                                                    "start": 3660,
                                                    "end": 3662,
                                                    "loc": {
                                                      "start": {
                                                        "line": 110,
                                                        "column": 59
                                                      },
                                                      "end": {
                                                        "line": 110,
                                                        "column": 61
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": "",
                                                      "raw": "''"
                                                    },
                                                    "value": ""
                                                  }
                                                ]
                                              }
                                            ],
                                            "quasis": [
                                              {
                                                "type": "TemplateElement",
                                                "start": 3614,
                                                "end": 3631,
                                                "loc": {
                                                  "start": {
                                                    "line": 110,
                                                    "column": 13
                                                  },
                                                  "end": {
                                                    "line": 110,
                                                    "column": 30
                                                  }
                                                },
                                                "value": {
                                                  "raw": "http://localhost:",
                                                  "cooked": "http://localhost:"
                                                },
                                                "tail": false
                                              },
                                              {
                                                "type": "TemplateElement",
                                                "start": 3638,
                                                "end": 3639,
                                                "loc": {
                                                  "start": {
                                                    "line": 110,
                                                    "column": 37
                                                  },
                                                  "end": {
                                                    "line": 110,
                                                    "column": 38
                                                  }
                                                },
                                                "value": {
                                                  "raw": "/",
                                                  "cooked": "/"
                                                },
                                                "tail": false
                                              },
                                              {
                                                "type": "TemplateElement",
                                                "start": 3664,
                                                "end": 3664,
                                                "loc": {
                                                  "start": {
                                                    "line": 110,
                                                    "column": 63
                                                  },
                                                  "end": {
                                                    "line": 110,
                                                    "column": 63
                                                  }
                                                },
                                                "value": {
                                                  "raw": "",
                                                  "cooked": ""
                                                },
                                                "tail": true
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "directives": []
                                }
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    },
                    "handler": {
                      "type": "CatchClause",
                      "start": 3684,
                      "end": 3829,
                      "loc": {
                        "start": {
                          "line": 112,
                          "column": 6
                        },
                        "end": {
                          "line": 117,
                          "column": 5
                        }
                      },
                      "param": {
                        "type": "Identifier",
                        "start": 3691,
                        "end": 3692,
                        "loc": {
                          "start": {
                            "line": 112,
                            "column": 13
                          },
                          "end": {
                            "line": 112,
                            "column": 14
                          },
                          "identifierName": "e"
                        },
                        "name": "e"
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 3694,
                        "end": 3829,
                        "loc": {
                          "start": {
                            "line": 112,
                            "column": 16
                          },
                          "end": {
                            "line": 117,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 3702,
                            "end": 3721,
                            "loc": {
                              "start": {
                                "line": 113,
                                "column": 6
                              },
                              "end": {
                                "line": 113,
                                "column": 25
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 3702,
                              "end": 3720,
                              "loc": {
                                "start": {
                                  "line": 113,
                                  "column": 6
                                },
                                "end": {
                                  "line": 113,
                                  "column": 24
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3702,
                                "end": 3713,
                                "loc": {
                                  "start": {
                                    "line": 113,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 113,
                                    "column": 17
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3702,
                                  "end": 3709,
                                  "loc": {
                                    "start": {
                                      "line": 113,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 113,
                                      "column": 13
                                    },
                                    "identifierName": "console"
                                  },
                                  "name": "console"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3710,
                                  "end": 3713,
                                  "loc": {
                                    "start": {
                                      "line": 113,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 113,
                                      "column": 17
                                    },
                                    "identifierName": "log"
                                  },
                                  "name": "log"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 3714,
                                  "end": 3719,
                                  "loc": {
                                    "start": {
                                      "line": 113,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 113,
                                      "column": 23
                                    },
                                    "identifierName": "error"
                                  },
                                  "name": "error"
                                }
                              ]
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 3728,
                            "end": 3747,
                            "loc": {
                              "start": {
                                "line": 114,
                                "column": 6
                              },
                              "end": {
                                "line": 114,
                                "column": 25
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 3728,
                              "end": 3746,
                              "loc": {
                                "start": {
                                  "line": 114,
                                  "column": 6
                                },
                                "end": {
                                  "line": 114,
                                  "column": 24
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3728,
                                "end": 3739,
                                "loc": {
                                  "start": {
                                    "line": 114,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 114,
                                    "column": 17
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3728,
                                  "end": 3734,
                                  "loc": {
                                    "start": {
                                      "line": 114,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 114,
                                      "column": 12
                                    },
                                    "identifierName": "logger"
                                  },
                                  "name": "logger"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3735,
                                  "end": 3739,
                                  "loc": {
                                    "start": {
                                      "line": 114,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 114,
                                      "column": 17
                                    },
                                    "identifierName": "warn"
                                  },
                                  "name": "warn"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 3740,
                                  "end": 3745,
                                  "loc": {
                                    "start": {
                                      "line": 114,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 114,
                                      "column": 23
                                    },
                                    "identifierName": "error"
                                  },
                                  "name": "error"
                                }
                              ]
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 3754,
                            "end": 3788,
                            "loc": {
                              "start": {
                                "line": 115,
                                "column": 6
                              },
                              "end": {
                                "line": 115,
                                "column": 40
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 3754,
                              "end": 3787,
                              "loc": {
                                "start": {
                                  "line": 115,
                                  "column": 6
                                },
                                "end": {
                                  "line": 115,
                                  "column": 39
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3754,
                                "end": 3764,
                                "loc": {
                                  "start": {
                                    "line": 115,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 115,
                                    "column": 16
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3754,
                                  "end": 3760,
                                  "loc": {
                                    "start": {
                                      "line": 115,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 115,
                                      "column": 12
                                    },
                                    "identifierName": "logger"
                                  },
                                  "name": "logger"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3761,
                                  "end": 3764,
                                  "loc": {
                                    "start": {
                                      "line": 115,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 115,
                                      "column": 16
                                    },
                                    "identifierName": "log"
                                  },
                                  "name": "log"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 3765,
                                  "end": 3786,
                                  "loc": {
                                    "start": {
                                      "line": 115,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 115,
                                      "column": 38
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "trying another port",
                                    "raw": "'trying another port'"
                                  },
                                  "value": "trying another port"
                                }
                              ]
                            }
                          },
                          {
                            "type": "ReturnStatement",
                            "start": 3795,
                            "end": 3823,
                            "loc": {
                              "start": {
                                "line": 116,
                                "column": 6
                              },
                              "end": {
                                "line": 116,
                                "column": 34
                              }
                            },
                            "argument": {
                              "type": "CallExpression",
                              "start": 3802,
                              "end": 3822,
                              "loc": {
                                "start": {
                                  "line": 116,
                                  "column": 13
                                },
                                "end": {
                                  "line": 116,
                                  "column": 33
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3802,
                                "end": 3814,
                                "loc": {
                                  "start": {
                                    "line": 116,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 116,
                                    "column": 25
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 3802,
                                  "end": 3806,
                                  "loc": {
                                    "start": {
                                      "line": 116,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 116,
                                      "column": 17
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3807,
                                  "end": 3814,
                                  "loc": {
                                    "start": {
                                      "line": 116,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 116,
                                      "column": 25
                                    },
                                    "identifierName": "_listen"
                                  },
                                  "name": "_listen"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "UpdateExpression",
                                  "start": 3815,
                                  "end": 3821,
                                  "loc": {
                                    "start": {
                                      "line": 116,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 116,
                                      "column": 32
                                    }
                                  },
                                  "operator": "++",
                                  "prefix": false,
                                  "argument": {
                                    "type": "Identifier",
                                    "start": 3815,
                                    "end": 3819,
                                    "loc": {
                                      "start": {
                                        "line": 116,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 116,
                                        "column": 30
                                      },
                                      "identifierName": "port"
                                    },
                                    "name": "port"
                                  }
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      }
                    },
                    "guardedHandlers": [],
                    "finalizer": null
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * @param {string} path - location of the file\n   * @param {string} alternate - returns when path is undefined\n   * @param {string} disableAlternate - current working directory is ignored when true, defaults to false\n   ",
                  "start": 3837,
                  "end": 4065,
                  "loc": {
                    "start": {
                      "line": 120,
                      "column": 2
                    },
                    "end": {
                      "line": 124,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 4068,
              "end": 4404,
              "loc": {
                "start": {
                  "line": 125,
                  "column": 2
                },
                "end": {
                  "line": 135,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 4068,
                "end": 4079,
                "loc": {
                  "start": {
                    "line": 125,
                    "column": 2
                  },
                  "end": {
                    "line": 125,
                    "column": 13
                  },
                  "identifierName": "appLocation"
                },
                "name": "appLocation",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 4080,
                  "end": 4084,
                  "loc": {
                    "start": {
                      "line": 125,
                      "column": 14
                    },
                    "end": {
                      "line": 125,
                      "column": 18
                    },
                    "identifierName": "path"
                  },
                  "name": "path"
                },
                {
                  "type": "Identifier",
                  "start": 4086,
                  "end": 4095,
                  "loc": {
                    "start": {
                      "line": 125,
                      "column": 20
                    },
                    "end": {
                      "line": 125,
                      "column": 29
                    },
                    "identifierName": "alternate"
                  },
                  "name": "alternate"
                },
                {
                  "type": "AssignmentPattern",
                  "start": 4097,
                  "end": 4121,
                  "loc": {
                    "start": {
                      "line": 125,
                      "column": 31
                    },
                    "end": {
                      "line": 125,
                      "column": 55
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 4097,
                    "end": 4113,
                    "loc": {
                      "start": {
                        "line": 125,
                        "column": 31
                      },
                      "end": {
                        "line": 125,
                        "column": 47
                      },
                      "identifierName": "disableAlternate"
                    },
                    "name": "disableAlternate"
                  },
                  "right": {
                    "type": "BooleanLiteral",
                    "start": 4116,
                    "end": 4121,
                    "loc": {
                      "start": {
                        "line": 125,
                        "column": 50
                      },
                      "end": {
                        "line": 125,
                        "column": 55
                      }
                    },
                    "value": false
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 4123,
                "end": 4404,
                "loc": {
                  "start": {
                    "line": 125,
                    "column": 57
                  },
                  "end": {
                    "line": 135,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 4129,
                    "end": 4154,
                    "loc": {
                      "start": {
                        "line": 126,
                        "column": 4
                      },
                      "end": {
                        "line": 126,
                        "column": 29
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 4133,
                        "end": 4153,
                        "loc": {
                          "start": {
                            "line": 126,
                            "column": 8
                          },
                          "end": {
                            "line": 126,
                            "column": 28
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 4133,
                          "end": 4137,
                          "loc": {
                            "start": {
                              "line": 126,
                              "column": 8
                            },
                            "end": {
                              "line": 126,
                              "column": 12
                            },
                            "identifierName": "root"
                          },
                          "name": "root"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 4140,
                          "end": 4153,
                          "loc": {
                            "start": {
                              "line": 126,
                              "column": 15
                            },
                            "end": {
                              "line": 126,
                              "column": 28
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 4140,
                            "end": 4151,
                            "loc": {
                              "start": {
                                "line": 126,
                                "column": 15
                              },
                              "end": {
                                "line": 126,
                                "column": 26
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 4140,
                              "end": 4147,
                              "loc": {
                                "start": {
                                  "line": 126,
                                  "column": 15
                                },
                                "end": {
                                  "line": 126,
                                  "column": 22
                                },
                                "identifierName": "process"
                              },
                              "name": "process"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4148,
                              "end": 4151,
                              "loc": {
                                "start": {
                                  "line": 126,
                                  "column": 23
                                },
                                "end": {
                                  "line": 126,
                                  "column": 26
                                },
                                "identifierName": "cwd"
                              },
                              "name": "cwd"
                            },
                            "computed": false
                          },
                          "arguments": []
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "IfStatement",
                    "start": 4159,
                    "end": 4358,
                    "loc": {
                      "start": {
                        "line": 127,
                        "column": 4
                      },
                      "end": {
                        "line": 132,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "LogicalExpression",
                      "start": 4163,
                      "end": 4189,
                      "loc": {
                        "start": {
                          "line": 127,
                          "column": 8
                        },
                        "end": {
                          "line": 127,
                          "column": 34
                        }
                      },
                      "left": {
                        "type": "UnaryExpression",
                        "start": 4163,
                        "end": 4168,
                        "loc": {
                          "start": {
                            "line": 127,
                            "column": 8
                          },
                          "end": {
                            "line": 127,
                            "column": 13
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "Identifier",
                          "start": 4164,
                          "end": 4168,
                          "loc": {
                            "start": {
                              "line": 127,
                              "column": 9
                            },
                            "end": {
                              "line": 127,
                              "column": 13
                            },
                            "identifierName": "path"
                          },
                          "name": "path"
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "operator": "&&",
                      "right": {
                        "type": "UnaryExpression",
                        "start": 4172,
                        "end": 4189,
                        "loc": {
                          "start": {
                            "line": 127,
                            "column": 17
                          },
                          "end": {
                            "line": 127,
                            "column": 34
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "Identifier",
                          "start": 4173,
                          "end": 4189,
                          "loc": {
                            "start": {
                              "line": 127,
                              "column": 18
                            },
                            "end": {
                              "line": 127,
                              "column": 34
                            },
                            "identifierName": "disableAlternate"
                          },
                          "name": "disableAlternate"
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 4191,
                      "end": 4222,
                      "loc": {
                        "start": {
                          "line": 127,
                          "column": 36
                        },
                        "end": {
                          "line": 129,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 4199,
                          "end": 4216,
                          "loc": {
                            "start": {
                              "line": 128,
                              "column": 6
                            },
                            "end": {
                              "line": 128,
                              "column": 23
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 4199,
                            "end": 4215,
                            "loc": {
                              "start": {
                                "line": 128,
                                "column": 6
                              },
                              "end": {
                                "line": 128,
                                "column": 22
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 4199,
                              "end": 4203,
                              "loc": {
                                "start": {
                                  "line": 128,
                                  "column": 6
                                },
                                "end": {
                                  "line": 128,
                                  "column": 10
                                },
                                "identifierName": "path"
                              },
                              "name": "path"
                            },
                            "right": {
                              "type": "Identifier",
                              "start": 4206,
                              "end": 4215,
                              "loc": {
                                "start": {
                                  "line": 128,
                                  "column": 13
                                },
                                "end": {
                                  "line": 128,
                                  "column": 22
                                },
                                "identifierName": "alternate"
                              },
                              "name": "alternate"
                            }
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": {
                      "type": "IfStatement",
                      "start": 4228,
                      "end": 4358,
                      "loc": {
                        "start": {
                          "line": 129,
                          "column": 11
                        },
                        "end": {
                          "line": 132,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 4232,
                        "end": 4257,
                        "loc": {
                          "start": {
                            "line": 129,
                            "column": 15
                          },
                          "end": {
                            "line": 129,
                            "column": 40
                          }
                        },
                        "left": {
                          "type": "UnaryExpression",
                          "start": 4232,
                          "end": 4237,
                          "loc": {
                            "start": {
                              "line": 129,
                              "column": 15
                            },
                            "end": {
                              "line": 129,
                              "column": 20
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "Identifier",
                            "start": 4233,
                            "end": 4237,
                            "loc": {
                              "start": {
                                "line": 129,
                                "column": 16
                              },
                              "end": {
                                "line": 129,
                                "column": 20
                              },
                              "identifierName": "path"
                            },
                            "name": "path"
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "operator": "&&",
                        "right": {
                          "type": "Identifier",
                          "start": 4241,
                          "end": 4257,
                          "loc": {
                            "start": {
                              "line": 129,
                              "column": 24
                            },
                            "end": {
                              "line": 129,
                              "column": 40
                            },
                            "identifierName": "disableAlternate"
                          },
                          "name": "disableAlternate"
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 4259,
                        "end": 4358,
                        "loc": {
                          "start": {
                            "line": 129,
                            "column": 42
                          },
                          "end": {
                            "line": 132,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 4335,
                            "end": 4352,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 6
                              },
                              "end": {
                                "line": 131,
                                "column": 23
                              }
                            },
                            "argument": {
                              "type": "Identifier",
                              "start": 4342,
                              "end": 4351,
                              "loc": {
                                "start": {
                                  "line": 131,
                                  "column": 13
                                },
                                "end": {
                                  "line": 131,
                                  "column": 22
                                },
                                "identifierName": "alternate"
                              },
                              "name": "alternate",
                              "leadingComments": null
                            },
                            "leadingComments": [
                              {
                                "type": "CommentLine",
                                "value": " when we disable alternate we return the value of alternate",
                                "start": 4267,
                                "end": 4328,
                                "loc": {
                                  "start": {
                                    "line": 130,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 130,
                                    "column": 67
                                  }
                                }
                              }
                            ]
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 4363,
                    "end": 4383,
                    "loc": {
                      "start": {
                        "line": 133,
                        "column": 4
                      },
                      "end": {
                        "line": 133,
                        "column": 24
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 4363,
                      "end": 4382,
                      "loc": {
                        "start": {
                          "line": 133,
                          "column": 4
                        },
                        "end": {
                          "line": 133,
                          "column": 23
                        }
                      },
                      "operator": "+=",
                      "left": {
                        "type": "Identifier",
                        "start": 4363,
                        "end": 4367,
                        "loc": {
                          "start": {
                            "line": 133,
                            "column": 4
                          },
                          "end": {
                            "line": 133,
                            "column": 8
                          },
                          "identifierName": "root"
                        },
                        "name": "root"
                      },
                      "right": {
                        "type": "TemplateLiteral",
                        "start": 4371,
                        "end": 4382,
                        "loc": {
                          "start": {
                            "line": 133,
                            "column": 12
                          },
                          "end": {
                            "line": 133,
                            "column": 23
                          }
                        },
                        "expressions": [
                          {
                            "type": "Identifier",
                            "start": 4376,
                            "end": 4380,
                            "loc": {
                              "start": {
                                "line": 133,
                                "column": 17
                              },
                              "end": {
                                "line": 133,
                                "column": 21
                              },
                              "identifierName": "path"
                            },
                            "name": "path"
                          }
                        ],
                        "quasis": [
                          {
                            "type": "TemplateElement",
                            "start": 4372,
                            "end": 4374,
                            "loc": {
                              "start": {
                                "line": 133,
                                "column": 13
                              },
                              "end": {
                                "line": 133,
                                "column": 15
                              }
                            },
                            "value": {
                              "raw": "\\\\",
                              "cooked": "\\"
                            },
                            "tail": false
                          },
                          {
                            "type": "TemplateElement",
                            "start": 4381,
                            "end": 4381,
                            "loc": {
                              "start": {
                                "line": 133,
                                "column": 22
                              },
                              "end": {
                                "line": 133,
                                "column": 22
                              }
                            },
                            "value": {
                              "raw": "",
                              "cooked": ""
                            },
                            "tail": true
                          }
                        ]
                      }
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 4388,
                    "end": 4400,
                    "loc": {
                      "start": {
                        "line": 134,
                        "column": 4
                      },
                      "end": {
                        "line": 134,
                        "column": 16
                      }
                    },
                    "argument": {
                      "type": "Identifier",
                      "start": 4395,
                      "end": 4399,
                      "loc": {
                        "start": {
                          "line": 134,
                          "column": 11
                        },
                        "end": {
                          "line": 134,
                          "column": 15
                        },
                        "identifierName": "root"
                      },
                      "name": "root"
                    }
                  }
                ],
                "directives": []
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * @param {string} path - location of the file\n   * @param {string} alternate - returns when path is undefined\n   * @param {string} disableAlternate - current working directory is ignored when true, defaults to false\n   ",
                  "start": 3837,
                  "end": 4065,
                  "loc": {
                    "start": {
                      "line": 120,
                      "column": 2
                    },
                    "end": {
                      "line": 124,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 4408,
              "end": 4788,
              "loc": {
                "start": {
                  "line": 137,
                  "column": 2
                },
                "end": {
                  "line": 143,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 4408,
                "end": 4424,
                "loc": {
                  "start": {
                    "line": 137,
                    "column": 2
                  },
                  "end": {
                    "line": 137,
                    "column": 18
                  },
                  "identifierName": "handleOldOptions"
                },
                "name": "handleOldOptions"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 4425,
                  "end": 4432,
                  "loc": {
                    "start": {
                      "line": 137,
                      "column": 19
                    },
                    "end": {
                      "line": 137,
                      "column": 26
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 4434,
                "end": 4788,
                "loc": {
                  "start": {
                    "line": 137,
                    "column": 28
                  },
                  "end": {
                    "line": 143,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "IfStatement",
                    "start": 4440,
                    "end": 4784,
                    "loc": {
                      "start": {
                        "line": 138,
                        "column": 4
                      },
                      "end": {
                        "line": 142,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "LogicalExpression",
                      "start": 4444,
                      "end": 4483,
                      "loc": {
                        "start": {
                          "line": 138,
                          "column": 8
                        },
                        "end": {
                          "line": 138,
                          "column": 47
                        }
                      },
                      "left": {
                        "type": "MemberExpression",
                        "start": 4444,
                        "end": 4456,
                        "loc": {
                          "start": {
                            "line": 138,
                            "column": 8
                          },
                          "end": {
                            "line": 138,
                            "column": 20
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 4444,
                          "end": 4451,
                          "loc": {
                            "start": {
                              "line": 138,
                              "column": 8
                            },
                            "end": {
                              "line": 138,
                              "column": 15
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4452,
                          "end": 4456,
                          "loc": {
                            "start": {
                              "line": 138,
                              "column": 16
                            },
                            "end": {
                              "line": 138,
                              "column": 20
                            },
                            "identifierName": "path"
                          },
                          "name": "path"
                        },
                        "computed": false
                      },
                      "operator": "||",
                      "right": {
                        "type": "MemberExpression",
                        "start": 4460,
                        "end": 4483,
                        "loc": {
                          "start": {
                            "line": 138,
                            "column": 24
                          },
                          "end": {
                            "line": 138,
                            "column": 47
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 4460,
                          "end": 4467,
                          "loc": {
                            "start": {
                              "line": 138,
                              "column": 24
                            },
                            "end": {
                              "line": 138,
                              "column": 31
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4468,
                          "end": 4483,
                          "loc": {
                            "start": {
                              "line": 138,
                              "column": 32
                            },
                            "end": {
                              "line": 138,
                              "column": 47
                            },
                            "identifierName": "elementLocation"
                          },
                          "name": "elementLocation"
                        },
                        "computed": false
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 4485,
                      "end": 4672,
                      "loc": {
                        "start": {
                          "line": 138,
                          "column": 49
                        },
                        "end": {
                          "line": 140,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 4493,
                          "end": 4666,
                          "loc": {
                            "start": {
                              "line": 139,
                              "column": 6
                            },
                            "end": {
                              "line": 139,
                              "column": 179
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 4493,
                            "end": 4665,
                            "loc": {
                              "start": {
                                "line": 139,
                                "column": 6
                              },
                              "end": {
                                "line": 139,
                                "column": 178
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 4493,
                              "end": 4504,
                              "loc": {
                                "start": {
                                  "line": 139,
                                  "column": 6
                                },
                                "end": {
                                  "line": 139,
                                  "column": 17
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 4493,
                                "end": 4499,
                                "loc": {
                                  "start": {
                                    "line": 139,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 139,
                                    "column": 12
                                  },
                                  "identifierName": "logger"
                                },
                                "name": "logger"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4500,
                                "end": 4504,
                                "loc": {
                                  "start": {
                                    "line": 139,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 139,
                                    "column": 17
                                  },
                                  "identifierName": "warn"
                                },
                                "name": "warn"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "TemplateLiteral",
                                "start": 4505,
                                "end": 4664,
                                "loc": {
                                  "start": {
                                    "line": 139,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 139,
                                    "column": 177
                                  }
                                },
                                "expressions": [
                                  {
                                    "type": "ConditionalExpression",
                                    "start": 4508,
                                    "end": 4563,
                                    "loc": {
                                      "start": {
                                        "line": 139,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 139,
                                        "column": 76
                                      }
                                    },
                                    "test": {
                                      "type": "MemberExpression",
                                      "start": 4508,
                                      "end": 4520,
                                      "loc": {
                                        "start": {
                                          "line": 139,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 139,
                                          "column": 33
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 4508,
                                        "end": 4515,
                                        "loc": {
                                          "start": {
                                            "line": 139,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 139,
                                            "column": 28
                                          },
                                          "identifierName": "options"
                                        },
                                        "name": "options"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4516,
                                        "end": 4520,
                                        "loc": {
                                          "start": {
                                            "line": 139,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 139,
                                            "column": 33
                                          },
                                          "identifierName": "path"
                                        },
                                        "name": "path"
                                      },
                                      "computed": false
                                    },
                                    "consequent": {
                                      "type": "StringLiteral",
                                      "start": 4523,
                                      "end": 4536,
                                      "loc": {
                                        "start": {
                                          "line": 139,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 139,
                                          "column": 49
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "server.path",
                                        "raw": "'server.path'"
                                      },
                                      "value": "server.path"
                                    },
                                    "alternate": {
                                      "type": "StringLiteral",
                                      "start": 4539,
                                      "end": 4563,
                                      "loc": {
                                        "start": {
                                          "line": 139,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 139,
                                          "column": 76
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "server.elementLocation",
                                        "raw": "'server.elementLocation'"
                                      },
                                      "value": "server.elementLocation"
                                    }
                                  }
                                ],
                                "quasis": [
                                  {
                                    "type": "TemplateElement",
                                    "start": 4506,
                                    "end": 4506,
                                    "loc": {
                                      "start": {
                                        "line": 139,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 139,
                                        "column": 19
                                      }
                                    },
                                    "value": {
                                      "raw": "",
                                      "cooked": ""
                                    },
                                    "tail": false
                                  },
                                  {
                                    "type": "TemplateElement",
                                    "start": 4564,
                                    "end": 4663,
                                    "loc": {
                                      "start": {
                                        "line": 139,
                                        "column": 77
                                      },
                                      "end": {
                                        "line": 139,
                                        "column": 176
                                      }
                                    },
                                    "value": {
                                      "raw": " is no longer supported, [visit](https://github.com/vandeurenglenn/backed-cli#serve) to learn more'",
                                      "cooked": " is no longer supported, [visit](https://github.com/vandeurenglenn/backed-cli#serve) to learn more'"
                                    },
                                    "tail": true
                                  }
                                ]
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": {
                      "type": "IfStatement",
                      "start": 4678,
                      "end": 4784,
                      "loc": {
                        "start": {
                          "line": 140,
                          "column": 11
                        },
                        "end": {
                          "line": 142,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 4682,
                        "end": 4699,
                        "loc": {
                          "start": {
                            "line": 140,
                            "column": 15
                          },
                          "end": {
                            "line": 140,
                            "column": 32
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 4682,
                          "end": 4689,
                          "loc": {
                            "start": {
                              "line": 140,
                              "column": 15
                            },
                            "end": {
                              "line": 140,
                              "column": 22
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4690,
                          "end": 4699,
                          "loc": {
                            "start": {
                              "line": 140,
                              "column": 23
                            },
                            "end": {
                              "line": 140,
                              "column": 32
                            },
                            "identifierName": "bowerPath"
                          },
                          "name": "bowerPath"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 4701,
                        "end": 4784,
                        "loc": {
                          "start": {
                            "line": 140,
                            "column": 34
                          },
                          "end": {
                            "line": 142,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 4709,
                            "end": 4778,
                            "loc": {
                              "start": {
                                "line": 141,
                                "column": 6
                              },
                              "end": {
                                "line": 141,
                                "column": 75
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 4709,
                              "end": 4777,
                              "loc": {
                                "start": {
                                  "line": 141,
                                  "column": 6
                                },
                                "end": {
                                  "line": 141,
                                  "column": 74
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 4709,
                                "end": 4720,
                                "loc": {
                                  "start": {
                                    "line": 141,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 141,
                                    "column": 17
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4709,
                                  "end": 4715,
                                  "loc": {
                                    "start": {
                                      "line": 141,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 141,
                                      "column": 12
                                    },
                                    "identifierName": "logger"
                                  },
                                  "name": "logger"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4716,
                                  "end": 4720,
                                  "loc": {
                                    "start": {
                                      "line": 141,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 141,
                                      "column": 17
                                    },
                                    "identifierName": "warn"
                                  },
                                  "name": "warn"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 4721,
                                  "end": 4776,
                                  "loc": {
                                    "start": {
                                      "line": 141,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 141,
                                      "column": 73
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "server.bowerPath::deprecated: removal planned @1.0.0+",
                                    "raw": "'server.bowerPath::deprecated: removal planned @1.0.0+'"
                                  },
                                  "value": "server.bowerPath::deprecated: removal planned @1.0.0+"
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "trailingComments": [
                {
                  "type": "CommentLine",
                  "value": " reload() {",
                  "start": 4792,
                  "end": 4805,
                  "loc": {
                    "start": {
                      "line": 145,
                      "column": 2
                    },
                    "end": {
                      "line": 145,
                      "column": 15
                    }
                  }
                },
                {
                  "type": "CommentLine",
                  "value": "   reloadServer.reload();",
                  "start": 4808,
                  "end": 4835,
                  "loc": {
                    "start": {
                      "line": 146,
                      "column": 2
                    },
                    "end": {
                      "line": 146,
                      "column": 29
                    }
                  }
                },
                {
                  "type": "CommentLine",
                  "value": " }",
                  "start": 4838,
                  "end": 4842,
                  "loc": {
                    "start": {
                      "line": 147,
                      "column": 2
                    },
                    "end": {
                      "line": 147,
                      "column": 6
                    }
                  }
                }
              ]
            }
          ]
        },
        "name": "_",
        "leadingComments": [],
        "trailingComments": []
      },
      {
        "type": "Identifier",
        "start": 4845,
        "end": 4873,
        "loc": {
          "start": {
            "line": 149,
            "column": 0
          },
          "end": {
            "line": 149,
            "column": 28
          }
        },
        "declaration": {
          "type": "NewExpression",
          "start": 4860,
          "end": 4872,
          "loc": {
            "start": {
              "line": 149,
              "column": 15
            },
            "end": {
              "line": 149,
              "column": 27
            }
          },
          "callee": {
            "type": "Identifier",
            "start": 4864,
            "end": 4870,
            "loc": {
              "start": {
                "line": 149,
                "column": 19
              },
              "end": {
                "line": 149,
                "column": 25
              },
              "identifierName": "Server"
            },
            "name": "Server"
          },
          "arguments": []
        },
        "name": "_",
        "leadingComments": [],
        "trailingComments": []
      },
      {
        "type": "ExportDefaultDeclaration",
        "start": 4845,
        "end": 4873,
        "loc": {
          "start": {
            "line": 149,
            "column": 0
          },
          "end": {
            "line": 149,
            "column": 28
          }
        },
        "declaration": {
          "type": "ClassDeclaration",
          "start": 647,
          "end": 4844,
          "loc": {
            "start": {
              "line": 31,
              "column": 0
            },
            "end": {
              "line": 148,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 653,
            "end": 659,
            "loc": {
              "start": {
                "line": 31,
                "column": 6
              },
              "end": {
                "line": 31,
                "column": 12
              },
              "identifierName": "Server"
            },
            "name": "Server"
          },
          "superClass": null,
          "body": {
            "type": "ClassBody",
            "start": 660,
            "end": 4844,
            "loc": {
              "start": {
                "line": 31,
                "column": 13
              },
              "end": {
                "line": 148,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ClassMethod",
                "start": 1282,
                "end": 3415,
                "loc": {
                  "start": {
                    "line": 43,
                    "column": 2
                  },
                  "end": {
                    "line": 104,
                    "column": 3
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 1282,
                  "end": 1287,
                  "loc": {
                    "start": {
                      "line": 43,
                      "column": 2
                    },
                    "end": {
                      "line": 43,
                      "column": 7
                    },
                    "identifierName": "serve"
                  },
                  "name": "serve",
                  "leadingComments": null
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "AssignmentPattern",
                    "start": 1288,
                    "end": 1494,
                    "loc": {
                      "start": {
                        "line": 43,
                        "column": 8
                      },
                      "end": {
                        "line": 51,
                        "column": 16
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 1288,
                      "end": 1294,
                      "loc": {
                        "start": {
                          "line": 43,
                          "column": 8
                        },
                        "end": {
                          "line": 43,
                          "column": 14
                        },
                        "identifierName": "config"
                      },
                      "name": "config"
                    },
                    "right": {
                      "type": "ObjectExpression",
                      "start": 1297,
                      "end": 1494,
                      "loc": {
                        "start": {
                          "line": 43,
                          "column": 17
                        },
                        "end": {
                          "line": 51,
                          "column": 16
                        }
                      },
                      "properties": [
                        {
                          "type": "ObjectProperty",
                          "start": 1303,
                          "end": 1313,
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 4
                            },
                            "end": {
                              "line": 44,
                              "column": 14
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 1303,
                            "end": 1308,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 4
                              },
                              "end": {
                                "line": 44,
                                "column": 9
                              },
                              "identifierName": "entry"
                            },
                            "name": "entry"
                          },
                          "value": {
                            "type": "StringLiteral",
                            "start": 1310,
                            "end": 1313,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 11
                              },
                              "end": {
                                "line": 44,
                                "column": 14
                              }
                            },
                            "extra": {
                              "rawValue": "/",
                              "raw": "'/'"
                            },
                            "value": "/"
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 1319,
                          "end": 1331,
                          "loc": {
                            "start": {
                              "line": 45,
                              "column": 4
                            },
                            "end": {
                              "line": 45,
                              "column": 16
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 1319,
                            "end": 1323,
                            "loc": {
                              "start": {
                                "line": 45,
                                "column": 4
                              },
                              "end": {
                                "line": 45,
                                "column": 8
                              },
                              "identifierName": "demo"
                            },
                            "name": "demo"
                          },
                          "value": {
                            "type": "StringLiteral",
                            "start": 1325,
                            "end": 1331,
                            "loc": {
                              "start": {
                                "line": 45,
                                "column": 10
                              },
                              "end": {
                                "line": 45,
                                "column": 16
                              }
                            },
                            "extra": {
                              "rawValue": "demo",
                              "raw": "'demo'"
                            },
                            "value": "demo"
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 1337,
                          "end": 1349,
                          "loc": {
                            "start": {
                              "line": 46,
                              "column": 4
                            },
                            "end": {
                              "line": 46,
                              "column": 16
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 1337,
                            "end": 1341,
                            "loc": {
                              "start": {
                                "line": 46,
                                "column": 4
                              },
                              "end": {
                                "line": 46,
                                "column": 8
                              },
                              "identifierName": "docs"
                            },
                            "name": "docs"
                          },
                          "value": {
                            "type": "StringLiteral",
                            "start": 1343,
                            "end": 1349,
                            "loc": {
                              "start": {
                                "line": 46,
                                "column": 10
                              },
                              "end": {
                                "line": 46,
                                "column": 16
                              }
                            },
                            "extra": {
                              "rawValue": "docs",
                              "raw": "'docs'"
                            },
                            "value": "docs"
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 1355,
                          "end": 1365,
                          "loc": {
                            "start": {
                              "line": 47,
                              "column": 4
                            },
                            "end": {
                              "line": 47,
                              "column": 14
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 1355,
                            "end": 1359,
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 4
                              },
                              "end": {
                                "line": 47,
                                "column": 8
                              },
                              "identifierName": "port"
                            },
                            "name": "port"
                          },
                          "value": {
                            "type": "NumericLiteral",
                            "start": 1361,
                            "end": 1365,
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 10
                              },
                              "end": {
                                "line": 47,
                                "column": 14
                              }
                            },
                            "extra": {
                              "rawValue": 9000,
                              "raw": "9000"
                            },
                            "value": 9000
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 1371,
                          "end": 1404,
                          "loc": {
                            "start": {
                              "line": 48,
                              "column": 4
                            },
                            "end": {
                              "line": 48,
                              "column": 37
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 1371,
                            "end": 1374,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 4
                              },
                              "end": {
                                "line": 48,
                                "column": 7
                              },
                              "identifierName": "use"
                            },
                            "name": "use"
                          },
                          "value": {
                            "type": "ArrayExpression",
                            "start": 1376,
                            "end": 1404,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 9
                              },
                              "end": {
                                "line": 48,
                                "column": 37
                              }
                            },
                            "elements": [
                              {
                                "type": "ObjectExpression",
                                "start": 1377,
                                "end": 1403,
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 36
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "ObjectProperty",
                                    "start": 1378,
                                    "end": 1388,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 21
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 1378,
                                      "end": 1382,
                                      "loc": {
                                        "start": {
                                          "line": 48,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 15
                                        },
                                        "identifierName": "path"
                                      },
                                      "name": "path"
                                    },
                                    "value": {
                                      "type": "NullLiteral",
                                      "start": 1384,
                                      "end": 1388,
                                      "loc": {
                                        "start": {
                                          "line": 48,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 21
                                        }
                                      }
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 1390,
                                    "end": 1402,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 35
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 1390,
                                      "end": 1396,
                                      "loc": {
                                        "start": {
                                          "line": 48,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 29
                                        },
                                        "identifierName": "static"
                                      },
                                      "name": "static"
                                    },
                                    "value": {
                                      "type": "NullLiteral",
                                      "start": 1398,
                                      "end": 1402,
                                      "loc": {
                                        "start": {
                                          "line": 48,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 35
                                        }
                                      }
                                    }
                                  }
                                ]
                              }
                            ]
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 1410,
                          "end": 1439,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 4
                            },
                            "end": {
                              "line": 49,
                              "column": 33
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 1410,
                            "end": 1419,
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 4
                              },
                              "end": {
                                "line": 49,
                                "column": 13
                              },
                              "identifierName": "bowerPath"
                            },
                            "name": "bowerPath"
                          },
                          "value": {
                            "type": "StringLiteral",
                            "start": 1421,
                            "end": 1439,
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 15
                              },
                              "end": {
                                "line": 49,
                                "column": 33
                              }
                            },
                            "extra": {
                              "rawValue": "bower_components",
                              "raw": "'bower_components'"
                            },
                            "value": "bower_components"
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 1445,
                          "end": 1476,
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 4
                            },
                            "end": {
                              "line": 50,
                              "column": 35
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 1445,
                            "end": 1460,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 4
                              },
                              "end": {
                                "line": 50,
                                "column": 19
                              },
                              "identifierName": "nodeModulesPath"
                            },
                            "name": "nodeModulesPath"
                          },
                          "value": {
                            "type": "StringLiteral",
                            "start": 1462,
                            "end": 1476,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 21
                              },
                              "end": {
                                "line": 50,
                                "column": 35
                              }
                            },
                            "extra": {
                              "rawValue": "node_modules",
                              "raw": "'node_modules'"
                            },
                            "value": "node_modules"
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 1482,
                          "end": 1493,
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 4
                            },
                            "end": {
                              "line": 51,
                              "column": 15
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 1482,
                            "end": 1487,
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 4
                              },
                              "end": {
                                "line": 51,
                                "column": 9
                              },
                              "identifierName": "index"
                            },
                            "name": "index"
                          },
                          "value": {
                            "type": "NullLiteral",
                            "start": 1489,
                            "end": 1493,
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 11
                              },
                              "end": {
                                "line": 51,
                                "column": 15
                              }
                            }
                          }
                        }
                      ]
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1496,
                  "end": 3415,
                  "loc": {
                    "start": {
                      "line": 51,
                      "column": 18
                    },
                    "end": {
                      "line": 104,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 1502,
                      "end": 3411,
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 4
                        },
                        "end": {
                          "line": 103,
                          "column": 7
                        }
                      },
                      "argument": {
                        "type": "NewExpression",
                        "start": 1509,
                        "end": 3410,
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 11
                          },
                          "end": {
                            "line": 103,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 1513,
                          "end": 1520,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 15
                            },
                            "end": {
                              "line": 52,
                              "column": 22
                            },
                            "identifierName": "Promise"
                          },
                          "name": "Promise"
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 1521,
                            "end": 3409,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 23
                              },
                              "end": {
                                "line": 103,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 1522,
                                "end": 1529,
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 31
                                  },
                                  "identifierName": "resolve"
                                },
                                "name": "resolve"
                              },
                              {
                                "type": "Identifier",
                                "start": 1531,
                                "end": 1537,
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 39
                                  },
                                  "identifierName": "reject"
                                },
                                "name": "reject"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 1542,
                              "end": 3409,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 44
                                },
                                "end": {
                                  "line": 103,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 1550,
                                  "end": 3403,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 102,
                                      "column": 7
                                    }
                                  },
                                  "test": {
                                    "type": "Identifier",
                                    "start": 1554,
                                    "end": 1560,
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 53,
                                        "column": 16
                                      },
                                      "identifierName": "config"
                                    },
                                    "name": "config"
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 1562,
                                    "end": 3212,
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 100,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 1572,
                                        "end": 1602,
                                        "loc": {
                                          "start": {
                                            "line": 54,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 54,
                                            "column": 38
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 1572,
                                          "end": 1601,
                                          "loc": {
                                            "start": {
                                              "line": 54,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 54,
                                              "column": 37
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 1572,
                                            "end": 1593,
                                            "loc": {
                                              "start": {
                                                "line": 54,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 54,
                                                "column": 29
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 1572,
                                              "end": 1576,
                                              "loc": {
                                                "start": {
                                                  "line": 54,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 54,
                                                  "column": 12
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1577,
                                              "end": 1593,
                                              "loc": {
                                                "start": {
                                                  "line": 54,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 54,
                                                  "column": 29
                                                },
                                                "identifierName": "handleOldOptions"
                                              },
                                              "name": "handleOldOptions"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 1594,
                                              "end": 1600,
                                              "loc": {
                                                "start": {
                                                  "line": 54,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 54,
                                                  "column": 36
                                                },
                                                "identifierName": "config"
                                              },
                                              "name": "config"
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "IfStatement",
                                        "start": 1611,
                                        "end": 1779,
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 59,
                                            "column": 9
                                          }
                                        },
                                        "test": {
                                          "type": "MemberExpression",
                                          "start": 1615,
                                          "end": 1625,
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 55,
                                              "column": 22
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1615,
                                            "end": 1621,
                                            "loc": {
                                              "start": {
                                                "line": 55,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 55,
                                                "column": 18
                                              },
                                              "identifierName": "config"
                                            },
                                            "name": "config"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1622,
                                            "end": 1625,
                                            "loc": {
                                              "start": {
                                                "line": 55,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 55,
                                                "column": 22
                                              },
                                              "identifierName": "use"
                                            },
                                            "name": "use"
                                          },
                                          "computed": false
                                        },
                                        "consequent": {
                                          "type": "BlockStatement",
                                          "start": 1627,
                                          "end": 1779,
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 59,
                                              "column": 9
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ForOfStatement",
                                              "start": 1639,
                                              "end": 1769,
                                              "loc": {
                                                "start": {
                                                  "line": 56,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 58,
                                                  "column": 11
                                                }
                                              },
                                              "left": {
                                                "type": "VariableDeclaration",
                                                "start": 1644,
                                                "end": 1651,
                                                "loc": {
                                                  "start": {
                                                    "line": 56,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 56,
                                                    "column": 22
                                                  }
                                                },
                                                "declarations": [
                                                  {
                                                    "type": "VariableDeclarator",
                                                    "start": 1648,
                                                    "end": 1651,
                                                    "loc": {
                                                      "start": {
                                                        "line": 56,
                                                        "column": 19
                                                      },
                                                      "end": {
                                                        "line": 56,
                                                        "column": 22
                                                      }
                                                    },
                                                    "id": {
                                                      "type": "Identifier",
                                                      "start": 1648,
                                                      "end": 1651,
                                                      "loc": {
                                                        "start": {
                                                          "line": 56,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 56,
                                                          "column": 22
                                                        },
                                                        "identifierName": "use"
                                                      },
                                                      "name": "use"
                                                    },
                                                    "init": null
                                                  }
                                                ],
                                                "kind": "let"
                                              },
                                              "right": {
                                                "type": "MemberExpression",
                                                "start": 1655,
                                                "end": 1665,
                                                "loc": {
                                                  "start": {
                                                    "line": 56,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 56,
                                                    "column": 36
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1655,
                                                  "end": 1661,
                                                  "loc": {
                                                    "start": {
                                                      "line": 56,
                                                      "column": 26
                                                    },
                                                    "end": {
                                                      "line": 56,
                                                      "column": 32
                                                    },
                                                    "identifierName": "config"
                                                  },
                                                  "name": "config"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1662,
                                                  "end": 1665,
                                                  "loc": {
                                                    "start": {
                                                      "line": 56,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 56,
                                                      "column": 36
                                                    },
                                                    "identifierName": "use"
                                                  },
                                                  "name": "use"
                                                },
                                                "computed": false
                                              },
                                              "body": {
                                                "type": "BlockStatement",
                                                "start": 1667,
                                                "end": 1769,
                                                "loc": {
                                                  "start": {
                                                    "line": 56,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 58,
                                                    "column": 11
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 1681,
                                                    "end": 1757,
                                                    "loc": {
                                                      "start": {
                                                        "line": 57,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 57,
                                                        "column": 88
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "CallExpression",
                                                      "start": 1681,
                                                      "end": 1756,
                                                      "loc": {
                                                        "start": {
                                                          "line": 57,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 57,
                                                          "column": 87
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 1681,
                                                        "end": 1688,
                                                        "loc": {
                                                          "start": {
                                                            "line": 57,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 57,
                                                            "column": 19
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 1681,
                                                          "end": 1684,
                                                          "loc": {
                                                            "start": {
                                                              "line": 57,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 57,
                                                              "column": 15
                                                            },
                                                            "identifierName": "app"
                                                          },
                                                          "name": "app"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 1685,
                                                          "end": 1688,
                                                          "loc": {
                                                            "start": {
                                                              "line": 57,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 57,
                                                              "column": 19
                                                            },
                                                            "identifierName": "use"
                                                          },
                                                          "name": "use"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "MemberExpression",
                                                          "start": 1689,
                                                          "end": 1697,
                                                          "loc": {
                                                            "start": {
                                                              "line": 57,
                                                              "column": 20
                                                            },
                                                            "end": {
                                                              "line": 57,
                                                              "column": 28
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 1689,
                                                            "end": 1692,
                                                            "loc": {
                                                              "start": {
                                                                "line": 57,
                                                                "column": 20
                                                              },
                                                              "end": {
                                                                "line": 57,
                                                                "column": 23
                                                              },
                                                              "identifierName": "use"
                                                            },
                                                            "name": "use"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 1693,
                                                            "end": 1697,
                                                            "loc": {
                                                              "start": {
                                                                "line": 57,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 57,
                                                                "column": 28
                                                              },
                                                              "identifierName": "path"
                                                            },
                                                            "name": "path"
                                                          },
                                                          "computed": false
                                                        },
                                                        {
                                                          "type": "CallExpression",
                                                          "start": 1699,
                                                          "end": 1755,
                                                          "loc": {
                                                            "start": {
                                                              "line": 57,
                                                              "column": 30
                                                            },
                                                            "end": {
                                                              "line": 57,
                                                              "column": 86
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 1699,
                                                            "end": 1713,
                                                            "loc": {
                                                              "start": {
                                                                "line": 57,
                                                                "column": 30
                                                              },
                                                              "end": {
                                                                "line": 57,
                                                                "column": 44
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 1699,
                                                              "end": 1706,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 57,
                                                                  "column": 30
                                                                },
                                                                "end": {
                                                                  "line": 57,
                                                                  "column": 37
                                                                },
                                                                "identifierName": "express"
                                                              },
                                                              "name": "express"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 1707,
                                                              "end": 1713,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 57,
                                                                  "column": 38
                                                                },
                                                                "end": {
                                                                  "line": 57,
                                                                  "column": 44
                                                                },
                                                                "identifierName": "static"
                                                              },
                                                              "name": "static"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "CallExpression",
                                                              "start": 1714,
                                                              "end": 1754,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 57,
                                                                  "column": 45
                                                                },
                                                                "end": {
                                                                  "line": 57,
                                                                  "column": 85
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 1714,
                                                                "end": 1730,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 57,
                                                                    "column": 45
                                                                  },
                                                                  "end": {
                                                                    "line": 57,
                                                                    "column": 61
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "ThisExpression",
                                                                  "start": 1714,
                                                                  "end": 1718,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 57,
                                                                      "column": 45
                                                                    },
                                                                    "end": {
                                                                      "line": 57,
                                                                      "column": 49
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 1719,
                                                                  "end": 1730,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 57,
                                                                      "column": 50
                                                                    },
                                                                    "end": {
                                                                      "line": 57,
                                                                      "column": 61
                                                                    },
                                                                    "identifierName": "appLocation"
                                                                  },
                                                                  "name": "appLocation"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "LogicalExpression",
                                                                  "start": 1731,
                                                                  "end": 1753,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 57,
                                                                      "column": 62
                                                                    },
                                                                    "end": {
                                                                      "line": 57,
                                                                      "column": 84
                                                                    }
                                                                  },
                                                                  "left": {
                                                                    "type": "MemberExpression",
                                                                    "start": 1731,
                                                                    "end": 1741,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 57,
                                                                        "column": 62
                                                                      },
                                                                      "end": {
                                                                        "line": 57,
                                                                        "column": 72
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "start": 1731,
                                                                      "end": 1734,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 57,
                                                                          "column": 62
                                                                        },
                                                                        "end": {
                                                                          "line": 57,
                                                                          "column": 65
                                                                        },
                                                                        "identifierName": "use"
                                                                      },
                                                                      "name": "use"
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 1735,
                                                                      "end": 1741,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 57,
                                                                          "column": 66
                                                                        },
                                                                        "end": {
                                                                          "line": 57,
                                                                          "column": 72
                                                                        },
                                                                        "identifierName": "static"
                                                                      },
                                                                      "name": "static"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "operator": "||",
                                                                  "right": {
                                                                    "type": "MemberExpression",
                                                                    "start": 1745,
                                                                    "end": 1753,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 57,
                                                                        "column": 76
                                                                      },
                                                                      "end": {
                                                                        "line": 57,
                                                                        "column": 84
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "start": 1745,
                                                                      "end": 1748,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 57,
                                                                          "column": 76
                                                                        },
                                                                        "end": {
                                                                          "line": 57,
                                                                          "column": 79
                                                                        },
                                                                        "identifierName": "use"
                                                                      },
                                                                      "name": "use"
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 1749,
                                                                      "end": 1753,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 57,
                                                                          "column": 80
                                                                        },
                                                                        "end": {
                                                                          "line": 57,
                                                                          "column": 84
                                                                        },
                                                                        "identifierName": "path"
                                                                      },
                                                                      "name": "path"
                                                                    },
                                                                    "computed": false
                                                                  }
                                                                }
                                                              ]
                                                            }
                                                          ]
                                                        }
                                                      ]
                                                    }
                                                  }
                                                ],
                                                "directives": []
                                              }
                                            }
                                          ],
                                          "directives": []
                                        },
                                        "alternate": null
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 1789,
                                        "end": 1861,
                                        "loc": {
                                          "start": {
                                            "line": 61,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 62,
                                            "column": 43
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 1789,
                                          "end": 1860,
                                          "loc": {
                                            "start": {
                                              "line": 61,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 62,
                                              "column": 42
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 1789,
                                            "end": 1796,
                                            "loc": {
                                              "start": {
                                                "line": 61,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 61,
                                                "column": 15
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 1789,
                                              "end": 1792,
                                              "loc": {
                                                "start": {
                                                  "line": 61,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 61,
                                                  "column": 11
                                                },
                                                "identifierName": "app"
                                              },
                                              "name": "app"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1793,
                                              "end": 1796,
                                              "loc": {
                                                "start": {
                                                  "line": 61,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 61,
                                                  "column": 15
                                                },
                                                "identifierName": "use"
                                              },
                                              "name": "use"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "StringLiteral",
                                              "start": 1797,
                                              "end": 1800,
                                              "loc": {
                                                "start": {
                                                  "line": 61,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 61,
                                                  "column": 19
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "/",
                                                "raw": "'/'"
                                              },
                                              "value": "/"
                                            },
                                            {
                                              "type": "CallExpression",
                                              "start": 1802,
                                              "end": 1859,
                                              "loc": {
                                                "start": {
                                                  "line": 61,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 62,
                                                  "column": 41
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 1802,
                                                "end": 1816,
                                                "loc": {
                                                  "start": {
                                                    "line": 61,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 61,
                                                    "column": 35
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1802,
                                                  "end": 1809,
                                                  "loc": {
                                                    "start": {
                                                      "line": 61,
                                                      "column": 21
                                                    },
                                                    "end": {
                                                      "line": 61,
                                                      "column": 28
                                                    },
                                                    "identifierName": "express"
                                                  },
                                                  "name": "express"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1810,
                                                  "end": 1816,
                                                  "loc": {
                                                    "start": {
                                                      "line": 61,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 61,
                                                      "column": 35
                                                    },
                                                    "identifierName": "static"
                                                  },
                                                  "name": "static"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "CallExpression",
                                                  "start": 1828,
                                                  "end": 1858,
                                                  "loc": {
                                                    "start": {
                                                      "line": 62,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 62,
                                                      "column": 40
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 1828,
                                                    "end": 1844,
                                                    "loc": {
                                                      "start": {
                                                        "line": 62,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 62,
                                                        "column": 26
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 1828,
                                                      "end": 1832,
                                                      "loc": {
                                                        "start": {
                                                          "line": 62,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 62,
                                                          "column": 14
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 1833,
                                                      "end": 1844,
                                                      "loc": {
                                                        "start": {
                                                          "line": 62,
                                                          "column": 15
                                                        },
                                                        "end": {
                                                          "line": 62,
                                                          "column": 26
                                                        },
                                                        "identifierName": "appLocation"
                                                      },
                                                      "name": "appLocation"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "start": 1845,
                                                      "end": 1857,
                                                      "loc": {
                                                        "start": {
                                                          "line": 62,
                                                          "column": 27
                                                        },
                                                        "end": {
                                                          "line": 62,
                                                          "column": 39
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 1845,
                                                        "end": 1851,
                                                        "loc": {
                                                          "start": {
                                                            "line": 62,
                                                            "column": 27
                                                          },
                                                          "end": {
                                                            "line": 62,
                                                            "column": 33
                                                          },
                                                          "identifierName": "config"
                                                        },
                                                        "name": "config"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 1852,
                                                        "end": 1857,
                                                        "loc": {
                                                          "start": {
                                                            "line": 62,
                                                            "column": 34
                                                          },
                                                          "end": {
                                                            "line": 62,
                                                            "column": 39
                                                          },
                                                          "identifierName": "entry"
                                                        },
                                                        "name": "entry"
                                                      },
                                                      "computed": false
                                                    }
                                                  ]
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 1871,
                                        "end": 1983,
                                        "loc": {
                                          "start": {
                                            "line": 64,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 65,
                                            "column": 67
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 1871,
                                          "end": 1982,
                                          "loc": {
                                            "start": {
                                              "line": 64,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 65,
                                              "column": 66
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 1871,
                                            "end": 1878,
                                            "loc": {
                                              "start": {
                                                "line": 64,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 64,
                                                "column": 15
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 1871,
                                              "end": 1874,
                                              "loc": {
                                                "start": {
                                                  "line": 64,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 64,
                                                  "column": 11
                                                },
                                                "identifierName": "app"
                                              },
                                              "name": "app"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1875,
                                              "end": 1878,
                                              "loc": {
                                                "start": {
                                                  "line": 64,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 64,
                                                  "column": 15
                                                },
                                                "identifierName": "use"
                                              },
                                              "name": "use"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "StringLiteral",
                                              "start": 1879,
                                              "end": 1898,
                                              "loc": {
                                                "start": {
                                                  "line": 64,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 64,
                                                  "column": 35
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "/bower_components",
                                                "raw": "'/bower_components'"
                                              },
                                              "value": "/bower_components"
                                            },
                                            {
                                              "type": "CallExpression",
                                              "start": 1900,
                                              "end": 1981,
                                              "loc": {
                                                "start": {
                                                  "line": 64,
                                                  "column": 37
                                                },
                                                "end": {
                                                  "line": 65,
                                                  "column": 65
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 1900,
                                                "end": 1914,
                                                "loc": {
                                                  "start": {
                                                    "line": 64,
                                                    "column": 37
                                                  },
                                                  "end": {
                                                    "line": 64,
                                                    "column": 51
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1900,
                                                  "end": 1907,
                                                  "loc": {
                                                    "start": {
                                                      "line": 64,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 64,
                                                      "column": 44
                                                    },
                                                    "identifierName": "express"
                                                  },
                                                  "name": "express"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1908,
                                                  "end": 1914,
                                                  "loc": {
                                                    "start": {
                                                      "line": 64,
                                                      "column": 45
                                                    },
                                                    "end": {
                                                      "line": 64,
                                                      "column": 51
                                                    },
                                                    "identifierName": "static"
                                                  },
                                                  "name": "static"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "CallExpression",
                                                  "start": 1926,
                                                  "end": 1980,
                                                  "loc": {
                                                    "start": {
                                                      "line": 65,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 65,
                                                      "column": 64
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 1926,
                                                    "end": 1942,
                                                    "loc": {
                                                      "start": {
                                                        "line": 65,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 65,
                                                        "column": 26
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 1926,
                                                      "end": 1930,
                                                      "loc": {
                                                        "start": {
                                                          "line": 65,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 65,
                                                          "column": 14
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 1931,
                                                      "end": 1942,
                                                      "loc": {
                                                        "start": {
                                                          "line": 65,
                                                          "column": 15
                                                        },
                                                        "end": {
                                                          "line": 65,
                                                          "column": 26
                                                        },
                                                        "identifierName": "appLocation"
                                                      },
                                                      "name": "appLocation"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "start": 1943,
                                                      "end": 1959,
                                                      "loc": {
                                                        "start": {
                                                          "line": 65,
                                                          "column": 27
                                                        },
                                                        "end": {
                                                          "line": 65,
                                                          "column": 43
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 1943,
                                                        "end": 1949,
                                                        "loc": {
                                                          "start": {
                                                            "line": 65,
                                                            "column": 27
                                                          },
                                                          "end": {
                                                            "line": 65,
                                                            "column": 33
                                                          },
                                                          "identifierName": "config"
                                                        },
                                                        "name": "config"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 1950,
                                                        "end": 1959,
                                                        "loc": {
                                                          "start": {
                                                            "line": 65,
                                                            "column": 34
                                                          },
                                                          "end": {
                                                            "line": 65,
                                                            "column": 43
                                                          },
                                                          "identifierName": "bowerPath"
                                                        },
                                                        "name": "bowerPath"
                                                      },
                                                      "computed": false
                                                    },
                                                    {
                                                      "type": "StringLiteral",
                                                      "start": 1961,
                                                      "end": 1979,
                                                      "loc": {
                                                        "start": {
                                                          "line": 65,
                                                          "column": 45
                                                        },
                                                        "end": {
                                                          "line": 65,
                                                          "column": 63
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": "bower_components",
                                                        "raw": "'bower_components'"
                                                      },
                                                      "value": "bower_components"
                                                    }
                                                  ]
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 1993,
                                        "end": 2103,
                                        "loc": {
                                          "start": {
                                            "line": 67,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 68,
                                            "column": 69
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 1993,
                                          "end": 2102,
                                          "loc": {
                                            "start": {
                                              "line": 67,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 68,
                                              "column": 68
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 1993,
                                            "end": 2000,
                                            "loc": {
                                              "start": {
                                                "line": 67,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 67,
                                                "column": 15
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 1993,
                                              "end": 1996,
                                              "loc": {
                                                "start": {
                                                  "line": 67,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 67,
                                                  "column": 11
                                                },
                                                "identifierName": "app"
                                              },
                                              "name": "app"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1997,
                                              "end": 2000,
                                              "loc": {
                                                "start": {
                                                  "line": 67,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 67,
                                                  "column": 15
                                                },
                                                "identifierName": "use"
                                              },
                                              "name": "use"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "StringLiteral",
                                              "start": 2001,
                                              "end": 2016,
                                              "loc": {
                                                "start": {
                                                  "line": 67,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 67,
                                                  "column": 31
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "/node_modules",
                                                "raw": "'/node_modules'"
                                              },
                                              "value": "/node_modules"
                                            },
                                            {
                                              "type": "CallExpression",
                                              "start": 2018,
                                              "end": 2101,
                                              "loc": {
                                                "start": {
                                                  "line": 67,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 68,
                                                  "column": 67
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 2018,
                                                "end": 2032,
                                                "loc": {
                                                  "start": {
                                                    "line": 67,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 67,
                                                    "column": 47
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 2018,
                                                  "end": 2025,
                                                  "loc": {
                                                    "start": {
                                                      "line": 67,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 67,
                                                      "column": 40
                                                    },
                                                    "identifierName": "express"
                                                  },
                                                  "name": "express"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2026,
                                                  "end": 2032,
                                                  "loc": {
                                                    "start": {
                                                      "line": 67,
                                                      "column": 41
                                                    },
                                                    "end": {
                                                      "line": 67,
                                                      "column": 47
                                                    },
                                                    "identifierName": "static"
                                                  },
                                                  "name": "static"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "CallExpression",
                                                  "start": 2044,
                                                  "end": 2100,
                                                  "loc": {
                                                    "start": {
                                                      "line": 68,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 68,
                                                      "column": 66
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 2044,
                                                    "end": 2060,
                                                    "loc": {
                                                      "start": {
                                                        "line": 68,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 68,
                                                        "column": 26
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 2044,
                                                      "end": 2048,
                                                      "loc": {
                                                        "start": {
                                                          "line": 68,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 68,
                                                          "column": 14
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2049,
                                                      "end": 2060,
                                                      "loc": {
                                                        "start": {
                                                          "line": 68,
                                                          "column": 15
                                                        },
                                                        "end": {
                                                          "line": 68,
                                                          "column": 26
                                                        },
                                                        "identifierName": "appLocation"
                                                      },
                                                      "name": "appLocation"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "start": 2061,
                                                      "end": 2083,
                                                      "loc": {
                                                        "start": {
                                                          "line": 68,
                                                          "column": 27
                                                        },
                                                        "end": {
                                                          "line": 68,
                                                          "column": 49
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 2061,
                                                        "end": 2067,
                                                        "loc": {
                                                          "start": {
                                                            "line": 68,
                                                            "column": 27
                                                          },
                                                          "end": {
                                                            "line": 68,
                                                            "column": 33
                                                          },
                                                          "identifierName": "config"
                                                        },
                                                        "name": "config"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 2068,
                                                        "end": 2083,
                                                        "loc": {
                                                          "start": {
                                                            "line": 68,
                                                            "column": 34
                                                          },
                                                          "end": {
                                                            "line": 68,
                                                            "column": 49
                                                          },
                                                          "identifierName": "nodeModulesPath"
                                                        },
                                                        "name": "nodeModulesPath"
                                                      },
                                                      "computed": false
                                                    },
                                                    {
                                                      "type": "StringLiteral",
                                                      "start": 2085,
                                                      "end": 2099,
                                                      "loc": {
                                                        "start": {
                                                          "line": 68,
                                                          "column": 51
                                                        },
                                                        "end": {
                                                          "line": 68,
                                                          "column": 65
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": "node_modules",
                                                        "raw": "'node_modules'"
                                                      },
                                                      "value": "node_modules"
                                                    }
                                                  ]
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 2113,
                                        "end": 2228,
                                        "loc": {
                                          "start": {
                                            "line": 70,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 71,
                                            "column": 69
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 2113,
                                          "end": 2227,
                                          "loc": {
                                            "start": {
                                              "line": 70,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 71,
                                              "column": 68
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 2113,
                                            "end": 2120,
                                            "loc": {
                                              "start": {
                                                "line": 70,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 70,
                                                "column": 15
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2113,
                                              "end": 2116,
                                              "loc": {
                                                "start": {
                                                  "line": 70,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 70,
                                                  "column": 11
                                                },
                                                "identifierName": "app"
                                              },
                                              "name": "app"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2117,
                                              "end": 2120,
                                              "loc": {
                                                "start": {
                                                  "line": 70,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 70,
                                                  "column": 15
                                                },
                                                "identifierName": "use"
                                              },
                                              "name": "use"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "StringLiteral",
                                              "start": 2121,
                                              "end": 2141,
                                              "loc": {
                                                "start": {
                                                  "line": 70,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 70,
                                                  "column": 36
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "/demo/node_modules",
                                                "raw": "'/demo/node_modules'"
                                              },
                                              "value": "/demo/node_modules"
                                            },
                                            {
                                              "type": "CallExpression",
                                              "start": 2143,
                                              "end": 2226,
                                              "loc": {
                                                "start": {
                                                  "line": 70,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 71,
                                                  "column": 67
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 2143,
                                                "end": 2157,
                                                "loc": {
                                                  "start": {
                                                    "line": 70,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 70,
                                                    "column": 52
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 2143,
                                                  "end": 2150,
                                                  "loc": {
                                                    "start": {
                                                      "line": 70,
                                                      "column": 38
                                                    },
                                                    "end": {
                                                      "line": 70,
                                                      "column": 45
                                                    },
                                                    "identifierName": "express"
                                                  },
                                                  "name": "express"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2151,
                                                  "end": 2157,
                                                  "loc": {
                                                    "start": {
                                                      "line": 70,
                                                      "column": 46
                                                    },
                                                    "end": {
                                                      "line": 70,
                                                      "column": 52
                                                    },
                                                    "identifierName": "static"
                                                  },
                                                  "name": "static"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "CallExpression",
                                                  "start": 2169,
                                                  "end": 2225,
                                                  "loc": {
                                                    "start": {
                                                      "line": 71,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 71,
                                                      "column": 66
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 2169,
                                                    "end": 2185,
                                                    "loc": {
                                                      "start": {
                                                        "line": 71,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 71,
                                                        "column": 26
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 2169,
                                                      "end": 2173,
                                                      "loc": {
                                                        "start": {
                                                          "line": 71,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 71,
                                                          "column": 14
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2174,
                                                      "end": 2185,
                                                      "loc": {
                                                        "start": {
                                                          "line": 71,
                                                          "column": 15
                                                        },
                                                        "end": {
                                                          "line": 71,
                                                          "column": 26
                                                        },
                                                        "identifierName": "appLocation"
                                                      },
                                                      "name": "appLocation"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "start": 2186,
                                                      "end": 2208,
                                                      "loc": {
                                                        "start": {
                                                          "line": 71,
                                                          "column": 27
                                                        },
                                                        "end": {
                                                          "line": 71,
                                                          "column": 49
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 2186,
                                                        "end": 2192,
                                                        "loc": {
                                                          "start": {
                                                            "line": 71,
                                                            "column": 27
                                                          },
                                                          "end": {
                                                            "line": 71,
                                                            "column": 33
                                                          },
                                                          "identifierName": "config"
                                                        },
                                                        "name": "config"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 2193,
                                                        "end": 2208,
                                                        "loc": {
                                                          "start": {
                                                            "line": 71,
                                                            "column": 34
                                                          },
                                                          "end": {
                                                            "line": 71,
                                                            "column": 49
                                                          },
                                                          "identifierName": "nodeModulesPath"
                                                        },
                                                        "name": "nodeModulesPath"
                                                      },
                                                      "computed": false
                                                    },
                                                    {
                                                      "type": "StringLiteral",
                                                      "start": 2210,
                                                      "end": 2224,
                                                      "loc": {
                                                        "start": {
                                                          "line": 71,
                                                          "column": 51
                                                        },
                                                        "end": {
                                                          "line": 71,
                                                          "column": 65
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": "node_modules",
                                                        "raw": "'node_modules'"
                                                      },
                                                      "value": "node_modules"
                                                    }
                                                  ]
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 2238,
                                        "end": 2321,
                                        "loc": {
                                          "start": {
                                            "line": 73,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 74,
                                            "column": 50
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 2238,
                                          "end": 2320,
                                          "loc": {
                                            "start": {
                                              "line": 73,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 74,
                                              "column": 49
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 2238,
                                            "end": 2245,
                                            "loc": {
                                              "start": {
                                                "line": 73,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 73,
                                                "column": 15
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2238,
                                              "end": 2241,
                                              "loc": {
                                                "start": {
                                                  "line": 73,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 73,
                                                  "column": 11
                                                },
                                                "identifierName": "app"
                                              },
                                              "name": "app"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2242,
                                              "end": 2245,
                                              "loc": {
                                                "start": {
                                                  "line": 73,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 73,
                                                  "column": 15
                                                },
                                                "identifierName": "use"
                                              },
                                              "name": "use"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "StringLiteral",
                                              "start": 2246,
                                              "end": 2253,
                                              "loc": {
                                                "start": {
                                                  "line": 73,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 73,
                                                  "column": 23
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "/demo",
                                                "raw": "'/demo'"
                                              },
                                              "value": "/demo"
                                            },
                                            {
                                              "type": "CallExpression",
                                              "start": 2255,
                                              "end": 2319,
                                              "loc": {
                                                "start": {
                                                  "line": 73,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 74,
                                                  "column": 48
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 2255,
                                                "end": 2269,
                                                "loc": {
                                                  "start": {
                                                    "line": 73,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 73,
                                                    "column": 39
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 2255,
                                                  "end": 2262,
                                                  "loc": {
                                                    "start": {
                                                      "line": 73,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 73,
                                                      "column": 32
                                                    },
                                                    "identifierName": "express"
                                                  },
                                                  "name": "express"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2263,
                                                  "end": 2269,
                                                  "loc": {
                                                    "start": {
                                                      "line": 73,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 73,
                                                      "column": 39
                                                    },
                                                    "identifierName": "static"
                                                  },
                                                  "name": "static"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "CallExpression",
                                                  "start": 2281,
                                                  "end": 2318,
                                                  "loc": {
                                                    "start": {
                                                      "line": 74,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 74,
                                                      "column": 47
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 2281,
                                                    "end": 2297,
                                                    "loc": {
                                                      "start": {
                                                        "line": 74,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 74,
                                                        "column": 26
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 2281,
                                                      "end": 2285,
                                                      "loc": {
                                                        "start": {
                                                          "line": 74,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 74,
                                                          "column": 14
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2286,
                                                      "end": 2297,
                                                      "loc": {
                                                        "start": {
                                                          "line": 74,
                                                          "column": 15
                                                        },
                                                        "end": {
                                                          "line": 74,
                                                          "column": 26
                                                        },
                                                        "identifierName": "appLocation"
                                                      },
                                                      "name": "appLocation"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "start": 2298,
                                                      "end": 2309,
                                                      "loc": {
                                                        "start": {
                                                          "line": 74,
                                                          "column": 27
                                                        },
                                                        "end": {
                                                          "line": 74,
                                                          "column": 38
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 2298,
                                                        "end": 2304,
                                                        "loc": {
                                                          "start": {
                                                            "line": 74,
                                                            "column": 27
                                                          },
                                                          "end": {
                                                            "line": 74,
                                                            "column": 33
                                                          },
                                                          "identifierName": "config"
                                                        },
                                                        "name": "config"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 2305,
                                                        "end": 2309,
                                                        "loc": {
                                                          "start": {
                                                            "line": 74,
                                                            "column": 34
                                                          },
                                                          "end": {
                                                            "line": 74,
                                                            "column": 38
                                                          },
                                                          "identifierName": "demo"
                                                        },
                                                        "name": "demo"
                                                      },
                                                      "computed": false
                                                    },
                                                    {
                                                      "type": "StringLiteral",
                                                      "start": 2311,
                                                      "end": 2317,
                                                      "loc": {
                                                        "start": {
                                                          "line": 74,
                                                          "column": 40
                                                        },
                                                        "end": {
                                                          "line": 74,
                                                          "column": 46
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": "demo",
                                                        "raw": "'demo'"
                                                      },
                                                      "value": "demo"
                                                    }
                                                  ]
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 2331,
                                        "end": 2414,
                                        "loc": {
                                          "start": {
                                            "line": 76,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 77,
                                            "column": 50
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 2331,
                                          "end": 2413,
                                          "loc": {
                                            "start": {
                                              "line": 76,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 77,
                                              "column": 49
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 2331,
                                            "end": 2338,
                                            "loc": {
                                              "start": {
                                                "line": 76,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 76,
                                                "column": 15
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2331,
                                              "end": 2334,
                                              "loc": {
                                                "start": {
                                                  "line": 76,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 76,
                                                  "column": 11
                                                },
                                                "identifierName": "app"
                                              },
                                              "name": "app"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2335,
                                              "end": 2338,
                                              "loc": {
                                                "start": {
                                                  "line": 76,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 76,
                                                  "column": 15
                                                },
                                                "identifierName": "use"
                                              },
                                              "name": "use"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "StringLiteral",
                                              "start": 2339,
                                              "end": 2346,
                                              "loc": {
                                                "start": {
                                                  "line": 76,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 76,
                                                  "column": 23
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "/docs",
                                                "raw": "'/docs'"
                                              },
                                              "value": "/docs"
                                            },
                                            {
                                              "type": "CallExpression",
                                              "start": 2348,
                                              "end": 2412,
                                              "loc": {
                                                "start": {
                                                  "line": 76,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 77,
                                                  "column": 48
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 2348,
                                                "end": 2362,
                                                "loc": {
                                                  "start": {
                                                    "line": 76,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 76,
                                                    "column": 39
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 2348,
                                                  "end": 2355,
                                                  "loc": {
                                                    "start": {
                                                      "line": 76,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 76,
                                                      "column": 32
                                                    },
                                                    "identifierName": "express"
                                                  },
                                                  "name": "express"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2356,
                                                  "end": 2362,
                                                  "loc": {
                                                    "start": {
                                                      "line": 76,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 76,
                                                      "column": 39
                                                    },
                                                    "identifierName": "static"
                                                  },
                                                  "name": "static"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "CallExpression",
                                                  "start": 2374,
                                                  "end": 2411,
                                                  "loc": {
                                                    "start": {
                                                      "line": 77,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 77,
                                                      "column": 47
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 2374,
                                                    "end": 2390,
                                                    "loc": {
                                                      "start": {
                                                        "line": 77,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 77,
                                                        "column": 26
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 2374,
                                                      "end": 2378,
                                                      "loc": {
                                                        "start": {
                                                          "line": 77,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 77,
                                                          "column": 14
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2379,
                                                      "end": 2390,
                                                      "loc": {
                                                        "start": {
                                                          "line": 77,
                                                          "column": 15
                                                        },
                                                        "end": {
                                                          "line": 77,
                                                          "column": 26
                                                        },
                                                        "identifierName": "appLocation"
                                                      },
                                                      "name": "appLocation"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "start": 2391,
                                                      "end": 2402,
                                                      "loc": {
                                                        "start": {
                                                          "line": 77,
                                                          "column": 27
                                                        },
                                                        "end": {
                                                          "line": 77,
                                                          "column": 38
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 2391,
                                                        "end": 2397,
                                                        "loc": {
                                                          "start": {
                                                            "line": 77,
                                                            "column": 27
                                                          },
                                                          "end": {
                                                            "line": 77,
                                                            "column": 33
                                                          },
                                                          "identifierName": "config"
                                                        },
                                                        "name": "config"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 2398,
                                                        "end": 2402,
                                                        "loc": {
                                                          "start": {
                                                            "line": 77,
                                                            "column": 34
                                                          },
                                                          "end": {
                                                            "line": 77,
                                                            "column": 38
                                                          },
                                                          "identifierName": "docs"
                                                        },
                                                        "name": "docs"
                                                      },
                                                      "computed": false
                                                    },
                                                    {
                                                      "type": "StringLiteral",
                                                      "start": 2404,
                                                      "end": 2410,
                                                      "loc": {
                                                        "start": {
                                                          "line": 77,
                                                          "column": 40
                                                        },
                                                        "end": {
                                                          "line": 77,
                                                          "column": 46
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": "docs",
                                                        "raw": "'docs'"
                                                      },
                                                      "value": "docs"
                                                    }
                                                  ]
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 2424,
                                        "end": 2519,
                                        "loc": {
                                          "start": {
                                            "line": 79,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 81,
                                            "column": 11
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 2424,
                                          "end": 2518,
                                          "loc": {
                                            "start": {
                                              "line": 79,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 81,
                                              "column": 10
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 2424,
                                            "end": 2431,
                                            "loc": {
                                              "start": {
                                                "line": 79,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 79,
                                                "column": 15
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2424,
                                              "end": 2427,
                                              "loc": {
                                                "start": {
                                                  "line": 79,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 79,
                                                  "column": 11
                                                },
                                                "identifierName": "app"
                                              },
                                              "name": "app"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2428,
                                              "end": 2431,
                                              "loc": {
                                                "start": {
                                                  "line": 79,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 79,
                                                  "column": 15
                                                },
                                                "identifierName": "use"
                                              },
                                              "name": "use"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "StringLiteral",
                                              "start": 2432,
                                              "end": 2447,
                                              "loc": {
                                                "start": {
                                                  "line": 79,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 79,
                                                  "column": 31
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "/package.json",
                                                "raw": "'/package.json'"
                                              },
                                              "value": "/package.json"
                                            },
                                            {
                                              "type": "CallExpression",
                                              "start": 2449,
                                              "end": 2517,
                                              "loc": {
                                                "start": {
                                                  "line": 79,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 81,
                                                  "column": 9
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 2449,
                                                "end": 2463,
                                                "loc": {
                                                  "start": {
                                                    "line": 79,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 79,
                                                    "column": 47
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 2449,
                                                  "end": 2456,
                                                  "loc": {
                                                    "start": {
                                                      "line": 79,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 79,
                                                      "column": 40
                                                    },
                                                    "identifierName": "express"
                                                  },
                                                  "name": "express"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2457,
                                                  "end": 2463,
                                                  "loc": {
                                                    "start": {
                                                      "line": 79,
                                                      "column": 41
                                                    },
                                                    "end": {
                                                      "line": 79,
                                                      "column": 47
                                                    },
                                                    "identifierName": "static"
                                                  },
                                                  "name": "static"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "CallExpression",
                                                  "start": 2475,
                                                  "end": 2507,
                                                  "loc": {
                                                    "start": {
                                                      "line": 80,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 80,
                                                      "column": 42
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 2475,
                                                    "end": 2491,
                                                    "loc": {
                                                      "start": {
                                                        "line": 80,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 80,
                                                        "column": 26
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 2475,
                                                      "end": 2479,
                                                      "loc": {
                                                        "start": {
                                                          "line": 80,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 80,
                                                          "column": 14
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2480,
                                                      "end": 2491,
                                                      "loc": {
                                                        "start": {
                                                          "line": 80,
                                                          "column": 15
                                                        },
                                                        "end": {
                                                          "line": 80,
                                                          "column": 26
                                                        },
                                                        "identifierName": "appLocation"
                                                      },
                                                      "name": "appLocation"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "StringLiteral",
                                                      "start": 2492,
                                                      "end": 2506,
                                                      "loc": {
                                                        "start": {
                                                          "line": 80,
                                                          "column": 27
                                                        },
                                                        "end": {
                                                          "line": 80,
                                                          "column": 41
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": "package.json",
                                                        "raw": "'package.json'"
                                                      },
                                                      "value": "package.json"
                                                    }
                                                  ]
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        "trailingComments": [
                                          {
                                            "type": "CommentLine",
                                            "value": " serve backed-cli documentation",
                                            "start": 2529,
                                            "end": 2562,
                                            "loc": {
                                              "start": {
                                                "line": 83,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 83,
                                                "column": 41
                                              }
                                            }
                                          }
                                        ]
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 2571,
                                        "end": 2660,
                                        "loc": {
                                          "start": {
                                            "line": 84,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 85,
                                            "column": 45
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 2571,
                                          "end": 2659,
                                          "loc": {
                                            "start": {
                                              "line": 84,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 85,
                                              "column": 44
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 2571,
                                            "end": 2578,
                                            "loc": {
                                              "start": {
                                                "line": 84,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 84,
                                                "column": 15
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2571,
                                              "end": 2574,
                                              "loc": {
                                                "start": {
                                                  "line": 84,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 84,
                                                  "column": 11
                                                },
                                                "identifierName": "app"
                                              },
                                              "name": "app",
                                              "leadingComments": null
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2575,
                                              "end": 2578,
                                              "loc": {
                                                "start": {
                                                  "line": 84,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 84,
                                                  "column": 15
                                                },
                                                "identifierName": "use"
                                              },
                                              "name": "use"
                                            },
                                            "computed": false,
                                            "leadingComments": null
                                          },
                                          "arguments": [
                                            {
                                              "type": "StringLiteral",
                                              "start": 2579,
                                              "end": 2597,
                                              "loc": {
                                                "start": {
                                                  "line": 84,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 84,
                                                  "column": 34
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "/backed-cli/docs",
                                                "raw": "'/backed-cli/docs'"
                                              },
                                              "value": "/backed-cli/docs"
                                            },
                                            {
                                              "type": "CallExpression",
                                              "start": 2599,
                                              "end": 2658,
                                              "loc": {
                                                "start": {
                                                  "line": 84,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 85,
                                                  "column": 43
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 2599,
                                                "end": 2613,
                                                "loc": {
                                                  "start": {
                                                    "line": 84,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 84,
                                                    "column": 50
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 2599,
                                                  "end": 2606,
                                                  "loc": {
                                                    "start": {
                                                      "line": 84,
                                                      "column": 36
                                                    },
                                                    "end": {
                                                      "line": 84,
                                                      "column": 43
                                                    },
                                                    "identifierName": "express"
                                                  },
                                                  "name": "express"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2607,
                                                  "end": 2613,
                                                  "loc": {
                                                    "start": {
                                                      "line": 84,
                                                      "column": 44
                                                    },
                                                    "end": {
                                                      "line": 84,
                                                      "column": 50
                                                    },
                                                    "identifierName": "static"
                                                  },
                                                  "name": "static"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "CallExpression",
                                                  "start": 2625,
                                                  "end": 2657,
                                                  "loc": {
                                                    "start": {
                                                      "line": 85,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 85,
                                                      "column": 42
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 2625,
                                                    "end": 2642,
                                                    "loc": {
                                                      "start": {
                                                        "line": 85,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 85,
                                                        "column": 27
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2625,
                                                      "end": 2634,
                                                      "loc": {
                                                        "start": {
                                                          "line": 85,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 85,
                                                          "column": 19
                                                        },
                                                        "identifierName": "__dirname"
                                                      },
                                                      "name": "__dirname"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2635,
                                                      "end": 2642,
                                                      "loc": {
                                                        "start": {
                                                          "line": 85,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 85,
                                                          "column": 27
                                                        },
                                                        "identifierName": "replace"
                                                      },
                                                      "name": "replace"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "StringLiteral",
                                                      "start": 2643,
                                                      "end": 2648,
                                                      "loc": {
                                                        "start": {
                                                          "line": 85,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 85,
                                                          "column": 33
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": "bin",
                                                        "raw": "'bin'"
                                                      },
                                                      "value": "bin"
                                                    },
                                                    {
                                                      "type": "StringLiteral",
                                                      "start": 2650,
                                                      "end": 2656,
                                                      "loc": {
                                                        "start": {
                                                          "line": 85,
                                                          "column": 35
                                                        },
                                                        "end": {
                                                          "line": 85,
                                                          "column": 41
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": "docs",
                                                        "raw": "'docs'"
                                                      },
                                                      "value": "docs"
                                                    }
                                                  ]
                                                }
                                              ]
                                            }
                                          ],
                                          "leadingComments": null
                                        },
                                        "leadingComments": [
                                          {
                                            "type": "CommentLine",
                                            "value": " serve backed-cli documentation",
                                            "start": 2529,
                                            "end": 2562,
                                            "loc": {
                                              "start": {
                                                "line": 83,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 83,
                                                "column": 41
                                              }
                                            }
                                          }
                                        ],
                                        "trailingComments": [
                                          {
                                            "type": "CommentLine",
                                            "value": " serve backed documentation",
                                            "start": 2670,
                                            "end": 2699,
                                            "loc": {
                                              "start": {
                                                "line": 87,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 87,
                                                "column": 37
                                              }
                                            }
                                          }
                                        ]
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 2708,
                                        "end": 2805,
                                        "loc": {
                                          "start": {
                                            "line": 88,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 89,
                                            "column": 57
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 2708,
                                          "end": 2804,
                                          "loc": {
                                            "start": {
                                              "line": 88,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 89,
                                              "column": 56
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 2708,
                                            "end": 2715,
                                            "loc": {
                                              "start": {
                                                "line": 88,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 88,
                                                "column": 15
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2708,
                                              "end": 2711,
                                              "loc": {
                                                "start": {
                                                  "line": 88,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 88,
                                                  "column": 11
                                                },
                                                "identifierName": "app"
                                              },
                                              "name": "app",
                                              "leadingComments": null
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2712,
                                              "end": 2715,
                                              "loc": {
                                                "start": {
                                                  "line": 88,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 88,
                                                  "column": 15
                                                },
                                                "identifierName": "use"
                                              },
                                              "name": "use"
                                            },
                                            "computed": false,
                                            "leadingComments": null
                                          },
                                          "arguments": [
                                            {
                                              "type": "StringLiteral",
                                              "start": 2716,
                                              "end": 2730,
                                              "loc": {
                                                "start": {
                                                  "line": 88,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 88,
                                                  "column": 30
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "/backed/docs",
                                                "raw": "'/backed/docs'"
                                              },
                                              "value": "/backed/docs"
                                            },
                                            {
                                              "type": "CallExpression",
                                              "start": 2732,
                                              "end": 2803,
                                              "loc": {
                                                "start": {
                                                  "line": 88,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 89,
                                                  "column": 55
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 2732,
                                                "end": 2746,
                                                "loc": {
                                                  "start": {
                                                    "line": 88,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 88,
                                                    "column": 46
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 2732,
                                                  "end": 2739,
                                                  "loc": {
                                                    "start": {
                                                      "line": 88,
                                                      "column": 32
                                                    },
                                                    "end": {
                                                      "line": 88,
                                                      "column": 39
                                                    },
                                                    "identifierName": "express"
                                                  },
                                                  "name": "express"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2740,
                                                  "end": 2746,
                                                  "loc": {
                                                    "start": {
                                                      "line": 88,
                                                      "column": 40
                                                    },
                                                    "end": {
                                                      "line": 88,
                                                      "column": 46
                                                    },
                                                    "identifierName": "static"
                                                  },
                                                  "name": "static"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "CallExpression",
                                                  "start": 2758,
                                                  "end": 2802,
                                                  "loc": {
                                                    "start": {
                                                      "line": 89,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 89,
                                                      "column": 54
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 2758,
                                                    "end": 2774,
                                                    "loc": {
                                                      "start": {
                                                        "line": 89,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 89,
                                                        "column": 26
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 2758,
                                                      "end": 2762,
                                                      "loc": {
                                                        "start": {
                                                          "line": 89,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 89,
                                                          "column": 14
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2763,
                                                      "end": 2774,
                                                      "loc": {
                                                        "start": {
                                                          "line": 89,
                                                          "column": 15
                                                        },
                                                        "end": {
                                                          "line": 89,
                                                          "column": 26
                                                        },
                                                        "identifierName": "appLocation"
                                                      },
                                                      "name": "appLocation"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "StringLiteral",
                                                      "start": 2775,
                                                      "end": 2801,
                                                      "loc": {
                                                        "start": {
                                                          "line": 89,
                                                          "column": 27
                                                        },
                                                        "end": {
                                                          "line": 89,
                                                          "column": 53
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": "node_modules/backed/docs",
                                                        "raw": "'node_modules/backed/docs'"
                                                      },
                                                      "value": "node_modules/backed/docs"
                                                    }
                                                  ]
                                                }
                                              ]
                                            }
                                          ],
                                          "leadingComments": null
                                        },
                                        "leadingComments": [
                                          {
                                            "type": "CommentLine",
                                            "value": " serve backed documentation",
                                            "start": 2670,
                                            "end": 2699,
                                            "loc": {
                                              "start": {
                                                "line": 87,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 87,
                                                "column": 37
                                              }
                                            }
                                          }
                                        ],
                                        "trailingComments": [
                                          {
                                            "type": "CommentLine",
                                            "value": " TODO: Add option to override index",
                                            "start": 2815,
                                            "end": 2852,
                                            "loc": {
                                              "start": {
                                                "line": 91,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 91,
                                                "column": 45
                                              }
                                            }
                                          }
                                        ]
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 2861,
                                        "end": 2953,
                                        "loc": {
                                          "start": {
                                            "line": 92,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 92,
                                            "column": 100
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 2861,
                                          "end": 2952,
                                          "loc": {
                                            "start": {
                                              "line": 92,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 92,
                                              "column": 99
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 2861,
                                            "end": 2868,
                                            "loc": {
                                              "start": {
                                                "line": 92,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 92,
                                                "column": 15
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2861,
                                              "end": 2864,
                                              "loc": {
                                                "start": {
                                                  "line": 92,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 92,
                                                  "column": 11
                                                },
                                                "identifierName": "app"
                                              },
                                              "name": "app",
                                              "leadingComments": null
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2865,
                                              "end": 2868,
                                              "loc": {
                                                "start": {
                                                  "line": 92,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 92,
                                                  "column": 15
                                                },
                                                "identifierName": "use"
                                              },
                                              "name": "use"
                                            },
                                            "computed": false,
                                            "leadingComments": null
                                          },
                                          "arguments": [
                                            {
                                              "type": "StringLiteral",
                                              "start": 2869,
                                              "end": 2872,
                                              "loc": {
                                                "start": {
                                                  "line": 92,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 92,
                                                  "column": 19
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "/",
                                                "raw": "'/'"
                                              },
                                              "value": "/"
                                            },
                                            {
                                              "type": "CallExpression",
                                              "start": 2874,
                                              "end": 2951,
                                              "loc": {
                                                "start": {
                                                  "line": 92,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 92,
                                                  "column": 98
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 2874,
                                                "end": 2888,
                                                "loc": {
                                                  "start": {
                                                    "line": 92,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 92,
                                                    "column": 35
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 2874,
                                                  "end": 2881,
                                                  "loc": {
                                                    "start": {
                                                      "line": 92,
                                                      "column": 21
                                                    },
                                                    "end": {
                                                      "line": 92,
                                                      "column": 28
                                                    },
                                                    "identifierName": "express"
                                                  },
                                                  "name": "express"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2882,
                                                  "end": 2888,
                                                  "loc": {
                                                    "start": {
                                                      "line": 92,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 92,
                                                      "column": 35
                                                    },
                                                    "identifierName": "static"
                                                  },
                                                  "name": "static"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "CallExpression",
                                                  "start": 2889,
                                                  "end": 2950,
                                                  "loc": {
                                                    "start": {
                                                      "line": 92,
                                                      "column": 36
                                                    },
                                                    "end": {
                                                      "line": 92,
                                                      "column": 97
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 2889,
                                                    "end": 2906,
                                                    "loc": {
                                                      "start": {
                                                        "line": 92,
                                                        "column": 36
                                                      },
                                                      "end": {
                                                        "line": 92,
                                                        "column": 53
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2889,
                                                      "end": 2898,
                                                      "loc": {
                                                        "start": {
                                                          "line": 92,
                                                          "column": 36
                                                        },
                                                        "end": {
                                                          "line": 92,
                                                          "column": 45
                                                        },
                                                        "identifierName": "__dirname"
                                                      },
                                                      "name": "__dirname"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2899,
                                                      "end": 2906,
                                                      "loc": {
                                                        "start": {
                                                          "line": 92,
                                                          "column": 46
                                                        },
                                                        "end": {
                                                          "line": 92,
                                                          "column": 53
                                                        },
                                                        "identifierName": "replace"
                                                      },
                                                      "name": "replace"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "StringLiteral",
                                                      "start": 2907,
                                                      "end": 2912,
                                                      "loc": {
                                                        "start": {
                                                          "line": 92,
                                                          "column": 54
                                                        },
                                                        "end": {
                                                          "line": 92,
                                                          "column": 59
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": "bin",
                                                        "raw": "'bin'"
                                                      },
                                                      "value": "bin"
                                                    },
                                                    {
                                                      "type": "StringLiteral",
                                                      "start": 2914,
                                                      "end": 2949,
                                                      "loc": {
                                                        "start": {
                                                          "line": 92,
                                                          "column": 61
                                                        },
                                                        "end": {
                                                          "line": 92,
                                                          "column": 96
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": "node_modules\\backed-client\\dist",
                                                        "raw": "'node_modules\\\\backed-client\\\\dist'"
                                                      },
                                                      "value": "node_modules\\backed-client\\dist"
                                                    }
                                                  ]
                                                }
                                              ]
                                            }
                                          ],
                                          "leadingComments": null
                                        },
                                        "leadingComments": [
                                          {
                                            "type": "CommentLine",
                                            "value": " TODO: Add option to override index",
                                            "start": 2815,
                                            "end": 2852,
                                            "loc": {
                                              "start": {
                                                "line": 91,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 91,
                                                "column": 45
                                              }
                                            }
                                          }
                                        ],
                                        "trailingComments": [
                                          {
                                            "type": "CommentLine",
                                            "value": " TODO: implement copyrighted by package author & package name if no file is found",
                                            "start": 2963,
                                            "end": 3046,
                                            "loc": {
                                              "start": {
                                                "line": 94,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 94,
                                                "column": 91
                                              }
                                            }
                                          }
                                        ]
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 3055,
                                        "end": 3173,
                                        "loc": {
                                          "start": {
                                            "line": 95,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 97,
                                            "column": 11
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 3055,
                                          "end": 3172,
                                          "loc": {
                                            "start": {
                                              "line": 95,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 97,
                                              "column": 10
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 3055,
                                            "end": 3093,
                                            "loc": {
                                              "start": {
                                                "line": 95,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 95,
                                                "column": 46
                                              }
                                            },
                                            "object": {
                                              "type": "CallExpression",
                                              "start": 3055,
                                              "end": 3088,
                                              "loc": {
                                                "start": {
                                                  "line": 95,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 95,
                                                  "column": 41
                                                }
                                              },
                                              "callee": {
                                                "type": "Identifier",
                                                "start": 3055,
                                                "end": 3058,
                                                "loc": {
                                                  "start": {
                                                    "line": 95,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 95,
                                                    "column": 11
                                                  },
                                                  "identifierName": "src"
                                                },
                                                "name": "src",
                                                "leadingComments": null
                                              },
                                              "arguments": [
                                                {
                                                  "type": "BinaryExpression",
                                                  "start": 3059,
                                                  "end": 3087,
                                                  "loc": {
                                                    "start": {
                                                      "line": 95,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 95,
                                                      "column": 40
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "CallExpression",
                                                    "start": 3059,
                                                    "end": 3072,
                                                    "loc": {
                                                      "start": {
                                                        "line": 95,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 95,
                                                        "column": 25
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 3059,
                                                      "end": 3070,
                                                      "loc": {
                                                        "start": {
                                                          "line": 95,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 95,
                                                          "column": 23
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 3059,
                                                        "end": 3066,
                                                        "loc": {
                                                          "start": {
                                                            "line": 95,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 95,
                                                            "column": 19
                                                          },
                                                          "identifierName": "process"
                                                        },
                                                        "name": "process"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 3067,
                                                        "end": 3070,
                                                        "loc": {
                                                          "start": {
                                                            "line": 95,
                                                            "column": 20
                                                          },
                                                          "end": {
                                                            "line": 95,
                                                            "column": 23
                                                          },
                                                          "identifierName": "cwd"
                                                        },
                                                        "name": "cwd"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": []
                                                  },
                                                  "operator": "+",
                                                  "right": {
                                                    "type": "StringLiteral",
                                                    "start": 3075,
                                                    "end": 3087,
                                                    "loc": {
                                                      "start": {
                                                        "line": 95,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 95,
                                                        "column": 40
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": "/license.*",
                                                      "raw": "'/license.*'"
                                                    },
                                                    "value": "/license.*"
                                                  }
                                                }
                                              ],
                                              "leadingComments": null
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3089,
                                              "end": 3093,
                                              "loc": {
                                                "start": {
                                                  "line": 95,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 95,
                                                  "column": 46
                                                },
                                                "identifierName": "then"
                                              },
                                              "name": "then"
                                            },
                                            "computed": false,
                                            "leadingComments": null
                                          },
                                          "arguments": [
                                            {
                                              "type": "ArrowFunctionExpression",
                                              "start": 3094,
                                              "end": 3171,
                                              "loc": {
                                                "start": {
                                                  "line": 95,
                                                  "column": 47
                                                },
                                                "end": {
                                                  "line": 97,
                                                  "column": 9
                                                }
                                              },
                                              "id": null,
                                              "generator": false,
                                              "expression": false,
                                              "async": false,
                                              "params": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 3094,
                                                  "end": 3099,
                                                  "loc": {
                                                    "start": {
                                                      "line": 95,
                                                      "column": 47
                                                    },
                                                    "end": {
                                                      "line": 95,
                                                      "column": 52
                                                    },
                                                    "identifierName": "files"
                                                  },
                                                  "name": "files"
                                                }
                                              ],
                                              "body": {
                                                "type": "BlockStatement",
                                                "start": 3103,
                                                "end": 3171,
                                                "loc": {
                                                  "start": {
                                                    "line": 95,
                                                    "column": 56
                                                  },
                                                  "end": {
                                                    "line": 97,
                                                    "column": 9
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 3115,
                                                    "end": 3161,
                                                    "loc": {
                                                      "start": {
                                                        "line": 96,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 96,
                                                        "column": 56
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "CallExpression",
                                                      "start": 3115,
                                                      "end": 3160,
                                                      "loc": {
                                                        "start": {
                                                          "line": 96,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 96,
                                                          "column": 55
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 3115,
                                                        "end": 3122,
                                                        "loc": {
                                                          "start": {
                                                            "line": 96,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 96,
                                                            "column": 17
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 3115,
                                                          "end": 3118,
                                                          "loc": {
                                                            "start": {
                                                              "line": 96,
                                                              "column": 10
                                                            },
                                                            "end": {
                                                              "line": 96,
                                                              "column": 13
                                                            },
                                                            "identifierName": "app"
                                                          },
                                                          "name": "app"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 3119,
                                                          "end": 3122,
                                                          "loc": {
                                                            "start": {
                                                              "line": 96,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 96,
                                                              "column": 17
                                                            },
                                                            "identifierName": "use"
                                                          },
                                                          "name": "use"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "StringLiteral",
                                                          "start": 3123,
                                                          "end": 3133,
                                                          "loc": {
                                                            "start": {
                                                              "line": 96,
                                                              "column": 18
                                                            },
                                                            "end": {
                                                              "line": 96,
                                                              "column": 28
                                                            }
                                                          },
                                                          "extra": {
                                                            "rawValue": "/license",
                                                            "raw": "'/license'"
                                                          },
                                                          "value": "/license"
                                                        },
                                                        {
                                                          "type": "CallExpression",
                                                          "start": 3135,
                                                          "end": 3159,
                                                          "loc": {
                                                            "start": {
                                                              "line": 96,
                                                              "column": 30
                                                            },
                                                            "end": {
                                                              "line": 96,
                                                              "column": 54
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 3135,
                                                            "end": 3149,
                                                            "loc": {
                                                              "start": {
                                                                "line": 96,
                                                                "column": 30
                                                              },
                                                              "end": {
                                                                "line": 96,
                                                                "column": 44
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 3135,
                                                              "end": 3142,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 96,
                                                                  "column": 30
                                                                },
                                                                "end": {
                                                                  "line": 96,
                                                                  "column": 37
                                                                },
                                                                "identifierName": "express"
                                                              },
                                                              "name": "express"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 3143,
                                                              "end": 3149,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 96,
                                                                  "column": 38
                                                                },
                                                                "end": {
                                                                  "line": 96,
                                                                  "column": 44
                                                                },
                                                                "identifierName": "static"
                                                              },
                                                              "name": "static"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "MemberExpression",
                                                              "start": 3150,
                                                              "end": 3158,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 96,
                                                                  "column": 45
                                                                },
                                                                "end": {
                                                                  "line": 96,
                                                                  "column": 53
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 3150,
                                                                "end": 3155,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 96,
                                                                    "column": 45
                                                                  },
                                                                  "end": {
                                                                    "line": 96,
                                                                    "column": 50
                                                                  },
                                                                  "identifierName": "files"
                                                                },
                                                                "name": "files"
                                                              },
                                                              "property": {
                                                                "type": "NumericLiteral",
                                                                "start": 3156,
                                                                "end": 3157,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 96,
                                                                    "column": 51
                                                                  },
                                                                  "end": {
                                                                    "line": 96,
                                                                    "column": 52
                                                                  }
                                                                },
                                                                "extra": {
                                                                  "rawValue": 0,
                                                                  "raw": "0"
                                                                },
                                                                "value": 0
                                                              },
                                                              "computed": true
                                                            }
                                                          ]
                                                        }
                                                      ]
                                                    }
                                                  }
                                                ],
                                                "directives": []
                                              }
                                            }
                                          ],
                                          "leadingComments": null
                                        },
                                        "leadingComments": [
                                          {
                                            "type": "CommentLine",
                                            "value": " TODO: implement copyrighted by package author & package name if no file is found",
                                            "start": 2963,
                                            "end": 3046,
                                            "loc": {
                                              "start": {
                                                "line": 94,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 94,
                                                "column": 91
                                              }
                                            }
                                          }
                                        ]
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 3183,
                                        "end": 3204,
                                        "loc": {
                                          "start": {
                                            "line": 99,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 99,
                                            "column": 29
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 3183,
                                          "end": 3203,
                                          "loc": {
                                            "start": {
                                              "line": 99,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 99,
                                              "column": 28
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 3183,
                                            "end": 3195,
                                            "loc": {
                                              "start": {
                                                "line": 99,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 99,
                                                "column": 20
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 3183,
                                              "end": 3187,
                                              "loc": {
                                                "start": {
                                                  "line": 99,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 99,
                                                  "column": 12
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3188,
                                              "end": 3195,
                                              "loc": {
                                                "start": {
                                                  "line": 99,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 99,
                                                  "column": 20
                                                },
                                                "identifierName": "_listen"
                                              },
                                              "name": "_listen"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 3196,
                                              "end": 3202,
                                              "loc": {
                                                "start": {
                                                  "line": 99,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 99,
                                                  "column": 27
                                                },
                                                "identifierName": "config"
                                              },
                                              "name": "config"
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": {
                                    "type": "BlockStatement",
                                    "start": 3218,
                                    "end": 3403,
                                    "loc": {
                                      "start": {
                                        "line": 100,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 102,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 3228,
                                        "end": 3395,
                                        "loc": {
                                          "start": {
                                            "line": 101,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 101,
                                            "column": 175
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 3228,
                                          "end": 3394,
                                          "loc": {
                                            "start": {
                                              "line": 101,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 101,
                                              "column": 174
                                            }
                                          },
                                          "callee": {
                                            "type": "Identifier",
                                            "start": 3228,
                                            "end": 3234,
                                            "loc": {
                                              "start": {
                                                "line": 101,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 101,
                                                "column": 14
                                              },
                                              "identifierName": "reject"
                                            },
                                            "name": "reject"
                                          },
                                          "arguments": [
                                            {
                                              "type": "CallExpression",
                                              "start": 3235,
                                              "end": 3393,
                                              "loc": {
                                                "start": {
                                                  "line": 101,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 101,
                                                  "column": 173
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 3235,
                                                "end": 3246,
                                                "loc": {
                                                  "start": {
                                                    "line": 101,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 101,
                                                    "column": 26
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3235,
                                                  "end": 3241,
                                                  "loc": {
                                                    "start": {
                                                      "line": 101,
                                                      "column": 15
                                                    },
                                                    "end": {
                                                      "line": 101,
                                                      "column": 21
                                                    },
                                                    "identifierName": "logger"
                                                  },
                                                  "name": "logger"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3242,
                                                  "end": 3246,
                                                  "loc": {
                                                    "start": {
                                                      "line": 101,
                                                      "column": 22
                                                    },
                                                    "end": {
                                                      "line": 101,
                                                      "column": 26
                                                    },
                                                    "identifierName": "warn"
                                                  },
                                                  "name": "warn"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "TemplateLiteral",
                                                  "start": 3247,
                                                  "end": 3392,
                                                  "loc": {
                                                    "start": {
                                                      "line": 101,
                                                      "column": 27
                                                    },
                                                    "end": {
                                                      "line": 101,
                                                      "column": 172
                                                    }
                                                  },
                                                  "expressions": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "start": 3250,
                                                      "end": 3268,
                                                      "loc": {
                                                        "start": {
                                                          "line": 101,
                                                          "column": 30
                                                        },
                                                        "end": {
                                                          "line": 101,
                                                          "column": 48
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 3250,
                                                        "end": 3263,
                                                        "loc": {
                                                          "start": {
                                                            "line": 101,
                                                            "column": 30
                                                          },
                                                          "end": {
                                                            "line": 101,
                                                            "column": 43
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 3250,
                                                          "end": 3256,
                                                          "loc": {
                                                            "start": {
                                                              "line": 101,
                                                              "column": 30
                                                            },
                                                            "end": {
                                                              "line": 101,
                                                              "column": 36
                                                            },
                                                            "identifierName": "global"
                                                          },
                                                          "name": "global"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 3257,
                                                          "end": 3263,
                                                          "loc": {
                                                            "start": {
                                                              "line": 101,
                                                              "column": 37
                                                            },
                                                            "end": {
                                                              "line": 101,
                                                              "column": 43
                                                            },
                                                            "identifierName": "config"
                                                          },
                                                          "name": "config"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 3264,
                                                        "end": 3268,
                                                        "loc": {
                                                          "start": {
                                                            "line": 101,
                                                            "column": 44
                                                          },
                                                          "end": {
                                                            "line": 101,
                                                            "column": 48
                                                          },
                                                          "identifierName": "name"
                                                        },
                                                        "name": "name"
                                                      },
                                                      "computed": false
                                                    }
                                                  ],
                                                  "quasis": [
                                                    {
                                                      "type": "TemplateElement",
                                                      "start": 3248,
                                                      "end": 3248,
                                                      "loc": {
                                                        "start": {
                                                          "line": 101,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 101,
                                                          "column": 28
                                                        }
                                                      },
                                                      "value": {
                                                        "raw": "",
                                                        "cooked": ""
                                                      },
                                                      "tail": false
                                                    },
                                                    {
                                                      "type": "TemplateElement",
                                                      "start": 3269,
                                                      "end": 3391,
                                                      "loc": {
                                                        "start": {
                                                          "line": 101,
                                                          "column": 49
                                                        },
                                                        "end": {
                                                          "line": 101,
                                                          "column": 171
                                                        }
                                                      },
                                                      "value": {
                                                        "raw": "::server config not found [example](https://raw.githubusercontent.com/VandeurenGlenn/backed-cli/master/config/backed.json)",
                                                        "cooked": "::server config not found [example](https://raw.githubusercontent.com/VandeurenGlenn/backed-cli/master/config/backed.json)"
                                                      },
                                                      "tail": true
                                                    }
                                                  ]
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "directives": []
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n * @param {object} config - configuration\n * @param {string} config.entry path to where your build is located\n * @param {string} config.docs path to where your docs are located\n * @param {string} config.bowerPath path to bower_components\n * @param {string} config.nodeModulesPath path to node_modules\n * @param {string} config.demo path to the demo\n * @param {string} config.index path to your index.html file we serve a helper/docs index by default (not support for now)\n * @param {array} config.use static files to include [{path: some/path, static: some//path}] when static is undefined path will be used.\n ",
                    "start": 663,
                    "end": 1279,
                    "loc": {
                      "start": {
                        "line": 33,
                        "column": 0
                      },
                      "end": {
                        "line": 42,
                        "column": 3
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 3419,
                "end": 3833,
                "loc": {
                  "start": {
                    "line": 106,
                    "column": 2
                  },
                  "end": {
                    "line": 118,
                    "column": 3
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3419,
                  "end": 3426,
                  "loc": {
                    "start": {
                      "line": 106,
                      "column": 2
                    },
                    "end": {
                      "line": 106,
                      "column": 9
                    },
                    "identifierName": "_listen"
                  },
                  "name": "_listen"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "ObjectPattern",
                    "start": 3427,
                    "end": 3440,
                    "loc": {
                      "start": {
                        "line": 106,
                        "column": 10
                      },
                      "end": {
                        "line": 106,
                        "column": 23
                      }
                    },
                    "properties": [
                      {
                        "type": "ObjectProperty",
                        "start": 3428,
                        "end": 3432,
                        "loc": {
                          "start": {
                            "line": 106,
                            "column": 11
                          },
                          "end": {
                            "line": 106,
                            "column": 15
                          }
                        },
                        "method": false,
                        "shorthand": true,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 3428,
                          "end": 3432,
                          "loc": {
                            "start": {
                              "line": 106,
                              "column": 11
                            },
                            "end": {
                              "line": 106,
                              "column": 15
                            },
                            "identifierName": "port"
                          },
                          "name": "port"
                        },
                        "value": {
                          "type": "Identifier",
                          "start": 3428,
                          "end": 3432,
                          "loc": {
                            "start": {
                              "line": 106,
                              "column": 11
                            },
                            "end": {
                              "line": 106,
                              "column": 15
                            },
                            "identifierName": "port"
                          },
                          "name": "port"
                        },
                        "extra": {
                          "shorthand": true
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 3434,
                        "end": 3439,
                        "loc": {
                          "start": {
                            "line": 106,
                            "column": 17
                          },
                          "end": {
                            "line": 106,
                            "column": 22
                          }
                        },
                        "method": false,
                        "shorthand": true,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 3434,
                          "end": 3439,
                          "loc": {
                            "start": {
                              "line": 106,
                              "column": 17
                            },
                            "end": {
                              "line": 106,
                              "column": 22
                            },
                            "identifierName": "entry"
                          },
                          "name": "entry"
                        },
                        "value": {
                          "type": "Identifier",
                          "start": 3434,
                          "end": 3439,
                          "loc": {
                            "start": {
                              "line": 106,
                              "column": 17
                            },
                            "end": {
                              "line": 106,
                              "column": 22
                            },
                            "identifierName": "entry"
                          },
                          "name": "entry"
                        },
                        "extra": {
                          "shorthand": true
                        }
                      }
                    ]
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3442,
                  "end": 3833,
                  "loc": {
                    "start": {
                      "line": 106,
                      "column": 25
                    },
                    "end": {
                      "line": 118,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "TryStatement",
                      "start": 3448,
                      "end": 3829,
                      "loc": {
                        "start": {
                          "line": 107,
                          "column": 4
                        },
                        "end": {
                          "line": 117,
                          "column": 5
                        }
                      },
                      "block": {
                        "type": "BlockStatement",
                        "start": 3452,
                        "end": 3683,
                        "loc": {
                          "start": {
                            "line": 107,
                            "column": 8
                          },
                          "end": {
                            "line": 112,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 3460,
                            "end": 3677,
                            "loc": {
                              "start": {
                                "line": 108,
                                "column": 6
                              },
                              "end": {
                                "line": 111,
                                "column": 9
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 3460,
                              "end": 3676,
                              "loc": {
                                "start": {
                                  "line": 108,
                                  "column": 6
                                },
                                "end": {
                                  "line": 111,
                                  "column": 8
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3460,
                                "end": 3473,
                                "loc": {
                                  "start": {
                                    "line": 108,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 108,
                                    "column": 19
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3460,
                                  "end": 3466,
                                  "loc": {
                                    "start": {
                                      "line": 108,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 108,
                                      "column": 12
                                    },
                                    "identifierName": "server"
                                  },
                                  "name": "server"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3467,
                                  "end": 3473,
                                  "loc": {
                                    "start": {
                                      "line": 108,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 108,
                                      "column": 19
                                    },
                                    "identifierName": "listen"
                                  },
                                  "name": "listen"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 3474,
                                  "end": 3478,
                                  "loc": {
                                    "start": {
                                      "line": 108,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 108,
                                      "column": 24
                                    },
                                    "identifierName": "port"
                                  },
                                  "name": "port"
                                },
                                {
                                  "type": "ArrowFunctionExpression",
                                  "start": 3480,
                                  "end": 3675,
                                  "loc": {
                                    "start": {
                                      "line": 108,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 111,
                                      "column": 7
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": false,
                                  "async": false,
                                  "params": [
                                    {
                                      "type": "Identifier",
                                      "start": 3480,
                                      "end": 3485,
                                      "loc": {
                                        "start": {
                                          "line": 108,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 108,
                                          "column": 31
                                        },
                                        "identifierName": "error"
                                      },
                                      "name": "error"
                                    }
                                  ],
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 3489,
                                    "end": 3675,
                                    "loc": {
                                      "start": {
                                        "line": 108,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 111,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 3499,
                                        "end": 3600,
                                        "loc": {
                                          "start": {
                                            "line": 109,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 109,
                                            "column": 109
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 3499,
                                          "end": 3599,
                                          "loc": {
                                            "start": {
                                              "line": 109,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 109,
                                              "column": 108
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 3499,
                                            "end": 3509,
                                            "loc": {
                                              "start": {
                                                "line": 109,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 109,
                                                "column": 18
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 3499,
                                              "end": 3505,
                                              "loc": {
                                                "start": {
                                                  "line": 109,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 109,
                                                  "column": 14
                                                },
                                                "identifierName": "logger"
                                              },
                                              "name": "logger"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3506,
                                              "end": 3509,
                                              "loc": {
                                                "start": {
                                                  "line": 109,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 109,
                                                  "column": 18
                                                },
                                                "identifierName": "log"
                                              },
                                              "name": "log"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "TemplateLiteral",
                                              "start": 3510,
                                              "end": 3598,
                                              "loc": {
                                                "start": {
                                                  "line": 109,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 109,
                                                  "column": 107
                                                }
                                              },
                                              "expressions": [
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 3513,
                                                  "end": 3531,
                                                  "loc": {
                                                    "start": {
                                                      "line": 109,
                                                      "column": 22
                                                    },
                                                    "end": {
                                                      "line": 109,
                                                      "column": 40
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 3513,
                                                    "end": 3526,
                                                    "loc": {
                                                      "start": {
                                                        "line": 109,
                                                        "column": 22
                                                      },
                                                      "end": {
                                                        "line": 109,
                                                        "column": 35
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 3513,
                                                      "end": 3519,
                                                      "loc": {
                                                        "start": {
                                                          "line": 109,
                                                          "column": 22
                                                        },
                                                        "end": {
                                                          "line": 109,
                                                          "column": 28
                                                        },
                                                        "identifierName": "global"
                                                      },
                                                      "name": "global"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3520,
                                                      "end": 3526,
                                                      "loc": {
                                                        "start": {
                                                          "line": 109,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 109,
                                                          "column": 35
                                                        },
                                                        "identifierName": "config"
                                                      },
                                                      "name": "config"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3527,
                                                    "end": 3531,
                                                    "loc": {
                                                      "start": {
                                                        "line": 109,
                                                        "column": 36
                                                      },
                                                      "end": {
                                                        "line": 109,
                                                        "column": 40
                                                      },
                                                      "identifierName": "name"
                                                    },
                                                    "name": "name"
                                                  },
                                                  "computed": false
                                                },
                                                {
                                                  "type": "Identifier",
                                                  "start": 3566,
                                                  "end": 3570,
                                                  "loc": {
                                                    "start": {
                                                      "line": 109,
                                                      "column": 75
                                                    },
                                                    "end": {
                                                      "line": 109,
                                                      "column": 79
                                                    },
                                                    "identifierName": "port"
                                                  },
                                                  "name": "port"
                                                },
                                                {
                                                  "type": "CallExpression",
                                                  "start": 3574,
                                                  "end": 3596,
                                                  "loc": {
                                                    "start": {
                                                      "line": 109,
                                                      "column": 83
                                                    },
                                                    "end": {
                                                      "line": 109,
                                                      "column": 105
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 3574,
                                                    "end": 3587,
                                                    "loc": {
                                                      "start": {
                                                        "line": 109,
                                                        "column": 83
                                                      },
                                                      "end": {
                                                        "line": 109,
                                                        "column": 96
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 3574,
                                                      "end": 3579,
                                                      "loc": {
                                                        "start": {
                                                          "line": 109,
                                                          "column": 83
                                                        },
                                                        "end": {
                                                          "line": 109,
                                                          "column": 88
                                                        },
                                                        "identifierName": "entry"
                                                      },
                                                      "name": "entry"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3580,
                                                      "end": 3587,
                                                      "loc": {
                                                        "start": {
                                                          "line": 109,
                                                          "column": 89
                                                        },
                                                        "end": {
                                                          "line": 109,
                                                          "column": 96
                                                        },
                                                        "identifierName": "replace"
                                                      },
                                                      "name": "replace"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "StringLiteral",
                                                      "start": 3588,
                                                      "end": 3591,
                                                      "loc": {
                                                        "start": {
                                                          "line": 109,
                                                          "column": 97
                                                        },
                                                        "end": {
                                                          "line": 109,
                                                          "column": 100
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": "/",
                                                        "raw": "'/'"
                                                      },
                                                      "value": "/"
                                                    },
                                                    {
                                                      "type": "StringLiteral",
                                                      "start": 3593,
                                                      "end": 3595,
                                                      "loc": {
                                                        "start": {
                                                          "line": 109,
                                                          "column": 102
                                                        },
                                                        "end": {
                                                          "line": 109,
                                                          "column": 104
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": "",
                                                        "raw": "''"
                                                      },
                                                      "value": ""
                                                    }
                                                  ]
                                                }
                                              ],
                                              "quasis": [
                                                {
                                                  "type": "TemplateElement",
                                                  "start": 3511,
                                                  "end": 3511,
                                                  "loc": {
                                                    "start": {
                                                      "line": 109,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 109,
                                                      "column": 20
                                                    }
                                                  },
                                                  "value": {
                                                    "raw": "",
                                                    "cooked": ""
                                                  },
                                                  "tail": false
                                                },
                                                {
                                                  "type": "TemplateElement",
                                                  "start": 3532,
                                                  "end": 3564,
                                                  "loc": {
                                                    "start": {
                                                      "line": 109,
                                                      "column": 41
                                                    },
                                                    "end": {
                                                      "line": 109,
                                                      "column": 73
                                                    }
                                                  },
                                                  "value": {
                                                    "raw": "::serving from http://localhost:",
                                                    "cooked": "::serving from http://localhost:"
                                                  },
                                                  "tail": false
                                                },
                                                {
                                                  "type": "TemplateElement",
                                                  "start": 3571,
                                                  "end": 3572,
                                                  "loc": {
                                                    "start": {
                                                      "line": 109,
                                                      "column": 80
                                                    },
                                                    "end": {
                                                      "line": 109,
                                                      "column": 81
                                                    }
                                                  },
                                                  "value": {
                                                    "raw": "/",
                                                    "cooked": "/"
                                                  },
                                                  "tail": false
                                                },
                                                {
                                                  "type": "TemplateElement",
                                                  "start": 3597,
                                                  "end": 3597,
                                                  "loc": {
                                                    "start": {
                                                      "line": 109,
                                                      "column": 106
                                                    },
                                                    "end": {
                                                      "line": 109,
                                                      "column": 106
                                                    }
                                                  },
                                                  "value": {
                                                    "raw": "",
                                                    "cooked": ""
                                                  },
                                                  "tail": true
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 3609,
                                        "end": 3667,
                                        "loc": {
                                          "start": {
                                            "line": 110,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 110,
                                            "column": 66
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 3609,
                                          "end": 3666,
                                          "loc": {
                                            "start": {
                                              "line": 110,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 110,
                                              "column": 65
                                            }
                                          },
                                          "callee": {
                                            "type": "Identifier",
                                            "start": 3609,
                                            "end": 3612,
                                            "loc": {
                                              "start": {
                                                "line": 110,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 110,
                                                "column": 11
                                              },
                                              "identifierName": "opn"
                                            },
                                            "name": "opn"
                                          },
                                          "arguments": [
                                            {
                                              "type": "TemplateLiteral",
                                              "start": 3613,
                                              "end": 3665,
                                              "loc": {
                                                "start": {
                                                  "line": 110,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 110,
                                                  "column": 64
                                                }
                                              },
                                              "expressions": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 3633,
                                                  "end": 3637,
                                                  "loc": {
                                                    "start": {
                                                      "line": 110,
                                                      "column": 32
                                                    },
                                                    "end": {
                                                      "line": 110,
                                                      "column": 36
                                                    },
                                                    "identifierName": "port"
                                                  },
                                                  "name": "port"
                                                },
                                                {
                                                  "type": "CallExpression",
                                                  "start": 3641,
                                                  "end": 3663,
                                                  "loc": {
                                                    "start": {
                                                      "line": 110,
                                                      "column": 40
                                                    },
                                                    "end": {
                                                      "line": 110,
                                                      "column": 62
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 3641,
                                                    "end": 3654,
                                                    "loc": {
                                                      "start": {
                                                        "line": 110,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 110,
                                                        "column": 53
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 3641,
                                                      "end": 3646,
                                                      "loc": {
                                                        "start": {
                                                          "line": 110,
                                                          "column": 40
                                                        },
                                                        "end": {
                                                          "line": 110,
                                                          "column": 45
                                                        },
                                                        "identifierName": "entry"
                                                      },
                                                      "name": "entry"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3647,
                                                      "end": 3654,
                                                      "loc": {
                                                        "start": {
                                                          "line": 110,
                                                          "column": 46
                                                        },
                                                        "end": {
                                                          "line": 110,
                                                          "column": 53
                                                        },
                                                        "identifierName": "replace"
                                                      },
                                                      "name": "replace"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "StringLiteral",
                                                      "start": 3655,
                                                      "end": 3658,
                                                      "loc": {
                                                        "start": {
                                                          "line": 110,
                                                          "column": 54
                                                        },
                                                        "end": {
                                                          "line": 110,
                                                          "column": 57
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": "/",
                                                        "raw": "'/'"
                                                      },
                                                      "value": "/"
                                                    },
                                                    {
                                                      "type": "StringLiteral",
                                                      "start": 3660,
                                                      "end": 3662,
                                                      "loc": {
                                                        "start": {
                                                          "line": 110,
                                                          "column": 59
                                                        },
                                                        "end": {
                                                          "line": 110,
                                                          "column": 61
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": "",
                                                        "raw": "''"
                                                      },
                                                      "value": ""
                                                    }
                                                  ]
                                                }
                                              ],
                                              "quasis": [
                                                {
                                                  "type": "TemplateElement",
                                                  "start": 3614,
                                                  "end": 3631,
                                                  "loc": {
                                                    "start": {
                                                      "line": 110,
                                                      "column": 13
                                                    },
                                                    "end": {
                                                      "line": 110,
                                                      "column": 30
                                                    }
                                                  },
                                                  "value": {
                                                    "raw": "http://localhost:",
                                                    "cooked": "http://localhost:"
                                                  },
                                                  "tail": false
                                                },
                                                {
                                                  "type": "TemplateElement",
                                                  "start": 3638,
                                                  "end": 3639,
                                                  "loc": {
                                                    "start": {
                                                      "line": 110,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 110,
                                                      "column": 38
                                                    }
                                                  },
                                                  "value": {
                                                    "raw": "/",
                                                    "cooked": "/"
                                                  },
                                                  "tail": false
                                                },
                                                {
                                                  "type": "TemplateElement",
                                                  "start": 3664,
                                                  "end": 3664,
                                                  "loc": {
                                                    "start": {
                                                      "line": 110,
                                                      "column": 63
                                                    },
                                                    "end": {
                                                      "line": 110,
                                                      "column": 63
                                                    }
                                                  },
                                                  "value": {
                                                    "raw": "",
                                                    "cooked": ""
                                                  },
                                                  "tail": true
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "directives": []
                                  }
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "handler": {
                        "type": "CatchClause",
                        "start": 3684,
                        "end": 3829,
                        "loc": {
                          "start": {
                            "line": 112,
                            "column": 6
                          },
                          "end": {
                            "line": 117,
                            "column": 5
                          }
                        },
                        "param": {
                          "type": "Identifier",
                          "start": 3691,
                          "end": 3692,
                          "loc": {
                            "start": {
                              "line": 112,
                              "column": 13
                            },
                            "end": {
                              "line": 112,
                              "column": 14
                            },
                            "identifierName": "e"
                          },
                          "name": "e"
                        },
                        "body": {
                          "type": "BlockStatement",
                          "start": 3694,
                          "end": 3829,
                          "loc": {
                            "start": {
                              "line": 112,
                              "column": 16
                            },
                            "end": {
                              "line": 117,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 3702,
                              "end": 3721,
                              "loc": {
                                "start": {
                                  "line": 113,
                                  "column": 6
                                },
                                "end": {
                                  "line": 113,
                                  "column": 25
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 3702,
                                "end": 3720,
                                "loc": {
                                  "start": {
                                    "line": 113,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 113,
                                    "column": 24
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 3702,
                                  "end": 3713,
                                  "loc": {
                                    "start": {
                                      "line": 113,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 113,
                                      "column": 17
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 3702,
                                    "end": 3709,
                                    "loc": {
                                      "start": {
                                        "line": 113,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 113,
                                        "column": 13
                                      },
                                      "identifierName": "console"
                                    },
                                    "name": "console"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3710,
                                    "end": 3713,
                                    "loc": {
                                      "start": {
                                        "line": 113,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 113,
                                        "column": 17
                                      },
                                      "identifierName": "log"
                                    },
                                    "name": "log"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 3714,
                                    "end": 3719,
                                    "loc": {
                                      "start": {
                                        "line": 113,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 113,
                                        "column": 23
                                      },
                                      "identifierName": "error"
                                    },
                                    "name": "error"
                                  }
                                ]
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 3728,
                              "end": 3747,
                              "loc": {
                                "start": {
                                  "line": 114,
                                  "column": 6
                                },
                                "end": {
                                  "line": 114,
                                  "column": 25
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 3728,
                                "end": 3746,
                                "loc": {
                                  "start": {
                                    "line": 114,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 114,
                                    "column": 24
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 3728,
                                  "end": 3739,
                                  "loc": {
                                    "start": {
                                      "line": 114,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 114,
                                      "column": 17
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 3728,
                                    "end": 3734,
                                    "loc": {
                                      "start": {
                                        "line": 114,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 114,
                                        "column": 12
                                      },
                                      "identifierName": "logger"
                                    },
                                    "name": "logger"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3735,
                                    "end": 3739,
                                    "loc": {
                                      "start": {
                                        "line": 114,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 114,
                                        "column": 17
                                      },
                                      "identifierName": "warn"
                                    },
                                    "name": "warn"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 3740,
                                    "end": 3745,
                                    "loc": {
                                      "start": {
                                        "line": 114,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 114,
                                        "column": 23
                                      },
                                      "identifierName": "error"
                                    },
                                    "name": "error"
                                  }
                                ]
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 3754,
                              "end": 3788,
                              "loc": {
                                "start": {
                                  "line": 115,
                                  "column": 6
                                },
                                "end": {
                                  "line": 115,
                                  "column": 40
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 3754,
                                "end": 3787,
                                "loc": {
                                  "start": {
                                    "line": 115,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 115,
                                    "column": 39
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 3754,
                                  "end": 3764,
                                  "loc": {
                                    "start": {
                                      "line": 115,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 115,
                                      "column": 16
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 3754,
                                    "end": 3760,
                                    "loc": {
                                      "start": {
                                        "line": 115,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 115,
                                        "column": 12
                                      },
                                      "identifierName": "logger"
                                    },
                                    "name": "logger"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3761,
                                    "end": 3764,
                                    "loc": {
                                      "start": {
                                        "line": 115,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 115,
                                        "column": 16
                                      },
                                      "identifierName": "log"
                                    },
                                    "name": "log"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "StringLiteral",
                                    "start": 3765,
                                    "end": 3786,
                                    "loc": {
                                      "start": {
                                        "line": 115,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 115,
                                        "column": 38
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "trying another port",
                                      "raw": "'trying another port'"
                                    },
                                    "value": "trying another port"
                                  }
                                ]
                              }
                            },
                            {
                              "type": "ReturnStatement",
                              "start": 3795,
                              "end": 3823,
                              "loc": {
                                "start": {
                                  "line": 116,
                                  "column": 6
                                },
                                "end": {
                                  "line": 116,
                                  "column": 34
                                }
                              },
                              "argument": {
                                "type": "CallExpression",
                                "start": 3802,
                                "end": 3822,
                                "loc": {
                                  "start": {
                                    "line": 116,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 116,
                                    "column": 33
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 3802,
                                  "end": 3814,
                                  "loc": {
                                    "start": {
                                      "line": 116,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 116,
                                      "column": 25
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 3802,
                                    "end": 3806,
                                    "loc": {
                                      "start": {
                                        "line": 116,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 116,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3807,
                                    "end": 3814,
                                    "loc": {
                                      "start": {
                                        "line": 116,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 116,
                                        "column": 25
                                      },
                                      "identifierName": "_listen"
                                    },
                                    "name": "_listen"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "UpdateExpression",
                                    "start": 3815,
                                    "end": 3821,
                                    "loc": {
                                      "start": {
                                        "line": 116,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 116,
                                        "column": 32
                                      }
                                    },
                                    "operator": "++",
                                    "prefix": false,
                                    "argument": {
                                      "type": "Identifier",
                                      "start": 3815,
                                      "end": 3819,
                                      "loc": {
                                        "start": {
                                          "line": 116,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 116,
                                          "column": 30
                                        },
                                        "identifierName": "port"
                                      },
                                      "name": "port"
                                    }
                                  }
                                ]
                              }
                            }
                          ],
                          "directives": []
                        }
                      },
                      "guardedHandlers": [],
                      "finalizer": null
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * @param {string} path - location of the file\n   * @param {string} alternate - returns when path is undefined\n   * @param {string} disableAlternate - current working directory is ignored when true, defaults to false\n   ",
                    "start": 3837,
                    "end": 4065,
                    "loc": {
                      "start": {
                        "line": 120,
                        "column": 2
                      },
                      "end": {
                        "line": 124,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 4068,
                "end": 4404,
                "loc": {
                  "start": {
                    "line": 125,
                    "column": 2
                  },
                  "end": {
                    "line": 135,
                    "column": 3
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 4068,
                  "end": 4079,
                  "loc": {
                    "start": {
                      "line": 125,
                      "column": 2
                    },
                    "end": {
                      "line": 125,
                      "column": 13
                    },
                    "identifierName": "appLocation"
                  },
                  "name": "appLocation",
                  "leadingComments": null
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 4080,
                    "end": 4084,
                    "loc": {
                      "start": {
                        "line": 125,
                        "column": 14
                      },
                      "end": {
                        "line": 125,
                        "column": 18
                      },
                      "identifierName": "path"
                    },
                    "name": "path"
                  },
                  {
                    "type": "Identifier",
                    "start": 4086,
                    "end": 4095,
                    "loc": {
                      "start": {
                        "line": 125,
                        "column": 20
                      },
                      "end": {
                        "line": 125,
                        "column": 29
                      },
                      "identifierName": "alternate"
                    },
                    "name": "alternate"
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 4097,
                    "end": 4121,
                    "loc": {
                      "start": {
                        "line": 125,
                        "column": 31
                      },
                      "end": {
                        "line": 125,
                        "column": 55
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 4097,
                      "end": 4113,
                      "loc": {
                        "start": {
                          "line": 125,
                          "column": 31
                        },
                        "end": {
                          "line": 125,
                          "column": 47
                        },
                        "identifierName": "disableAlternate"
                      },
                      "name": "disableAlternate"
                    },
                    "right": {
                      "type": "BooleanLiteral",
                      "start": 4116,
                      "end": 4121,
                      "loc": {
                        "start": {
                          "line": 125,
                          "column": 50
                        },
                        "end": {
                          "line": 125,
                          "column": 55
                        }
                      },
                      "value": false
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 4123,
                  "end": 4404,
                  "loc": {
                    "start": {
                      "line": 125,
                      "column": 57
                    },
                    "end": {
                      "line": 135,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 4129,
                      "end": 4154,
                      "loc": {
                        "start": {
                          "line": 126,
                          "column": 4
                        },
                        "end": {
                          "line": 126,
                          "column": 29
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 4133,
                          "end": 4153,
                          "loc": {
                            "start": {
                              "line": 126,
                              "column": 8
                            },
                            "end": {
                              "line": 126,
                              "column": 28
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 4133,
                            "end": 4137,
                            "loc": {
                              "start": {
                                "line": 126,
                                "column": 8
                              },
                              "end": {
                                "line": 126,
                                "column": 12
                              },
                              "identifierName": "root"
                            },
                            "name": "root"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 4140,
                            "end": 4153,
                            "loc": {
                              "start": {
                                "line": 126,
                                "column": 15
                              },
                              "end": {
                                "line": 126,
                                "column": 28
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 4140,
                              "end": 4151,
                              "loc": {
                                "start": {
                                  "line": 126,
                                  "column": 15
                                },
                                "end": {
                                  "line": 126,
                                  "column": 26
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 4140,
                                "end": 4147,
                                "loc": {
                                  "start": {
                                    "line": 126,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 126,
                                    "column": 22
                                  },
                                  "identifierName": "process"
                                },
                                "name": "process"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4148,
                                "end": 4151,
                                "loc": {
                                  "start": {
                                    "line": 126,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 126,
                                    "column": 26
                                  },
                                  "identifierName": "cwd"
                                },
                                "name": "cwd"
                              },
                              "computed": false
                            },
                            "arguments": []
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 4159,
                      "end": 4358,
                      "loc": {
                        "start": {
                          "line": 127,
                          "column": 4
                        },
                        "end": {
                          "line": 132,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 4163,
                        "end": 4189,
                        "loc": {
                          "start": {
                            "line": 127,
                            "column": 8
                          },
                          "end": {
                            "line": 127,
                            "column": 34
                          }
                        },
                        "left": {
                          "type": "UnaryExpression",
                          "start": 4163,
                          "end": 4168,
                          "loc": {
                            "start": {
                              "line": 127,
                              "column": 8
                            },
                            "end": {
                              "line": 127,
                              "column": 13
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "Identifier",
                            "start": 4164,
                            "end": 4168,
                            "loc": {
                              "start": {
                                "line": 127,
                                "column": 9
                              },
                              "end": {
                                "line": 127,
                                "column": 13
                              },
                              "identifierName": "path"
                            },
                            "name": "path"
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "operator": "&&",
                        "right": {
                          "type": "UnaryExpression",
                          "start": 4172,
                          "end": 4189,
                          "loc": {
                            "start": {
                              "line": 127,
                              "column": 17
                            },
                            "end": {
                              "line": 127,
                              "column": 34
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "Identifier",
                            "start": 4173,
                            "end": 4189,
                            "loc": {
                              "start": {
                                "line": 127,
                                "column": 18
                              },
                              "end": {
                                "line": 127,
                                "column": 34
                              },
                              "identifierName": "disableAlternate"
                            },
                            "name": "disableAlternate"
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 4191,
                        "end": 4222,
                        "loc": {
                          "start": {
                            "line": 127,
                            "column": 36
                          },
                          "end": {
                            "line": 129,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 4199,
                            "end": 4216,
                            "loc": {
                              "start": {
                                "line": 128,
                                "column": 6
                              },
                              "end": {
                                "line": 128,
                                "column": 23
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 4199,
                              "end": 4215,
                              "loc": {
                                "start": {
                                  "line": 128,
                                  "column": 6
                                },
                                "end": {
                                  "line": 128,
                                  "column": 22
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 4199,
                                "end": 4203,
                                "loc": {
                                  "start": {
                                    "line": 128,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 128,
                                    "column": 10
                                  },
                                  "identifierName": "path"
                                },
                                "name": "path"
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 4206,
                                "end": 4215,
                                "loc": {
                                  "start": {
                                    "line": 128,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 128,
                                    "column": 22
                                  },
                                  "identifierName": "alternate"
                                },
                                "name": "alternate"
                              }
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": {
                        "type": "IfStatement",
                        "start": 4228,
                        "end": 4358,
                        "loc": {
                          "start": {
                            "line": 129,
                            "column": 11
                          },
                          "end": {
                            "line": 132,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "LogicalExpression",
                          "start": 4232,
                          "end": 4257,
                          "loc": {
                            "start": {
                              "line": 129,
                              "column": 15
                            },
                            "end": {
                              "line": 129,
                              "column": 40
                            }
                          },
                          "left": {
                            "type": "UnaryExpression",
                            "start": 4232,
                            "end": 4237,
                            "loc": {
                              "start": {
                                "line": 129,
                                "column": 15
                              },
                              "end": {
                                "line": 129,
                                "column": 20
                              }
                            },
                            "operator": "!",
                            "prefix": true,
                            "argument": {
                              "type": "Identifier",
                              "start": 4233,
                              "end": 4237,
                              "loc": {
                                "start": {
                                  "line": 129,
                                  "column": 16
                                },
                                "end": {
                                  "line": 129,
                                  "column": 20
                                },
                                "identifierName": "path"
                              },
                              "name": "path"
                            },
                            "extra": {
                              "parenthesizedArgument": false
                            }
                          },
                          "operator": "&&",
                          "right": {
                            "type": "Identifier",
                            "start": 4241,
                            "end": 4257,
                            "loc": {
                              "start": {
                                "line": 129,
                                "column": 24
                              },
                              "end": {
                                "line": 129,
                                "column": 40
                              },
                              "identifierName": "disableAlternate"
                            },
                            "name": "disableAlternate"
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 4259,
                          "end": 4358,
                          "loc": {
                            "start": {
                              "line": 129,
                              "column": 42
                            },
                            "end": {
                              "line": 132,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ReturnStatement",
                              "start": 4335,
                              "end": 4352,
                              "loc": {
                                "start": {
                                  "line": 131,
                                  "column": 6
                                },
                                "end": {
                                  "line": 131,
                                  "column": 23
                                }
                              },
                              "argument": {
                                "type": "Identifier",
                                "start": 4342,
                                "end": 4351,
                                "loc": {
                                  "start": {
                                    "line": 131,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 131,
                                    "column": 22
                                  },
                                  "identifierName": "alternate"
                                },
                                "name": "alternate",
                                "leadingComments": null
                              },
                              "leadingComments": [
                                {
                                  "type": "CommentLine",
                                  "value": " when we disable alternate we return the value of alternate",
                                  "start": 4267,
                                  "end": 4328,
                                  "loc": {
                                    "start": {
                                      "line": 130,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 130,
                                      "column": 67
                                    }
                                  }
                                }
                              ]
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4363,
                      "end": 4383,
                      "loc": {
                        "start": {
                          "line": 133,
                          "column": 4
                        },
                        "end": {
                          "line": 133,
                          "column": 24
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4363,
                        "end": 4382,
                        "loc": {
                          "start": {
                            "line": 133,
                            "column": 4
                          },
                          "end": {
                            "line": 133,
                            "column": 23
                          }
                        },
                        "operator": "+=",
                        "left": {
                          "type": "Identifier",
                          "start": 4363,
                          "end": 4367,
                          "loc": {
                            "start": {
                              "line": 133,
                              "column": 4
                            },
                            "end": {
                              "line": 133,
                              "column": 8
                            },
                            "identifierName": "root"
                          },
                          "name": "root"
                        },
                        "right": {
                          "type": "TemplateLiteral",
                          "start": 4371,
                          "end": 4382,
                          "loc": {
                            "start": {
                              "line": 133,
                              "column": 12
                            },
                            "end": {
                              "line": 133,
                              "column": 23
                            }
                          },
                          "expressions": [
                            {
                              "type": "Identifier",
                              "start": 4376,
                              "end": 4380,
                              "loc": {
                                "start": {
                                  "line": 133,
                                  "column": 17
                                },
                                "end": {
                                  "line": 133,
                                  "column": 21
                                },
                                "identifierName": "path"
                              },
                              "name": "path"
                            }
                          ],
                          "quasis": [
                            {
                              "type": "TemplateElement",
                              "start": 4372,
                              "end": 4374,
                              "loc": {
                                "start": {
                                  "line": 133,
                                  "column": 13
                                },
                                "end": {
                                  "line": 133,
                                  "column": 15
                                }
                              },
                              "value": {
                                "raw": "\\\\",
                                "cooked": "\\"
                              },
                              "tail": false
                            },
                            {
                              "type": "TemplateElement",
                              "start": 4381,
                              "end": 4381,
                              "loc": {
                                "start": {
                                  "line": 133,
                                  "column": 22
                                },
                                "end": {
                                  "line": 133,
                                  "column": 22
                                }
                              },
                              "value": {
                                "raw": "",
                                "cooked": ""
                              },
                              "tail": true
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 4388,
                      "end": 4400,
                      "loc": {
                        "start": {
                          "line": 134,
                          "column": 4
                        },
                        "end": {
                          "line": 134,
                          "column": 16
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 4395,
                        "end": 4399,
                        "loc": {
                          "start": {
                            "line": 134,
                            "column": 11
                          },
                          "end": {
                            "line": 134,
                            "column": 15
                          },
                          "identifierName": "root"
                        },
                        "name": "root"
                      }
                    }
                  ],
                  "directives": []
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * @param {string} path - location of the file\n   * @param {string} alternate - returns when path is undefined\n   * @param {string} disableAlternate - current working directory is ignored when true, defaults to false\n   ",
                    "start": 3837,
                    "end": 4065,
                    "loc": {
                      "start": {
                        "line": 120,
                        "column": 2
                      },
                      "end": {
                        "line": 124,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 4408,
                "end": 4788,
                "loc": {
                  "start": {
                    "line": 137,
                    "column": 2
                  },
                  "end": {
                    "line": 143,
                    "column": 3
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 4408,
                  "end": 4424,
                  "loc": {
                    "start": {
                      "line": 137,
                      "column": 2
                    },
                    "end": {
                      "line": 137,
                      "column": 18
                    },
                    "identifierName": "handleOldOptions"
                  },
                  "name": "handleOldOptions"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 4425,
                    "end": 4432,
                    "loc": {
                      "start": {
                        "line": 137,
                        "column": 19
                      },
                      "end": {
                        "line": 137,
                        "column": 26
                      },
                      "identifierName": "options"
                    },
                    "name": "options"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 4434,
                  "end": 4788,
                  "loc": {
                    "start": {
                      "line": 137,
                      "column": 28
                    },
                    "end": {
                      "line": 143,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 4440,
                      "end": 4784,
                      "loc": {
                        "start": {
                          "line": 138,
                          "column": 4
                        },
                        "end": {
                          "line": 142,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 4444,
                        "end": 4483,
                        "loc": {
                          "start": {
                            "line": 138,
                            "column": 8
                          },
                          "end": {
                            "line": 138,
                            "column": 47
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 4444,
                          "end": 4456,
                          "loc": {
                            "start": {
                              "line": 138,
                              "column": 8
                            },
                            "end": {
                              "line": 138,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 4444,
                            "end": 4451,
                            "loc": {
                              "start": {
                                "line": 138,
                                "column": 8
                              },
                              "end": {
                                "line": 138,
                                "column": 15
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4452,
                            "end": 4456,
                            "loc": {
                              "start": {
                                "line": 138,
                                "column": 16
                              },
                              "end": {
                                "line": 138,
                                "column": 20
                              },
                              "identifierName": "path"
                            },
                            "name": "path"
                          },
                          "computed": false
                        },
                        "operator": "||",
                        "right": {
                          "type": "MemberExpression",
                          "start": 4460,
                          "end": 4483,
                          "loc": {
                            "start": {
                              "line": 138,
                              "column": 24
                            },
                            "end": {
                              "line": 138,
                              "column": 47
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 4460,
                            "end": 4467,
                            "loc": {
                              "start": {
                                "line": 138,
                                "column": 24
                              },
                              "end": {
                                "line": 138,
                                "column": 31
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4468,
                            "end": 4483,
                            "loc": {
                              "start": {
                                "line": 138,
                                "column": 32
                              },
                              "end": {
                                "line": 138,
                                "column": 47
                              },
                              "identifierName": "elementLocation"
                            },
                            "name": "elementLocation"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 4485,
                        "end": 4672,
                        "loc": {
                          "start": {
                            "line": 138,
                            "column": 49
                          },
                          "end": {
                            "line": 140,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 4493,
                            "end": 4666,
                            "loc": {
                              "start": {
                                "line": 139,
                                "column": 6
                              },
                              "end": {
                                "line": 139,
                                "column": 179
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 4493,
                              "end": 4665,
                              "loc": {
                                "start": {
                                  "line": 139,
                                  "column": 6
                                },
                                "end": {
                                  "line": 139,
                                  "column": 178
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 4493,
                                "end": 4504,
                                "loc": {
                                  "start": {
                                    "line": 139,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 139,
                                    "column": 17
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4493,
                                  "end": 4499,
                                  "loc": {
                                    "start": {
                                      "line": 139,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 139,
                                      "column": 12
                                    },
                                    "identifierName": "logger"
                                  },
                                  "name": "logger"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4500,
                                  "end": 4504,
                                  "loc": {
                                    "start": {
                                      "line": 139,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 139,
                                      "column": 17
                                    },
                                    "identifierName": "warn"
                                  },
                                  "name": "warn"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "TemplateLiteral",
                                  "start": 4505,
                                  "end": 4664,
                                  "loc": {
                                    "start": {
                                      "line": 139,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 139,
                                      "column": 177
                                    }
                                  },
                                  "expressions": [
                                    {
                                      "type": "ConditionalExpression",
                                      "start": 4508,
                                      "end": 4563,
                                      "loc": {
                                        "start": {
                                          "line": 139,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 139,
                                          "column": 76
                                        }
                                      },
                                      "test": {
                                        "type": "MemberExpression",
                                        "start": 4508,
                                        "end": 4520,
                                        "loc": {
                                          "start": {
                                            "line": 139,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 139,
                                            "column": 33
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 4508,
                                          "end": 4515,
                                          "loc": {
                                            "start": {
                                              "line": 139,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 139,
                                              "column": 28
                                            },
                                            "identifierName": "options"
                                          },
                                          "name": "options"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4516,
                                          "end": 4520,
                                          "loc": {
                                            "start": {
                                              "line": 139,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 139,
                                              "column": 33
                                            },
                                            "identifierName": "path"
                                          },
                                          "name": "path"
                                        },
                                        "computed": false
                                      },
                                      "consequent": {
                                        "type": "StringLiteral",
                                        "start": 4523,
                                        "end": 4536,
                                        "loc": {
                                          "start": {
                                            "line": 139,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 139,
                                            "column": 49
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "server.path",
                                          "raw": "'server.path'"
                                        },
                                        "value": "server.path"
                                      },
                                      "alternate": {
                                        "type": "StringLiteral",
                                        "start": 4539,
                                        "end": 4563,
                                        "loc": {
                                          "start": {
                                            "line": 139,
                                            "column": 52
                                          },
                                          "end": {
                                            "line": 139,
                                            "column": 76
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "server.elementLocation",
                                          "raw": "'server.elementLocation'"
                                        },
                                        "value": "server.elementLocation"
                                      }
                                    }
                                  ],
                                  "quasis": [
                                    {
                                      "type": "TemplateElement",
                                      "start": 4506,
                                      "end": 4506,
                                      "loc": {
                                        "start": {
                                          "line": 139,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 139,
                                          "column": 19
                                        }
                                      },
                                      "value": {
                                        "raw": "",
                                        "cooked": ""
                                      },
                                      "tail": false
                                    },
                                    {
                                      "type": "TemplateElement",
                                      "start": 4564,
                                      "end": 4663,
                                      "loc": {
                                        "start": {
                                          "line": 139,
                                          "column": 77
                                        },
                                        "end": {
                                          "line": 139,
                                          "column": 176
                                        }
                                      },
                                      "value": {
                                        "raw": " is no longer supported, [visit](https://github.com/vandeurenglenn/backed-cli#serve) to learn more'",
                                        "cooked": " is no longer supported, [visit](https://github.com/vandeurenglenn/backed-cli#serve) to learn more'"
                                      },
                                      "tail": true
                                    }
                                  ]
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": {
                        "type": "IfStatement",
                        "start": 4678,
                        "end": 4784,
                        "loc": {
                          "start": {
                            "line": 140,
                            "column": 11
                          },
                          "end": {
                            "line": 142,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "MemberExpression",
                          "start": 4682,
                          "end": 4699,
                          "loc": {
                            "start": {
                              "line": 140,
                              "column": 15
                            },
                            "end": {
                              "line": 140,
                              "column": 32
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 4682,
                            "end": 4689,
                            "loc": {
                              "start": {
                                "line": 140,
                                "column": 15
                              },
                              "end": {
                                "line": 140,
                                "column": 22
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4690,
                            "end": 4699,
                            "loc": {
                              "start": {
                                "line": 140,
                                "column": 23
                              },
                              "end": {
                                "line": 140,
                                "column": 32
                              },
                              "identifierName": "bowerPath"
                            },
                            "name": "bowerPath"
                          },
                          "computed": false
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 4701,
                          "end": 4784,
                          "loc": {
                            "start": {
                              "line": 140,
                              "column": 34
                            },
                            "end": {
                              "line": 142,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 4709,
                              "end": 4778,
                              "loc": {
                                "start": {
                                  "line": 141,
                                  "column": 6
                                },
                                "end": {
                                  "line": 141,
                                  "column": 75
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 4709,
                                "end": 4777,
                                "loc": {
                                  "start": {
                                    "line": 141,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 141,
                                    "column": 74
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 4709,
                                  "end": 4720,
                                  "loc": {
                                    "start": {
                                      "line": 141,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 141,
                                      "column": 17
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 4709,
                                    "end": 4715,
                                    "loc": {
                                      "start": {
                                        "line": 141,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 141,
                                        "column": 12
                                      },
                                      "identifierName": "logger"
                                    },
                                    "name": "logger"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4716,
                                    "end": 4720,
                                    "loc": {
                                      "start": {
                                        "line": 141,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 141,
                                        "column": 17
                                      },
                                      "identifierName": "warn"
                                    },
                                    "name": "warn"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "StringLiteral",
                                    "start": 4721,
                                    "end": 4776,
                                    "loc": {
                                      "start": {
                                        "line": 141,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 141,
                                        "column": 73
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "server.bowerPath::deprecated: removal planned @1.0.0+",
                                      "raw": "'server.bowerPath::deprecated: removal planned @1.0.0+'"
                                    },
                                    "value": "server.bowerPath::deprecated: removal planned @1.0.0+"
                                  }
                                ]
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "trailingComments": [
                  {
                    "type": "CommentLine",
                    "value": " reload() {",
                    "start": 4792,
                    "end": 4805,
                    "loc": {
                      "start": {
                        "line": 145,
                        "column": 2
                      },
                      "end": {
                        "line": 145,
                        "column": 15
                      }
                    }
                  },
                  {
                    "type": "CommentLine",
                    "value": "   reloadServer.reload();",
                    "start": 4808,
                    "end": 4835,
                    "loc": {
                      "start": {
                        "line": 146,
                        "column": 2
                      },
                      "end": {
                        "line": 146,
                        "column": 29
                      }
                    }
                  },
                  {
                    "type": "CommentLine",
                    "value": " }",
                    "start": 4838,
                    "end": 4842,
                    "loc": {
                      "start": {
                        "line": 147,
                        "column": 2
                      },
                      "end": {
                        "line": 147,
                        "column": 6
                      }
                    }
                  }
                ]
              }
            ]
          },
          "__PseudoExport__": true,
          "leadingComments": [],
          "trailingComments": []
        },
        "leadingComments": null
      },
      {
        "type": "ExportDefaultDeclaration",
        "start": 4845,
        "end": 4873,
        "loc": {
          "start": {
            "line": 149,
            "column": 0
          },
          "end": {
            "line": 149,
            "column": 28
          }
        },
        "declaration": {
          "type": "VariableDeclaration",
          "kind": "let",
          "loc": {
            "start": {
              "line": 149,
              "column": 0
            },
            "end": {
              "line": 149,
              "column": 28
            }
          },
          "declarations": [
            {
              "type": "VariableDeclarator",
              "id": {
                "type": "Identifier",
                "name": "server"
              },
              "init": {
                "type": "NewExpression",
                "callee": {
                  "type": "Identifier",
                  "name": "Server"
                }
              }
            }
          ],
          "leadingComments": [],
          "trailingComments": []
        }
      }
    ],
    "directives": [
      {
        "type": "Directive",
        "start": 0,
        "end": 13,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 13
          }
        },
        "value": {
          "type": "DirectiveLiteral",
          "start": 0,
          "end": 12,
          "loc": {
            "start": {
              "line": 1,
              "column": 0
            },
            "end": {
              "line": 1,
              "column": 12
            }
          },
          "value": "use strict",
          "extra": {
            "raw": "'use strict'",
            "rawValue": "use strict"
          }
        }
      }
    ]
  },
  "comments": [
    {
      "type": "CommentLine",
      "value": " TODO: find better way to reload",
      "start": 201,
      "end": 235,
      "loc": {
        "start": {
          "line": 9,
          "column": 0
        },
        "end": {
          "line": 9,
          "column": 34
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " const reload = require('reload');",
      "start": 236,
      "end": 272,
      "loc": {
        "start": {
          "line": 10,
          "column": 0
        },
        "end": {
          "line": 10,
          "column": 36
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " const reloadServer = reload(server, app);",
      "start": 273,
      "end": 317,
      "loc": {
        "start": {
          "line": 11,
          "column": 0
        },
        "end": {
          "line": 11,
          "column": 44
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * glob file path\n * @param {string} string\n ",
      "start": 360,
      "end": 411,
      "loc": {
        "start": {
          "line": 14,
          "column": 0
        },
        "end": {
          "line": 17,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @param {object} config - configuration\n * @param {string} config.entry path to where your build is located\n * @param {string} config.docs path to where your docs are located\n * @param {string} config.bowerPath path to bower_components\n * @param {string} config.nodeModulesPath path to node_modules\n * @param {string} config.demo path to the demo\n * @param {string} config.index path to your index.html file we serve a helper/docs index by default (not support for now)\n * @param {array} config.use static files to include [{path: some/path, static: some//path}] when static is undefined path will be used.\n ",
      "start": 663,
      "end": 1279,
      "loc": {
        "start": {
          "line": 33,
          "column": 0
        },
        "end": {
          "line": 42,
          "column": 3
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " serve backed-cli documentation",
      "start": 2529,
      "end": 2562,
      "loc": {
        "start": {
          "line": 83,
          "column": 8
        },
        "end": {
          "line": 83,
          "column": 41
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " serve backed documentation",
      "start": 2670,
      "end": 2699,
      "loc": {
        "start": {
          "line": 87,
          "column": 8
        },
        "end": {
          "line": 87,
          "column": 37
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " TODO: Add option to override index",
      "start": 2815,
      "end": 2852,
      "loc": {
        "start": {
          "line": 91,
          "column": 8
        },
        "end": {
          "line": 91,
          "column": 45
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " TODO: implement copyrighted by package author & package name if no file is found",
      "start": 2963,
      "end": 3046,
      "loc": {
        "start": {
          "line": 94,
          "column": 8
        },
        "end": {
          "line": 94,
          "column": 91
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * @param {string} path - location of the file\n   * @param {string} alternate - returns when path is undefined\n   * @param {string} disableAlternate - current working directory is ignored when true, defaults to false\n   ",
      "start": 3837,
      "end": 4065,
      "loc": {
        "start": {
          "line": 120,
          "column": 2
        },
        "end": {
          "line": 124,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " when we disable alternate we return the value of alternate",
      "start": 4267,
      "end": 4328,
      "loc": {
        "start": {
          "line": 130,
          "column": 6
        },
        "end": {
          "line": 130,
          "column": 67
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " reload() {",
      "start": 4792,
      "end": 4805,
      "loc": {
        "start": {
          "line": 145,
          "column": 2
        },
        "end": {
          "line": 145,
          "column": 15
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "   reloadServer.reload();",
      "start": 4808,
      "end": 4835,
      "loc": {
        "start": {
          "line": 146,
          "column": 2
        },
        "end": {
          "line": 146,
          "column": 29
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " }",
      "start": 4838,
      "end": 4842,
      "loc": {
        "start": {
          "line": 147,
          "column": 2
        },
        "end": {
          "line": 147,
          "column": 6
        }
      }
    }
  ],
  "tokens": [
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "use strict",
      "start": 0,
      "end": 12,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12,
      "end": 13,
      "loc": {
        "start": {
          "line": 1,
          "column": 12
        },
        "end": {
          "line": 1,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 14,
      "end": 19,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "express",
      "start": 20,
      "end": 27,
      "loc": {
        "start": {
          "line": 2,
          "column": 6
        },
        "end": {
          "line": 2,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 28,
      "end": 29,
      "loc": {
        "start": {
          "line": 2,
          "column": 14
        },
        "end": {
          "line": 2,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 30,
      "end": 37,
      "loc": {
        "start": {
          "line": 2,
          "column": 16
        },
        "end": {
          "line": 2,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 37,
      "end": 38,
      "loc": {
        "start": {
          "line": 2,
          "column": 23
        },
        "end": {
          "line": 2,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "express",
      "start": 38,
      "end": 47,
      "loc": {
        "start": {
          "line": 2,
          "column": 24
        },
        "end": {
          "line": 2,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 47,
      "end": 48,
      "loc": {
        "start": {
          "line": 2,
          "column": 33
        },
        "end": {
          "line": 2,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 48,
      "end": 49,
      "loc": {
        "start": {
          "line": 2,
          "column": 34
        },
        "end": {
          "line": 2,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 50,
      "end": 55,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "http",
      "start": 56,
      "end": 60,
      "loc": {
        "start": {
          "line": 3,
          "column": 6
        },
        "end": {
          "line": 3,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 61,
      "end": 62,
      "loc": {
        "start": {
          "line": 3,
          "column": 11
        },
        "end": {
          "line": 3,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 63,
      "end": 70,
      "loc": {
        "start": {
          "line": 3,
          "column": 13
        },
        "end": {
          "line": 3,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 70,
      "end": 71,
      "loc": {
        "start": {
          "line": 3,
          "column": 20
        },
        "end": {
          "line": 3,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "http",
      "start": 71,
      "end": 77,
      "loc": {
        "start": {
          "line": 3,
          "column": 21
        },
        "end": {
          "line": 3,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 77,
      "end": 78,
      "loc": {
        "start": {
          "line": 3,
          "column": 27
        },
        "end": {
          "line": 3,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 78,
      "end": 79,
      "loc": {
        "start": {
          "line": 3,
          "column": 28
        },
        "end": {
          "line": 3,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 80,
      "end": 85,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "glob",
      "start": 86,
      "end": 90,
      "loc": {
        "start": {
          "line": 4,
          "column": 6
        },
        "end": {
          "line": 4,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 91,
      "end": 92,
      "loc": {
        "start": {
          "line": 4,
          "column": 11
        },
        "end": {
          "line": 4,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 93,
      "end": 100,
      "loc": {
        "start": {
          "line": 4,
          "column": 13
        },
        "end": {
          "line": 4,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 100,
      "end": 101,
      "loc": {
        "start": {
          "line": 4,
          "column": 20
        },
        "end": {
          "line": 4,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "glob",
      "start": 101,
      "end": 107,
      "loc": {
        "start": {
          "line": 4,
          "column": 21
        },
        "end": {
          "line": 4,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 107,
      "end": 108,
      "loc": {
        "start": {
          "line": 4,
          "column": 27
        },
        "end": {
          "line": 4,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 108,
      "end": 109,
      "loc": {
        "start": {
          "line": 4,
          "column": 28
        },
        "end": {
          "line": 4,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 110,
      "end": 115,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opn",
      "start": 116,
      "end": 119,
      "loc": {
        "start": {
          "line": 5,
          "column": 6
        },
        "end": {
          "line": 5,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 120,
      "end": 121,
      "loc": {
        "start": {
          "line": 5,
          "column": 10
        },
        "end": {
          "line": 5,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 122,
      "end": 129,
      "loc": {
        "start": {
          "line": 5,
          "column": 12
        },
        "end": {
          "line": 5,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 129,
      "end": 130,
      "loc": {
        "start": {
          "line": 5,
          "column": 19
        },
        "end": {
          "line": 5,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "opn",
      "start": 130,
      "end": 135,
      "loc": {
        "start": {
          "line": 5,
          "column": 20
        },
        "end": {
          "line": 5,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 135,
      "end": 136,
      "loc": {
        "start": {
          "line": 5,
          "column": 25
        },
        "end": {
          "line": 5,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 136,
      "end": 137,
      "loc": {
        "start": {
          "line": 5,
          "column": 26
        },
        "end": {
          "line": 5,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 139,
      "end": 144,
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "app",
      "start": 145,
      "end": 148,
      "loc": {
        "start": {
          "line": 7,
          "column": 6
        },
        "end": {
          "line": 7,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 149,
      "end": 150,
      "loc": {
        "start": {
          "line": 7,
          "column": 10
        },
        "end": {
          "line": 7,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "express",
      "start": 151,
      "end": 158,
      "loc": {
        "start": {
          "line": 7,
          "column": 12
        },
        "end": {
          "line": 7,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 158,
      "end": 159,
      "loc": {
        "start": {
          "line": 7,
          "column": 19
        },
        "end": {
          "line": 7,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 159,
      "end": 160,
      "loc": {
        "start": {
          "line": 7,
          "column": 20
        },
        "end": {
          "line": 7,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 160,
      "end": 161,
      "loc": {
        "start": {
          "line": 7,
          "column": 21
        },
        "end": {
          "line": 7,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 162,
      "end": 167,
      "loc": {
        "start": {
          "line": 8,
          "column": 0
        },
        "end": {
          "line": 8,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "server",
      "start": 168,
      "end": 174,
      "loc": {
        "start": {
          "line": 8,
          "column": 6
        },
        "end": {
          "line": 8,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 175,
      "end": 176,
      "loc": {
        "start": {
          "line": 8,
          "column": 13
        },
        "end": {
          "line": 8,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "http",
      "start": 177,
      "end": 181,
      "loc": {
        "start": {
          "line": 8,
          "column": 15
        },
        "end": {
          "line": 8,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 181,
      "end": 182,
      "loc": {
        "start": {
          "line": 8,
          "column": 19
        },
        "end": {
          "line": 8,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createServer",
      "start": 182,
      "end": 194,
      "loc": {
        "start": {
          "line": 8,
          "column": 20
        },
        "end": {
          "line": 8,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 194,
      "end": 195,
      "loc": {
        "start": {
          "line": 8,
          "column": 32
        },
        "end": {
          "line": 8,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "app",
      "start": 195,
      "end": 198,
      "loc": {
        "start": {
          "line": 8,
          "column": 33
        },
        "end": {
          "line": 8,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 198,
      "end": 199,
      "loc": {
        "start": {
          "line": 8,
          "column": 36
        },
        "end": {
          "line": 8,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 199,
      "end": 200,
      "loc": {
        "start": {
          "line": 8,
          "column": 37
        },
        "end": {
          "line": 8,
          "column": 38
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " TODO: find better way to reload",
      "start": 201,
      "end": 235,
      "loc": {
        "start": {
          "line": 9,
          "column": 0
        },
        "end": {
          "line": 9,
          "column": 34
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " const reload = require('reload');",
      "start": 236,
      "end": 272,
      "loc": {
        "start": {
          "line": 10,
          "column": 0
        },
        "end": {
          "line": 10,
          "column": 36
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " const reloadServer = reload(server, app);",
      "start": 273,
      "end": 317,
      "loc": {
        "start": {
          "line": 11,
          "column": 0
        },
        "end": {
          "line": 11,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 318,
      "end": 323,
      "loc": {
        "start": {
          "line": 12,
          "column": 0
        },
        "end": {
          "line": 12,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logger",
      "start": 324,
      "end": 330,
      "loc": {
        "start": {
          "line": 12,
          "column": 6
        },
        "end": {
          "line": 12,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 331,
      "end": 332,
      "loc": {
        "start": {
          "line": 12,
          "column": 13
        },
        "end": {
          "line": 12,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 333,
      "end": 340,
      "loc": {
        "start": {
          "line": 12,
          "column": 15
        },
        "end": {
          "line": 12,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 340,
      "end": 341,
      "loc": {
        "start": {
          "line": 12,
          "column": 22
        },
        "end": {
          "line": 12,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "backed-logger",
      "start": 341,
      "end": 356,
      "loc": {
        "start": {
          "line": 12,
          "column": 23
        },
        "end": {
          "line": 12,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 356,
      "end": 357,
      "loc": {
        "start": {
          "line": 12,
          "column": 38
        },
        "end": {
          "line": 12,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 357,
      "end": 358,
      "loc": {
        "start": {
          "line": 12,
          "column": 39
        },
        "end": {
          "line": 12,
          "column": 40
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * glob file path\n * @param {string} string\n ",
      "start": 360,
      "end": 411,
      "loc": {
        "start": {
          "line": 14,
          "column": 0
        },
        "end": {
          "line": 17,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 412,
      "end": 417,
      "loc": {
        "start": {
          "line": 18,
          "column": 0
        },
        "end": {
          "line": 18,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "src",
      "start": 418,
      "end": 421,
      "loc": {
        "start": {
          "line": 18,
          "column": 6
        },
        "end": {
          "line": 18,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 422,
      "end": 423,
      "loc": {
        "start": {
          "line": 18,
          "column": 10
        },
        "end": {
          "line": 18,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "string",
      "start": 424,
      "end": 430,
      "loc": {
        "start": {
          "line": 18,
          "column": 12
        },
        "end": {
          "line": 18,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 431,
      "end": 433,
      "loc": {
        "start": {
          "line": 18,
          "column": 19
        },
        "end": {
          "line": 18,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 434,
      "end": 435,
      "loc": {
        "start": {
          "line": 18,
          "column": 22
        },
        "end": {
          "line": 18,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 438,
      "end": 444,
      "loc": {
        "start": {
          "line": 19,
          "column": 2
        },
        "end": {
          "line": 19,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 445,
      "end": 448,
      "loc": {
        "start": {
          "line": 19,
          "column": 9
        },
        "end": {
          "line": 19,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 449,
      "end": 456,
      "loc": {
        "start": {
          "line": 19,
          "column": 13
        },
        "end": {
          "line": 19,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 456,
      "end": 457,
      "loc": {
        "start": {
          "line": 19,
          "column": 20
        },
        "end": {
          "line": 19,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 457,
      "end": 458,
      "loc": {
        "start": {
          "line": 19,
          "column": 21
        },
        "end": {
          "line": 19,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 458,
      "end": 465,
      "loc": {
        "start": {
          "line": 19,
          "column": 22
        },
        "end": {
          "line": 19,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 465,
      "end": 466,
      "loc": {
        "start": {
          "line": 19,
          "column": 29
        },
        "end": {
          "line": 19,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 467,
      "end": 473,
      "loc": {
        "start": {
          "line": 19,
          "column": 31
        },
        "end": {
          "line": 19,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 473,
      "end": 474,
      "loc": {
        "start": {
          "line": 19,
          "column": 37
        },
        "end": {
          "line": 19,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 475,
      "end": 477,
      "loc": {
        "start": {
          "line": 19,
          "column": 39
        },
        "end": {
          "line": 19,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 478,
      "end": 479,
      "loc": {
        "start": {
          "line": 19,
          "column": 42
        },
        "end": {
          "line": 19,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "glob",
      "start": 484,
      "end": 488,
      "loc": {
        "start": {
          "line": 20,
          "column": 4
        },
        "end": {
          "line": 20,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 488,
      "end": 489,
      "loc": {
        "start": {
          "line": 20,
          "column": 8
        },
        "end": {
          "line": 20,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "string",
      "start": 489,
      "end": 495,
      "loc": {
        "start": {
          "line": 20,
          "column": 9
        },
        "end": {
          "line": 20,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 495,
      "end": 496,
      "loc": {
        "start": {
          "line": 20,
          "column": 15
        },
        "end": {
          "line": 20,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 497,
      "end": 498,
      "loc": {
        "start": {
          "line": 20,
          "column": 17
        },
        "end": {
          "line": 20,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "error",
      "start": 498,
      "end": 503,
      "loc": {
        "start": {
          "line": 20,
          "column": 18
        },
        "end": {
          "line": 20,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 503,
      "end": 504,
      "loc": {
        "start": {
          "line": 20,
          "column": 23
        },
        "end": {
          "line": 20,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "files",
      "start": 505,
      "end": 510,
      "loc": {
        "start": {
          "line": 20,
          "column": 25
        },
        "end": {
          "line": 20,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 510,
      "end": 511,
      "loc": {
        "start": {
          "line": 20,
          "column": 30
        },
        "end": {
          "line": 20,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 512,
      "end": 514,
      "loc": {
        "start": {
          "line": 20,
          "column": 32
        },
        "end": {
          "line": 20,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 515,
      "end": 516,
      "loc": {
        "start": {
          "line": 20,
          "column": 35
        },
        "end": {
          "line": 20,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 523,
      "end": 525,
      "loc": {
        "start": {
          "line": 21,
          "column": 6
        },
        "end": {
          "line": 21,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 526,
      "end": 527,
      "loc": {
        "start": {
          "line": 21,
          "column": 9
        },
        "end": {
          "line": 21,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "error",
      "start": 527,
      "end": 532,
      "loc": {
        "start": {
          "line": 21,
          "column": 10
        },
        "end": {
          "line": 21,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 532,
      "end": 533,
      "loc": {
        "start": {
          "line": 21,
          "column": 15
        },
        "end": {
          "line": 21,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 534,
      "end": 535,
      "loc": {
        "start": {
          "line": 21,
          "column": 17
        },
        "end": {
          "line": 21,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 544,
      "end": 550,
      "loc": {
        "start": {
          "line": 22,
          "column": 8
        },
        "end": {
          "line": 22,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 550,
      "end": 551,
      "loc": {
        "start": {
          "line": 22,
          "column": 14
        },
        "end": {
          "line": 22,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "error",
      "start": 551,
      "end": 556,
      "loc": {
        "start": {
          "line": 22,
          "column": 15
        },
        "end": {
          "line": 22,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 556,
      "end": 557,
      "loc": {
        "start": {
          "line": 22,
          "column": 20
        },
        "end": {
          "line": 22,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 557,
      "end": 558,
      "loc": {
        "start": {
          "line": 22,
          "column": 21
        },
        "end": {
          "line": 22,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 565,
      "end": 566,
      "loc": {
        "start": {
          "line": 23,
          "column": 6
        },
        "end": {
          "line": 23,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 573,
      "end": 575,
      "loc": {
        "start": {
          "line": 24,
          "column": 6
        },
        "end": {
          "line": 24,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 576,
      "end": 577,
      "loc": {
        "start": {
          "line": 24,
          "column": 9
        },
        "end": {
          "line": 24,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "files",
      "start": 577,
      "end": 582,
      "loc": {
        "start": {
          "line": 24,
          "column": 10
        },
        "end": {
          "line": 24,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 582,
      "end": 583,
      "loc": {
        "start": {
          "line": 24,
          "column": 15
        },
        "end": {
          "line": 24,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 583,
      "end": 589,
      "loc": {
        "start": {
          "line": 24,
          "column": 16
        },
        "end": {
          "line": 24,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 590,
      "end": 591,
      "loc": {
        "start": {
          "line": 24,
          "column": 23
        },
        "end": {
          "line": 24,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 592,
      "end": 593,
      "loc": {
        "start": {
          "line": 24,
          "column": 25
        },
        "end": {
          "line": 24,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 593,
      "end": 594,
      "loc": {
        "start": {
          "line": 24,
          "column": 26
        },
        "end": {
          "line": 24,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 595,
      "end": 596,
      "loc": {
        "start": {
          "line": 24,
          "column": 28
        },
        "end": {
          "line": 24,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 605,
      "end": 612,
      "loc": {
        "start": {
          "line": 25,
          "column": 8
        },
        "end": {
          "line": 25,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 612,
      "end": 613,
      "loc": {
        "start": {
          "line": 25,
          "column": 15
        },
        "end": {
          "line": 25,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "files",
      "start": 613,
      "end": 618,
      "loc": {
        "start": {
          "line": 25,
          "column": 16
        },
        "end": {
          "line": 25,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 618,
      "end": 619,
      "loc": {
        "start": {
          "line": 25,
          "column": 21
        },
        "end": {
          "line": 25,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 619,
      "end": 620,
      "loc": {
        "start": {
          "line": 25,
          "column": 22
        },
        "end": {
          "line": 25,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 627,
      "end": 628,
      "loc": {
        "start": {
          "line": 26,
          "column": 6
        },
        "end": {
          "line": 26,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 633,
      "end": 634,
      "loc": {
        "start": {
          "line": 27,
          "column": 4
        },
        "end": {
          "line": 27,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 634,
      "end": 635,
      "loc": {
        "start": {
          "line": 27,
          "column": 5
        },
        "end": {
          "line": 27,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 635,
      "end": 636,
      "loc": {
        "start": {
          "line": 27,
          "column": 6
        },
        "end": {
          "line": 27,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 639,
      "end": 640,
      "loc": {
        "start": {
          "line": 28,
          "column": 2
        },
        "end": {
          "line": 28,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 640,
      "end": 641,
      "loc": {
        "start": {
          "line": 28,
          "column": 3
        },
        "end": {
          "line": 28,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 641,
      "end": 642,
      "loc": {
        "start": {
          "line": 28,
          "column": 4
        },
        "end": {
          "line": 28,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 643,
      "end": 644,
      "loc": {
        "start": {
          "line": 29,
          "column": 0
        },
        "end": {
          "line": 29,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 644,
      "end": 645,
      "loc": {
        "start": {
          "line": 29,
          "column": 1
        },
        "end": {
          "line": 29,
          "column": 2
        }
      }
    },
    {
      "type": {
        "label": "class",
        "keyword": "class",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "class",
      "start": 647,
      "end": 652,
      "loc": {
        "start": {
          "line": 31,
          "column": 0
        },
        "end": {
          "line": 31,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Server",
      "start": 653,
      "end": 659,
      "loc": {
        "start": {
          "line": 31,
          "column": 6
        },
        "end": {
          "line": 31,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 660,
      "end": 661,
      "loc": {
        "start": {
          "line": 31,
          "column": 13
        },
        "end": {
          "line": 31,
          "column": 14
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @param {object} config - configuration\n * @param {string} config.entry path to where your build is located\n * @param {string} config.docs path to where your docs are located\n * @param {string} config.bowerPath path to bower_components\n * @param {string} config.nodeModulesPath path to node_modules\n * @param {string} config.demo path to the demo\n * @param {string} config.index path to your index.html file we serve a helper/docs index by default (not support for now)\n * @param {array} config.use static files to include [{path: some/path, static: some//path}] when static is undefined path will be used.\n ",
      "start": 663,
      "end": 1279,
      "loc": {
        "start": {
          "line": 33,
          "column": 0
        },
        "end": {
          "line": 42,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "serve",
      "start": 1282,
      "end": 1287,
      "loc": {
        "start": {
          "line": 43,
          "column": 2
        },
        "end": {
          "line": 43,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1287,
      "end": 1288,
      "loc": {
        "start": {
          "line": 43,
          "column": 7
        },
        "end": {
          "line": 43,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 1288,
      "end": 1294,
      "loc": {
        "start": {
          "line": 43,
          "column": 8
        },
        "end": {
          "line": 43,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1295,
      "end": 1296,
      "loc": {
        "start": {
          "line": 43,
          "column": 15
        },
        "end": {
          "line": 43,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1297,
      "end": 1298,
      "loc": {
        "start": {
          "line": 43,
          "column": 17
        },
        "end": {
          "line": 43,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entry",
      "start": 1303,
      "end": 1308,
      "loc": {
        "start": {
          "line": 44,
          "column": 4
        },
        "end": {
          "line": 44,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1308,
      "end": 1309,
      "loc": {
        "start": {
          "line": 44,
          "column": 9
        },
        "end": {
          "line": 44,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "/",
      "start": 1310,
      "end": 1313,
      "loc": {
        "start": {
          "line": 44,
          "column": 11
        },
        "end": {
          "line": 44,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1313,
      "end": 1314,
      "loc": {
        "start": {
          "line": 44,
          "column": 14
        },
        "end": {
          "line": 44,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "demo",
      "start": 1319,
      "end": 1323,
      "loc": {
        "start": {
          "line": 45,
          "column": 4
        },
        "end": {
          "line": 45,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1323,
      "end": 1324,
      "loc": {
        "start": {
          "line": 45,
          "column": 8
        },
        "end": {
          "line": 45,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "demo",
      "start": 1325,
      "end": 1331,
      "loc": {
        "start": {
          "line": 45,
          "column": 10
        },
        "end": {
          "line": 45,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1331,
      "end": 1332,
      "loc": {
        "start": {
          "line": 45,
          "column": 16
        },
        "end": {
          "line": 45,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "docs",
      "start": 1337,
      "end": 1341,
      "loc": {
        "start": {
          "line": 46,
          "column": 4
        },
        "end": {
          "line": 46,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1341,
      "end": 1342,
      "loc": {
        "start": {
          "line": 46,
          "column": 8
        },
        "end": {
          "line": 46,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "docs",
      "start": 1343,
      "end": 1349,
      "loc": {
        "start": {
          "line": 46,
          "column": 10
        },
        "end": {
          "line": 46,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1349,
      "end": 1350,
      "loc": {
        "start": {
          "line": 46,
          "column": 16
        },
        "end": {
          "line": 46,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "port",
      "start": 1355,
      "end": 1359,
      "loc": {
        "start": {
          "line": 47,
          "column": 4
        },
        "end": {
          "line": 47,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1359,
      "end": 1360,
      "loc": {
        "start": {
          "line": 47,
          "column": 8
        },
        "end": {
          "line": 47,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 9000,
      "start": 1361,
      "end": 1365,
      "loc": {
        "start": {
          "line": 47,
          "column": 10
        },
        "end": {
          "line": 47,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1365,
      "end": 1366,
      "loc": {
        "start": {
          "line": 47,
          "column": 14
        },
        "end": {
          "line": 47,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "use",
      "start": 1371,
      "end": 1374,
      "loc": {
        "start": {
          "line": 48,
          "column": 4
        },
        "end": {
          "line": 48,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1374,
      "end": 1375,
      "loc": {
        "start": {
          "line": 48,
          "column": 7
        },
        "end": {
          "line": 48,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1376,
      "end": 1377,
      "loc": {
        "start": {
          "line": 48,
          "column": 9
        },
        "end": {
          "line": 48,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1377,
      "end": 1378,
      "loc": {
        "start": {
          "line": 48,
          "column": 10
        },
        "end": {
          "line": 48,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "path",
      "start": 1378,
      "end": 1382,
      "loc": {
        "start": {
          "line": 48,
          "column": 11
        },
        "end": {
          "line": 48,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1382,
      "end": 1383,
      "loc": {
        "start": {
          "line": 48,
          "column": 15
        },
        "end": {
          "line": 48,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 1384,
      "end": 1388,
      "loc": {
        "start": {
          "line": 48,
          "column": 17
        },
        "end": {
          "line": 48,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1388,
      "end": 1389,
      "loc": {
        "start": {
          "line": 48,
          "column": 21
        },
        "end": {
          "line": 48,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "static",
      "start": 1390,
      "end": 1396,
      "loc": {
        "start": {
          "line": 48,
          "column": 23
        },
        "end": {
          "line": 48,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1396,
      "end": 1397,
      "loc": {
        "start": {
          "line": 48,
          "column": 29
        },
        "end": {
          "line": 48,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 1398,
      "end": 1402,
      "loc": {
        "start": {
          "line": 48,
          "column": 31
        },
        "end": {
          "line": 48,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1402,
      "end": 1403,
      "loc": {
        "start": {
          "line": 48,
          "column": 35
        },
        "end": {
          "line": 48,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1403,
      "end": 1404,
      "loc": {
        "start": {
          "line": 48,
          "column": 36
        },
        "end": {
          "line": 48,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1404,
      "end": 1405,
      "loc": {
        "start": {
          "line": 48,
          "column": 37
        },
        "end": {
          "line": 48,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bowerPath",
      "start": 1410,
      "end": 1419,
      "loc": {
        "start": {
          "line": 49,
          "column": 4
        },
        "end": {
          "line": 49,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1419,
      "end": 1420,
      "loc": {
        "start": {
          "line": 49,
          "column": 13
        },
        "end": {
          "line": 49,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "bower_components",
      "start": 1421,
      "end": 1439,
      "loc": {
        "start": {
          "line": 49,
          "column": 15
        },
        "end": {
          "line": 49,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1439,
      "end": 1440,
      "loc": {
        "start": {
          "line": 49,
          "column": 33
        },
        "end": {
          "line": 49,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nodeModulesPath",
      "start": 1445,
      "end": 1460,
      "loc": {
        "start": {
          "line": 50,
          "column": 4
        },
        "end": {
          "line": 50,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1460,
      "end": 1461,
      "loc": {
        "start": {
          "line": 50,
          "column": 19
        },
        "end": {
          "line": 50,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "node_modules",
      "start": 1462,
      "end": 1476,
      "loc": {
        "start": {
          "line": 50,
          "column": 21
        },
        "end": {
          "line": 50,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1476,
      "end": 1477,
      "loc": {
        "start": {
          "line": 50,
          "column": 35
        },
        "end": {
          "line": 50,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index",
      "start": 1482,
      "end": 1487,
      "loc": {
        "start": {
          "line": 51,
          "column": 4
        },
        "end": {
          "line": 51,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1487,
      "end": 1488,
      "loc": {
        "start": {
          "line": 51,
          "column": 9
        },
        "end": {
          "line": 51,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 1489,
      "end": 1493,
      "loc": {
        "start": {
          "line": 51,
          "column": 11
        },
        "end": {
          "line": 51,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1493,
      "end": 1494,
      "loc": {
        "start": {
          "line": 51,
          "column": 15
        },
        "end": {
          "line": 51,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1494,
      "end": 1495,
      "loc": {
        "start": {
          "line": 51,
          "column": 16
        },
        "end": {
          "line": 51,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1496,
      "end": 1497,
      "loc": {
        "start": {
          "line": 51,
          "column": 18
        },
        "end": {
          "line": 51,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1502,
      "end": 1508,
      "loc": {
        "start": {
          "line": 52,
          "column": 4
        },
        "end": {
          "line": 52,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 1509,
      "end": 1512,
      "loc": {
        "start": {
          "line": 52,
          "column": 11
        },
        "end": {
          "line": 52,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 1513,
      "end": 1520,
      "loc": {
        "start": {
          "line": 52,
          "column": 15
        },
        "end": {
          "line": 52,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1520,
      "end": 1521,
      "loc": {
        "start": {
          "line": 52,
          "column": 22
        },
        "end": {
          "line": 52,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1521,
      "end": 1522,
      "loc": {
        "start": {
          "line": 52,
          "column": 23
        },
        "end": {
          "line": 52,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 1522,
      "end": 1529,
      "loc": {
        "start": {
          "line": 52,
          "column": 24
        },
        "end": {
          "line": 52,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1529,
      "end": 1530,
      "loc": {
        "start": {
          "line": 52,
          "column": 31
        },
        "end": {
          "line": 52,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 1531,
      "end": 1537,
      "loc": {
        "start": {
          "line": 52,
          "column": 33
        },
        "end": {
          "line": 52,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1537,
      "end": 1538,
      "loc": {
        "start": {
          "line": 52,
          "column": 39
        },
        "end": {
          "line": 52,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1539,
      "end": 1541,
      "loc": {
        "start": {
          "line": 52,
          "column": 41
        },
        "end": {
          "line": 52,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1542,
      "end": 1543,
      "loc": {
        "start": {
          "line": 52,
          "column": 44
        },
        "end": {
          "line": 52,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1550,
      "end": 1552,
      "loc": {
        "start": {
          "line": 53,
          "column": 6
        },
        "end": {
          "line": 53,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1553,
      "end": 1554,
      "loc": {
        "start": {
          "line": 53,
          "column": 9
        },
        "end": {
          "line": 53,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 1554,
      "end": 1560,
      "loc": {
        "start": {
          "line": 53,
          "column": 10
        },
        "end": {
          "line": 53,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1560,
      "end": 1561,
      "loc": {
        "start": {
          "line": 53,
          "column": 16
        },
        "end": {
          "line": 53,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1562,
      "end": 1563,
      "loc": {
        "start": {
          "line": 53,
          "column": 18
        },
        "end": {
          "line": 53,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1572,
      "end": 1576,
      "loc": {
        "start": {
          "line": 54,
          "column": 8
        },
        "end": {
          "line": 54,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1576,
      "end": 1577,
      "loc": {
        "start": {
          "line": 54,
          "column": 12
        },
        "end": {
          "line": 54,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "handleOldOptions",
      "start": 1577,
      "end": 1593,
      "loc": {
        "start": {
          "line": 54,
          "column": 13
        },
        "end": {
          "line": 54,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1593,
      "end": 1594,
      "loc": {
        "start": {
          "line": 54,
          "column": 29
        },
        "end": {
          "line": 54,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 1594,
      "end": 1600,
      "loc": {
        "start": {
          "line": 54,
          "column": 30
        },
        "end": {
          "line": 54,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1600,
      "end": 1601,
      "loc": {
        "start": {
          "line": 54,
          "column": 36
        },
        "end": {
          "line": 54,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1601,
      "end": 1602,
      "loc": {
        "start": {
          "line": 54,
          "column": 37
        },
        "end": {
          "line": 54,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1611,
      "end": 1613,
      "loc": {
        "start": {
          "line": 55,
          "column": 8
        },
        "end": {
          "line": 55,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1614,
      "end": 1615,
      "loc": {
        "start": {
          "line": 55,
          "column": 11
        },
        "end": {
          "line": 55,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 1615,
      "end": 1621,
      "loc": {
        "start": {
          "line": 55,
          "column": 12
        },
        "end": {
          "line": 55,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1621,
      "end": 1622,
      "loc": {
        "start": {
          "line": 55,
          "column": 18
        },
        "end": {
          "line": 55,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "use",
      "start": 1622,
      "end": 1625,
      "loc": {
        "start": {
          "line": 55,
          "column": 19
        },
        "end": {
          "line": 55,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1625,
      "end": 1626,
      "loc": {
        "start": {
          "line": 55,
          "column": 22
        },
        "end": {
          "line": 55,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1627,
      "end": 1628,
      "loc": {
        "start": {
          "line": 55,
          "column": 24
        },
        "end": {
          "line": 55,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 1639,
      "end": 1642,
      "loc": {
        "start": {
          "line": 56,
          "column": 10
        },
        "end": {
          "line": 56,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1643,
      "end": 1644,
      "loc": {
        "start": {
          "line": 56,
          "column": 14
        },
        "end": {
          "line": 56,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 1644,
      "end": 1647,
      "loc": {
        "start": {
          "line": 56,
          "column": 15
        },
        "end": {
          "line": 56,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "use",
      "start": 1648,
      "end": 1651,
      "loc": {
        "start": {
          "line": 56,
          "column": 19
        },
        "end": {
          "line": 56,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "of",
      "start": 1652,
      "end": 1654,
      "loc": {
        "start": {
          "line": 56,
          "column": 23
        },
        "end": {
          "line": 56,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 1655,
      "end": 1661,
      "loc": {
        "start": {
          "line": 56,
          "column": 26
        },
        "end": {
          "line": 56,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1661,
      "end": 1662,
      "loc": {
        "start": {
          "line": 56,
          "column": 32
        },
        "end": {
          "line": 56,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "use",
      "start": 1662,
      "end": 1665,
      "loc": {
        "start": {
          "line": 56,
          "column": 33
        },
        "end": {
          "line": 56,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1665,
      "end": 1666,
      "loc": {
        "start": {
          "line": 56,
          "column": 36
        },
        "end": {
          "line": 56,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1667,
      "end": 1668,
      "loc": {
        "start": {
          "line": 56,
          "column": 38
        },
        "end": {
          "line": 56,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "app",
      "start": 1681,
      "end": 1684,
      "loc": {
        "start": {
          "line": 57,
          "column": 12
        },
        "end": {
          "line": 57,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1684,
      "end": 1685,
      "loc": {
        "start": {
          "line": 57,
          "column": 15
        },
        "end": {
          "line": 57,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "use",
      "start": 1685,
      "end": 1688,
      "loc": {
        "start": {
          "line": 57,
          "column": 16
        },
        "end": {
          "line": 57,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1688,
      "end": 1689,
      "loc": {
        "start": {
          "line": 57,
          "column": 19
        },
        "end": {
          "line": 57,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "use",
      "start": 1689,
      "end": 1692,
      "loc": {
        "start": {
          "line": 57,
          "column": 20
        },
        "end": {
          "line": 57,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1692,
      "end": 1693,
      "loc": {
        "start": {
          "line": 57,
          "column": 23
        },
        "end": {
          "line": 57,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "path",
      "start": 1693,
      "end": 1697,
      "loc": {
        "start": {
          "line": 57,
          "column": 24
        },
        "end": {
          "line": 57,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1697,
      "end": 1698,
      "loc": {
        "start": {
          "line": 57,
          "column": 28
        },
        "end": {
          "line": 57,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "express",
      "start": 1699,
      "end": 1706,
      "loc": {
        "start": {
          "line": 57,
          "column": 30
        },
        "end": {
          "line": 57,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1706,
      "end": 1707,
      "loc": {
        "start": {
          "line": 57,
          "column": 37
        },
        "end": {
          "line": 57,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "static",
      "start": 1707,
      "end": 1713,
      "loc": {
        "start": {
          "line": 57,
          "column": 38
        },
        "end": {
          "line": 57,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1713,
      "end": 1714,
      "loc": {
        "start": {
          "line": 57,
          "column": 44
        },
        "end": {
          "line": 57,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1714,
      "end": 1718,
      "loc": {
        "start": {
          "line": 57,
          "column": 45
        },
        "end": {
          "line": 57,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1718,
      "end": 1719,
      "loc": {
        "start": {
          "line": 57,
          "column": 49
        },
        "end": {
          "line": 57,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "appLocation",
      "start": 1719,
      "end": 1730,
      "loc": {
        "start": {
          "line": 57,
          "column": 50
        },
        "end": {
          "line": 57,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1730,
      "end": 1731,
      "loc": {
        "start": {
          "line": 57,
          "column": 61
        },
        "end": {
          "line": 57,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "use",
      "start": 1731,
      "end": 1734,
      "loc": {
        "start": {
          "line": 57,
          "column": 62
        },
        "end": {
          "line": 57,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1734,
      "end": 1735,
      "loc": {
        "start": {
          "line": 57,
          "column": 65
        },
        "end": {
          "line": 57,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "static",
      "start": 1735,
      "end": 1741,
      "loc": {
        "start": {
          "line": 57,
          "column": 66
        },
        "end": {
          "line": 57,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 1742,
      "end": 1744,
      "loc": {
        "start": {
          "line": 57,
          "column": 73
        },
        "end": {
          "line": 57,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "use",
      "start": 1745,
      "end": 1748,
      "loc": {
        "start": {
          "line": 57,
          "column": 76
        },
        "end": {
          "line": 57,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1748,
      "end": 1749,
      "loc": {
        "start": {
          "line": 57,
          "column": 79
        },
        "end": {
          "line": 57,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "path",
      "start": 1749,
      "end": 1753,
      "loc": {
        "start": {
          "line": 57,
          "column": 80
        },
        "end": {
          "line": 57,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1753,
      "end": 1754,
      "loc": {
        "start": {
          "line": 57,
          "column": 84
        },
        "end": {
          "line": 57,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1754,
      "end": 1755,
      "loc": {
        "start": {
          "line": 57,
          "column": 85
        },
        "end": {
          "line": 57,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1755,
      "end": 1756,
      "loc": {
        "start": {
          "line": 57,
          "column": 86
        },
        "end": {
          "line": 57,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1756,
      "end": 1757,
      "loc": {
        "start": {
          "line": 57,
          "column": 87
        },
        "end": {
          "line": 57,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1768,
      "end": 1769,
      "loc": {
        "start": {
          "line": 58,
          "column": 10
        },
        "end": {
          "line": 58,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1778,
      "end": 1779,
      "loc": {
        "start": {
          "line": 59,
          "column": 8
        },
        "end": {
          "line": 59,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "app",
      "start": 1789,
      "end": 1792,
      "loc": {
        "start": {
          "line": 61,
          "column": 8
        },
        "end": {
          "line": 61,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1792,
      "end": 1793,
      "loc": {
        "start": {
          "line": 61,
          "column": 11
        },
        "end": {
          "line": 61,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "use",
      "start": 1793,
      "end": 1796,
      "loc": {
        "start": {
          "line": 61,
          "column": 12
        },
        "end": {
          "line": 61,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1796,
      "end": 1797,
      "loc": {
        "start": {
          "line": 61,
          "column": 15
        },
        "end": {
          "line": 61,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "/",
      "start": 1797,
      "end": 1800,
      "loc": {
        "start": {
          "line": 61,
          "column": 16
        },
        "end": {
          "line": 61,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1800,
      "end": 1801,
      "loc": {
        "start": {
          "line": 61,
          "column": 19
        },
        "end": {
          "line": 61,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "express",
      "start": 1802,
      "end": 1809,
      "loc": {
        "start": {
          "line": 61,
          "column": 21
        },
        "end": {
          "line": 61,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1809,
      "end": 1810,
      "loc": {
        "start": {
          "line": 61,
          "column": 28
        },
        "end": {
          "line": 61,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "static",
      "start": 1810,
      "end": 1816,
      "loc": {
        "start": {
          "line": 61,
          "column": 29
        },
        "end": {
          "line": 61,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1816,
      "end": 1817,
      "loc": {
        "start": {
          "line": 61,
          "column": 35
        },
        "end": {
          "line": 61,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1828,
      "end": 1832,
      "loc": {
        "start": {
          "line": 62,
          "column": 10
        },
        "end": {
          "line": 62,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1832,
      "end": 1833,
      "loc": {
        "start": {
          "line": 62,
          "column": 14
        },
        "end": {
          "line": 62,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "appLocation",
      "start": 1833,
      "end": 1844,
      "loc": {
        "start": {
          "line": 62,
          "column": 15
        },
        "end": {
          "line": 62,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1844,
      "end": 1845,
      "loc": {
        "start": {
          "line": 62,
          "column": 26
        },
        "end": {
          "line": 62,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 1845,
      "end": 1851,
      "loc": {
        "start": {
          "line": 62,
          "column": 27
        },
        "end": {
          "line": 62,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1851,
      "end": 1852,
      "loc": {
        "start": {
          "line": 62,
          "column": 33
        },
        "end": {
          "line": 62,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entry",
      "start": 1852,
      "end": 1857,
      "loc": {
        "start": {
          "line": 62,
          "column": 34
        },
        "end": {
          "line": 62,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1857,
      "end": 1858,
      "loc": {
        "start": {
          "line": 62,
          "column": 39
        },
        "end": {
          "line": 62,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1858,
      "end": 1859,
      "loc": {
        "start": {
          "line": 62,
          "column": 40
        },
        "end": {
          "line": 62,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1859,
      "end": 1860,
      "loc": {
        "start": {
          "line": 62,
          "column": 41
        },
        "end": {
          "line": 62,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1860,
      "end": 1861,
      "loc": {
        "start": {
          "line": 62,
          "column": 42
        },
        "end": {
          "line": 62,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "app",
      "start": 1871,
      "end": 1874,
      "loc": {
        "start": {
          "line": 64,
          "column": 8
        },
        "end": {
          "line": 64,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1874,
      "end": 1875,
      "loc": {
        "start": {
          "line": 64,
          "column": 11
        },
        "end": {
          "line": 64,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "use",
      "start": 1875,
      "end": 1878,
      "loc": {
        "start": {
          "line": 64,
          "column": 12
        },
        "end": {
          "line": 64,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1878,
      "end": 1879,
      "loc": {
        "start": {
          "line": 64,
          "column": 15
        },
        "end": {
          "line": 64,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "/bower_components",
      "start": 1879,
      "end": 1898,
      "loc": {
        "start": {
          "line": 64,
          "column": 16
        },
        "end": {
          "line": 64,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1898,
      "end": 1899,
      "loc": {
        "start": {
          "line": 64,
          "column": 35
        },
        "end": {
          "line": 64,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "express",
      "start": 1900,
      "end": 1907,
      "loc": {
        "start": {
          "line": 64,
          "column": 37
        },
        "end": {
          "line": 64,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1907,
      "end": 1908,
      "loc": {
        "start": {
          "line": 64,
          "column": 44
        },
        "end": {
          "line": 64,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "static",
      "start": 1908,
      "end": 1914,
      "loc": {
        "start": {
          "line": 64,
          "column": 45
        },
        "end": {
          "line": 64,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1914,
      "end": 1915,
      "loc": {
        "start": {
          "line": 64,
          "column": 51
        },
        "end": {
          "line": 64,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1926,
      "end": 1930,
      "loc": {
        "start": {
          "line": 65,
          "column": 10
        },
        "end": {
          "line": 65,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1930,
      "end": 1931,
      "loc": {
        "start": {
          "line": 65,
          "column": 14
        },
        "end": {
          "line": 65,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "appLocation",
      "start": 1931,
      "end": 1942,
      "loc": {
        "start": {
          "line": 65,
          "column": 15
        },
        "end": {
          "line": 65,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1942,
      "end": 1943,
      "loc": {
        "start": {
          "line": 65,
          "column": 26
        },
        "end": {
          "line": 65,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 1943,
      "end": 1949,
      "loc": {
        "start": {
          "line": 65,
          "column": 27
        },
        "end": {
          "line": 65,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1949,
      "end": 1950,
      "loc": {
        "start": {
          "line": 65,
          "column": 33
        },
        "end": {
          "line": 65,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bowerPath",
      "start": 1950,
      "end": 1959,
      "loc": {
        "start": {
          "line": 65,
          "column": 34
        },
        "end": {
          "line": 65,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1959,
      "end": 1960,
      "loc": {
        "start": {
          "line": 65,
          "column": 43
        },
        "end": {
          "line": 65,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "bower_components",
      "start": 1961,
      "end": 1979,
      "loc": {
        "start": {
          "line": 65,
          "column": 45
        },
        "end": {
          "line": 65,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1979,
      "end": 1980,
      "loc": {
        "start": {
          "line": 65,
          "column": 63
        },
        "end": {
          "line": 65,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1980,
      "end": 1981,
      "loc": {
        "start": {
          "line": 65,
          "column": 64
        },
        "end": {
          "line": 65,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1981,
      "end": 1982,
      "loc": {
        "start": {
          "line": 65,
          "column": 65
        },
        "end": {
          "line": 65,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1982,
      "end": 1983,
      "loc": {
        "start": {
          "line": 65,
          "column": 66
        },
        "end": {
          "line": 65,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "app",
      "start": 1993,
      "end": 1996,
      "loc": {
        "start": {
          "line": 67,
          "column": 8
        },
        "end": {
          "line": 67,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1996,
      "end": 1997,
      "loc": {
        "start": {
          "line": 67,
          "column": 11
        },
        "end": {
          "line": 67,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "use",
      "start": 1997,
      "end": 2000,
      "loc": {
        "start": {
          "line": 67,
          "column": 12
        },
        "end": {
          "line": 67,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2000,
      "end": 2001,
      "loc": {
        "start": {
          "line": 67,
          "column": 15
        },
        "end": {
          "line": 67,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "/node_modules",
      "start": 2001,
      "end": 2016,
      "loc": {
        "start": {
          "line": 67,
          "column": 16
        },
        "end": {
          "line": 67,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2016,
      "end": 2017,
      "loc": {
        "start": {
          "line": 67,
          "column": 31
        },
        "end": {
          "line": 67,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "express",
      "start": 2018,
      "end": 2025,
      "loc": {
        "start": {
          "line": 67,
          "column": 33
        },
        "end": {
          "line": 67,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2025,
      "end": 2026,
      "loc": {
        "start": {
          "line": 67,
          "column": 40
        },
        "end": {
          "line": 67,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "static",
      "start": 2026,
      "end": 2032,
      "loc": {
        "start": {
          "line": 67,
          "column": 41
        },
        "end": {
          "line": 67,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2032,
      "end": 2033,
      "loc": {
        "start": {
          "line": 67,
          "column": 47
        },
        "end": {
          "line": 67,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2044,
      "end": 2048,
      "loc": {
        "start": {
          "line": 68,
          "column": 10
        },
        "end": {
          "line": 68,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2048,
      "end": 2049,
      "loc": {
        "start": {
          "line": 68,
          "column": 14
        },
        "end": {
          "line": 68,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "appLocation",
      "start": 2049,
      "end": 2060,
      "loc": {
        "start": {
          "line": 68,
          "column": 15
        },
        "end": {
          "line": 68,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2060,
      "end": 2061,
      "loc": {
        "start": {
          "line": 68,
          "column": 26
        },
        "end": {
          "line": 68,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 2061,
      "end": 2067,
      "loc": {
        "start": {
          "line": 68,
          "column": 27
        },
        "end": {
          "line": 68,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2067,
      "end": 2068,
      "loc": {
        "start": {
          "line": 68,
          "column": 33
        },
        "end": {
          "line": 68,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nodeModulesPath",
      "start": 2068,
      "end": 2083,
      "loc": {
        "start": {
          "line": 68,
          "column": 34
        },
        "end": {
          "line": 68,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2083,
      "end": 2084,
      "loc": {
        "start": {
          "line": 68,
          "column": 49
        },
        "end": {
          "line": 68,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "node_modules",
      "start": 2085,
      "end": 2099,
      "loc": {
        "start": {
          "line": 68,
          "column": 51
        },
        "end": {
          "line": 68,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2099,
      "end": 2100,
      "loc": {
        "start": {
          "line": 68,
          "column": 65
        },
        "end": {
          "line": 68,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2100,
      "end": 2101,
      "loc": {
        "start": {
          "line": 68,
          "column": 66
        },
        "end": {
          "line": 68,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2101,
      "end": 2102,
      "loc": {
        "start": {
          "line": 68,
          "column": 67
        },
        "end": {
          "line": 68,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2102,
      "end": 2103,
      "loc": {
        "start": {
          "line": 68,
          "column": 68
        },
        "end": {
          "line": 68,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "app",
      "start": 2113,
      "end": 2116,
      "loc": {
        "start": {
          "line": 70,
          "column": 8
        },
        "end": {
          "line": 70,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2116,
      "end": 2117,
      "loc": {
        "start": {
          "line": 70,
          "column": 11
        },
        "end": {
          "line": 70,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "use",
      "start": 2117,
      "end": 2120,
      "loc": {
        "start": {
          "line": 70,
          "column": 12
        },
        "end": {
          "line": 70,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2120,
      "end": 2121,
      "loc": {
        "start": {
          "line": 70,
          "column": 15
        },
        "end": {
          "line": 70,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "/demo/node_modules",
      "start": 2121,
      "end": 2141,
      "loc": {
        "start": {
          "line": 70,
          "column": 16
        },
        "end": {
          "line": 70,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2141,
      "end": 2142,
      "loc": {
        "start": {
          "line": 70,
          "column": 36
        },
        "end": {
          "line": 70,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "express",
      "start": 2143,
      "end": 2150,
      "loc": {
        "start": {
          "line": 70,
          "column": 38
        },
        "end": {
          "line": 70,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2150,
      "end": 2151,
      "loc": {
        "start": {
          "line": 70,
          "column": 45
        },
        "end": {
          "line": 70,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "static",
      "start": 2151,
      "end": 2157,
      "loc": {
        "start": {
          "line": 70,
          "column": 46
        },
        "end": {
          "line": 70,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2157,
      "end": 2158,
      "loc": {
        "start": {
          "line": 70,
          "column": 52
        },
        "end": {
          "line": 70,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2169,
      "end": 2173,
      "loc": {
        "start": {
          "line": 71,
          "column": 10
        },
        "end": {
          "line": 71,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2173,
      "end": 2174,
      "loc": {
        "start": {
          "line": 71,
          "column": 14
        },
        "end": {
          "line": 71,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "appLocation",
      "start": 2174,
      "end": 2185,
      "loc": {
        "start": {
          "line": 71,
          "column": 15
        },
        "end": {
          "line": 71,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2185,
      "end": 2186,
      "loc": {
        "start": {
          "line": 71,
          "column": 26
        },
        "end": {
          "line": 71,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 2186,
      "end": 2192,
      "loc": {
        "start": {
          "line": 71,
          "column": 27
        },
        "end": {
          "line": 71,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2192,
      "end": 2193,
      "loc": {
        "start": {
          "line": 71,
          "column": 33
        },
        "end": {
          "line": 71,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nodeModulesPath",
      "start": 2193,
      "end": 2208,
      "loc": {
        "start": {
          "line": 71,
          "column": 34
        },
        "end": {
          "line": 71,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2208,
      "end": 2209,
      "loc": {
        "start": {
          "line": 71,
          "column": 49
        },
        "end": {
          "line": 71,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "node_modules",
      "start": 2210,
      "end": 2224,
      "loc": {
        "start": {
          "line": 71,
          "column": 51
        },
        "end": {
          "line": 71,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2224,
      "end": 2225,
      "loc": {
        "start": {
          "line": 71,
          "column": 65
        },
        "end": {
          "line": 71,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2225,
      "end": 2226,
      "loc": {
        "start": {
          "line": 71,
          "column": 66
        },
        "end": {
          "line": 71,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2226,
      "end": 2227,
      "loc": {
        "start": {
          "line": 71,
          "column": 67
        },
        "end": {
          "line": 71,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2227,
      "end": 2228,
      "loc": {
        "start": {
          "line": 71,
          "column": 68
        },
        "end": {
          "line": 71,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "app",
      "start": 2238,
      "end": 2241,
      "loc": {
        "start": {
          "line": 73,
          "column": 8
        },
        "end": {
          "line": 73,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2241,
      "end": 2242,
      "loc": {
        "start": {
          "line": 73,
          "column": 11
        },
        "end": {
          "line": 73,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "use",
      "start": 2242,
      "end": 2245,
      "loc": {
        "start": {
          "line": 73,
          "column": 12
        },
        "end": {
          "line": 73,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2245,
      "end": 2246,
      "loc": {
        "start": {
          "line": 73,
          "column": 15
        },
        "end": {
          "line": 73,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "/demo",
      "start": 2246,
      "end": 2253,
      "loc": {
        "start": {
          "line": 73,
          "column": 16
        },
        "end": {
          "line": 73,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2253,
      "end": 2254,
      "loc": {
        "start": {
          "line": 73,
          "column": 23
        },
        "end": {
          "line": 73,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "express",
      "start": 2255,
      "end": 2262,
      "loc": {
        "start": {
          "line": 73,
          "column": 25
        },
        "end": {
          "line": 73,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2262,
      "end": 2263,
      "loc": {
        "start": {
          "line": 73,
          "column": 32
        },
        "end": {
          "line": 73,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "static",
      "start": 2263,
      "end": 2269,
      "loc": {
        "start": {
          "line": 73,
          "column": 33
        },
        "end": {
          "line": 73,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2269,
      "end": 2270,
      "loc": {
        "start": {
          "line": 73,
          "column": 39
        },
        "end": {
          "line": 73,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2281,
      "end": 2285,
      "loc": {
        "start": {
          "line": 74,
          "column": 10
        },
        "end": {
          "line": 74,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2285,
      "end": 2286,
      "loc": {
        "start": {
          "line": 74,
          "column": 14
        },
        "end": {
          "line": 74,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "appLocation",
      "start": 2286,
      "end": 2297,
      "loc": {
        "start": {
          "line": 74,
          "column": 15
        },
        "end": {
          "line": 74,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2297,
      "end": 2298,
      "loc": {
        "start": {
          "line": 74,
          "column": 26
        },
        "end": {
          "line": 74,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 2298,
      "end": 2304,
      "loc": {
        "start": {
          "line": 74,
          "column": 27
        },
        "end": {
          "line": 74,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2304,
      "end": 2305,
      "loc": {
        "start": {
          "line": 74,
          "column": 33
        },
        "end": {
          "line": 74,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "demo",
      "start": 2305,
      "end": 2309,
      "loc": {
        "start": {
          "line": 74,
          "column": 34
        },
        "end": {
          "line": 74,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2309,
      "end": 2310,
      "loc": {
        "start": {
          "line": 74,
          "column": 38
        },
        "end": {
          "line": 74,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "demo",
      "start": 2311,
      "end": 2317,
      "loc": {
        "start": {
          "line": 74,
          "column": 40
        },
        "end": {
          "line": 74,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2317,
      "end": 2318,
      "loc": {
        "start": {
          "line": 74,
          "column": 46
        },
        "end": {
          "line": 74,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2318,
      "end": 2319,
      "loc": {
        "start": {
          "line": 74,
          "column": 47
        },
        "end": {
          "line": 74,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2319,
      "end": 2320,
      "loc": {
        "start": {
          "line": 74,
          "column": 48
        },
        "end": {
          "line": 74,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2320,
      "end": 2321,
      "loc": {
        "start": {
          "line": 74,
          "column": 49
        },
        "end": {
          "line": 74,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "app",
      "start": 2331,
      "end": 2334,
      "loc": {
        "start": {
          "line": 76,
          "column": 8
        },
        "end": {
          "line": 76,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2334,
      "end": 2335,
      "loc": {
        "start": {
          "line": 76,
          "column": 11
        },
        "end": {
          "line": 76,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "use",
      "start": 2335,
      "end": 2338,
      "loc": {
        "start": {
          "line": 76,
          "column": 12
        },
        "end": {
          "line": 76,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2338,
      "end": 2339,
      "loc": {
        "start": {
          "line": 76,
          "column": 15
        },
        "end": {
          "line": 76,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "/docs",
      "start": 2339,
      "end": 2346,
      "loc": {
        "start": {
          "line": 76,
          "column": 16
        },
        "end": {
          "line": 76,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2346,
      "end": 2347,
      "loc": {
        "start": {
          "line": 76,
          "column": 23
        },
        "end": {
          "line": 76,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "express",
      "start": 2348,
      "end": 2355,
      "loc": {
        "start": {
          "line": 76,
          "column": 25
        },
        "end": {
          "line": 76,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2355,
      "end": 2356,
      "loc": {
        "start": {
          "line": 76,
          "column": 32
        },
        "end": {
          "line": 76,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "static",
      "start": 2356,
      "end": 2362,
      "loc": {
        "start": {
          "line": 76,
          "column": 33
        },
        "end": {
          "line": 76,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2362,
      "end": 2363,
      "loc": {
        "start": {
          "line": 76,
          "column": 39
        },
        "end": {
          "line": 76,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2374,
      "end": 2378,
      "loc": {
        "start": {
          "line": 77,
          "column": 10
        },
        "end": {
          "line": 77,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2378,
      "end": 2379,
      "loc": {
        "start": {
          "line": 77,
          "column": 14
        },
        "end": {
          "line": 77,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "appLocation",
      "start": 2379,
      "end": 2390,
      "loc": {
        "start": {
          "line": 77,
          "column": 15
        },
        "end": {
          "line": 77,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2390,
      "end": 2391,
      "loc": {
        "start": {
          "line": 77,
          "column": 26
        },
        "end": {
          "line": 77,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 2391,
      "end": 2397,
      "loc": {
        "start": {
          "line": 77,
          "column": 27
        },
        "end": {
          "line": 77,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2397,
      "end": 2398,
      "loc": {
        "start": {
          "line": 77,
          "column": 33
        },
        "end": {
          "line": 77,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "docs",
      "start": 2398,
      "end": 2402,
      "loc": {
        "start": {
          "line": 77,
          "column": 34
        },
        "end": {
          "line": 77,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2402,
      "end": 2403,
      "loc": {
        "start": {
          "line": 77,
          "column": 38
        },
        "end": {
          "line": 77,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "docs",
      "start": 2404,
      "end": 2410,
      "loc": {
        "start": {
          "line": 77,
          "column": 40
        },
        "end": {
          "line": 77,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2410,
      "end": 2411,
      "loc": {
        "start": {
          "line": 77,
          "column": 46
        },
        "end": {
          "line": 77,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2411,
      "end": 2412,
      "loc": {
        "start": {
          "line": 77,
          "column": 47
        },
        "end": {
          "line": 77,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2412,
      "end": 2413,
      "loc": {
        "start": {
          "line": 77,
          "column": 48
        },
        "end": {
          "line": 77,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2413,
      "end": 2414,
      "loc": {
        "start": {
          "line": 77,
          "column": 49
        },
        "end": {
          "line": 77,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "app",
      "start": 2424,
      "end": 2427,
      "loc": {
        "start": {
          "line": 79,
          "column": 8
        },
        "end": {
          "line": 79,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2427,
      "end": 2428,
      "loc": {
        "start": {
          "line": 79,
          "column": 11
        },
        "end": {
          "line": 79,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "use",
      "start": 2428,
      "end": 2431,
      "loc": {
        "start": {
          "line": 79,
          "column": 12
        },
        "end": {
          "line": 79,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2431,
      "end": 2432,
      "loc": {
        "start": {
          "line": 79,
          "column": 15
        },
        "end": {
          "line": 79,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "/package.json",
      "start": 2432,
      "end": 2447,
      "loc": {
        "start": {
          "line": 79,
          "column": 16
        },
        "end": {
          "line": 79,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2447,
      "end": 2448,
      "loc": {
        "start": {
          "line": 79,
          "column": 31
        },
        "end": {
          "line": 79,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "express",
      "start": 2449,
      "end": 2456,
      "loc": {
        "start": {
          "line": 79,
          "column": 33
        },
        "end": {
          "line": 79,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2456,
      "end": 2457,
      "loc": {
        "start": {
          "line": 79,
          "column": 40
        },
        "end": {
          "line": 79,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "static",
      "start": 2457,
      "end": 2463,
      "loc": {
        "start": {
          "line": 79,
          "column": 41
        },
        "end": {
          "line": 79,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2463,
      "end": 2464,
      "loc": {
        "start": {
          "line": 79,
          "column": 47
        },
        "end": {
          "line": 79,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2475,
      "end": 2479,
      "loc": {
        "start": {
          "line": 80,
          "column": 10
        },
        "end": {
          "line": 80,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2479,
      "end": 2480,
      "loc": {
        "start": {
          "line": 80,
          "column": 14
        },
        "end": {
          "line": 80,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "appLocation",
      "start": 2480,
      "end": 2491,
      "loc": {
        "start": {
          "line": 80,
          "column": 15
        },
        "end": {
          "line": 80,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2491,
      "end": 2492,
      "loc": {
        "start": {
          "line": 80,
          "column": 26
        },
        "end": {
          "line": 80,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "package.json",
      "start": 2492,
      "end": 2506,
      "loc": {
        "start": {
          "line": 80,
          "column": 27
        },
        "end": {
          "line": 80,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2506,
      "end": 2507,
      "loc": {
        "start": {
          "line": 80,
          "column": 41
        },
        "end": {
          "line": 80,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2516,
      "end": 2517,
      "loc": {
        "start": {
          "line": 81,
          "column": 8
        },
        "end": {
          "line": 81,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2517,
      "end": 2518,
      "loc": {
        "start": {
          "line": 81,
          "column": 9
        },
        "end": {
          "line": 81,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2518,
      "end": 2519,
      "loc": {
        "start": {
          "line": 81,
          "column": 10
        },
        "end": {
          "line": 81,
          "column": 11
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " serve backed-cli documentation",
      "start": 2529,
      "end": 2562,
      "loc": {
        "start": {
          "line": 83,
          "column": 8
        },
        "end": {
          "line": 83,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "app",
      "start": 2571,
      "end": 2574,
      "loc": {
        "start": {
          "line": 84,
          "column": 8
        },
        "end": {
          "line": 84,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2574,
      "end": 2575,
      "loc": {
        "start": {
          "line": 84,
          "column": 11
        },
        "end": {
          "line": 84,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "use",
      "start": 2575,
      "end": 2578,
      "loc": {
        "start": {
          "line": 84,
          "column": 12
        },
        "end": {
          "line": 84,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2578,
      "end": 2579,
      "loc": {
        "start": {
          "line": 84,
          "column": 15
        },
        "end": {
          "line": 84,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "/backed-cli/docs",
      "start": 2579,
      "end": 2597,
      "loc": {
        "start": {
          "line": 84,
          "column": 16
        },
        "end": {
          "line": 84,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2597,
      "end": 2598,
      "loc": {
        "start": {
          "line": 84,
          "column": 34
        },
        "end": {
          "line": 84,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "express",
      "start": 2599,
      "end": 2606,
      "loc": {
        "start": {
          "line": 84,
          "column": 36
        },
        "end": {
          "line": 84,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2606,
      "end": 2607,
      "loc": {
        "start": {
          "line": 84,
          "column": 43
        },
        "end": {
          "line": 84,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "static",
      "start": 2607,
      "end": 2613,
      "loc": {
        "start": {
          "line": 84,
          "column": 44
        },
        "end": {
          "line": 84,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2613,
      "end": 2614,
      "loc": {
        "start": {
          "line": 84,
          "column": 50
        },
        "end": {
          "line": 84,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__dirname",
      "start": 2625,
      "end": 2634,
      "loc": {
        "start": {
          "line": 85,
          "column": 10
        },
        "end": {
          "line": 85,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2634,
      "end": 2635,
      "loc": {
        "start": {
          "line": 85,
          "column": 19
        },
        "end": {
          "line": 85,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replace",
      "start": 2635,
      "end": 2642,
      "loc": {
        "start": {
          "line": 85,
          "column": 20
        },
        "end": {
          "line": 85,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2642,
      "end": 2643,
      "loc": {
        "start": {
          "line": 85,
          "column": 27
        },
        "end": {
          "line": 85,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "bin",
      "start": 2643,
      "end": 2648,
      "loc": {
        "start": {
          "line": 85,
          "column": 28
        },
        "end": {
          "line": 85,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2648,
      "end": 2649,
      "loc": {
        "start": {
          "line": 85,
          "column": 33
        },
        "end": {
          "line": 85,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "docs",
      "start": 2650,
      "end": 2656,
      "loc": {
        "start": {
          "line": 85,
          "column": 35
        },
        "end": {
          "line": 85,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2656,
      "end": 2657,
      "loc": {
        "start": {
          "line": 85,
          "column": 41
        },
        "end": {
          "line": 85,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2657,
      "end": 2658,
      "loc": {
        "start": {
          "line": 85,
          "column": 42
        },
        "end": {
          "line": 85,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2658,
      "end": 2659,
      "loc": {
        "start": {
          "line": 85,
          "column": 43
        },
        "end": {
          "line": 85,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2659,
      "end": 2660,
      "loc": {
        "start": {
          "line": 85,
          "column": 44
        },
        "end": {
          "line": 85,
          "column": 45
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " serve backed documentation",
      "start": 2670,
      "end": 2699,
      "loc": {
        "start": {
          "line": 87,
          "column": 8
        },
        "end": {
          "line": 87,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "app",
      "start": 2708,
      "end": 2711,
      "loc": {
        "start": {
          "line": 88,
          "column": 8
        },
        "end": {
          "line": 88,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2711,
      "end": 2712,
      "loc": {
        "start": {
          "line": 88,
          "column": 11
        },
        "end": {
          "line": 88,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "use",
      "start": 2712,
      "end": 2715,
      "loc": {
        "start": {
          "line": 88,
          "column": 12
        },
        "end": {
          "line": 88,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2715,
      "end": 2716,
      "loc": {
        "start": {
          "line": 88,
          "column": 15
        },
        "end": {
          "line": 88,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "/backed/docs",
      "start": 2716,
      "end": 2730,
      "loc": {
        "start": {
          "line": 88,
          "column": 16
        },
        "end": {
          "line": 88,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2730,
      "end": 2731,
      "loc": {
        "start": {
          "line": 88,
          "column": 30
        },
        "end": {
          "line": 88,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "express",
      "start": 2732,
      "end": 2739,
      "loc": {
        "start": {
          "line": 88,
          "column": 32
        },
        "end": {
          "line": 88,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2739,
      "end": 2740,
      "loc": {
        "start": {
          "line": 88,
          "column": 39
        },
        "end": {
          "line": 88,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "static",
      "start": 2740,
      "end": 2746,
      "loc": {
        "start": {
          "line": 88,
          "column": 40
        },
        "end": {
          "line": 88,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2746,
      "end": 2747,
      "loc": {
        "start": {
          "line": 88,
          "column": 46
        },
        "end": {
          "line": 88,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2758,
      "end": 2762,
      "loc": {
        "start": {
          "line": 89,
          "column": 10
        },
        "end": {
          "line": 89,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2762,
      "end": 2763,
      "loc": {
        "start": {
          "line": 89,
          "column": 14
        },
        "end": {
          "line": 89,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "appLocation",
      "start": 2763,
      "end": 2774,
      "loc": {
        "start": {
          "line": 89,
          "column": 15
        },
        "end": {
          "line": 89,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2774,
      "end": 2775,
      "loc": {
        "start": {
          "line": 89,
          "column": 26
        },
        "end": {
          "line": 89,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "node_modules/backed/docs",
      "start": 2775,
      "end": 2801,
      "loc": {
        "start": {
          "line": 89,
          "column": 27
        },
        "end": {
          "line": 89,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2801,
      "end": 2802,
      "loc": {
        "start": {
          "line": 89,
          "column": 53
        },
        "end": {
          "line": 89,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2802,
      "end": 2803,
      "loc": {
        "start": {
          "line": 89,
          "column": 54
        },
        "end": {
          "line": 89,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2803,
      "end": 2804,
      "loc": {
        "start": {
          "line": 89,
          "column": 55
        },
        "end": {
          "line": 89,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2804,
      "end": 2805,
      "loc": {
        "start": {
          "line": 89,
          "column": 56
        },
        "end": {
          "line": 89,
          "column": 57
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " TODO: Add option to override index",
      "start": 2815,
      "end": 2852,
      "loc": {
        "start": {
          "line": 91,
          "column": 8
        },
        "end": {
          "line": 91,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "app",
      "start": 2861,
      "end": 2864,
      "loc": {
        "start": {
          "line": 92,
          "column": 8
        },
        "end": {
          "line": 92,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2864,
      "end": 2865,
      "loc": {
        "start": {
          "line": 92,
          "column": 11
        },
        "end": {
          "line": 92,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "use",
      "start": 2865,
      "end": 2868,
      "loc": {
        "start": {
          "line": 92,
          "column": 12
        },
        "end": {
          "line": 92,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2868,
      "end": 2869,
      "loc": {
        "start": {
          "line": 92,
          "column": 15
        },
        "end": {
          "line": 92,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "/",
      "start": 2869,
      "end": 2872,
      "loc": {
        "start": {
          "line": 92,
          "column": 16
        },
        "end": {
          "line": 92,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2872,
      "end": 2873,
      "loc": {
        "start": {
          "line": 92,
          "column": 19
        },
        "end": {
          "line": 92,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "express",
      "start": 2874,
      "end": 2881,
      "loc": {
        "start": {
          "line": 92,
          "column": 21
        },
        "end": {
          "line": 92,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2881,
      "end": 2882,
      "loc": {
        "start": {
          "line": 92,
          "column": 28
        },
        "end": {
          "line": 92,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "static",
      "start": 2882,
      "end": 2888,
      "loc": {
        "start": {
          "line": 92,
          "column": 29
        },
        "end": {
          "line": 92,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2888,
      "end": 2889,
      "loc": {
        "start": {
          "line": 92,
          "column": 35
        },
        "end": {
          "line": 92,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__dirname",
      "start": 2889,
      "end": 2898,
      "loc": {
        "start": {
          "line": 92,
          "column": 36
        },
        "end": {
          "line": 92,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2898,
      "end": 2899,
      "loc": {
        "start": {
          "line": 92,
          "column": 45
        },
        "end": {
          "line": 92,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replace",
      "start": 2899,
      "end": 2906,
      "loc": {
        "start": {
          "line": 92,
          "column": 46
        },
        "end": {
          "line": 92,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2906,
      "end": 2907,
      "loc": {
        "start": {
          "line": 92,
          "column": 53
        },
        "end": {
          "line": 92,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "bin",
      "start": 2907,
      "end": 2912,
      "loc": {
        "start": {
          "line": 92,
          "column": 54
        },
        "end": {
          "line": 92,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2912,
      "end": 2913,
      "loc": {
        "start": {
          "line": 92,
          "column": 59
        },
        "end": {
          "line": 92,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "node_modules\\backed-client\\dist",
      "start": 2914,
      "end": 2949,
      "loc": {
        "start": {
          "line": 92,
          "column": 61
        },
        "end": {
          "line": 92,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2949,
      "end": 2950,
      "loc": {
        "start": {
          "line": 92,
          "column": 96
        },
        "end": {
          "line": 92,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2950,
      "end": 2951,
      "loc": {
        "start": {
          "line": 92,
          "column": 97
        },
        "end": {
          "line": 92,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2951,
      "end": 2952,
      "loc": {
        "start": {
          "line": 92,
          "column": 98
        },
        "end": {
          "line": 92,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2952,
      "end": 2953,
      "loc": {
        "start": {
          "line": 92,
          "column": 99
        },
        "end": {
          "line": 92,
          "column": 100
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " TODO: implement copyrighted by package author & package name if no file is found",
      "start": 2963,
      "end": 3046,
      "loc": {
        "start": {
          "line": 94,
          "column": 8
        },
        "end": {
          "line": 94,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "src",
      "start": 3055,
      "end": 3058,
      "loc": {
        "start": {
          "line": 95,
          "column": 8
        },
        "end": {
          "line": 95,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3058,
      "end": 3059,
      "loc": {
        "start": {
          "line": 95,
          "column": 11
        },
        "end": {
          "line": 95,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "process",
      "start": 3059,
      "end": 3066,
      "loc": {
        "start": {
          "line": 95,
          "column": 12
        },
        "end": {
          "line": 95,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3066,
      "end": 3067,
      "loc": {
        "start": {
          "line": 95,
          "column": 19
        },
        "end": {
          "line": 95,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cwd",
      "start": 3067,
      "end": 3070,
      "loc": {
        "start": {
          "line": 95,
          "column": 20
        },
        "end": {
          "line": 95,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3070,
      "end": 3071,
      "loc": {
        "start": {
          "line": 95,
          "column": 23
        },
        "end": {
          "line": 95,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3071,
      "end": 3072,
      "loc": {
        "start": {
          "line": 95,
          "column": 24
        },
        "end": {
          "line": 95,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3073,
      "end": 3074,
      "loc": {
        "start": {
          "line": 95,
          "column": 26
        },
        "end": {
          "line": 95,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "/license.*",
      "start": 3075,
      "end": 3087,
      "loc": {
        "start": {
          "line": 95,
          "column": 28
        },
        "end": {
          "line": 95,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3087,
      "end": 3088,
      "loc": {
        "start": {
          "line": 95,
          "column": 40
        },
        "end": {
          "line": 95,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3088,
      "end": 3089,
      "loc": {
        "start": {
          "line": 95,
          "column": 41
        },
        "end": {
          "line": 95,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 3089,
      "end": 3093,
      "loc": {
        "start": {
          "line": 95,
          "column": 42
        },
        "end": {
          "line": 95,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3093,
      "end": 3094,
      "loc": {
        "start": {
          "line": 95,
          "column": 46
        },
        "end": {
          "line": 95,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "files",
      "start": 3094,
      "end": 3099,
      "loc": {
        "start": {
          "line": 95,
          "column": 47
        },
        "end": {
          "line": 95,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3100,
      "end": 3102,
      "loc": {
        "start": {
          "line": 95,
          "column": 53
        },
        "end": {
          "line": 95,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3103,
      "end": 3104,
      "loc": {
        "start": {
          "line": 95,
          "column": 56
        },
        "end": {
          "line": 95,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "app",
      "start": 3115,
      "end": 3118,
      "loc": {
        "start": {
          "line": 96,
          "column": 10
        },
        "end": {
          "line": 96,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3118,
      "end": 3119,
      "loc": {
        "start": {
          "line": 96,
          "column": 13
        },
        "end": {
          "line": 96,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "use",
      "start": 3119,
      "end": 3122,
      "loc": {
        "start": {
          "line": 96,
          "column": 14
        },
        "end": {
          "line": 96,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3122,
      "end": 3123,
      "loc": {
        "start": {
          "line": 96,
          "column": 17
        },
        "end": {
          "line": 96,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "/license",
      "start": 3123,
      "end": 3133,
      "loc": {
        "start": {
          "line": 96,
          "column": 18
        },
        "end": {
          "line": 96,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3133,
      "end": 3134,
      "loc": {
        "start": {
          "line": 96,
          "column": 28
        },
        "end": {
          "line": 96,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "express",
      "start": 3135,
      "end": 3142,
      "loc": {
        "start": {
          "line": 96,
          "column": 30
        },
        "end": {
          "line": 96,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3142,
      "end": 3143,
      "loc": {
        "start": {
          "line": 96,
          "column": 37
        },
        "end": {
          "line": 96,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "static",
      "start": 3143,
      "end": 3149,
      "loc": {
        "start": {
          "line": 96,
          "column": 38
        },
        "end": {
          "line": 96,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3149,
      "end": 3150,
      "loc": {
        "start": {
          "line": 96,
          "column": 44
        },
        "end": {
          "line": 96,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "files",
      "start": 3150,
      "end": 3155,
      "loc": {
        "start": {
          "line": 96,
          "column": 45
        },
        "end": {
          "line": 96,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3155,
      "end": 3156,
      "loc": {
        "start": {
          "line": 96,
          "column": 50
        },
        "end": {
          "line": 96,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 3156,
      "end": 3157,
      "loc": {
        "start": {
          "line": 96,
          "column": 51
        },
        "end": {
          "line": 96,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3157,
      "end": 3158,
      "loc": {
        "start": {
          "line": 96,
          "column": 52
        },
        "end": {
          "line": 96,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3158,
      "end": 3159,
      "loc": {
        "start": {
          "line": 96,
          "column": 53
        },
        "end": {
          "line": 96,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3159,
      "end": 3160,
      "loc": {
        "start": {
          "line": 96,
          "column": 54
        },
        "end": {
          "line": 96,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3160,
      "end": 3161,
      "loc": {
        "start": {
          "line": 96,
          "column": 55
        },
        "end": {
          "line": 96,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3170,
      "end": 3171,
      "loc": {
        "start": {
          "line": 97,
          "column": 8
        },
        "end": {
          "line": 97,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3171,
      "end": 3172,
      "loc": {
        "start": {
          "line": 97,
          "column": 9
        },
        "end": {
          "line": 97,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3172,
      "end": 3173,
      "loc": {
        "start": {
          "line": 97,
          "column": 10
        },
        "end": {
          "line": 97,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3183,
      "end": 3187,
      "loc": {
        "start": {
          "line": 99,
          "column": 8
        },
        "end": {
          "line": 99,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3187,
      "end": 3188,
      "loc": {
        "start": {
          "line": 99,
          "column": 12
        },
        "end": {
          "line": 99,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_listen",
      "start": 3188,
      "end": 3195,
      "loc": {
        "start": {
          "line": 99,
          "column": 13
        },
        "end": {
          "line": 99,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3195,
      "end": 3196,
      "loc": {
        "start": {
          "line": 99,
          "column": 20
        },
        "end": {
          "line": 99,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 3196,
      "end": 3202,
      "loc": {
        "start": {
          "line": 99,
          "column": 21
        },
        "end": {
          "line": 99,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3202,
      "end": 3203,
      "loc": {
        "start": {
          "line": 99,
          "column": 27
        },
        "end": {
          "line": 99,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3203,
      "end": 3204,
      "loc": {
        "start": {
          "line": 99,
          "column": 28
        },
        "end": {
          "line": 99,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3211,
      "end": 3212,
      "loc": {
        "start": {
          "line": 100,
          "column": 6
        },
        "end": {
          "line": 100,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 3213,
      "end": 3217,
      "loc": {
        "start": {
          "line": 100,
          "column": 8
        },
        "end": {
          "line": 100,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3218,
      "end": 3219,
      "loc": {
        "start": {
          "line": 100,
          "column": 13
        },
        "end": {
          "line": 100,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 3228,
      "end": 3234,
      "loc": {
        "start": {
          "line": 101,
          "column": 8
        },
        "end": {
          "line": 101,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3234,
      "end": 3235,
      "loc": {
        "start": {
          "line": 101,
          "column": 14
        },
        "end": {
          "line": 101,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logger",
      "start": 3235,
      "end": 3241,
      "loc": {
        "start": {
          "line": 101,
          "column": 15
        },
        "end": {
          "line": 101,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3241,
      "end": 3242,
      "loc": {
        "start": {
          "line": 101,
          "column": 21
        },
        "end": {
          "line": 101,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "warn",
      "start": 3242,
      "end": 3246,
      "loc": {
        "start": {
          "line": 101,
          "column": 22
        },
        "end": {
          "line": 101,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3246,
      "end": 3247,
      "loc": {
        "start": {
          "line": 101,
          "column": 26
        },
        "end": {
          "line": 101,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3247,
      "end": 3248,
      "loc": {
        "start": {
          "line": 101,
          "column": 27
        },
        "end": {
          "line": 101,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 3248,
      "end": 3248,
      "loc": {
        "start": {
          "line": 101,
          "column": 28
        },
        "end": {
          "line": 101,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3248,
      "end": 3250,
      "loc": {
        "start": {
          "line": 101,
          "column": 28
        },
        "end": {
          "line": 101,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "global",
      "start": 3250,
      "end": 3256,
      "loc": {
        "start": {
          "line": 101,
          "column": 30
        },
        "end": {
          "line": 101,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3256,
      "end": 3257,
      "loc": {
        "start": {
          "line": 101,
          "column": 36
        },
        "end": {
          "line": 101,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 3257,
      "end": 3263,
      "loc": {
        "start": {
          "line": 101,
          "column": 37
        },
        "end": {
          "line": 101,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3263,
      "end": 3264,
      "loc": {
        "start": {
          "line": 101,
          "column": 43
        },
        "end": {
          "line": 101,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 3264,
      "end": 3268,
      "loc": {
        "start": {
          "line": 101,
          "column": 44
        },
        "end": {
          "line": 101,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3268,
      "end": 3269,
      "loc": {
        "start": {
          "line": 101,
          "column": 48
        },
        "end": {
          "line": 101,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "::server config not found [example](https://raw.githubusercontent.com/VandeurenGlenn/backed-cli/master/config/backed.json)",
      "start": 3269,
      "end": 3391,
      "loc": {
        "start": {
          "line": 101,
          "column": 49
        },
        "end": {
          "line": 101,
          "column": 171
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3391,
      "end": 3392,
      "loc": {
        "start": {
          "line": 101,
          "column": 171
        },
        "end": {
          "line": 101,
          "column": 172
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3392,
      "end": 3393,
      "loc": {
        "start": {
          "line": 101,
          "column": 172
        },
        "end": {
          "line": 101,
          "column": 173
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3393,
      "end": 3394,
      "loc": {
        "start": {
          "line": 101,
          "column": 173
        },
        "end": {
          "line": 101,
          "column": 174
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3394,
      "end": 3395,
      "loc": {
        "start": {
          "line": 101,
          "column": 174
        },
        "end": {
          "line": 101,
          "column": 175
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3402,
      "end": 3403,
      "loc": {
        "start": {
          "line": 102,
          "column": 6
        },
        "end": {
          "line": 102,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3408,
      "end": 3409,
      "loc": {
        "start": {
          "line": 103,
          "column": 4
        },
        "end": {
          "line": 103,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3409,
      "end": 3410,
      "loc": {
        "start": {
          "line": 103,
          "column": 5
        },
        "end": {
          "line": 103,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3410,
      "end": 3411,
      "loc": {
        "start": {
          "line": 103,
          "column": 6
        },
        "end": {
          "line": 103,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3414,
      "end": 3415,
      "loc": {
        "start": {
          "line": 104,
          "column": 2
        },
        "end": {
          "line": 104,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_listen",
      "start": 3419,
      "end": 3426,
      "loc": {
        "start": {
          "line": 106,
          "column": 2
        },
        "end": {
          "line": 106,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3426,
      "end": 3427,
      "loc": {
        "start": {
          "line": 106,
          "column": 9
        },
        "end": {
          "line": 106,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3427,
      "end": 3428,
      "loc": {
        "start": {
          "line": 106,
          "column": 10
        },
        "end": {
          "line": 106,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "port",
      "start": 3428,
      "end": 3432,
      "loc": {
        "start": {
          "line": 106,
          "column": 11
        },
        "end": {
          "line": 106,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3432,
      "end": 3433,
      "loc": {
        "start": {
          "line": 106,
          "column": 15
        },
        "end": {
          "line": 106,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entry",
      "start": 3434,
      "end": 3439,
      "loc": {
        "start": {
          "line": 106,
          "column": 17
        },
        "end": {
          "line": 106,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3439,
      "end": 3440,
      "loc": {
        "start": {
          "line": 106,
          "column": 22
        },
        "end": {
          "line": 106,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3440,
      "end": 3441,
      "loc": {
        "start": {
          "line": 106,
          "column": 23
        },
        "end": {
          "line": 106,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3442,
      "end": 3443,
      "loc": {
        "start": {
          "line": 106,
          "column": 25
        },
        "end": {
          "line": 106,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "try",
        "keyword": "try",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "try",
      "start": 3448,
      "end": 3451,
      "loc": {
        "start": {
          "line": 107,
          "column": 4
        },
        "end": {
          "line": 107,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3452,
      "end": 3453,
      "loc": {
        "start": {
          "line": 107,
          "column": 8
        },
        "end": {
          "line": 107,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "server",
      "start": 3460,
      "end": 3466,
      "loc": {
        "start": {
          "line": 108,
          "column": 6
        },
        "end": {
          "line": 108,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3466,
      "end": 3467,
      "loc": {
        "start": {
          "line": 108,
          "column": 12
        },
        "end": {
          "line": 108,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "listen",
      "start": 3467,
      "end": 3473,
      "loc": {
        "start": {
          "line": 108,
          "column": 13
        },
        "end": {
          "line": 108,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3473,
      "end": 3474,
      "loc": {
        "start": {
          "line": 108,
          "column": 19
        },
        "end": {
          "line": 108,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "port",
      "start": 3474,
      "end": 3478,
      "loc": {
        "start": {
          "line": 108,
          "column": 20
        },
        "end": {
          "line": 108,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3478,
      "end": 3479,
      "loc": {
        "start": {
          "line": 108,
          "column": 24
        },
        "end": {
          "line": 108,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "error",
      "start": 3480,
      "end": 3485,
      "loc": {
        "start": {
          "line": 108,
          "column": 26
        },
        "end": {
          "line": 108,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3486,
      "end": 3488,
      "loc": {
        "start": {
          "line": 108,
          "column": 32
        },
        "end": {
          "line": 108,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3489,
      "end": 3490,
      "loc": {
        "start": {
          "line": 108,
          "column": 35
        },
        "end": {
          "line": 108,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logger",
      "start": 3499,
      "end": 3505,
      "loc": {
        "start": {
          "line": 109,
          "column": 8
        },
        "end": {
          "line": 109,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3505,
      "end": 3506,
      "loc": {
        "start": {
          "line": 109,
          "column": 14
        },
        "end": {
          "line": 109,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "log",
      "start": 3506,
      "end": 3509,
      "loc": {
        "start": {
          "line": 109,
          "column": 15
        },
        "end": {
          "line": 109,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3509,
      "end": 3510,
      "loc": {
        "start": {
          "line": 109,
          "column": 18
        },
        "end": {
          "line": 109,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3510,
      "end": 3511,
      "loc": {
        "start": {
          "line": 109,
          "column": 19
        },
        "end": {
          "line": 109,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 3511,
      "end": 3511,
      "loc": {
        "start": {
          "line": 109,
          "column": 20
        },
        "end": {
          "line": 109,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3511,
      "end": 3513,
      "loc": {
        "start": {
          "line": 109,
          "column": 20
        },
        "end": {
          "line": 109,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "global",
      "start": 3513,
      "end": 3519,
      "loc": {
        "start": {
          "line": 109,
          "column": 22
        },
        "end": {
          "line": 109,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3519,
      "end": 3520,
      "loc": {
        "start": {
          "line": 109,
          "column": 28
        },
        "end": {
          "line": 109,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 3520,
      "end": 3526,
      "loc": {
        "start": {
          "line": 109,
          "column": 29
        },
        "end": {
          "line": 109,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3526,
      "end": 3527,
      "loc": {
        "start": {
          "line": 109,
          "column": 35
        },
        "end": {
          "line": 109,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 3527,
      "end": 3531,
      "loc": {
        "start": {
          "line": 109,
          "column": 36
        },
        "end": {
          "line": 109,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3531,
      "end": 3532,
      "loc": {
        "start": {
          "line": 109,
          "column": 40
        },
        "end": {
          "line": 109,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "::serving from http://localhost:",
      "start": 3532,
      "end": 3564,
      "loc": {
        "start": {
          "line": 109,
          "column": 41
        },
        "end": {
          "line": 109,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3564,
      "end": 3566,
      "loc": {
        "start": {
          "line": 109,
          "column": 73
        },
        "end": {
          "line": 109,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "port",
      "start": 3566,
      "end": 3570,
      "loc": {
        "start": {
          "line": 109,
          "column": 75
        },
        "end": {
          "line": 109,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3570,
      "end": 3571,
      "loc": {
        "start": {
          "line": 109,
          "column": 79
        },
        "end": {
          "line": 109,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "/",
      "start": 3571,
      "end": 3572,
      "loc": {
        "start": {
          "line": 109,
          "column": 80
        },
        "end": {
          "line": 109,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3572,
      "end": 3574,
      "loc": {
        "start": {
          "line": 109,
          "column": 81
        },
        "end": {
          "line": 109,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entry",
      "start": 3574,
      "end": 3579,
      "loc": {
        "start": {
          "line": 109,
          "column": 83
        },
        "end": {
          "line": 109,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3579,
      "end": 3580,
      "loc": {
        "start": {
          "line": 109,
          "column": 88
        },
        "end": {
          "line": 109,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replace",
      "start": 3580,
      "end": 3587,
      "loc": {
        "start": {
          "line": 109,
          "column": 89
        },
        "end": {
          "line": 109,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3587,
      "end": 3588,
      "loc": {
        "start": {
          "line": 109,
          "column": 96
        },
        "end": {
          "line": 109,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "/",
      "start": 3588,
      "end": 3591,
      "loc": {
        "start": {
          "line": 109,
          "column": 97
        },
        "end": {
          "line": 109,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3591,
      "end": 3592,
      "loc": {
        "start": {
          "line": 109,
          "column": 100
        },
        "end": {
          "line": 109,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 3593,
      "end": 3595,
      "loc": {
        "start": {
          "line": 109,
          "column": 102
        },
        "end": {
          "line": 109,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3595,
      "end": 3596,
      "loc": {
        "start": {
          "line": 109,
          "column": 104
        },
        "end": {
          "line": 109,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3596,
      "end": 3597,
      "loc": {
        "start": {
          "line": 109,
          "column": 105
        },
        "end": {
          "line": 109,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 3597,
      "end": 3597,
      "loc": {
        "start": {
          "line": 109,
          "column": 106
        },
        "end": {
          "line": 109,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3597,
      "end": 3598,
      "loc": {
        "start": {
          "line": 109,
          "column": 106
        },
        "end": {
          "line": 109,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3598,
      "end": 3599,
      "loc": {
        "start": {
          "line": 109,
          "column": 107
        },
        "end": {
          "line": 109,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3599,
      "end": 3600,
      "loc": {
        "start": {
          "line": 109,
          "column": 108
        },
        "end": {
          "line": 109,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opn",
      "start": 3609,
      "end": 3612,
      "loc": {
        "start": {
          "line": 110,
          "column": 8
        },
        "end": {
          "line": 110,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3612,
      "end": 3613,
      "loc": {
        "start": {
          "line": 110,
          "column": 11
        },
        "end": {
          "line": 110,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3613,
      "end": 3614,
      "loc": {
        "start": {
          "line": 110,
          "column": 12
        },
        "end": {
          "line": 110,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "http://localhost:",
      "start": 3614,
      "end": 3631,
      "loc": {
        "start": {
          "line": 110,
          "column": 13
        },
        "end": {
          "line": 110,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3631,
      "end": 3633,
      "loc": {
        "start": {
          "line": 110,
          "column": 30
        },
        "end": {
          "line": 110,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "port",
      "start": 3633,
      "end": 3637,
      "loc": {
        "start": {
          "line": 110,
          "column": 32
        },
        "end": {
          "line": 110,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3637,
      "end": 3638,
      "loc": {
        "start": {
          "line": 110,
          "column": 36
        },
        "end": {
          "line": 110,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "/",
      "start": 3638,
      "end": 3639,
      "loc": {
        "start": {
          "line": 110,
          "column": 37
        },
        "end": {
          "line": 110,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3639,
      "end": 3641,
      "loc": {
        "start": {
          "line": 110,
          "column": 38
        },
        "end": {
          "line": 110,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entry",
      "start": 3641,
      "end": 3646,
      "loc": {
        "start": {
          "line": 110,
          "column": 40
        },
        "end": {
          "line": 110,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3646,
      "end": 3647,
      "loc": {
        "start": {
          "line": 110,
          "column": 45
        },
        "end": {
          "line": 110,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replace",
      "start": 3647,
      "end": 3654,
      "loc": {
        "start": {
          "line": 110,
          "column": 46
        },
        "end": {
          "line": 110,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3654,
      "end": 3655,
      "loc": {
        "start": {
          "line": 110,
          "column": 53
        },
        "end": {
          "line": 110,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "/",
      "start": 3655,
      "end": 3658,
      "loc": {
        "start": {
          "line": 110,
          "column": 54
        },
        "end": {
          "line": 110,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3658,
      "end": 3659,
      "loc": {
        "start": {
          "line": 110,
          "column": 57
        },
        "end": {
          "line": 110,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 3660,
      "end": 3662,
      "loc": {
        "start": {
          "line": 110,
          "column": 59
        },
        "end": {
          "line": 110,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3662,
      "end": 3663,
      "loc": {
        "start": {
          "line": 110,
          "column": 61
        },
        "end": {
          "line": 110,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3663,
      "end": 3664,
      "loc": {
        "start": {
          "line": 110,
          "column": 62
        },
        "end": {
          "line": 110,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 3664,
      "end": 3664,
      "loc": {
        "start": {
          "line": 110,
          "column": 63
        },
        "end": {
          "line": 110,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3664,
      "end": 3665,
      "loc": {
        "start": {
          "line": 110,
          "column": 63
        },
        "end": {
          "line": 110,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3665,
      "end": 3666,
      "loc": {
        "start": {
          "line": 110,
          "column": 64
        },
        "end": {
          "line": 110,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3666,
      "end": 3667,
      "loc": {
        "start": {
          "line": 110,
          "column": 65
        },
        "end": {
          "line": 110,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3674,
      "end": 3675,
      "loc": {
        "start": {
          "line": 111,
          "column": 6
        },
        "end": {
          "line": 111,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3675,
      "end": 3676,
      "loc": {
        "start": {
          "line": 111,
          "column": 7
        },
        "end": {
          "line": 111,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3676,
      "end": 3677,
      "loc": {
        "start": {
          "line": 111,
          "column": 8
        },
        "end": {
          "line": 111,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3682,
      "end": 3683,
      "loc": {
        "start": {
          "line": 112,
          "column": 4
        },
        "end": {
          "line": 112,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "catch",
        "keyword": "catch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "catch",
      "start": 3684,
      "end": 3689,
      "loc": {
        "start": {
          "line": 112,
          "column": 6
        },
        "end": {
          "line": 112,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3690,
      "end": 3691,
      "loc": {
        "start": {
          "line": 112,
          "column": 12
        },
        "end": {
          "line": 112,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "e",
      "start": 3691,
      "end": 3692,
      "loc": {
        "start": {
          "line": 112,
          "column": 13
        },
        "end": {
          "line": 112,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3692,
      "end": 3693,
      "loc": {
        "start": {
          "line": 112,
          "column": 14
        },
        "end": {
          "line": 112,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3694,
      "end": 3695,
      "loc": {
        "start": {
          "line": 112,
          "column": 16
        },
        "end": {
          "line": 112,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "console",
      "start": 3702,
      "end": 3709,
      "loc": {
        "start": {
          "line": 113,
          "column": 6
        },
        "end": {
          "line": 113,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3709,
      "end": 3710,
      "loc": {
        "start": {
          "line": 113,
          "column": 13
        },
        "end": {
          "line": 113,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "log",
      "start": 3710,
      "end": 3713,
      "loc": {
        "start": {
          "line": 113,
          "column": 14
        },
        "end": {
          "line": 113,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3713,
      "end": 3714,
      "loc": {
        "start": {
          "line": 113,
          "column": 17
        },
        "end": {
          "line": 113,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "error",
      "start": 3714,
      "end": 3719,
      "loc": {
        "start": {
          "line": 113,
          "column": 18
        },
        "end": {
          "line": 113,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3719,
      "end": 3720,
      "loc": {
        "start": {
          "line": 113,
          "column": 23
        },
        "end": {
          "line": 113,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3720,
      "end": 3721,
      "loc": {
        "start": {
          "line": 113,
          "column": 24
        },
        "end": {
          "line": 113,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logger",
      "start": 3728,
      "end": 3734,
      "loc": {
        "start": {
          "line": 114,
          "column": 6
        },
        "end": {
          "line": 114,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3734,
      "end": 3735,
      "loc": {
        "start": {
          "line": 114,
          "column": 12
        },
        "end": {
          "line": 114,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "warn",
      "start": 3735,
      "end": 3739,
      "loc": {
        "start": {
          "line": 114,
          "column": 13
        },
        "end": {
          "line": 114,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3739,
      "end": 3740,
      "loc": {
        "start": {
          "line": 114,
          "column": 17
        },
        "end": {
          "line": 114,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "error",
      "start": 3740,
      "end": 3745,
      "loc": {
        "start": {
          "line": 114,
          "column": 18
        },
        "end": {
          "line": 114,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3745,
      "end": 3746,
      "loc": {
        "start": {
          "line": 114,
          "column": 23
        },
        "end": {
          "line": 114,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3746,
      "end": 3747,
      "loc": {
        "start": {
          "line": 114,
          "column": 24
        },
        "end": {
          "line": 114,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logger",
      "start": 3754,
      "end": 3760,
      "loc": {
        "start": {
          "line": 115,
          "column": 6
        },
        "end": {
          "line": 115,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3760,
      "end": 3761,
      "loc": {
        "start": {
          "line": 115,
          "column": 12
        },
        "end": {
          "line": 115,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "log",
      "start": 3761,
      "end": 3764,
      "loc": {
        "start": {
          "line": 115,
          "column": 13
        },
        "end": {
          "line": 115,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3764,
      "end": 3765,
      "loc": {
        "start": {
          "line": 115,
          "column": 16
        },
        "end": {
          "line": 115,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "trying another port",
      "start": 3765,
      "end": 3786,
      "loc": {
        "start": {
          "line": 115,
          "column": 17
        },
        "end": {
          "line": 115,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3786,
      "end": 3787,
      "loc": {
        "start": {
          "line": 115,
          "column": 38
        },
        "end": {
          "line": 115,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3787,
      "end": 3788,
      "loc": {
        "start": {
          "line": 115,
          "column": 39
        },
        "end": {
          "line": 115,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3795,
      "end": 3801,
      "loc": {
        "start": {
          "line": 116,
          "column": 6
        },
        "end": {
          "line": 116,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3802,
      "end": 3806,
      "loc": {
        "start": {
          "line": 116,
          "column": 13
        },
        "end": {
          "line": 116,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3806,
      "end": 3807,
      "loc": {
        "start": {
          "line": 116,
          "column": 17
        },
        "end": {
          "line": 116,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_listen",
      "start": 3807,
      "end": 3814,
      "loc": {
        "start": {
          "line": 116,
          "column": 18
        },
        "end": {
          "line": 116,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3814,
      "end": 3815,
      "loc": {
        "start": {
          "line": 116,
          "column": 25
        },
        "end": {
          "line": 116,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "port",
      "start": 3815,
      "end": 3819,
      "loc": {
        "start": {
          "line": 116,
          "column": 26
        },
        "end": {
          "line": 116,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "++/--",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": true,
        "binop": null
      },
      "value": "++",
      "start": 3819,
      "end": 3821,
      "loc": {
        "start": {
          "line": 116,
          "column": 30
        },
        "end": {
          "line": 116,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3821,
      "end": 3822,
      "loc": {
        "start": {
          "line": 116,
          "column": 32
        },
        "end": {
          "line": 116,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3822,
      "end": 3823,
      "loc": {
        "start": {
          "line": 116,
          "column": 33
        },
        "end": {
          "line": 116,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3828,
      "end": 3829,
      "loc": {
        "start": {
          "line": 117,
          "column": 4
        },
        "end": {
          "line": 117,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3832,
      "end": 3833,
      "loc": {
        "start": {
          "line": 118,
          "column": 2
        },
        "end": {
          "line": 118,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * @param {string} path - location of the file\n   * @param {string} alternate - returns when path is undefined\n   * @param {string} disableAlternate - current working directory is ignored when true, defaults to false\n   ",
      "start": 3837,
      "end": 4065,
      "loc": {
        "start": {
          "line": 120,
          "column": 2
        },
        "end": {
          "line": 124,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "appLocation",
      "start": 4068,
      "end": 4079,
      "loc": {
        "start": {
          "line": 125,
          "column": 2
        },
        "end": {
          "line": 125,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4079,
      "end": 4080,
      "loc": {
        "start": {
          "line": 125,
          "column": 13
        },
        "end": {
          "line": 125,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "path",
      "start": 4080,
      "end": 4084,
      "loc": {
        "start": {
          "line": 125,
          "column": 14
        },
        "end": {
          "line": 125,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4084,
      "end": 4085,
      "loc": {
        "start": {
          "line": 125,
          "column": 18
        },
        "end": {
          "line": 125,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "alternate",
      "start": 4086,
      "end": 4095,
      "loc": {
        "start": {
          "line": 125,
          "column": 20
        },
        "end": {
          "line": 125,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4095,
      "end": 4096,
      "loc": {
        "start": {
          "line": 125,
          "column": 29
        },
        "end": {
          "line": 125,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "disableAlternate",
      "start": 4097,
      "end": 4113,
      "loc": {
        "start": {
          "line": 125,
          "column": 31
        },
        "end": {
          "line": 125,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4114,
      "end": 4115,
      "loc": {
        "start": {
          "line": 125,
          "column": 48
        },
        "end": {
          "line": 125,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 4116,
      "end": 4121,
      "loc": {
        "start": {
          "line": 125,
          "column": 50
        },
        "end": {
          "line": 125,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4121,
      "end": 4122,
      "loc": {
        "start": {
          "line": 125,
          "column": 55
        },
        "end": {
          "line": 125,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4123,
      "end": 4124,
      "loc": {
        "start": {
          "line": 125,
          "column": 57
        },
        "end": {
          "line": 125,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 4129,
      "end": 4132,
      "loc": {
        "start": {
          "line": 126,
          "column": 4
        },
        "end": {
          "line": 126,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "root",
      "start": 4133,
      "end": 4137,
      "loc": {
        "start": {
          "line": 126,
          "column": 8
        },
        "end": {
          "line": 126,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4138,
      "end": 4139,
      "loc": {
        "start": {
          "line": 126,
          "column": 13
        },
        "end": {
          "line": 126,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "process",
      "start": 4140,
      "end": 4147,
      "loc": {
        "start": {
          "line": 126,
          "column": 15
        },
        "end": {
          "line": 126,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4147,
      "end": 4148,
      "loc": {
        "start": {
          "line": 126,
          "column": 22
        },
        "end": {
          "line": 126,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cwd",
      "start": 4148,
      "end": 4151,
      "loc": {
        "start": {
          "line": 126,
          "column": 23
        },
        "end": {
          "line": 126,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4151,
      "end": 4152,
      "loc": {
        "start": {
          "line": 126,
          "column": 26
        },
        "end": {
          "line": 126,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4152,
      "end": 4153,
      "loc": {
        "start": {
          "line": 126,
          "column": 27
        },
        "end": {
          "line": 126,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4153,
      "end": 4154,
      "loc": {
        "start": {
          "line": 126,
          "column": 28
        },
        "end": {
          "line": 126,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 4159,
      "end": 4161,
      "loc": {
        "start": {
          "line": 127,
          "column": 4
        },
        "end": {
          "line": 127,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4162,
      "end": 4163,
      "loc": {
        "start": {
          "line": 127,
          "column": 7
        },
        "end": {
          "line": 127,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 4163,
      "end": 4164,
      "loc": {
        "start": {
          "line": 127,
          "column": 8
        },
        "end": {
          "line": 127,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "path",
      "start": 4164,
      "end": 4168,
      "loc": {
        "start": {
          "line": 127,
          "column": 9
        },
        "end": {
          "line": 127,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 4169,
      "end": 4171,
      "loc": {
        "start": {
          "line": 127,
          "column": 14
        },
        "end": {
          "line": 127,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 4172,
      "end": 4173,
      "loc": {
        "start": {
          "line": 127,
          "column": 17
        },
        "end": {
          "line": 127,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "disableAlternate",
      "start": 4173,
      "end": 4189,
      "loc": {
        "start": {
          "line": 127,
          "column": 18
        },
        "end": {
          "line": 127,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4189,
      "end": 4190,
      "loc": {
        "start": {
          "line": 127,
          "column": 34
        },
        "end": {
          "line": 127,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4191,
      "end": 4192,
      "loc": {
        "start": {
          "line": 127,
          "column": 36
        },
        "end": {
          "line": 127,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "path",
      "start": 4199,
      "end": 4203,
      "loc": {
        "start": {
          "line": 128,
          "column": 6
        },
        "end": {
          "line": 128,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4204,
      "end": 4205,
      "loc": {
        "start": {
          "line": 128,
          "column": 11
        },
        "end": {
          "line": 128,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "alternate",
      "start": 4206,
      "end": 4215,
      "loc": {
        "start": {
          "line": 128,
          "column": 13
        },
        "end": {
          "line": 128,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4215,
      "end": 4216,
      "loc": {
        "start": {
          "line": 128,
          "column": 22
        },
        "end": {
          "line": 128,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4221,
      "end": 4222,
      "loc": {
        "start": {
          "line": 129,
          "column": 4
        },
        "end": {
          "line": 129,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 4223,
      "end": 4227,
      "loc": {
        "start": {
          "line": 129,
          "column": 6
        },
        "end": {
          "line": 129,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 4228,
      "end": 4230,
      "loc": {
        "start": {
          "line": 129,
          "column": 11
        },
        "end": {
          "line": 129,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4231,
      "end": 4232,
      "loc": {
        "start": {
          "line": 129,
          "column": 14
        },
        "end": {
          "line": 129,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 4232,
      "end": 4233,
      "loc": {
        "start": {
          "line": 129,
          "column": 15
        },
        "end": {
          "line": 129,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "path",
      "start": 4233,
      "end": 4237,
      "loc": {
        "start": {
          "line": 129,
          "column": 16
        },
        "end": {
          "line": 129,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 4238,
      "end": 4240,
      "loc": {
        "start": {
          "line": 129,
          "column": 21
        },
        "end": {
          "line": 129,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "disableAlternate",
      "start": 4241,
      "end": 4257,
      "loc": {
        "start": {
          "line": 129,
          "column": 24
        },
        "end": {
          "line": 129,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4257,
      "end": 4258,
      "loc": {
        "start": {
          "line": 129,
          "column": 40
        },
        "end": {
          "line": 129,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4259,
      "end": 4260,
      "loc": {
        "start": {
          "line": 129,
          "column": 42
        },
        "end": {
          "line": 129,
          "column": 43
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " when we disable alternate we return the value of alternate",
      "start": 4267,
      "end": 4328,
      "loc": {
        "start": {
          "line": 130,
          "column": 6
        },
        "end": {
          "line": 130,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 4335,
      "end": 4341,
      "loc": {
        "start": {
          "line": 131,
          "column": 6
        },
        "end": {
          "line": 131,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "alternate",
      "start": 4342,
      "end": 4351,
      "loc": {
        "start": {
          "line": 131,
          "column": 13
        },
        "end": {
          "line": 131,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4351,
      "end": 4352,
      "loc": {
        "start": {
          "line": 131,
          "column": 22
        },
        "end": {
          "line": 131,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4357,
      "end": 4358,
      "loc": {
        "start": {
          "line": 132,
          "column": 4
        },
        "end": {
          "line": 132,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "root",
      "start": 4363,
      "end": 4367,
      "loc": {
        "start": {
          "line": 133,
          "column": 4
        },
        "end": {
          "line": 133,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 4368,
      "end": 4370,
      "loc": {
        "start": {
          "line": 133,
          "column": 9
        },
        "end": {
          "line": 133,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4371,
      "end": 4372,
      "loc": {
        "start": {
          "line": 133,
          "column": 12
        },
        "end": {
          "line": 133,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "\\",
      "start": 4372,
      "end": 4374,
      "loc": {
        "start": {
          "line": 133,
          "column": 13
        },
        "end": {
          "line": 133,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4374,
      "end": 4376,
      "loc": {
        "start": {
          "line": 133,
          "column": 15
        },
        "end": {
          "line": 133,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "path",
      "start": 4376,
      "end": 4380,
      "loc": {
        "start": {
          "line": 133,
          "column": 17
        },
        "end": {
          "line": 133,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4380,
      "end": 4381,
      "loc": {
        "start": {
          "line": 133,
          "column": 21
        },
        "end": {
          "line": 133,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 4381,
      "end": 4381,
      "loc": {
        "start": {
          "line": 133,
          "column": 22
        },
        "end": {
          "line": 133,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4381,
      "end": 4382,
      "loc": {
        "start": {
          "line": 133,
          "column": 22
        },
        "end": {
          "line": 133,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4382,
      "end": 4383,
      "loc": {
        "start": {
          "line": 133,
          "column": 23
        },
        "end": {
          "line": 133,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 4388,
      "end": 4394,
      "loc": {
        "start": {
          "line": 134,
          "column": 4
        },
        "end": {
          "line": 134,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "root",
      "start": 4395,
      "end": 4399,
      "loc": {
        "start": {
          "line": 134,
          "column": 11
        },
        "end": {
          "line": 134,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4399,
      "end": 4400,
      "loc": {
        "start": {
          "line": 134,
          "column": 15
        },
        "end": {
          "line": 134,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4403,
      "end": 4404,
      "loc": {
        "start": {
          "line": 135,
          "column": 2
        },
        "end": {
          "line": 135,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "handleOldOptions",
      "start": 4408,
      "end": 4424,
      "loc": {
        "start": {
          "line": 137,
          "column": 2
        },
        "end": {
          "line": 137,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4424,
      "end": 4425,
      "loc": {
        "start": {
          "line": 137,
          "column": 18
        },
        "end": {
          "line": 137,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 4425,
      "end": 4432,
      "loc": {
        "start": {
          "line": 137,
          "column": 19
        },
        "end": {
          "line": 137,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4432,
      "end": 4433,
      "loc": {
        "start": {
          "line": 137,
          "column": 26
        },
        "end": {
          "line": 137,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4434,
      "end": 4435,
      "loc": {
        "start": {
          "line": 137,
          "column": 28
        },
        "end": {
          "line": 137,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 4440,
      "end": 4442,
      "loc": {
        "start": {
          "line": 138,
          "column": 4
        },
        "end": {
          "line": 138,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4443,
      "end": 4444,
      "loc": {
        "start": {
          "line": 138,
          "column": 7
        },
        "end": {
          "line": 138,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 4444,
      "end": 4451,
      "loc": {
        "start": {
          "line": 138,
          "column": 8
        },
        "end": {
          "line": 138,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4451,
      "end": 4452,
      "loc": {
        "start": {
          "line": 138,
          "column": 15
        },
        "end": {
          "line": 138,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "path",
      "start": 4452,
      "end": 4456,
      "loc": {
        "start": {
          "line": 138,
          "column": 16
        },
        "end": {
          "line": 138,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 4457,
      "end": 4459,
      "loc": {
        "start": {
          "line": 138,
          "column": 21
        },
        "end": {
          "line": 138,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 4460,
      "end": 4467,
      "loc": {
        "start": {
          "line": 138,
          "column": 24
        },
        "end": {
          "line": 138,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4467,
      "end": 4468,
      "loc": {
        "start": {
          "line": 138,
          "column": 31
        },
        "end": {
          "line": 138,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "elementLocation",
      "start": 4468,
      "end": 4483,
      "loc": {
        "start": {
          "line": 138,
          "column": 32
        },
        "end": {
          "line": 138,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4483,
      "end": 4484,
      "loc": {
        "start": {
          "line": 138,
          "column": 47
        },
        "end": {
          "line": 138,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4485,
      "end": 4486,
      "loc": {
        "start": {
          "line": 138,
          "column": 49
        },
        "end": {
          "line": 138,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logger",
      "start": 4493,
      "end": 4499,
      "loc": {
        "start": {
          "line": 139,
          "column": 6
        },
        "end": {
          "line": 139,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4499,
      "end": 4500,
      "loc": {
        "start": {
          "line": 139,
          "column": 12
        },
        "end": {
          "line": 139,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "warn",
      "start": 4500,
      "end": 4504,
      "loc": {
        "start": {
          "line": 139,
          "column": 13
        },
        "end": {
          "line": 139,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4504,
      "end": 4505,
      "loc": {
        "start": {
          "line": 139,
          "column": 17
        },
        "end": {
          "line": 139,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4505,
      "end": 4506,
      "loc": {
        "start": {
          "line": 139,
          "column": 18
        },
        "end": {
          "line": 139,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 4506,
      "end": 4506,
      "loc": {
        "start": {
          "line": 139,
          "column": 19
        },
        "end": {
          "line": 139,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4506,
      "end": 4508,
      "loc": {
        "start": {
          "line": 139,
          "column": 19
        },
        "end": {
          "line": 139,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 4508,
      "end": 4515,
      "loc": {
        "start": {
          "line": 139,
          "column": 21
        },
        "end": {
          "line": 139,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4515,
      "end": 4516,
      "loc": {
        "start": {
          "line": 139,
          "column": 28
        },
        "end": {
          "line": 139,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "path",
      "start": 4516,
      "end": 4520,
      "loc": {
        "start": {
          "line": 139,
          "column": 29
        },
        "end": {
          "line": 139,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4521,
      "end": 4522,
      "loc": {
        "start": {
          "line": 139,
          "column": 34
        },
        "end": {
          "line": 139,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "server.path",
      "start": 4523,
      "end": 4536,
      "loc": {
        "start": {
          "line": 139,
          "column": 36
        },
        "end": {
          "line": 139,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4537,
      "end": 4538,
      "loc": {
        "start": {
          "line": 139,
          "column": 50
        },
        "end": {
          "line": 139,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "server.elementLocation",
      "start": 4539,
      "end": 4563,
      "loc": {
        "start": {
          "line": 139,
          "column": 52
        },
        "end": {
          "line": 139,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4563,
      "end": 4564,
      "loc": {
        "start": {
          "line": 139,
          "column": 76
        },
        "end": {
          "line": 139,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " is no longer supported, [visit](https://github.com/vandeurenglenn/backed-cli#serve) to learn more'",
      "start": 4564,
      "end": 4663,
      "loc": {
        "start": {
          "line": 139,
          "column": 77
        },
        "end": {
          "line": 139,
          "column": 176
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4663,
      "end": 4664,
      "loc": {
        "start": {
          "line": 139,
          "column": 176
        },
        "end": {
          "line": 139,
          "column": 177
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4664,
      "end": 4665,
      "loc": {
        "start": {
          "line": 139,
          "column": 177
        },
        "end": {
          "line": 139,
          "column": 178
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4665,
      "end": 4666,
      "loc": {
        "start": {
          "line": 139,
          "column": 178
        },
        "end": {
          "line": 139,
          "column": 179
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4671,
      "end": 4672,
      "loc": {
        "start": {
          "line": 140,
          "column": 4
        },
        "end": {
          "line": 140,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 4673,
      "end": 4677,
      "loc": {
        "start": {
          "line": 140,
          "column": 6
        },
        "end": {
          "line": 140,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 4678,
      "end": 4680,
      "loc": {
        "start": {
          "line": 140,
          "column": 11
        },
        "end": {
          "line": 140,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4681,
      "end": 4682,
      "loc": {
        "start": {
          "line": 140,
          "column": 14
        },
        "end": {
          "line": 140,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 4682,
      "end": 4689,
      "loc": {
        "start": {
          "line": 140,
          "column": 15
        },
        "end": {
          "line": 140,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4689,
      "end": 4690,
      "loc": {
        "start": {
          "line": 140,
          "column": 22
        },
        "end": {
          "line": 140,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bowerPath",
      "start": 4690,
      "end": 4699,
      "loc": {
        "start": {
          "line": 140,
          "column": 23
        },
        "end": {
          "line": 140,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4699,
      "end": 4700,
      "loc": {
        "start": {
          "line": 140,
          "column": 32
        },
        "end": {
          "line": 140,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4701,
      "end": 4702,
      "loc": {
        "start": {
          "line": 140,
          "column": 34
        },
        "end": {
          "line": 140,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logger",
      "start": 4709,
      "end": 4715,
      "loc": {
        "start": {
          "line": 141,
          "column": 6
        },
        "end": {
          "line": 141,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4715,
      "end": 4716,
      "loc": {
        "start": {
          "line": 141,
          "column": 12
        },
        "end": {
          "line": 141,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "warn",
      "start": 4716,
      "end": 4720,
      "loc": {
        "start": {
          "line": 141,
          "column": 13
        },
        "end": {
          "line": 141,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4720,
      "end": 4721,
      "loc": {
        "start": {
          "line": 141,
          "column": 17
        },
        "end": {
          "line": 141,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "server.bowerPath::deprecated: removal planned @1.0.0+",
      "start": 4721,
      "end": 4776,
      "loc": {
        "start": {
          "line": 141,
          "column": 18
        },
        "end": {
          "line": 141,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4776,
      "end": 4777,
      "loc": {
        "start": {
          "line": 141,
          "column": 73
        },
        "end": {
          "line": 141,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4777,
      "end": 4778,
      "loc": {
        "start": {
          "line": 141,
          "column": 74
        },
        "end": {
          "line": 141,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4783,
      "end": 4784,
      "loc": {
        "start": {
          "line": 142,
          "column": 4
        },
        "end": {
          "line": 142,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4787,
      "end": 4788,
      "loc": {
        "start": {
          "line": 143,
          "column": 2
        },
        "end": {
          "line": 143,
          "column": 3
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " reload() {",
      "start": 4792,
      "end": 4805,
      "loc": {
        "start": {
          "line": 145,
          "column": 2
        },
        "end": {
          "line": 145,
          "column": 15
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "   reloadServer.reload();",
      "start": 4808,
      "end": 4835,
      "loc": {
        "start": {
          "line": 146,
          "column": 2
        },
        "end": {
          "line": 146,
          "column": 29
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " }",
      "start": 4838,
      "end": 4842,
      "loc": {
        "start": {
          "line": 147,
          "column": 2
        },
        "end": {
          "line": 147,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4843,
      "end": 4844,
      "loc": {
        "start": {
          "line": 148,
          "column": 0
        },
        "end": {
          "line": 148,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "export",
        "keyword": "export",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "export",
      "start": 4845,
      "end": 4851,
      "loc": {
        "start": {
          "line": 149,
          "column": 0
        },
        "end": {
          "line": 149,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "default",
        "keyword": "default",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 4852,
      "end": 4859,
      "loc": {
        "start": {
          "line": 149,
          "column": 7
        },
        "end": {
          "line": 149,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 4860,
      "end": 4863,
      "loc": {
        "start": {
          "line": 149,
          "column": 15
        },
        "end": {
          "line": 149,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Server",
      "start": 4864,
      "end": 4870,
      "loc": {
        "start": {
          "line": 149,
          "column": 19
        },
        "end": {
          "line": 149,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4870,
      "end": 4871,
      "loc": {
        "start": {
          "line": 149,
          "column": 25
        },
        "end": {
          "line": 149,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4871,
      "end": 4872,
      "loc": {
        "start": {
          "line": 149,
          "column": 26
        },
        "end": {
          "line": 149,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4872,
      "end": 4873,
      "loc": {
        "start": {
          "line": 149,
          "column": 27
        },
        "end": {
          "line": 149,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4874,
      "end": 4874,
      "loc": {
        "start": {
          "line": 150,
          "column": 0
        },
        "end": {
          "line": 150,
          "column": 0
        }
      }
    }
  ]
}